@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Newsreader:opsz,wght@6..72,400;6..72,500&family=Poppins:wght@300&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{font-family:Poppins,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--duo-green: #58cc02;--duo-green-dark: #46a302;--duo-text: #4b4b4b;--duo-blue: #1cb0f6;--duo-blue-dark: #007ab3;--duo-blue-light: #eaf8ff;--duo-border: #e5e5e5;--duo-text-light: #aaa}.demo-modal-backdrop{position:absolute;inset:0;background-color:#0006;z-index:2000}.demo-modal-shell{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:400px;background-color:#fff;border-radius:16px;box-shadow:0 8px 24px #0003;z-index:2001;overflow:hidden}.demo-modal-body{padding:24px 24px 16px;font-family:Poppins,sans-serif;font-size:1.1rem;color:var(--duo-text);line-height:1.6;text-align:center}.demo-modal-body p{margin:0}.demo-modal-footer{padding:0 24px 24px}.demo-modal-button{width:100%;box-sizing:border-box;padding:12px 24px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;background-color:var(--duo-green);border:none;border-radius:12px;border-bottom:5px solid var(--duo-green-dark);cursor:pointer;transition:all .15s ease-out}.demo-modal-button:hover{filter:brightness(1.05)}.demo-modal-button:active{transform:translateY(3px);border-bottom-width:2px}.name-modal-backdrop{position:absolute;inset:0;background-color:#0006;z-index:2001}.name-modal-shell{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:420px;background-color:#fff;border-radius:16px;box-shadow:0 8px 24px #0003;z-index:2002;font-family:Poppins,sans-serif;padding:32px;text-align:center;border:2px solid var(--duo-border)}.name-modal-emoji{font-size:4rem;display:block;margin-bottom:1rem;margin-top:-1rem}.name-modal-title{font-size:1.5rem;font-weight:700;color:var(--duo-text);line-height:1.4;margin:0 0 1.5rem}.name-modal-input{font-family:Poppins,sans-serif;background-color:#f7f7f7!important;border:2px solid var(--duo-border)!important;border-radius:12px!important;padding:16px!important;font-size:1.1rem!important;font-weight:500;width:100%;box-sizing:border-box;margin-top:1rem;transition:border-color .2s ease;text-align:left;color:#333!important}.name-modal-input:focus{border-color:var(--duo-green)!important;outline:none}.tutorial-modal-backdrop{position:absolute;inset:0;background-color:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:4000;animation:fadeIn .2s ease forwards}.tutorial-modal-shell{position:absolute;top:50%;left:50%;width:90%;max-width:420px;background-color:#fff;border-radius:24px;box-shadow:0 8px 24px #00000026;z-index:4001;font-family:Poppins,sans-serif;box-sizing:border-box;opacity:0;transform:translate(-50%,-55%) scale(.95);animation:tutorialModalSlideIn .25s cubic-bezier(.175,.885,.32,1.275) .1s forwards;display:flex;flex-direction:column;max-height:85vh}.tutorial-modal-title{font-size:1.5rem;font-weight:700;text-align:center;color:var(--duo-text);margin:0 0 8px;padding:24px 24px 0;flex-shrink:0}.tutorial-modal-subtitle{font-size:1rem;text-align:center;color:#777;margin:0 0 16px;line-height:1.5;padding:0 24px;flex-shrink:0}.tutorial-modal-body{overflow-y:auto;padding:0 24px}.tutorial-icon-header{display:flex;justify-content:space-around;align-items:center;padding:16px;background:#f7f7f7;border-radius:16px;margin-bottom:24px;border:2px solid var(--duo-border);flex-shrink:0}.tutorial-icon-header img{height:40px;width:40px;transition:transform .2s ease}.tutorial-icon-header img:hover{transform:scale(1.1) rotate(-5deg)}.tutorial-feature-list{list-style:none;padding:0 0 8px;margin:0;display:flex;flex-direction:column;gap:12px}.tutorial-feature-item{display:flex;align-items:center;gap:16px;padding:12px;border:2px solid var(--duo-border);border-radius:16px}.tutorial-feature-icon{flex-shrink:0;width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.tutorial-feature-icon img{width:28px;height:28px}.tutorial-feature-text{flex-grow:1}.tutorial-feature-text h3{margin:0 0 4px;font-size:1.1rem;font-weight:700;color:var(--duo-text)}.tutorial-feature-text p{margin:0;font-size:.95rem;line-height:1.5;color:#777}.tutorial-modal-footer{padding:24px;flex-shrink:0;border-top:1px solid var(--duo-border);box-shadow:0 -4px 12px #0000000d}@keyframes tutorialModalSlideIn{0%{opacity:0;transform:translate(-50%,-55%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media(min-width:768px){.tutorial-modal-shell{max-width:720px}.tutorial-feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.tutorial-feature-item{align-items:flex-start;padding:16px}.tutorial-icon-header{justify-content:space-evenly}}.audio-setup-col-art{display:none;background:#f7f7f7;padding:32px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;border-right:2px solid var(--duo-border)}.audio-setup-gift-wrapper{font-family:Poppins,sans-serif;color:var(--duo-text);margin-top:1rem;margin-bottom:.1rem}.audio-setup-gift-title{font-size:1.5rem;font-weight:700;color:#3c3c3c;margin:0 0 1rem}.audio-setup-gift-text{font-size:1rem;color:#585858;line-height:1.6;margin:0 0 1rem}.audio-setup-powered-logo{max-width:300px;height:auto;margin-top:auto}@media(min-width:1024px){.audio-setup-shell{max-width:840px;flex-direction:row}.audio-setup-col-art{display:flex;flex:0 0 320px}.audio-setup-col-art-mobile{display:none}}.download-warning-backdrop{position:absolute;inset:0;background-color:#0006;z-index:5000}.download-warning-shell{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:400px;background-color:#fff;border-radius:16px;box-shadow:0 8px 24px #0003;z-index:5001;overflow:hidden;padding:32px 24px 24px;font-family:Poppins,sans-serif}.download-warning-shell .modal-emoji{font-size:3rem;display:block;text-align:center;margin-bottom:1rem}.sample-answer-backdrop{position:absolute;inset:0;background-color:#0006;z-index:2001}.sample-answer-shell{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:600px;background-color:#fff;border-radius:16px;box-shadow:0 8px 24px #0003;z-index:2002;font-family:Poppins,sans-serif;display:flex;flex-direction:column;max-height:80vh;overflow:hidden}.sample-answer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid var(--duo-border);flex-shrink:0}.sample-answer-title{font-size:1.25rem;font-weight:700;color:var(--duo-text);margin:0}.sample-answer-close-btn{background:none;border:none;font-size:2.5rem;font-weight:300;color:var(--duo-text-light);cursor:pointer;line-height:1;padding:0}.sample-answer-close-btn:hover{color:var(--duo-text)}.sample-answer-body{padding:24px;overflow-y:auto;flex-grow:1}.sample-answer-body p{margin:0;font-size:1rem;line-height:1.6;color:#333;white-space:pre-wrap}.sample-answer-footer{padding:16px 24px;border-top:1px solid var(--duo-border);display:flex;justify-content:flex-end;flex-shrink:0}.note-guide-backdrop{position:fixed;inset:0;background-color:#0006;z-index:1999}.note-guide-shell-fullscreen{position:fixed;inset:0;width:100%;height:100dvh;z-index:2000;background-color:var(--duo-background-alt, #f4f7f6);font-family:Poppins,sans-serif;display:flex;flex-direction:column;overflow:hidden;animation:slideInUp .3s ease-out}@media(min-width:769px){.note-guide-backdrop,.note-guide-shell-fullscreen{left:72px;width:calc(100% - 72px)}}.note-guide-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background-color:var(--duo-background, #ffffff);border-bottom:1px solid var(--duo-border, #e5e5e5);flex-shrink:0;position:sticky;top:0;z-index:10;gap:12px}.note-guide-title{font-size:1.25rem;font-weight:700;color:var(--duo-text, #333);margin:0;flex-grow:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.note-guide-close-btn{background:none;border:none;font-size:2.5rem;font-weight:300;color:var(--duo-text-light, #aaa);cursor:pointer;line-height:1;padding:0}.note-guide-close-btn:hover{color:var(--duo-text, #333)}.note-guide-body-fullscreen{flex-grow:1;overflow-y:auto;padding:24px 20px 120px}.note-guide-intro{font-size:1rem;color:var(--duo-text-light, #555);text-align:center;max-width:600px;margin:0 auto 20px}.note-guide-list-container{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.note-guide-card{background-color:var(--duo-background, #ffffff);border-radius:12px;border:1px solid var(--duo-border, #e5e5e5);box-shadow:0 2px 8px #0000000d;overflow:hidden}.note-guide-speaker{font-size:1.1rem;font-weight:700;color:#fff;background-color:var(--duo-blue, #1cb0f6);padding:12px 16px;margin:0}.note-guide-section{display:flex;align-items:flex-start;gap:12px;padding:16px}.note-guide-section+.note-guide-section{border-top:1px dashed var(--duo-border, #e5e5e5)}.note-guide-icon{font-size:1.5rem;margin-top:2px}.note-guide-content{flex:1}.note-guide-content strong{display:block;font-size:.9rem;color:var(--duo-text-light, #777);margin-bottom:4px}.note-guide-analysis p,.note-guide-analysis ul,.note-guide-analysis li{margin:0;font-size:1rem;line-height:1.6;color:var(--duo-text, #333)}.note-guide-analysis ul{padding-left:20px;margin-top:4px}.note-guide-analysis p:not(:last-child){margin-bottom:8px}.note-guide-tip{background-color:var(--duo-blue-light, #f0f8ff);padding:12px;border-radius:8px;margin-top:8px}.note-guide-tip strong{display:block;color:var(--duo-blue-dark, #0056b3);margin-bottom:8px}.note-guide-tip p,.note-guide-tip ul,.note-guide-tip li{font-family:Consolas,Menlo,monospace;color:var(--duo-blue-dark, #0056b3);font-weight:600;margin:0}.note-guide-tip ul{padding-left:20px;margin-top:4px}.adv-framing-box{padding:12px;background-color:var(--duo-blue-light, #f0f9ff);border-radius:8px;border-left:4px solid var(--duo-blue, #1cb0f6)}.adv-framing-box p,.adv-framing-box ul,.adv-framing-box li{color:var(--duo-text, #333);line-height:1.6;margin:0 0 8px}.adv-markdown-content h1,.adv-markdown-content h2,.adv-markdown-content h3,.adv-markdown-content h4{color:var(--duo-text, #333);margin:0 0 12px;font-size:1.1rem}.adv-markdown-content p,.adv-markdown-content ul,.adv-markdown-content li{color:var(--duo-text, #333);line-height:1.6;margin-bottom:8px}.adv-markdown-content strong{color:var(--duo-text, #333);font-weight:700}.adv-model-answer-box{background-color:var(--duo-blue-light, #eaf8ff);padding:16px;border-radius:12px;border:1px solid var(--duo-blue, #1cb0f6)}.adv-model-answer-box h4{margin:0 0 8px;color:var(--duo-blue, #1cb0f6)}.adv-model-answer-box p,.adv-model-answer-box ul,.adv-model-answer-box li{margin:0;font-size:15px;line-height:1.6;color:var(--duo-text, #333)}.note-guide-footer{position:sticky;bottom:0;flex-shrink:0;background-color:var(--duo-background, #ffffff);padding:16px 20px;border-top:1px solid var(--duo-border, #e5e5e5);box-shadow:0 -4px 12px #0000000d;display:flex;justify-content:flex-end;z-index:10}.note-guide-footer .demo-modal-button{width:auto;min-width:150px}@keyframes slideInUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.guided-answer-tabs{display:flex;background-color:var(--duo-background-alt, #f4f7f6);border-bottom:1px solid var(--duo-border, #e5e5e5);flex-shrink:0;padding:8px 16px 0;gap:8px;position:sticky;top:61px;z-index:9}.guided-tab-btn{font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;color:var(--duo-text-light, #777);background-color:transparent;border:none;border-bottom:3px solid transparent;padding:12px 16px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.guided-tab-btn span{display:inline-block;background-color:var(--duo-border, #e5e5e5);color:var(--duo-text-light, #777);border-radius:50%;width:22px;height:22px;font-size:.8rem;line-height:22px;text-align:center;font-weight:700;transition:all .2s ease}.guided-tab-btn:hover{color:var(--duo-text, #333)}.guided-tab-btn.active{color:var(--duo-blue, #1cb0f6);border-bottom-color:var(--duo-blue, #1cb0f6)}.guided-tab-btn.active span{background-color:var(--duo-blue, #1cb0f6);color:#fff}.filled-template-container{font-size:1.1rem;line-height:1.8;color:var(--duo-text, #333)}.filled-chunk-template{color:var(--duo-text, #333)}.filled-chunk-content{color:var(--duo-blue, #1cb0f6);font-weight:700;background-color:var(--duo-blue-light, #eaf8ff);padding:2px 6px;border-radius:4px;border-bottom:2px solid var(--duo-blue, #1cb0f6)}.sgd-template-pre{white-space:pre-wrap;font-family:Consolas,Menlo,monospace;font-size:1.1rem;line-height:1.7;color:var(--duo-text, #333);background:var(--duo-background-alt, #f4f7f6);padding:20px;border-radius:8px;margin:0;word-wrap:break-word}.dark-mode .note-guide-shell-fullscreen,.dark-mode .guided-answer-tabs,.dark-mode .sgd-template-pre{background-color:#1a1a1a;color:#e5e5e5}.dark-mode .note-guide-header,.dark-mode .note-guide-card,.dark-mode .note-guide-footer{background-color:#2d2d2d;border-color:#444}.dark-mode .note-guide-title,.dark-mode .filled-template-container,.dark-mode .filled-chunk-template,.dark-mode .guided-tab-btn:hover{color:#f5f5f5}.dark-mode .note-guide-intro,.dark-mode .note-guide-content strong,.dark-mode .guided-tab-btn{color:#aaa}.dark-mode .guided-tab-btn span{background-color:#444;color:#aaa}.dark-mode .guided-tab-btn.active span{background-color:var(--duo-blue, #1cb0f6);color:#fff}.dark-mode .note-guide-section+.note-guide-section{border-top-color:#444}.dark-mode .filled-chunk-content{background-color:#1cb0f626;color:#76b0e3;border-bottom-color:#1cb0f6}.dark-mode .note-guide-analysis p,.dark-mode .note-guide-analysis ul,.dark-mode .note-guide-analysis li{color:#e5e5e5}.dark-mode .note-guide-tip{background-color:#1cb0f626}.dark-mode .note-guide-tip strong,.dark-mode .note-guide-tip p,.dark-mode .note-guide-tip ul,.dark-mode .note-guide-tip li{color:#76b0e3}.dark-mode .adv-framing-box{background-color:#1cb0f626}.dark-mode .adv-framing-box p,.dark-mode .adv-framing-box ul,.dark-mode .adv-framing-box li{color:#e5e5e5}.dark-mode .adv-model-answer-box{background-color:#1cb0f626;border-color:#1cb0f64d}.dark-mode .adv-model-answer-box h4{color:#76b0e3!important}.dark-mode .adv-model-answer-box p,.dark-mode .adv-model-answer-box ul,.dark-mode .adv-model-answer-box li{color:#e5e5e5}.dark-mode .adv-markdown-content h1,.dark-mode .adv-markdown-content h2,.dark-mode .adv-markdown-content h3,.dark-mode .adv-markdown-content h4,.dark-mode .adv-markdown-content p,.dark-mode .adv-markdown-content ul,.dark-mode .adv-markdown-content li,.dark-mode .adv-markdown-content strong{color:#e5e5e5!important}.name-modal-form-mobile{display:none}@media(max-width:767px){.name-modal-form-desktop{display:none}.name-modal-form-mobile{display:block}.name-modal-backdrop{background-color:#000000a6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.name-modal-shell{border:none;padding:0;width:85%;max-width:none;border-radius:19px;box-shadow:0 10px 35px #00000040;background-color:#f8f8f8f2;overflow:hidden}.name-modal-ios-title{font-size:1.1rem;font-weight:600;text-align:center;padding:20px 20px 4px;color:#000;margin:0}.name-modal-ios-message{font-size:.85rem;font-weight:400;text-align:center;padding:0 20px 16px;line-height:1.5;color:#222;margin:0}.name-modal-shell .name-modal-input{-webkit-appearance:none!important;appearance:none!important;text-align:left!important;font-size:.95rem!important;font-weight:400!important;padding:8px 12px!important;border-radius:6px!important;background-color:#fff!important;border:1px solid #ccc!important;margin:0 20px 20px!important;width:auto!important;transition:none!important;box-sizing:border-box!important;color:#333!important}.name-modal-shell .name-modal-input:focus{border-color:#007aff!important;outline:none!important}.name-modal-ios-footer{display:flex;width:100%;border-top:1px solid #c6c6c6}.name-modal-ios-button{width:50%;flex-grow:1;background-color:transparent;color:#007aff;border:none;border-radius:0;padding:14px 10px;margin-top:0;font-size:1.05rem;font-weight:400;text-transform:none;letter-spacing:0;border-bottom:none;transition:background-color .1s ease}.name-modal-ios-button+.name-modal-ios-button{border-left:1px solid #c6c6c6}.name-modal-ios-button-bold{font-weight:600}.name-modal-ios-button:active{transform:none;border-bottom-width:0;background-color:#e6e6e6b3}.name-modal-ios-button:disabled{color:#aaa}}.audio-setup-mobile-shell{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-sizing:border-box;width:min(388px,calc(100vw - 32px));max-height:min(680px,calc(100dvh - 32px));overflow-y:auto;padding:20px;border:1px solid rgba(132,75,94,.16);border-radius:20px;color:#352e2c;background:linear-gradient(160deg,#fffdf9,#fffcf8 68%,#fff8f4);box-shadow:0 24px 70px #3e252d38,0 3px 12px #3e252d14;z-index:5001;font-family:Poppins,sans-serif;display:flex;flex-direction:column;text-align:left;animation:audio-setup-enter .24s cubic-bezier(.2,.75,.25,1)}@keyframes audio-setup-enter{0%{transform:translate(-50%,-47%) scale(.98);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.audio-mobile-topbar{min-height:32px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.audio-mobile-eyebrow{color:#8a5366;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.audio-mobile-close{width:44px;height:44px;margin:-8px -8px -8px 0;display:grid;place-items:center;border:0;border-radius:50%;color:#72555f;background:transparent;cursor:pointer}.audio-mobile-close:hover{background:#a8426214}.audio-mobile-header{margin-bottom:20px;display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:14px}.audio-mobile-hero-icon{width:54px;height:54px;position:relative;display:grid;place-items:center;border:1px solid rgba(168,66,98,.14);border-radius:15px;color:#a84262;background:linear-gradient(145deg,#fff1f4,#fbe2e9);box-shadow:inset 0 1px #ffffffe6}.audio-mobile-hero-icon>span{height:13px;position:absolute;right:-3px;bottom:-3px;padding:0 5px;display:flex;align-items:center;gap:2px;border:2px solid #fffcf8;border-radius:999px;background:#f5c94a}.audio-mobile-hero-icon i{width:2px;border-radius:2px;background:#674f08}.audio-mobile-hero-icon i:nth-child(1),.audio-mobile-hero-icon i:nth-child(4){height:4px}.audio-mobile-hero-icon i:nth-child(2),.audio-mobile-hero-icon i:nth-child(3){height:7px}.audio-mobile-title{margin:0 0 5px;color:#352e2c;font-size:21px;font-weight:800;letter-spacing:-.025em;line-height:1.2}.audio-mobile-subtitle{max-width:280px;margin:0;padding:0;color:#75676a;font-size:12px;line-height:1.5}.audio-mobile-list{margin-bottom:14px;overflow:hidden;border:1px solid rgba(132,75,94,.13);border-radius:14px;background:#ffffff9e}.audio-mobile-item{min-height:70px;padding:11px 12px;display:flex;align-items:center;gap:11px}.audio-mobile-item+.audio-mobile-item{border-top:1px solid rgba(132,75,94,.1)}.audio-mobile-item-icon{flex:0 0 40px;width:40px;height:40px;display:grid;place-items:center;border-radius:11px;color:#8c3b59;background:#f9e9ee}.audio-mobile-item-icon svg{width:20px;height:20px}.audio-mobile-item-icon.speaker{color:#6f5710;background:#f5c94a3b}.audio-mobile-item-content{min-width:0;flex:1;display:flex;flex-direction:column}.audio-mobile-label{margin-bottom:3px;color:#453b39;font-size:13px;font-weight:750}.audio-mobile-desc{color:#807174;font-size:10px;line-height:1.4}.audio-mobile-status{flex:0 0 auto;padding:5px 7px;border:1px solid rgba(132,75,94,.12);border-radius:999px;color:#80636d;background:#fff8fa;font-size:8px;font-weight:800;white-space:nowrap}.audio-mobile-status.is-ready{border-color:#3285602e;color:#327d5c;background:#edf8f2}.audio-mobile-status.is-blocked{border-color:#ad413d2e;color:#9c3f3b;background:#fff1ef}.audio-mobile-privacy{margin-bottom:16px;padding:10px 11px;display:flex;align-items:flex-start;gap:8px;border-radius:11px;color:#6a5a5e;background:#f5c94a1f}.audio-mobile-privacy svg{flex:0 0 16px;margin-top:1px;color:#856a12}.audio-mobile-privacy p{margin:0;font-size:9px;line-height:1.45}.audio-mobile-privacy strong{display:block;margin-bottom:1px;color:#4e403d;font-weight:800}.audio-mobile-actions{display:grid;gap:4px}.audio-mobile-primary-btn{min-height:48px;width:100%;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #963956;border-radius:12px;color:#fff;background:linear-gradient(145deg,#ad4969,#963956);box-shadow:0 8px 20px #7b2a482e,inset 0 1px #ffffff2e;font-family:Poppins,sans-serif;font-size:13px;font-weight:800;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.audio-mobile-primary-btn svg{width:18px;height:18px}.audio-mobile-primary-btn:hover{transform:translateY(-1px);box-shadow:0 11px 24px #7b2a483b}.audio-mobile-primary-btn:active{transform:translateY(0);background:#8f334f}.audio-mobile-secondary-btn{min-height:44px;border:0;border-radius:10px;color:#775c65;background:transparent;font-family:inherit;font-size:11px;font-weight:750;cursor:pointer}.audio-mobile-secondary-btn:hover{color:#713148;background:#a842620f}.audio-setup-mobile-shell .audio-setup-error{width:auto;margin:0 0 12px;padding:10px 11px;border:1px solid rgba(173,65,61,.18);border-radius:10px;color:#8d3632;background:#fff1ef;font-size:10px;line-height:1.45}@media(max-width:480px){.audio-setup-mobile-shell{top:auto;right:8px;bottom:max(8px,env(safe-area-inset-bottom));left:8px;width:auto;max-height:calc(100dvh - 16px - env(safe-area-inset-bottom));padding:18px 18px max(14px,env(safe-area-inset-bottom));border-radius:20px;transform:none;animation-name:audio-setup-sheet-enter}@keyframes audio-setup-sheet-enter{0%{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}}@media(prefers-reduced-motion:reduce){.audio-setup-mobile-shell{animation:none}.audio-mobile-primary-btn{transition:none}}.audio-setup-mobile-shell{width:min(640px,calc(100vw - 48px));max-height:min(720px,calc(100dvh - 48px));padding:30px 32px 26px;border:1px solid #eee7dc;border-radius:26px;color:#3f3b37;background:#fffdfa;box-shadow:0 24px 64px #3f3b3729,0 2px 8px #3f3b370f;font-family:Poppins,sans-serif}.audio-mobile-topbar{min-height:28px;margin-bottom:20px}.audio-mobile-eyebrow{color:#9b536b;font-size:11px;font-weight:600;letter-spacing:.13em}.audio-mobile-close{width:38px;height:38px;margin:-5px -6px -5px 0;border:1px solid transparent;color:#6e6260}.audio-mobile-close:hover{border-color:#eee7dc;background:#faf6f1}.audio-mobile-header{grid-template-columns:66px minmax(0,1fr);gap:18px;margin-bottom:26px}.audio-mobile-hero-icon{width:66px;height:66px;border-color:#f2d9e0;border-radius:19px;color:#b24e70;background:#fff0f4;box-shadow:none}.audio-mobile-hero-icon>span{right:-5px;bottom:-4px;height:18px;padding:0 7px;gap:3px;border-color:#fffdfa;background:#ffe28a}.audio-mobile-hero-icon i{width:3px;background:#7d6211}.audio-mobile-hero-icon i:nth-child(1),.audio-mobile-hero-icon i:nth-child(4){height:5px}.audio-mobile-hero-icon i:nth-child(2),.audio-mobile-hero-icon i:nth-child(3){height:9px}.audio-mobile-title{margin-bottom:7px;color:#332f2d;font-size:29px;font-weight:500;letter-spacing:-.04em;line-height:1.08}.audio-mobile-subtitle{max-width:450px;color:#766d69;font-size:15px;font-weight:300;line-height:1.55}.audio-mobile-list{margin-bottom:16px;border-color:#eee7dc;border-radius:18px;background:#fff}.audio-mobile-item{min-height:104px;padding:18px 20px;gap:15px}.audio-mobile-item+.audio-mobile-item{border-color:#f1ece5}.audio-mobile-item-icon{flex-basis:48px;width:48px;height:48px;border-radius:14px;color:#a74466;background:#fff0f4}.audio-mobile-item-icon svg{width:23px;height:23px}.audio-mobile-item-icon.speaker{color:#876714;background:#fff4d4}.audio-mobile-label{margin-bottom:4px;color:#413b38;font-size:16px;font-weight:500}.audio-mobile-desc{color:#7d7470;font-size:12px;font-weight:300;line-height:1.55}.audio-mobile-status{padding:6px 9px;border-color:#eee4e5;color:#7d6870;background:#fff9fa;font-size:10px;font-weight:500}.audio-mobile-status.is-ready{border-color:#cfe7dc;color:#287458;background:#f0faf5}.audio-mobile-privacy{margin-bottom:18px;padding:14px 15px;gap:10px;border:1px solid #f3e5bb;border-radius:14px;color:#706457;background:#fff8e7}.audio-mobile-privacy svg{flex-basis:18px;width:18px;height:18px;color:#967414}.audio-mobile-privacy p{font-size:11px;font-weight:300;line-height:1.55}.audio-mobile-privacy strong{color:#51463b;font-weight:600}.audio-mobile-actions{gap:6px}.audio-mobile-primary-btn{min-height:54px;border-color:#f0cf56;border-radius:14px;color:#3f3b37;background:#fff0ac;box-shadow:inset 0 1px #ffffffbf;font-size:15px;font-weight:600}.audio-mobile-primary-btn:hover{background:#ffe487;box-shadow:inset 0 1px #ffffffc7}.audio-mobile-primary-btn:active{background:#ffdc68}.audio-mobile-secondary-btn{min-height:42px;color:#756c67;font-size:12px;font-weight:500}.audio-mobile-secondary-btn:hover{color:#3f3b37;background:#faf6f1}.audio-setup-mobile-shell .audio-setup-error{border-color:#f1d0cd;color:#9c3f3b;background:#fff4f2;font-size:11px}@media(max-width:480px){.audio-setup-mobile-shell{right:12px;bottom:max(12px,env(safe-area-inset-bottom));left:12px;width:auto;max-height:calc(100dvh - 24px - env(safe-area-inset-bottom));padding:24px 20px max(18px,env(safe-area-inset-bottom));border-radius:22px}.audio-mobile-header{grid-template-columns:58px minmax(0,1fr);gap:14px;margin-bottom:20px}.audio-mobile-hero-icon{width:58px;height:58px;border-radius:17px}.audio-mobile-title{font-size:24px}.audio-mobile-subtitle{font-size:13px}.audio-mobile-item{min-height:86px;padding:14px;gap:12px}.audio-mobile-item-icon{flex-basis:42px;width:42px;height:42px;border-radius:12px}.audio-mobile-label{font-size:14px}}.app-splash-screen{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:max(24px,env(safe-area-inset-top)) 24px max(24px,env(safe-area-inset-bottom));overflow:hidden;color:#382c30;background:#fff;font-family:Poppins,sans-serif}.splash-content{width:min(100%,320px);display:flex;flex-direction:column;align-items:center;text-align:center;animation:splashContentEnter .42s cubic-bezier(.22,1,.36,1) both}.splash-main-logo{display:block;width:clamp(88px,12vw,108px);height:auto;margin:0 0 16px;object-fit:contain}.splash-brand-title{margin:0;color:#382c30;font-size:clamp(1.4rem,3vw,1.65rem);font-weight:600;line-height:1.2;letter-spacing:-.035em}.splash-status-text{min-height:0;margin:10px 0 0;color:#796a6f;font-size:.78rem;font-weight:400;line-height:1.5;letter-spacing:0}.splash-progress-track{width:72px;height:3px;margin-top:18px;overflow:hidden;border-radius:999px;background:#f1e8eb}.splash-progress-fill{display:block;width:32px;height:100%;border-radius:inherit;background:#a84262;animation:splashProgressMove 1.4s ease-in-out infinite}@keyframes splashContentEnter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes splashProgressMove{0%{transform:translate(-36px)}to{transform:translate(76px)}}@media(max-height:480px){.splash-main-logo{width:76px;margin-bottom:12px}.splash-progress-track{margin-top:14px}}@media(prefers-reduced-motion:reduce){.splash-content,.splash-progress-fill{animation:none}.splash-progress-fill{width:100%}}:root{--saathi-red: #e86161;--saathi-gold: #ffd84d;--saathi-dark: #171714;--saathi-muted: #625f57;--saathi-bg: #fffdf5;--saathi-white: #ffffff;--saathi-header-height: 92px;--font-stack: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html{scroll-behavior:smooth}body{margin:0;padding:0;background-color:var(--saathi-bg);color:var(--saathi-dark);font-family:var(--font-stack);-webkit-font-smoothing:antialiased}html,body,#root{min-height:100%}body{overflow-x:hidden}.pte-hero-page-shell{width:100%;min-height:100dvh;height:100dvh;overflow-y:auto;overflow-x:hidden;background-color:var(--saathi-bg);scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.saathi-header+.pte-hero-page-shell{min-height:calc(100dvh - var(--saathi-header-height));height:calc(100dvh - var(--saathi-header-height))}.pte-hero-page-shell section[id],.pte-hero-page-shell main[id]{scroll-margin-top:18px}.pte-hero-page-shell *{box-sizing:border-box}.pte-hero-page-shell::-webkit-scrollbar{width:10px}.pte-hero-page-shell::-webkit-scrollbar-track{background:#0d0d0d0a}.pte-hero-page-shell::-webkit-scrollbar-thumb{background:#0d0d0d47;border-radius:999px;border:2px solid rgba(250,250,250,.9)}.pte-hero-page-shell::-webkit-scrollbar-thumb:hover{background:#0d0d0d6b}.saathi-header{position:sticky;top:0;z-index:1000;height:var(--saathi-header-height);display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:16px 14px 16px clamp(24px,5vw,78px);background-color:#fffdf5e6;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.05);box-sizing:border-box}.saathi-brand-link{position:relative;display:flex;align-items:center;justify-content:center;text-decoration:none;width:164px;height:58px;padding:7px 17px;border:5px solid #7a4826;border-radius:5px;background:linear-gradient(90deg,rgba(104,57,28,.11) 1px,transparent 1px) 0 0 / 23px 100%,linear-gradient(180deg,#fffaf0,#f6ead1);box-shadow:inset 0 0 0 2px #bd8250,inset 0 0 14px #66391a1f,0 5px #513019,0 9px 16px #3c251133;box-sizing:border-box;transform:rotate(-1deg)}.saathi-brand-link:before,.saathi-brand-link:after{content:"";position:absolute;width:3px;height:22px;top:-27px;background:linear-gradient(90deg,#3f3b35,#aba69b 48%,#3f3b35);border-radius:999px;box-shadow:0 0 0 1px #14120f3d}.saathi-brand-link:before{left:28px;transform:rotate(4deg)}.saathi-brand-link:after{right:28px;transform:rotate(-4deg)}.header-left{padding-top:7px}.saathi-logo-img{height:auto;width:124px;max-height:38px;object-fit:contain;position:relative;z-index:1}.header-center{display:flex;align-items:center;gap:32px}.header-right{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:190px;padding:6px;border:1px solid transparent;border-radius:9999px;background:linear-gradient(#fffdf547,#fffdf51f) padding-box,linear-gradient(120deg,#fffffff2,#ef6f6c75 35%,#ffd84dad 62%,#ffffffeb) border-box;box-shadow:inset 0 1px #ffffffd6,inset 0 -1px #e861611a,0 3px 12px #764e2314}.header-right:after{content:"";position:absolute;pointer-events:none;top:3px;left:18px;width:42%;height:5px;border-radius:999px;background:linear-gradient(90deg,#fff0,#ffffffe6,#fff0);filter:blur(.3px);opacity:.75}.nav-item{font-size:14px;font-weight:500;color:var(--saathi-muted);text-decoration:none;transition:color .15s ease}.nav-item:hover{color:var(--saathi-dark)}.btn-saathi-header-premium{display:inline-flex;align-items:center;gap:6px;background-color:var(--saathi-white);color:var(--saathi-dark);font-size:13.5px;font-weight:500;text-decoration:none;padding:10px 18px;border-radius:9999px;border:1px solid var(--saathi-dark);box-shadow:0 3px 0 var(--saathi-dark);transition:background-color .1s ease,opacity .1s ease}.btn-saathi-header-premium:hover{background-color:var(--saathi-gold);opacity:.95;transform:none}.btn-saathi-header-login{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 16px;box-sizing:border-box;border:1px solid rgba(23,23,20,.2);border-radius:9999px;color:var(--saathi-dark);background:transparent;font-size:13.5px;font-weight:500;line-height:1;text-decoration:none;transition:background-color .15s ease,border-color .15s ease}.btn-saathi-header-login:hover{color:var(--saathi-dark);background-color:#ffffffb8;border-color:var(--saathi-dark)}.header-arrow-diagonal{width:12px;height:12px;color:var(--saathi-white);flex-shrink:0}.saathi-hero-viewport{display:flex;justify-content:center;align-items:flex-start;min-height:980px;padding:64px 24px 0;background:linear-gradient(180deg,#fff3a9,#ffe477 64%,#ef6f6c 64% 100%);overflow:hidden;position:relative;isolation:isolate}.saathi-hero-viewport:before{content:"";position:absolute;inset:0;z-index:-2;pointer-events:none;background-image:repeating-linear-gradient(0deg,transparent 0,transparent 31px,rgba(188,50,55,.1) 31px,rgba(188,50,55,.1) 32px),radial-gradient(circle at 18% 24%,rgba(255,255,255,.2) 0 1px,transparent 1.5px),radial-gradient(circle at 72% 36%,rgba(70,49,20,.08) 0 .7px,transparent 1.2px);background-size:100% 32px,9px 9px,13px 13px;mix-blend-mode:multiply;opacity:.72}.saathi-hero-viewport:after{content:"";position:absolute;z-index:-1;pointer-events:none;width:min(900px,76vw);aspect-ratio:1.55;top:22px;right:-12%;border-radius:48% 52% 57% 43%/42% 38% 62% 58%;background:repeating-radial-gradient(ellipse at 52% 46%,transparent 0,transparent 25px,rgba(183,51,56,.13) 26px,transparent 28px,transparent 48px);transform:rotate(-9deg) skew(-7deg);filter:blur(.2px);opacity:.7}.hero-central-layout{max-width:1240px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.saathi-hero-viewport .hero-main-title{font-size:clamp(42px,4.2vw,68px);font-weight:600;line-height:1.02;color:var(--saathi-dark);margin:0 0 20px;letter-spacing:-2.4px}.saathi-hero-viewport .hero-main-title span{background:var(--saathi-white);padding:0 8px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.hero-supporting-text{font-size:15px;font-weight:400;line-height:1.6;color:var(--saathi-dark);max-width:560px;margin:0 0 30px}.hero-action-row{display:flex;align-items:center;gap:12px}.btn-saathi-primary-lg{display:inline-flex;align-items:center;gap:8px;background-color:var(--saathi-white);color:var(--saathi-dark);font-size:15px;font-weight:500;text-decoration:none;padding:13px 22px;border-radius:9999px;border:1px solid var(--saathi-dark);box-shadow:0 3px 0 var(--saathi-dark);transition:transform .15s ease}.btn-saathi-primary-lg:hover{transform:translateY(-2px)}.action-arrow-right{width:16px;height:16px}.btn-inline-text-saathi{display:inline-flex;align-items:center;gap:6px;color:var(--saathi-white);background:var(--saathi-dark);font-size:15px;font-weight:500;text-decoration:none;padding:13px 22px;border-radius:9999px}.hero-device-stage{width:min(1080px,92vw);height:620px;margin-top:60px;position:relative}.hero-device-frame{position:absolute;inset:0 42px auto;height:auto;aspect-ratio:16 / 10;padding:20px 20px 30px;border:2px solid #4a4945;border-radius:30px 30px 17px 17px;background:linear-gradient(145deg,#1c1c1c,#050505 65%,#242424);box-shadow:0 28px 70px #2a210d40,inset 0 0 0 2px #292929}.hero-device-frame:before{content:"";position:absolute;z-index:-1;left:50%;bottom:-34px;width:calc(100% + 92px);height:36px;transform:translate(-50%);border-radius:3px 3px 25px 25px;background:linear-gradient(180deg,#eeeeeb,#b9bab8 38%,#858683 72%,#c8c9c6);border:1px solid #72736f;box-shadow:0 16px 24px #2d23103d}.hero-device-frame:after{content:"";position:absolute;left:50%;bottom:-12px;width:104px;height:8px;transform:translate(-50%);border-radius:0 0 8px 8px;background:linear-gradient(180deg,#777875,#d9dad7);z-index:1}.hero-device-camera{position:absolute;width:6px;height:6px;top:7px;left:50%;border-radius:50%;background:#273a55;box-shadow:0 0 0 2px #111}.hero-device-screen{height:100%;overflow:hidden;border-radius:14px 14px 7px 7px;background:#fff;box-shadow:inset 0 0 0 1px #ffffff14}.hero-dashboard-image{width:100%;height:100%;object-fit:contain;object-position:center;display:block;background:#fff}.btn-inline-text-saathi span{border-bottom:1px solid var(--saathi-dark);padding-bottom:2px;transition:opacity .15s ease}.btn-inline-text-saathi:hover span{opacity:.7}.action-arrow-diagonal{width:14px;height:14px;color:var(--saathi-dark)}.saathi-meet-section{background-color:var(--saathi-white);padding:120px 24px;color:var(--saathi-dark)}.saathi-container{max-width:1120px;margin:0 auto}.story-intro-block{text-align:center;max-width:760px;margin:0 auto 100px}.story-eyebrow{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--saathi-red);display:inline-block;margin-bottom:16px}.story-heading{font-size:44px;font-weight:500;line-height:1.2;letter-spacing:-1px;margin:0 0 24px}.story-subtext{font-size:19px;line-height:1.6;color:var(--saathi-muted);margin:0}.story-subtext strong{color:var(--saathi-dark)}.feature-showcase-row{display:flex;align-items:center;gap:80px;margin-bottom:120px}.feature-showcase-row.alternate-row{flex-direction:row-reverse}.feature-text-column{flex:1}.feature-media-column{flex:1.2;display:flex;flex-direction:column;justify-content:center}.feature-badge{font-size:12px;font-weight:600;color:var(--saathi-muted);letter-spacing:.5px;margin-bottom:16px;text-transform:uppercase}.feature-title{font-size:32px;font-weight:500;line-height:1.25;letter-spacing:-.5px;margin:0 0 20px}.feature-description{font-size:16px;line-height:1.6;color:var(--saathi-muted);margin:0 0 24px}.feature-bullets{list-style:none;padding:0;margin:0}.feature-bullets li{font-size:15px;line-height:1.5;color:var(--saathi-dark);margin-bottom:12px;position:relative;padding-left:20px}.feature-bullets li:before{content:"—";position:absolute;left:0;color:var(--saathi-red);font-weight:700}.media-wrapper{background:var(--saathi-bg);border-radius:14px;overflow:hidden;border:1px solid rgba(0,0,0,.06);display:flex}.saathi-media-asset{width:100%;height:auto;display:block;object-fit:cover}.media-split-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.saathi-closing-cta{text-align:center;background-color:var(--saathi-bg);border:1px solid rgba(0,0,0,.04);padding:80px 40px;border-radius:24px;margin-top:60px}.cta-heading{font-size:36px;font-weight:500;letter-spacing:-.5px;margin:0 0 16px}.cta-subtext{font-size:17px;color:var(--saathi-muted);margin:0 0 32px}@media(max-width:992px){.feature-showcase-row,.feature-showcase-row.alternate-row{gap:40px}.story-heading{font-size:36px}.feature-title{font-size:26px}}@media(max-width:768px){:root{--saathi-header-height: 61px}.saathi-header{padding:14px 20px}.header-center{display:none!important}.saathi-logo-img{height:32px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.btn-saathi-header-premium{padding:6px 14px;font-size:13px}.header-right{min-width:0;gap:7px;padding:4px}.btn-saathi-header-login{min-height:32px;padding:6px 11px;font-size:12.5px}.saathi-hero-viewport{padding:40px 20px 80px}.saathi-hero-viewport .hero-main-title{font-size:38px;line-height:1.2;letter-spacing:-.8px;margin-bottom:20px}.hero-supporting-text{font-size:16px;line-height:1.5;margin-bottom:36px;padding:0 8px}.hero-action-row{flex-direction:column;gap:16px;width:100%;max-width:320px}.btn-saathi-primary-lg{width:100%;justify-content:center;padding:16px 24px;box-sizing:border-box;font-size:16px}.btn-inline-text-saathi{width:100%;justify-content:center;padding:10px 0;font-size:15px}.saathi-meet-section{padding:80px 20px}.story-intro-block{margin-bottom:60px;text-align:left}.story-heading{font-size:32px}.story-subtext{font-size:17px}.feature-showcase-row,.feature-showcase-row.alternate-row{flex-direction:column!important;gap:32px;margin-bottom:80px}.feature-media-column{width:100%}.media-split-grid{grid-template-columns:1fr;gap:12px}.saathi-closing-cta{padding:48px 24px;text-align:left}.cta-heading{font-size:28px}.saathi-closing-cta .btn-saathi-primary-lg{width:100%;justify-content:center;box-sizing:border-box}}.saathi-process-section{width:100%;padding:60px 0 100px;border-top:1px solid rgba(0,0,0,.04);background-color:var(--saathi-white)}.process-header-block{text-align:center;max-width:820px;margin:0 auto 72px}.process-eyebrow{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--saathi-red);display:inline-block;margin-bottom:16px}.process-heading{font-size:38px;font-weight:500;line-height:1.25;letter-spacing:-.8px;color:var(--saathi-dark);margin:0 0 20px}.process-subtext{font-size:17px;line-height:1.6;color:var(--saathi-muted);margin:0}.process-architecture-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px}.process-step-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.process-icon-wrapper{color:var(--saathi-dark);margin-bottom:24px;display:flex;align-items:center;justify-content:center}.saathi-monoline-icon{width:28px;height:28px;display:block;stroke-width:1.8px;vector-effect:non-scaling-stroke}.process-step-title{font-size:18px;font-weight:500;letter-spacing:-.3px;color:var(--saathi-dark);margin:0 0 12px}.process-step-desc{font-size:14.5px;line-height:1.6;color:var(--saathi-muted);margin:0}@media(max-width:992px){.process-architecture-grid{gap:32px}.process-heading{font-size:32px}}@media(max-width:768px){.saathi-process-section{padding:40px 0 60px}.process-header-block{text-align:left;margin-bottom:48px}.process-heading{font-size:28px}.process-architecture-grid{grid-template-columns:1fr;gap:40px}.process-step-card{align-items:flex-start}.process-icon-wrapper{margin-bottom:16px}}.saathi-team-section{width:100%;padding:100px 0 60px;border-top:1px solid rgba(0,0,0,.04);background-color:var(--saathi-white)}.team-header-block{text-align:center;max-width:820px;margin:0 auto 80px}.team-eyebrow{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--saathi-red);display:inline-block;margin-bottom:16px}.team-heading{font-size:38px;font-weight:500;line-height:1.25;letter-spacing:-.8px;color:var(--saathi-dark);margin:0 0 20px}.team-subtext{font-size:17px;line-height:1.6;color:var(--saathi-muted);margin:0}.team-architecture-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;align-items:stroke}.founder-card{background-color:var(--saathi-bg);border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:32px 28px;display:flex;flex-direction:column;text-align:left}.founder-image-frame{width:64px;height:64px;border-radius:9999px;overflow:hidden;background-color:#0d0d0d0d;margin-bottom:24px;border:1px solid rgba(0,0,0,.04)}.founder-photo{width:100%;height:100%;object-fit:cover}.founder-meta-row{margin-bottom:20px}.founder-name{font-size:20px;font-weight:500;letter-spacing:-.4px;color:var(--saathi-dark);margin:0 0 4px}.founder-role{font-size:14px;font-weight:500;color:var(--saathi-muted);margin:0 0 12px}.founder-badge{display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--saathi-red);background-color:#d6222a0f;padding:4px 10px;border-radius:9999px}.founder-intro-text{font-size:14.5px;line-height:1.6;color:#333;margin:0 0 24px;flex-grow:1}.founder-focus-container{border-top:1px solid rgba(0,0,0,.06);padding-top:20px;margin-bottom:20px}.focus-label{display:block;font-size:12px;font-weight:600;color:var(--saathi-dark);text-transform:uppercase;letter-spacing:.3px;margin-bottom:12px}.founder-focus-list{list-style:none;padding:0;margin:0}.founder-focus-list li{font-size:13.5px;color:var(--saathi-muted);margin-bottom:8px;position:relative;padding-left:16px}.founder-focus-list li:before{content:"·";position:absolute;left:2px;font-weight:800;color:var(--saathi-red)}.founder-note-footer{background-color:#00000005;border-radius:8px;padding:12px 16px;border-left:2px solid var(--saathi-gold)}.founder-note-footer p{margin:0;font-size:12.5px;line-height:1.5;color:var(--saathi-muted);font-style:italic}@media(max-width:992px){.team-architecture-grid{grid-template-columns:repeat(2,1fr);gap:24px}.team-heading{font-size:32px}}@media(max-width:768px){.saathi-team-section{padding:60px 0 40px}.team-header-block{text-align:left;margin-bottom:48px}.team-heading{font-size:28px}.team-architecture-grid{grid-template-columns:1fr;gap:24px}.founder-card{padding:24px 20px}}.saathi-pricing-section{width:100%;padding:100px 0;border-top:1px solid rgba(0,0,0,.04);background-color:var(--saathi-bg)}.pricing-header-block{text-align:center;max-width:760px;margin:0 auto 64px;display:flex;flex-direction:column;align-items:center}.pricing-eyebrow{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--saathi-red);margin-bottom:16px}.pricing-heading{font-size:38px;font-weight:500;line-height:1.25;letter-spacing:-.8px;color:var(--saathi-dark);margin:0 0 20px}.pricing-subtext{font-size:17px;line-height:1.6;color:var(--saathi-muted);margin:0 0 40px}.pricing-toggle-container{display:inline-flex;background-color:#00000008;padding:4px;border-radius:9999px;border:1px solid rgba(0,0,0,.04)}.toggle-tab-btn{background:none;border:none;outline:none;padding:10px 24px;font-size:14px;font-weight:500;color:var(--saathi-muted);border-radius:9999px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;align-items:center;gap:8px}.toggle-tab-btn.is-active{background-color:var(--saathi-white);color:var(--saathi-dark);box-shadow:0 4px 12px #0000000d,0 1px 2px #00000005}.save-badge{font-size:11px;font-weight:600;color:var(--saathi-white);background-color:var(--saathi-red);padding:2px 8px;border-radius:9999px;letter-spacing:.2px}.pricing-dual-tier-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:1000px;margin:0 auto;align-items:stretch}.pricing-tier-card{background-color:var(--saathi-white);border:1px solid rgba(0,0,0,.06);border-radius:24px;padding:48px 40px;display:flex;flex-direction:column;position:relative;transition:transform .3s ease,box-shadow .3s ease}.pricing-tier-card.premium-tier-highlight{border:2px solid var(--saathi-dark);box-shadow:0 20px 40px #0000000a}.premium-eyebrow-badge{position:absolute;top:-14px;left:40px;background-color:var(--saathi-dark);color:var(--saathi-white);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:6px 14px;border-radius:9999px}.tier-meta-block{margin-bottom:32px}.tier-plan-name{display:block;font-size:22px;font-weight:600;letter-spacing:-.4px;color:var(--saathi-dark);margin-bottom:12px}.tier-plan-summary{font-size:14.5px;line-height:1.5;color:var(--saathi-muted);margin:0 0 28px;min-height:44px}.tier-price-display{display:flex;align-items:baseline;color:var(--saathi-dark)}.currency-symbol{font-size:24px;font-weight:500;margin-right:4px;align-self:flex-start;margin-top:6px}.price-integral-digit{font-size:56px;font-weight:600;line-height:1;letter-spacing:-2px}.price-timeline-tag{font-size:15px;color:var(--saathi-muted);margin-left:8px}.tier-cta-wrapper{margin-bottom:40px}.btn-tier-action-primary,.btn-tier-action-secondary{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 24px;border-radius:12px;font-size:15px;font-weight:600;text-decoration:none;box-sizing:border-box;transition:all .2s ease}.btn-tier-action-primary{background-color:var(--saathi-red);color:var(--saathi-white)}.btn-tier-action-primary:hover{background-color:#be1c23;transform:translateY(-1px)}.btn-tier-action-secondary{background-color:transparent;color:var(--saathi-dark);border:1px solid rgba(0,0,0,.15)}.btn-tier-action-secondary:hover{background-color:#00000005;border-color:var(--saathi-dark)}.tier-features-list-block{border-top:1px solid rgba(0,0,0,.06);padding-top:32px}.features-list-heading{display:block;font-size:13px;font-weight:600;color:var(--saathi-dark);text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}.tier-benefits-bullet-stream{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.tier-benefits-bullet-stream li{display:flex;align-items:flex-start;gap:12px;font-size:14.5px;line-height:1.5;color:#222}.benefit-check-vector{width:18px;height:18px;color:#10b981;flex-shrink:0;margin-top:2px}.pricing-tier-card.premium-tier-highlight .benefit-check-vector{color:var(--saathi-red)}@media(max-width:992px){.pricing-dual-tier-grid{gap:24px;padding:0 20px}.pricing-tier-card{padding:36px 28px}.pricing-heading{font-size:32px}}@media(max-width:768px){.saathi-pricing-section{padding:60px 0}.pricing-header-block{text-align:left;align-items:flex-start;padding:0 20px;margin-bottom:40px}.pricing-heading{font-size:28px}.pricing-dual-tier-grid{grid-template-columns:1fr;gap:32px}.premium-eyebrow-badge{left:28px}}@media(max-width:768px){:root{--saathi-header-height: 76px}.saathi-header{padding:10px 8px 10px 18px}.header-left{padding-top:5px}.saathi-brand-link{width:122px;height:45px;padding:5px 10px;border-width:4px;box-shadow:inset 0 0 0 1px #bd8250,0 4px #513019,0 7px 12px #3c25112e}.saathi-brand-link:before,.saathi-brand-link:after{height:15px;top:-19px}.saathi-brand-link:before{left:20px}.saathi-brand-link:after{right:20px}.saathi-logo-img{width:94px;height:auto;max-height:28px}.saathi-hero-viewport{min-height:760px;padding:46px 16px 0;background:linear-gradient(180deg,#fff3a9,#ffe477 68%,#ef6f6c 68% 100%)}.saathi-hero-viewport .hero-main-title{font-size:clamp(34px,10vw,46px);line-height:1.05;letter-spacing:-1.4px}.hero-supporting-text{max-width:500px}.hero-action-row{max-width:none;flex-direction:row;width:auto}.btn-saathi-primary-lg,.btn-inline-text-saathi{width:auto;padding:12px 16px;font-size:13px}.hero-device-stage{width:104%;height:370px;margin-top:48px}.hero-device-frame{inset:0 12px auto;height:auto;aspect-ratio:16 / 10;padding:12px 12px 19px;border-radius:18px 18px 9px 9px}.hero-device-frame:before{width:calc(100% + 30px);height:20px;bottom:-19px;border-radius:2px 2px 14px 14px}.hero-device-frame:after{width:62px;height:5px;bottom:-7px}.hero-device-screen{border-radius:18px}.hero-dashboard-image{height:100%}}@media(max-width:430px){.hero-action-row{width:100%}.btn-saathi-primary-lg,.btn-inline-text-saathi{flex:1;justify-content:center;white-space:nowrap}.hero-device-stage{width:108%}}.saathi-meet-section,.saathi-process-section,.saathi-team-section,.saathi-pricing-section,.saathi-closing-cta{position:relative;isolation:isolate;overflow:hidden}.saathi-meet-section>*,.saathi-process-section>*,.saathi-team-section>*,.saathi-pricing-section>*,.saathi-closing-cta>*{position:relative;z-index:2}.saathi-meet-section{background:radial-gradient(circle at 8% 10%,rgba(255,216,77,.07),transparent 24%),radial-gradient(circle at 92% 32%,rgba(232,97,97,.1),transparent 23%),radial-gradient(circle at 18% 68%,rgba(232,97,97,.055),transparent 19%),radial-gradient(circle at 82% 88%,rgba(196,57,62,.06),transparent 21%),linear-gradient(180deg,#fff,#fffefa 48%,#fff)}.saathi-meet-section:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(circle,rgba(151,106,42,.15) 0 1px,transparent 1.3px);background-size:24px 24px;-webkit-mask-image:linear-gradient(90deg,#000,transparent 36%,transparent 68%,#000);mask-image:linear-gradient(90deg,#000,transparent 36%,transparent 68%,#000);opacity:.48}.saathi-meet-section:after{content:"";position:absolute;z-index:1;top:120px;right:-210px;width:540px;height:540px;border-radius:50%;pointer-events:none;background:repeating-radial-gradient(circle,transparent 0 23px,rgba(205,75,78,.1) 24px 25px,transparent 26px 42px);opacity:.66}.feature-showcase-row{position:relative;padding:42px;border:1px solid rgba(121,90,43,.08);border-radius:30px;background:radial-gradient(circle at 96% 8%,rgba(232,97,97,.055),transparent 22%),linear-gradient(135deg,#fffffff5,#fffae729);box-shadow:0 18px 55px #5c411b0b}.feature-showcase-row.alternate-row{background:radial-gradient(circle at 5% 92%,rgba(203,59,64,.065),transparent 24%),linear-gradient(225deg,#fffffff7,#ffecea24)}.saathi-process-section{background:radial-gradient(circle at 50% 0%,rgba(255,221,97,.055),transparent 38%),radial-gradient(circle at 8% 45%,rgba(232,97,97,.075),transparent 21%),radial-gradient(circle at 94% 74%,rgba(196,57,62,.055),transparent 19%),linear-gradient(180deg,#fff,#fffefd)}.saathi-process-section:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(30deg,rgba(126,104,68,.065) 1px,transparent 1px),linear-gradient(150deg,rgba(126,104,68,.065) 1px,transparent 1px);background-size:42px 72px;-webkit-mask-image:radial-gradient(ellipse at center,#000 0%,transparent 76%);mask-image:radial-gradient(ellipse at center,#000 0%,transparent 76%)}.saathi-process-section:after{content:"";position:absolute;left:-150px;bottom:-230px;width:520px;height:520px;border-radius:50%;pointer-events:none;background:repeating-radial-gradient(circle,transparent 0 27px,rgba(232,97,97,.09) 28px 29px,transparent 30px 48px)}.process-step-card{padding:28px;border-radius:22px;border:1px solid rgba(110,82,38,.07);background:#ffffff9e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.saathi-team-section{background:radial-gradient(circle at 15% 44%,rgba(232,97,97,.085),transparent 27%),radial-gradient(circle at 84% 72%,rgba(255,216,77,.045),transparent 27%),radial-gradient(circle at 52% 96%,rgba(196,57,62,.05),transparent 20%),#fff}.saathi-team-section:before,.saathi-team-section:after{content:"";position:absolute;z-index:0;width:430px;height:430px;border-radius:50%;pointer-events:none;background:repeating-conic-gradient(from 8deg,rgba(204,74,78,.1) 0 2deg,transparent 2deg 15deg),repeating-radial-gradient(circle,transparent 0 34px,rgba(177,126,48,.09) 35px 36px,transparent 37px 58px);-webkit-mask-image:radial-gradient(circle,transparent 0 14%,#000 15% 76%,transparent 77%);mask-image:radial-gradient(circle,transparent 0 14%,#000 15% 76%,transparent 77%)}.saathi-team-section:before{top:-165px;left:-175px;transform:rotate(12deg)}.saathi-team-section:after{right:-190px;bottom:-175px;transform:rotate(-8deg)}.founder-card{background:radial-gradient(circle at 100% 0%,rgba(232,97,97,.055),transparent 28%),linear-gradient(150deg,#fffffffa,#fffcf161);box-shadow:0 18px 46px #593e180d}.saathi-pricing-section{background:radial-gradient(ellipse at 50% 32%,rgba(255,222,98,.055),transparent 40%),radial-gradient(circle at 7% 20%,rgba(232,97,97,.07),transparent 18%),radial-gradient(circle at 93% 78%,rgba(196,57,62,.065),transparent 20%),linear-gradient(180deg,#fff,#fffefd)}.saathi-pricing-section:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:radial-gradient(circle,rgba(201,76,79,.16) 0 1px,transparent 1.2px);background-size:31px 31px;-webkit-mask-image:linear-gradient(180deg,transparent,#000 28%,#000 72%,transparent);mask-image:linear-gradient(180deg,transparent,#000 28%,#000 72%,transparent);opacity:.48}.saathi-pricing-section:after{content:"";position:absolute;z-index:0;top:165px;left:50%;width:min(920px,86vw);height:440px;transform:translate(-50%);border:1px solid rgba(232,97,97,.09);border-radius:50%;box-shadow:0 0 0 42px #ffd84d09,0 0 0 84px #e8616106;pointer-events:none}.pricing-tier-card{background:#ffffffe0;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.saathi-closing-cta{background:radial-gradient(circle at 12% 20%,rgba(255,216,77,.07),transparent 23%),radial-gradient(circle at 88% 80%,rgba(232,97,97,.105),transparent 26%),radial-gradient(circle at 62% 4%,rgba(196,57,62,.05),transparent 18%),linear-gradient(135deg,#fff,#fffdfa)}.saathi-closing-cta:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:repeating-radial-gradient(circle at 100% 0%,transparent 0 24px,rgba(186,75,76,.08) 25px 26px,transparent 27px 43px)}@media(max-width:768px){.feature-showcase-row{padding:26px 20px;border-radius:22px}.process-step-card{padding:22px 20px}.saathi-meet-section:after{width:340px;height:340px;right:-230px}.saathi-team-section:before,.saathi-team-section:after{width:300px;height:300px;opacity:.7}}@media(prefers-reduced-motion:reduce){.saathi-meet-section,.saathi-process-section,.saathi-team-section,.saathi-pricing-section{background-attachment:scroll}}.btn-windows-download{min-height:50px;padding:8px 14px;display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(127,47,74,.2);border-radius:10px;color:#382c30;background:#ffffffb8;box-shadow:0 5px 16px #382c3014;text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.btn-windows-download:hover{transform:translateY(-1px);border-color:#7f2f4a66;box-shadow:0 8px 20px #382c301f}.btn-windows-download:focus-visible{outline:3px solid rgba(168,66,98,.24);outline-offset:3px}.btn-windows-download>svg{width:22px;height:22px;flex:0 0 auto;color:#7f2f4a}.btn-windows-download>span{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.btn-windows-download strong{font-size:11px;font-weight:650}.btn-windows-download small{margin-top:2px;color:#796a6f;font-size:8px}.btn-windows-download--pending{cursor:default;color:#6f6266;background:#fffdfaa8;box-shadow:none}.btn-windows-download--pending:hover{transform:none;border-color:#7f2f4a33;box-shadow:none}.btn-windows-download--pending>svg{opacity:.68}@media(max-width:760px){.btn-windows-download{width:100%;flex:1 0 100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.btn-windows-download{transition:none}}.tuition-page{width:100%;height:100svh;min-height:100svh;max-height:100svh;background:#fff;color:#061f23;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scroll-behavior:smooth;scrollbar-width:auto}@supports (height: 100dvh){.tuition-page{height:100dvh;min-height:100dvh;max-height:100dvh}}.tuition-page,.mock-feature-page,.about-page{scroll-padding-top:24px}.tuition-page,.tuition-page *{box-sizing:border-box}@keyframes heroTuitionFloat{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(36px,-30px,0) scale(1.08)}}@keyframes heroTuitionFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-tuition-section{position:relative;width:100%;min-height:100svh;padding:clamp(96px,8vw,138px) clamp(18px,4vw,60px);background:radial-gradient(circle at 10% 12%,rgba(20,123,131,.12),transparent 32%),radial-gradient(circle at 88% 10%,rgba(253,182,47,.16),transparent 30%),linear-gradient(180deg,#fff,#fbfaf6 44%,#fff);overflow:visible;isolation:isolate}.hero-tuition-bg{position:absolute;inset:0;z-index:-1;overflow:hidden;pointer-events:none}.hero-tuition-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(6,31,35,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(6,31,35,.045) 1px,transparent 1px);background-size:46px 46px;opacity:.5;mask-image:linear-gradient(to bottom,transparent 0%,black 18%,black 82%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 18%,black 82%,transparent 100%)}.hero-tuition-orb{position:absolute;width:390px;height:390px;border-radius:999px;filter:blur(88px);opacity:.45;animation:heroTuitionFloat 9s ease-in-out infinite alternate}.hero-tuition-orb-one{left:-120px;top:160px;background:#147b835c}.hero-tuition-orb-two{right:-120px;bottom:160px;background:#fdb62f6b;animation-delay:-4s}.hero-tuition-shell{position:relative;z-index:1;width:100%;max-width:1500px;margin:0 auto}.hero-tuition-header{max-width:1120px;margin:0 auto clamp(44px,6vw,76px);text-align:center;display:flex;flex-direction:column;align-items:center}.hero-tuition-chip,.hero-tuition-label{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;font-family:var(--pte-header-font)}.hero-tuition-chip{justify-content:center;padding:9px 15px;background:#ffffffd1;border:1px solid rgba(20,123,131,.16);color:#00565a;font-size:13px;font-weight:600;letter-spacing:-.02em;margin-bottom:22px;box-shadow:0 14px 34px #0f172a0b}.hero-tuition-label{padding:8px 12px;background:#147b8314;border:1px solid rgba(20,123,131,.12);color:#07575b;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.hero-tuition-title{margin:0;color:#061f23;font-family:var(--pte-header-font);font-size:clamp(42px,5.4vw,88px);font-weight:400;line-height:1.02;letter-spacing:-.068em;text-wrap:balance}.hero-tuition-title span{color:#147b83}.hero-tuition-subtitle{max-width:790px;margin:26px auto 0;color:#061f23ad;font-size:clamp(16px,1.25vw,20px);line-height:1.72}.hero-tuition-intro{display:block}.hero-tuition-copy-card,.hero-tuition-story-panel,.hero-tuition-tiktok,.hero-tuition-final-cta{border:1px solid rgba(6,31,35,.08);box-shadow:0 28px 80px #0f172a12,inset 0 1px #ffffffdb;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.hero-tuition-copy-card{padding:clamp(28px,4vw,48px);border-radius:38px;background:linear-gradient(135deg,#ffffffeb,#fffcf2ad),#ffffffc7}.hero-tuition-copy-card h3,.hero-tuition-results-copy h3,.hero-tuition-tiktok-header h3,.hero-tuition-final-cta h3{margin:18px 0 0;color:#061f23;font-family:var(--pte-header-font);font-weight:400;letter-spacing:-.064em;text-wrap:balance}.hero-tuition-copy-card h3{max-width:760px;font-size:clamp(34px,4.2vw,64px);line-height:1.02}.hero-tuition-copy-card>p{max-width:760px;margin:22px 0 0;color:#061f23ad;font-size:16px;line-height:1.72}.hero-tuition-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:30px}.hero-tuition-feature{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;padding:16px;border-radius:22px;background:#ffffffb8;border:1px solid rgba(6,31,35,.07)}.hero-tuition-feature>strong{display:flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:15px;background:#f3f8f6;font-size:20px}.hero-tuition-feature h4{margin:0;color:#061f23;font-family:var(--pte-header-font);font-size:16px;font-weight:600;letter-spacing:-.035em}.hero-tuition-feature p{margin:6px 0 0;color:#061f239e;font-size:13px;line-height:1.5}.hero-tuition-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hero-tuition-primary-btn,.hero-tuition-secondary-btn,.hero-tuition-final-btn{min-height:52px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--pte-header-font);font-size:15px;font-weight:600;letter-spacing:-.025em;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.hero-tuition-primary-btn,.hero-tuition-final-btn{background:#061f23;color:#fff;box-shadow:0 14px 30px #061f232e}.hero-tuition-secondary-btn{background:#fff;color:#061f23;border:1px solid rgba(6,31,35,.1)}.hero-tuition-primary-btn:hover,.hero-tuition-secondary-btn:hover,.hero-tuition-final-btn:hover{transform:translateY(-2px)}.hero-tuition-routine-section{position:relative;margin-top:clamp(28px,4vw,46px);padding:clamp(24px,4vw,48px);border-radius:40px;overflow:hidden;color:#fff;background:radial-gradient(circle at 10% 8%,rgba(45,212,191,.28),transparent 34%),radial-gradient(circle at 92% 12%,rgba(253,182,47,.28),transparent 30%),linear-gradient(145deg,#06282b,#0a3e41 48%,#061f23);border:1px solid rgba(255,255,255,.14);box-shadow:0 28px 80px #0f172a1f,inset 0 1px #ffffff29}.hero-tuition-routine-section:after{content:"";position:absolute;width:360px;height:360px;right:-130px;top:-140px;border-radius:999px;background:#ffffff14;pointer-events:none}.hero-tuition-routine-header{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-start;gap:clamp(20px,4vw,48px);margin-bottom:30px}.hero-tuition-routine-header .hero-tuition-label{background:#ffffff1a;border-color:#ffffff24;color:#fdb62f}.hero-tuition-routine-header h3{max-width:920px;margin:18px 0 0;color:#fff;font-family:var(--pte-header-font);font-size:clamp(34px,4.5vw,72px);font-weight:400;line-height:1.02;letter-spacing:-.064em;text-wrap:balance}.hero-tuition-routine-header p{max-width:820px;margin:22px 0 0;color:#ffffffad;font-size:16px;line-height:1.72}.hero-tuition-routine-badge{flex:0 0 auto;min-width:150px;padding:18px;border-radius:28px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);text-align:center}.hero-tuition-routine-badge strong{display:block;color:#fff;font-size:26px;font-weight:700;letter-spacing:-.045em}.hero-tuition-routine-badge span{display:block;margin-top:5px;color:#ffffff9e;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.hero-tuition-routine-table-wrap{position:relative;z-index:1;width:100%;overflow-x:auto;border-radius:28px;border:1px solid rgba(255,255,255,.13);background:#ffffff14}.hero-tuition-routine-table{width:100%;min-width:860px;border-collapse:collapse}.hero-tuition-routine-table th{padding:18px 20px;color:#ffffff94;font-size:12px;font-weight:800;text-align:left;text-transform:uppercase;letter-spacing:.08em;background:#ffffff0f;border-bottom:1px solid rgba(255,255,255,.12)}.hero-tuition-routine-table td{padding:20px;vertical-align:middle;border-bottom:1px solid rgba(255,255,255,.1)}.hero-tuition-routine-table tbody tr:last-child td{border-bottom:0}.hero-tuition-routine-table tbody tr{transition:background-color .18s ease}.hero-tuition-routine-table tbody tr:hover{background:#ffffff0f}.hero-tuition-routine-day{display:inline-flex;align-items:center;gap:12px}.hero-tuition-routine-day span{display:flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:15px;background:#ffffff1f;font-size:20px}.hero-tuition-routine-day strong{color:#fff;font-size:15px;font-weight:700}.hero-tuition-routine-table h4{margin:0;color:#fff;font-family:var(--pte-header-font);font-size:18px;font-weight:600;letter-spacing:-.045em}.hero-tuition-routine-table p{max-width:520px;margin:0;color:#ffffffa8;font-size:14px;line-height:1.55}.hero-tuition-routine-table em{display:inline-flex;min-height:34px;align-items:center;justify-content:center;padding:0 12px;border-radius:999px;background:#fdb62f;color:#061f23;font-size:12px;font-style:normal;font-weight:800;white-space:nowrap}.hero-tuition-routine-footer{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:24px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12)}.hero-tuition-routine-footer strong{display:block;color:#fff;font-size:18px;font-weight:700}.hero-tuition-routine-footer span{display:block;margin-top:4px;color:#ffffff9e;font-size:13px}.hero-tuition-routine-footer a{flex:0 0 auto;min-height:46px;padding:0 18px;border-radius:999px;background:#fff;color:#061f23;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;text-decoration:none}.hero-tuition-results{margin-top:clamp(52px,7vw,92px)}.hero-tuition-results-copy{max-width:980px;margin-bottom:34px}.hero-tuition-results-copy h3{max-width:940px;font-size:clamp(34px,4.8vw,76px);line-height:1.02}.hero-tuition-results-copy p{max-width:720px;margin:22px 0 0;color:#061f23ad;font-size:16px;line-height:1.7}.hero-tuition-story-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:stretch}.hero-tuition-story-panel{display:grid;grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);gap:clamp(20px,3vw,36px);align-items:center;min-height:620px;padding:clamp(18px,2.4vw,30px);border-radius:40px;background:linear-gradient(135deg,#ffffffeb,#fffcf2b8),#ffffffc7;animation:heroTuitionFadeUp .5s ease both}.hero-tuition-score-frame{overflow:hidden;border-radius:30px;background:#fff;border:1px solid rgba(6,31,35,.08);box-shadow:0 26px 70px #0f172a1f}.hero-tuition-score-frame img{display:block;width:100%;max-height:650px;object-fit:contain;background:#fff}.hero-tuition-story-content{min-width:0;padding:clamp(8px,1.5vw,18px)}.hero-tuition-story-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.hero-tuition-story-top span{display:block;color:#147b83;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.hero-tuition-story-top h4{margin:8px 0 0;color:#061f23;font-family:var(--pte-header-font);font-size:clamp(28px,3vw,46px);font-weight:500;line-height:1;letter-spacing:-.065em}.hero-tuition-story-top p{margin:8px 0 0;color:#061f238f;font-size:13px}.hero-tuition-score-badge{flex:0 0 auto;width:78px;height:78px;border-radius:24px;background:#061f23;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-tuition-score-badge strong{color:#fff;font-family:var(--pte-header-font);font-size:30px;font-weight:600;letter-spacing:-.06em;line-height:1}.hero-tuition-score-badge span{margin-top:4px;color:#ffffff9e;font-size:10px;font-weight:800;letter-spacing:.1em}.hero-tuition-story-content h3{margin:32px 0 0;color:#061f23;font-family:var(--pte-header-font);font-size:clamp(32px,3.8vw,60px);font-weight:400;line-height:1;letter-spacing:-.067em;text-wrap:balance}.hero-tuition-story-body{margin:24px 0 0;color:#061f23ad;font-size:16px;line-height:1.75}.hero-tuition-story-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}.hero-tuition-story-tags span{min-height:36px;padding:0 13px;border-radius:999px;background:#147b8314;border:1px solid rgba(20,123,131,.13);color:#07575b;display:inline-flex;align-items:center;font-size:12px;font-weight:700}.hero-tuition-student-rail{display:grid;gap:10px;align-content:start}.hero-tuition-student-pill{width:100%;padding:12px;border-radius:24px;border:1px solid rgba(6,31,35,.08);background:#ffffffc2;display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;text-align:left;cursor:pointer;box-shadow:0 12px 32px #0f172a0b;transition:transform .18s ease,border-color .18s ease,background .18s ease}.hero-tuition-student-pill:hover,.hero-tuition-student-pill.is-active{transform:translateY(-2px);border-color:#147b8338;background:#fff}.hero-tuition-student-pill img{width:64px;height:64px;border-radius:18px;object-fit:cover;background:#fff;border:1px solid rgba(6,31,35,.08)}.hero-tuition-student-pill strong{display:block;color:#061f23;font-family:var(--pte-header-font);font-size:15px;font-weight:600;letter-spacing:-.035em}.hero-tuition-student-pill em{display:block;margin-top:5px;color:#061f2394;font-size:12px;font-style:normal;font-weight:600}.hero-tuition-tiktok{margin-top:clamp(52px,7vw,92px);padding:clamp(24px,4vw,48px);border-radius:40px;background:radial-gradient(circle at 10% 10%,rgba(20,123,131,.1),transparent 28%),linear-gradient(135deg,#ffffffeb,#fffcf2a8)}.hero-tuition-tiktok-header{max-width:880px;margin-bottom:34px}.hero-tuition-tiktok-header h3{max-width:840px;font-size:clamp(34px,4.6vw,72px);line-height:1.02}.hero-tuition-tiktok-header p{max-width:720px;margin:22px 0 0;color:#061f23ad;font-size:16px;line-height:1.7}.hero-tuition-tiktok-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hero-tuition-tiktok-card{min-width:0;padding:16px;border-radius:30px;background:#ffffffc7;border:1px solid rgba(6,31,35,.08);box-shadow:0 20px 56px #0f172a0f}.hero-tuition-phone-shell{position:relative;width:100%;max-width:325px;aspect-ratio:9 / 16;margin:0 auto;overflow:hidden;border-radius:28px;background:radial-gradient(circle at 30% 20%,rgba(253,182,47,.22),transparent 32%),linear-gradient(145deg,#061f23,#102b2e);border:8px solid #061f23;box-shadow:0 24px 60px #061f232e}.hero-tuition-phone-shell iframe{width:100%;height:100%;border:0;display:block;background:#000}.hero-tuition-tiktok-placeholder{width:100%;height:100%;padding:26px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}.hero-tuition-tiktok-placeholder span{display:flex;width:64px;height:64px;align-items:center;justify-content:center;border-radius:22px;background:#fff;color:#061f23;font-size:30px;margin-bottom:18px}.hero-tuition-tiktok-placeholder strong{color:#fff;font-family:var(--pte-header-font);font-size:22px;letter-spacing:-.045em}.hero-tuition-tiktok-placeholder p{margin:10px 0 0;color:#ffffffa3;font-size:13px;line-height:1.5}.hero-tuition-tiktok-caption{padding:18px 4px 4px}.hero-tuition-tiktok-caption h4{margin:0;color:#061f23;font-family:var(--pte-header-font);font-size:20px;font-weight:600;letter-spacing:-.045em}.hero-tuition-tiktok-caption p{margin:8px 0 0;color:#061f239e;font-size:13px;line-height:1.55}.hero-tuition-final-cta{margin-top:clamp(42px,6vw,72px);padding:clamp(24px,3vw,34px);border-radius:34px;background:#061f23;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:24px}.hero-tuition-final-cta span{display:block;color:#fdb62f;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-tuition-final-cta h3{margin-top:10px;color:#fff;max-width:760px;font-size:clamp(26px,3vw,46px);line-height:1.04}.hero-tuition-final-btn{flex:0 0 auto;background:#fff;color:#061f23;box-shadow:0 14px 30px #0000002e}.hero-tuition-section+.faq-section{margin-top:0}@media(max-width:1180px){.hero-tuition-story-layout,.hero-tuition-story-panel{grid-template-columns:1fr}.hero-tuition-routine-header{display:grid;grid-template-columns:1fr}.hero-tuition-routine-badge{width:fit-content}.hero-tuition-student-rail{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-tuition-tiktok-grid{grid-template-columns:1fr}.hero-tuition-tiktok-card{display:grid;grid-template-columns:325px 1fr;gap:22px;align-items:center}}@media(max-width:760px){.hero-tuition-section{padding:74px 18px 84px}.hero-tuition-title{font-size:clamp(36px,11vw,54px);line-height:1.04;letter-spacing:-.055em}.hero-tuition-subtitle{font-size:15px;line-height:1.65}.hero-tuition-copy-card,.hero-tuition-story-panel,.hero-tuition-tiktok,.hero-tuition-final-cta{border-radius:28px}.hero-tuition-feature-grid{grid-template-columns:1fr}.hero-tuition-actions,.hero-tuition-primary-btn,.hero-tuition-secondary-btn{width:100%}.hero-tuition-routine-section{padding:22px;border-radius:28px}.hero-tuition-routine-header h3{font-size:clamp(30px,9vw,46px);line-height:1.04;letter-spacing:-.055em}.hero-tuition-routine-header p{font-size:15px;line-height:1.65}.hero-tuition-routine-table-wrap{border-radius:22px;margin-left:-4px;margin-right:-4px}.hero-tuition-routine-footer{display:grid;grid-template-columns:1fr}.hero-tuition-routine-footer a{width:100%}.hero-tuition-story-top{display:grid;grid-template-columns:1fr auto}.hero-tuition-story-content h3{font-size:clamp(30px,9vw,44px)}.hero-tuition-story-body{font-size:15px;line-height:1.68}.hero-tuition-student-rail{grid-template-columns:1fr}.hero-tuition-student-pill{grid-template-columns:58px 1fr}.hero-tuition-student-pill img{width:58px;height:58px}.hero-tuition-tiktok-card{display:block}.hero-tuition-phone-shell{max-width:300px}.hero-tuition-final-cta{display:grid;grid-template-columns:1fr}.hero-tuition-final-btn{width:100%}}@media(prefers-reduced-motion:reduce){.hero-tuition-orb{animation:none}.hero-tuition-primary-btn,.hero-tuition-secondary-btn,.hero-tuition-final-btn,.hero-tuition-student-pill{transition:none}}:root{color-scheme:light;--mobile-kb-offset: 0px;--mobile-nav-height: 46px;--mobile-nav-lift: 8px;--mobile-composer-height: 44px;--mobile-speaking-tower-height: 78px;--mobile-active-controls-height: var(--mobile-composer-height);--mobile-bottom-clearance: calc( var(--mobile-nav-height) + var(--mobile-nav-lift) + var(--mobile-active-controls-height) + env(safe-area-inset-bottom, 0px) );--wfd-keyboard-clearance: 320px}body.mobile-speaking-controls-active{--mobile-active-controls-height: var(--mobile-speaking-tower-height)}html{height:100svh;overscroll-behavior:none}body,#root{height:100%;width:100%;overflow:hidden;overscroll-behavior:none;margin:0;padding:0;position:relative}.mobile-app-container{position:fixed;inset:0;width:100%;height:100svh;background-color:#f7f9fa;font-family:Poppins,sans-serif;overflow:hidden;overscroll-behavior:none;display:flex;flex-direction:column;transition:none}@supports (height: 100dvh){.mobile-app-container{height:100dvh}}.mobile-app-content{flex-grow:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.mobile-header{position:relative;z-index:10;flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background-color:#fff;border-bottom:1px solid #e5e5e5;height:60px;box-sizing:border-box}.mobile-header.exam-mode-menu-open{z-index:2800}.mobile-header-logo-container{display:flex;align-items:center;flex-shrink:0}.mobile-logo-image{display:block;width:116px;height:auto;max-width:100%;object-fit:contain}.mobile-header-goal-tracker{transform:scale(.9)}.mobile-header-left{display:flex;align-items:center;gap:-10px;flex-shrink:1;min-width:0}.mobile-sidebar-toggle{background:none;border:none;cursor:pointer;font-size:24px;color:#555;padding:1px;margin:0;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.mobile-sidebar-toggle:hover{color:#111}.mobile-header-right{display:flex;align-items:center;gap:8px}.mobile-header-tool-button{display:flex;align-items:center;gap:6px;background-color:#f0f4f8;border:1px solid #e5e5e5;border-radius:20px;padding:6px 10px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;color:#3c3c3c;cursor:pointer;transition:background-color .2s ease}.mobile-header-tool-button:hover{background-color:#eaf8ff}.mobile-header-tool-button:active{transform:scale(.98)}.mobile-header-mocktest-button:hover{background-color:#fff1f1}.mobile-header-notepad-button:hover{background-color:#fff8df}.mobile-header-leaderboard-button:hover{background-color:#fff8df;border-color:#f2cf66;color:#8a6500}.mobile-exam-mode-selector{position:relative;flex-shrink:0;order:-1}.mobile-exam-mode-trigger{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:6px 11px;border:1px solid rgba(127,36,69,.22);border-radius:18px;background:linear-gradient(135deg,#fff7fa,#f1faff);box-shadow:0 2px 8px #71364b14;color:#71364b;font:700 12px/1 Poppins,sans-serif;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.mobile-exam-mode-trigger:hover,.mobile-exam-mode-trigger.active{border-color:#7f2445;box-shadow:0 3px 12px #71364b29}.mobile-exam-mode-trigger:active{transform:scale(.98)}.mobile-exam-mode-dot{width:7px;height:7px;flex-shrink:0;border-radius:50%;background:#1cb0f6;box-shadow:0 0 0 3px #1cb0f624}.mobile-exam-mode-short-label{display:none}.mobile-exam-mode-chevron{width:6px;height:6px;margin:-3px 1px 0 2px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .2s ease,margin .2s ease}.mobile-exam-mode-trigger.active .mobile-exam-mode-chevron{margin:3px 1px 0 2px;transform:rotate(225deg)}.mobile-exam-mode-menu{position:absolute;z-index:2700;top:calc(100% + 9px);right:0;width:172px;overflow:hidden;padding:5px;border:1px solid rgba(127,36,69,.14);border-radius:14px;background:#fff;box-shadow:0 14px 32px #24181f2e}.mobile-exam-mode-option{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between;padding:9px 11px;border:0;border-radius:10px;background:transparent;color:#4d4350;font:500 12px/1.2 Poppins,sans-serif;text-align:left;cursor:pointer}.mobile-exam-mode-option:hover{background:#f6f9fb}.mobile-exam-mode-option.selected{background:linear-gradient(135deg,#7f24451a,#1cb0f61a);color:#71364b;font-weight:700}.mobile-notepad-overlay{position:fixed;inset:0;z-index:5000;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-notepad-panel{width:min(560px,100%);max-height:min(720px,calc(100dvh - 40px));padding:22px;border:1px solid #e5e7eb;border-radius:22px;background:#fff;box-shadow:0 24px 70px #0f172a38}.mobile-notepad-heading,.mobile-notepad-actions{display:flex;align-items:center;justify-content:space-between;gap:16px}.mobile-notepad-eyebrow{color:#1cb0f6;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mobile-notepad-heading h2{margin:2px 0 0;color:#24324a;font-size:24px}.mobile-notepad-close{width:38px;height:38px;border:1px solid #e5e7eb;border-radius:50%;background:#f7f9fb;color:#526071;font-size:25px;line-height:1;cursor:pointer}.mobile-notepad-helper{margin:14px 0;color:#687386;font-size:13px;line-height:1.5}.mobile-notepad-textarea{box-sizing:border-box;width:100%;min-height:300px;resize:vertical;padding:16px;border:2px solid #e5e7eb;border-radius:14px;outline:none;background:#fffdf5;color:#263244;font:500 15px/1.7 Poppins,sans-serif}.mobile-notepad-textarea:focus{border-color:#1cb0f6;box-shadow:0 0 0 4px #1cb0f61f}.mobile-notepad-actions{margin-top:14px;color:#8290a3;font-size:12px}.mobile-notepad-actions button{padding:9px 14px;border:0;border-radius:10px;background:#fff0f0;color:#e23b3b;font-weight:700;cursor:pointer}.mobile-notepad-actions button:disabled{cursor:default;opacity:.45}@media(max-width:760px){.mobile-header{padding-inline:10px}.mobile-header-right{gap:4px}.mobile-header-tool-button{width:34px;height:34px;justify-content:center;padding:0;border-radius:50%}.mobile-header-tool-label{display:none}.mobile-exam-mode-trigger{min-height:34px;padding-inline:9px}.mobile-exam-mode-label{display:none}.mobile-exam-mode-short-label{display:inline}.mobile-notepad-overlay{align-items:flex-end;padding:0}.mobile-notepad-panel{max-height:88dvh;padding:20px 16px calc(20px + env(safe-area-inset-bottom));border-radius:24px 24px 0 0}.mobile-notepad-textarea{min-height:42dvh}}@media(max-width:480px){.mobile-header{padding-inline:8px}.mobile-header-left{gap:6px}.mobile-header-logo-container{display:none}.mobile-logo-image{width:96px;max-width:96px}.mobile-sidebar-toggle{font-size:22px}.mobile-header-tool-button,.mobile-header .mobile-progress-trigger-btn{width:32px;height:32px;min-width:32px;justify-content:center;padding:0}.mobile-header .mobile-progress-trigger-btn .trigger-text{display:none}.mobile-exam-mode-trigger{min-height:32px;gap:6px;padding-inline:8px;font-size:11px}.mobile-exam-mode-dot{width:6px;height:6px}}@media(max-width:340px){.mobile-logo-image{width:88px;max-width:88px}}.mobile-chat-view{display:flex;flex-direction:column;flex-grow:1;min-height:0;height:100%;overflow:hidden}.messages-wrapper-mobile{flex-grow:1;min-height:0;padding:16px 8px;padding-bottom:calc(14px + var(--mobile-bottom-clearance));overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;overscroll-behavior-x:none;touch-action:pan-y pinch-zoom;overflow-anchor:none;scroll-padding-top:10px;scroll-padding-bottom:var(--mobile-bottom-clearance);transition:padding-bottom .18s ease-out}.messages-wrapper-mobile.no-padding{padding:0;padding-bottom:var(--mobile-bottom-clearance);scroll-padding-bottom:var(--mobile-bottom-clearance)}.scroll-spacer-mobile{flex:0 0 auto;height:calc(var(--mobile-bottom-clearance) + var(--general-turn-spacer-extra, 0px))}body.cap-native-shell .mobile-app-container,body.cap-native-shell .mobile-chat-view,body.cap-native-shell .mobile-app-content{scroll-behavior:auto}body.cap-native-shell .messages-wrapper-mobile{scroll-behavior:auto;overscroll-behavior-y:auto;touch-action:pan-y;transition:none!important;-webkit-tap-highlight-color:transparent;will-change:scroll-position}body.cap-native-shell.wfd-keyboard-mode .messages-wrapper-mobile{overscroll-behavior-y:auto;touch-action:pan-y}body.hide-mobile-bottom-bar,body.wfd-keyboard-mode{overscroll-behavior:none}body.hide-mobile-bottom-bar .messages-wrapper-mobile{padding-bottom:calc(var(--wfd-keyboard-clearance, 320px) + 32px + env(safe-area-inset-bottom,0px))!important;scroll-padding-bottom:calc(var(--wfd-keyboard-clearance, 320px) + 32px + env(safe-area-inset-bottom,0px))!important;transition:none!important}body.hide-mobile-bottom-bar .messages-wrapper-mobile.no-padding{padding-bottom:calc(var(--wfd-keyboard-clearance, 320px) + env(safe-area-inset-bottom,0px))!important}body.hide-mobile-bottom-bar .scroll-spacer-mobile{height:calc(var(--wfd-keyboard-clearance, 320px) + 32px + env(safe-area-inset-bottom,0px))!important}body.hide-mobile-bottom-bar .mobile-bottom-bar-shell,body.hide-mobile-bottom-bar .mobile-text-input-wrapper,body.hide-mobile-bottom-bar .mic-container-mobile{display:none!important}body.wfd-keyboard-mode .messages-wrapper-mobile{overscroll-behavior-y:contain;scroll-behavior:auto;touch-action:pan-y}body.wfd-keyboard-mode .wfd-container,body.wfd-keyboard-mode .wfd-container *,body.wfd-keyboard-mode .mobile-header,body.wfd-keyboard-mode .mobile-header *{pointer-events:auto}.mic-container-mobile{position:relative;flex-shrink:0;display:flex;justify-content:center;align-items:center;gap:12px;padding:8px 0;background-color:#f7f9fa;box-shadow:0 -2px 10px #0000000a;border-top:1px solid #e5e5e5}.gemini-mobile-home{height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:40px 24px 30px;background:linear-gradient(to bottom,#fff,#f8fbff);font-family:Poppins,sans-serif;box-sizing:border-box}.greeting-title{font-size:28px;font-weight:700;color:#2c3e50;margin:0 0 12px;letter-spacing:-.5px;text-align:center}.greeting-name-gradient{background:linear-gradient(135deg,#007aff,#00c6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;padding-top:.2em;padding-bottom:.2em;line-height:1.1}.greeting-subtitle{font-size:16px;font-weight:500;color:#7f8c8d;margin:0 0 40px;text-align:center;line-height:1.5;max-width:300px}.gemini-chip-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;width:100%;max-width:380px}.gemini-premium-chip{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background-color:#fff;border:1px solid #e1e8ed;border-radius:50px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#4a5568;cursor:pointer;transition:all .2s cubic-bezier(.25,.8,.25,1);box-shadow:0 2px 8px #00000008;-webkit-tap-highlight-color:transparent;flex:1 1 calc(50% - 12px);min-width:130px;max-width:200px}.gemini-premium-chip:last-child:nth-child(odd){flex:1 1 100%;max-width:100%}.chip-emoji{font-size:18px}.gemini-premium-chip:active{transform:scale(.96);background-color:#f0f7ff;border-color:#007aff;color:#007aff;box-shadow:none}@keyframes rotate-gradient{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mic-button{width:60px;height:60px;border-radius:50%;background-color:#f0f4f8;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .2s ease-out;position:relative;overflow:hidden}.mic-button:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,#76ff7a,#00e676,#00c497,#00e676,#76ff7a);transition:opacity .3s ease-in-out;opacity:0}.mic-button:hover{transform:scale(1.05)}.mic-button:active{transform:scale(.95)}.mic-button img{width:32px;height:32px;z-index:2}.mic-button.listening:before{opacity:1;animation:rotate-gradient 4s linear infinite}.mic-button.processing{cursor:not-allowed}.mic-button.processing:before{opacity:1;background:conic-gradient(from 0deg,#ffc107,#ff9800,#ffc107);animation:rotate-gradient 1s linear infinite}.next-button,.try-button{position:relative;width:auto;height:44px;padding:0 20px;border-radius:22px;background-color:#f0f0f0;border:none;display:flex;justify-content:center;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-weight:600;color:#3c3c3c;font-size:14px;cursor:pointer;transition:all .2s ease-out}.next-button:hover,.try-button:hover{transform:scale(1.05);background-color:#e0e0e0}.next-button:active,.try-button:active{transform:scale(.95);background-color:#d6d6d6}.next-button img,.try-button img{width:20px;height:20px}.sound-wave{display:flex;align-items:flex-end;justify-content:center;height:35px;gap:4px;position:relative;z-index:1}.wave-bar{width:5px;height:6px;background-color:var(--duo-blue, #1cb0f6);border-radius:3px;animation:wave-animation 1.2s ease-in-out infinite}.wave-bar:nth-child(2){animation-delay:-1s}.wave-bar:nth-child(3){animation-delay:-.8s}.wave-bar:nth-child(4){animation-delay:-.6s}.wave-bar:nth-child(5){animation-delay:-.4s}.wave-bar:nth-child(6){animation-delay:-.2s}.wave-bar:nth-child(7){animation-delay:-.1s}@keyframes wave-animation{0%,to{height:6px}50%{height:35px}}.recording-timer{font-family:var(--duo-font, "Poppins", sans-serif);font-weight:700;font-size:18px;color:var(--duo-text-primary, #4b4b4b);min-width:55px;text-align:right;position:relative;z-index:1}.recording-progress-line{position:absolute;top:0;left:0;height:100%;width:0;background:linear-gradient(to right,#00c497,#00e676,#76ff7a);border-radius:24px;transition:width 1s linear;opacity:.2;z-index:0}.recording-indicator-mobile{position:absolute;bottom:calc(100% + 10px);left:50%;display:flex;align-items:center;gap:16px;background-color:#ffffffe6;padding:8px 16px;border-radius:20px;box-shadow:0 4px 15px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.4);opacity:0;visibility:hidden;transform:translate(-50%,10px) scale(.95);transition:all .3s ease;overflow:hidden}.recording-indicator-mobile.visible{opacity:1;visibility:visible;transform:translate(-50%) scale(1)}.recording-indicator-mobile.review-mode{padding:12px 16px;width:95%;max-width:380px;justify-content:space-between;gap:10px}.recording-timer.frozen{color:#888}.recording-progress-line.frozen{opacity:.1}.review-actions-group{display:flex;align-items:center;gap:8px;z-index:2}.indicator-action-btn{display:flex;align-items:center;justify-content:center;gap:6px;font-family:var(--duo-font, "Poppins", sans-serif);font-weight:600;font-size:13px;padding:8px 14px;border-radius:16px;border:none;cursor:pointer;transition:all .15s ease;z-index:2;white-space:nowrap;-webkit-tap-highlight-color:transparent}.indicator-action-btn:active{transform:translateY(3px)}.btn-icon{font-size:14px}.confirm-btn{background-color:#ff4b4b;color:#fff;box-shadow:0 4px #d93d3d}.confirm-btn:active{box-shadow:0 1px #d93d3d}.play-btn{background-color:#f0f0f0;color:#333;box-shadow:0 4px #d5d5d5;padding:8px 12px}.play-btn:active{box-shadow:0 1px #d5d5d5}.retry-btn{background-color:#fff4e5;color:#e68a00;border:1px solid #ffe0b2;box-shadow:0 4px #ffd180;padding:8px 12px}.retry-btn:active{box-shadow:0 1px #ffd180}.send-btn{background-color:var(--duo-blue, #1cb0f6);color:#fff;box-shadow:0 4px #1899d6;flex-grow:1}.send-btn:active{box-shadow:0 1px #1899d6}.mobile-practice-selector-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:24px 16px;box-sizing:border-box;animation:fadeIn .3s ease-out}.mobile-practice-selector-title{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;color:#3c3c3c;margin-bottom:24px;text-align:center}.mobile-practice-selector-cards-wrapper{display:flex;flex-direction:column;gap:16px;width:100%;max-width:600px;margin:0 auto;justify-content:center}.mobile-practice-mode-card{display:flex;flex-direction:column;align-items:center;padding:16px;background-color:#fff;border:2px solid #e5e5e5;border-radius:16px;box-shadow:0 4px #e5e5e5;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;text-align:center;font-family:Poppins,sans-serif}.mobile-practice-mode-card:hover{transform:translateY(-4px);box-shadow:0 8px #dcdcdc;background-color:#f7f7f7;border-color:#afafaf}.mobile-practice-mode-card:active{transform:translateY(2px);box-shadow:0 2px #afafaf}.mobile-practice-card-emoji{font-size:36px;margin-bottom:12px}.mobile-practice-card-image{height:40px;width:auto;margin-bottom:12px;object-fit:contain}.mobile-practice-card-title{font-size:18px;font-weight:700;color:#4b4b4b;margin-bottom:8px}.mobile-practice-card-description{font-size:13px;color:#777;line-height:1.5;margin:0}.mobile-chat-message-list{width:100%;display:flex;flex-direction:column}.mobile-question-title-card{width:100%;margin:0 0 12px;padding:14px 14px 15px;border-radius:20px;background:radial-gradient(circle at top left,rgba(28,176,246,.1),transparent 42%),linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(226,232,240,.95);box-shadow:0 10px 28px #0f172a12,0 2px #e2e8f0e6;box-sizing:border-box;font-family:Poppins,sans-serif;color:#0f172a;animation:mobileQuestionTitleIn .18s ease-out}.mobile-question-title-card__top{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-start;gap:8px;margin-bottom:10px}.mobile-question-title-card__pill{min-width:0;height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border-radius:999px;border:1px solid rgba(226,232,240,.95);background:#fff;color:#475569;font-size:12px;font-weight:800;line-height:1;box-sizing:border-box}.mobile-question-title-card__pill span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-question-title-card__pill--topic{max-width:100%;margin-right:auto}.mobile-question-title-card__pill--difficulty{flex-shrink:0;border:0;background:#eaf8ff;color:#0369a1;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-question-title-card__pill--difficulty:active{transform:scale(.97)}.mobile-question-title-card__pill--appeared{flex-shrink:0;border-color:#f59e0b57;background:#fff8e6;color:#9a6700}.mobile-question-title-card__switch{opacity:.75;font-size:12px}.mobile-question-title-card__body{min-width:0;position:relative;padding-right:238px}.mobile-question-title-card__tools{position:absolute;top:2px;right:0;display:flex;align-items:center;gap:7px}.mobile-question-title-card__tools button{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:7px 11px;border:1px solid rgba(168,66,98,.22);border-radius:10px;background:#fff8fa;color:#7f2f4a;font-size:12px;font-weight:800;cursor:pointer}.mobile-question-title-card__tools button:hover{border-color:#a842626b;background:#fbeef2}.mobile-question-title-card__tools button:focus-visible{outline:3px solid rgba(168,66,98,.18);outline-offset:2px}@media(max-width:520px){.mobile-question-title-card__body{padding-right:0}.mobile-question-title-card__tools{position:static;margin-top:10px;flex-wrap:wrap}.mobile-question-title-card__tools button{flex:1 1 130px;justify-content:center}}.mobile-question-title-card__eyebrow{margin:0 0 4px;color:#64748b;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.mobile-question-title-card h3{margin:0;color:#0f172a;font-size:16px;font-weight:800;line-height:1.35;letter-spacing:-.03em;overflow-wrap:anywhere}.mobile-question-title-card__meta{margin:7px 0 0;color:#94a3b8;font-size:11px;font-weight:700}@keyframes mobileQuestionTitleIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}body.hide-mobile-bottom-bar .mobile-question-title-card{margin-bottom:10px}.try-button.disabled,.next-button.disabled{background-color:#ebebeb;opacity:.7;cursor:not-allowed;box-shadow:none}.try-button.disabled:hover,.next-button.disabled:hover{background-color:#ebebeb;transform:none}.prep-timer-card-mobile{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:12px;padding:12px 16px;margin:8px 16px 12px;box-shadow:0 4px 10px #0000000d;border:1px solid #e5e5e5;animation:fadeIn .3s ease-out}.prep-timer-text-content{display:flex;align-items:center;gap:10px;font-family:Poppins,sans-serif;font-weight:600;font-size:14px;color:#3c3c3c}.prep-timer-progress-circle{position:relative;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.prep-timer-progress-circle .time{position:absolute;font-size:16px;font-weight:700;color:#1cb0f6}.ai-feedback-actions-container-mobile{display:flex;flex-direction:column;gap:10px;margin:0 16px 12px;animation:fadeIn .5s ease-out}.duolingo-feedback-button{display:flex;align-items:center;gap:12px;background-color:#fff;border:2px solid #e5e5e5;border-bottom-width:4px;border-radius:12px;padding:12px;font-family:Poppins,sans-serif;font-size:15px;font-weight:700;color:#555;cursor:pointer;transition:all .15s ease}.duolingo-feedback-button:active{transform:translateY(2px);border-bottom-width:2px}.duolingo-feedback-button img{width:28px;height:28px}.practice-modal-title{font-size:1rem;line-height:1}.history-chip-placeholder{font-size:13px;color:#999;padding:8px 12px;display:block;font-style:italic;text-align:left}.mobile-bottom-bar-shell{flex-shrink:0;min-height:72px}body.hide-mobile-bottom-bar .wfd-container,body.hide-mobile-bottom-bar .wfd-container *,body.hide-mobile-bottom-bar .mobile-header,body.hide-mobile-bottom-bar .mobile-header *{pointer-events:auto}.rn-chat-start-container{position:relative;flex:1;background-color:transparent;width:100%}.rn-content-container{padding-top:60px;padding-left:20px;padding-right:20px;display:flex;flex-direction:column;align-items:flex-start}.rn-greeting-row{display:flex;align-items:center;margin-bottom:4px}.rn-greeting-small{font-size:24px;color:#1f1f1f;margin:0;font-family:inherit}.rn-edit-btn{background:none;border:none;cursor:pointer;opacity:.4;margin-left:8px;font-size:1.2rem;padding:0;display:flex;align-items:center;transition:opacity .2s ease}.rn-edit-btn:hover{opacity:.8}.rn-greeting-large{font-size:32px;font-weight:400;color:#1f1f1f;margin-top:0;margin-bottom:40px;font-family:inherit}.rn-action-list{display:flex;flex-direction:column;align-items:flex-start}.rn-action-button{display:flex;flex-direction:row;align-items:center;background-color:#fff;border-radius:30px;padding:14px 20px;margin-bottom:16px;border:none;cursor:pointer;box-shadow:0 1px 3px #0000000d;transition:transform .1s ease,box-shadow .2s ease;width:max-content}.rn-action-button:hover{box-shadow:0 2px 5px #00000014}.rn-action-button:active{transform:scale(.98)}.rn-action-emoji{font-size:20px;margin-right:12px}.rn-action-text{font-size:16px;color:#3c4043;font-weight:500;margin:0}.home-view-hidden{display:none!important}.home-start-panel{width:100%;display:flex;flex-direction:column;align-items:flex-start;box-sizing:border-box;margin-top:24px}.rn-content-container{padding-top:16px}.home-view-switcher-sticky{position:sticky;top:0;z-index:20;width:100%;height:77px;display:flex;justify-content:flex-end;box-sizing:border-box;padding:14px 20px 0;pointer-events:none}.home-view-switcher{display:grid;grid-template-columns:repeat(3,minmax(0,auto));gap:4px;margin:0;padding:4px;border:0;border-radius:16px;background:#ffffffd1;box-shadow:0 8px 24px #3f3b3714;-webkit-backdrop-filter:blur(18px) saturate(145%);backdrop-filter:blur(18px) saturate(145%);pointer-events:auto}.home-view-switcher button{min-width:78px;min-height:42px;display:flex;align-items:center;justify-content:center;gap:6px;padding:5px 9px;border:0;border-radius:12px;background:transparent;color:#746c65;font:700 10px Poppins,sans-serif;white-space:nowrap;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.home-view-switcher button:hover{background:#3f3b370b;color:#49433f}.home-view-switcher button:active{transform:scale(.97)}.home-view-switcher button.active{background:#fff;color:#3f3b37;box-shadow:0 3px 10px #3f3b371a,inset 0 0 0 1px #3f3b3712}.home-view-switcher button:focus-visible{outline:3px solid rgba(239,111,120,.22);outline-offset:1px}.home-view-switcher-icon{width:25px;height:25px;display:grid;place-items:center;flex:0 0 25px;border-radius:9px;box-shadow:inset 0 1px #ffffffb8,0 3px 8px #3f3b3714}.home-view-switcher-icon.home{background:linear-gradient(145deg,#dff3ff,#bfe6ff);color:#0f6cbd}.home-view-switcher-icon.progress{background:linear-gradient(145deg,#ffe6e8,#ffcbd0);color:#b43f49}.home-view-switcher-icon.goal{background:linear-gradient(145deg,#fff0ad,#ffd75e);color:#775800}.home-dashboard-view{width:min(100%,680px);display:flex;flex-direction:column;gap:16px;animation:homeViewEnter .22s ease-out both}.home-dashboard-heading{display:flex;align-items:center;gap:12px}.home-dashboard-heading p,.home-dashboard-heading h2{margin:0}.home-dashboard-heading p{color:#a55b61;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-dashboard-heading h2{margin-top:2px;color:#3f3b37;font-size:22px;line-height:1.25;letter-spacing:-.025em}.home-dashboard-hero-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:15px}.home-dashboard-hero-icon.progress{background:linear-gradient(145deg,#ffd9dd,#f3a6ad);color:#9f3440}.home-dashboard-hero-icon.goal{background:linear-gradient(145deg,#ffefab,#ffd157);color:#725400}.home-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.home-stat-grid article{min-width:0;display:flex;flex-direction:column;padding:13px;border:1px solid rgba(63,59,55,.1);border-radius:14px;background:#ffffffbf;box-shadow:0 7px 18px #3f3b370d,inset 0 1px #fff}.home-stat-grid article>span{width:29px;height:29px;display:grid;place-items:center;border-radius:10px;background:#fff5d6;color:#a15754}.home-stat-grid strong{margin-top:9px;color:#3f3b37;font-size:20px}.home-stat-grid small{color:#827971;font-size:8px;line-height:1.35}.home-skill-card,.home-goal-plan{padding:15px;border:1px solid rgba(63,59,55,.1);border-radius:16px;background:#ffffffb8;box-shadow:0 9px 22px #3f3b370e,inset 0 1px #fff}.home-skill-card-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:14px}.home-skill-card-heading strong{color:#4a4541;font-size:12px}.home-skill-card-heading small{color:#938a82;font-size:8px}.home-skill-row{display:grid;grid-template-columns:65px minmax(0,1fr) 25px;align-items:center;gap:8px;margin-top:10px}.home-skill-row>span,.home-skill-row>strong{color:#69615b;font-size:9px}.home-skill-row>strong{text-align:right}.home-skill-row>i{height:7px;overflow:hidden;border-radius:99px;background:#3f3b3717}.home-skill-row>i>b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ef6f78,#ffc928)}.home-goal-card{display:flex;align-items:center;justify-content:space-between;padding:18px;border:1px solid rgba(229,188,66,.35);border-radius:17px;background:linear-gradient(135deg,#fff1b5db,#ffe0e4b8);box-shadow:0 10px 24px #a270351a}.home-goal-card>div:first-child{display:flex;flex-direction:column}.home-goal-card span{color:#84650e;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.home-goal-card strong{color:#4a3a0b;font-size:34px;line-height:1.15}.home-goal-orbit{position:relative;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#ffffffbd;color:#b14750;box-shadow:inset 0 0 0 1px #fffc,0 8px 18px #694e151f}.home-goal-orbit svg:last-child{position:absolute;top:-2px;right:-1px;color:#be8500}.home-goal-plan{display:grid;gap:12px}.home-goal-plan>span{display:grid;grid-template-columns:29px minmax(0,1fr);gap:2px 10px}.home-goal-plan i{grid-row:1/3;width:27px;height:27px;display:grid;place-items:center;border-radius:9px;background:#fff0f1;color:#ae434d;font-size:10px;font-style:normal;font-weight:800}.home-goal-plan strong{color:#514b46;font-size:10px}.home-goal-plan small{color:#887f77;font-size:8px;line-height:1.45}.home-goal-action{min-height:43px;display:inline-flex;align-items:center;justify-content:center;gap:8px;align-self:flex-start;padding:9px 17px;border:1px solid #dd5f69;border-radius:12px;background:linear-gradient(135deg,#ef7a83,#e75f69);color:#fff;box-shadow:0 7px 16px #ef6f7838;font:800 10px Poppins,sans-serif;cursor:pointer}.home-study-plan{padding-bottom:32px}.study-plan-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.study-plan-summary-grid article{min-width:0;display:flex;flex-direction:column;gap:5px;padding:18px;border-radius:18px;box-shadow:0 10px 24px #3f3b3712}.study-plan-summary-grid article>span{display:flex;align-items:center;gap:7px;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.study-plan-summary-grid article strong{color:#36322f;font-size:18px;line-height:1.3}.study-plan-summary-grid article small{display:flex;align-items:center;gap:5px;color:#766e67;font-size:9px}.study-plan-date-card{border:1px solid rgba(40,178,190,.2);background:linear-gradient(135deg,#e4fbfa,#f7ffff)}.study-plan-date-card>span{color:#168b92}.study-plan-target-card{border:1px solid rgba(239,111,120,.2);background:linear-gradient(135deg,#fff0f2,#fffafb)}.study-plan-target-card>span{color:#bd4e58}.study-plan-skill-summary{padding:17px;border:1px solid rgba(63,59,55,.1);border-radius:18px;background:#ffffffc7;box-shadow:0 9px 22px #3f3b370e}.study-plan-skill-summary>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:15px}.study-plan-skill-summary>div:first-child strong{color:#4a4541;font-size:12px}.study-plan-skill-summary>div:first-child small{color:#938a82;font-size:8px}.study-plan-empty-card{width:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:34px 22px;border:1px dashed rgba(40,178,190,.38);border-radius:20px;background:#ffffffb3;text-align:center}.study-plan-empty-card>span{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:#dff8f7;color:#159aa1}.study-plan-empty-card h3{margin:13px 0 5px;color:#3f3b37;font-size:17px}.study-plan-empty-card p{max-width:390px;margin:0 0 18px;color:#7c746d;font-size:10px;line-height:1.55}.study-plan-empty-card .home-goal-action{align-self:center}.home-study-plan{width:100%;max-width:1080px;gap:20px}.study-countdown-card{position:relative;isolation:isolate;width:100%;display:grid;grid-template-columns:minmax(180px,.34fr) minmax(0,1fr);overflow:hidden;border:1px solid rgba(60,72,88,.12);border-radius:22px;background:#fff;box-shadow:0 16px 42px #2d394817}.study-countdown-card:after{position:absolute;inset:0 0 auto 34%;z-index:-1;height:4px;background:linear-gradient(90deg,#20b8bd,#f2c230,#ef6f78);content:""}.study-countdown-target{min-height:170px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:23px 26px;border:0;background:linear-gradient(145deg,#e95f71,#ef7a82 58%,#f39a66);color:#fff;text-align:left;cursor:pointer;transition:filter .18s ease,transform .18s ease}.study-countdown-target:hover{filter:saturate(1.08) brightness(1.03)}.study-countdown-target:active{transform:scale(.985)}.study-countdown-target-icon{width:36px;height:36px;display:grid;place-items:center;margin-bottom:10px;border-radius:12px;background:#fff3}.study-countdown-target strong{font-size:34px;line-height:1}.study-countdown-target small{margin-top:5px;font-size:13px;font-weight:800}.study-countdown-target b{margin-top:13px;padding:5px 9px;border-radius:99px;background:#ffffff2e;font-size:8px;letter-spacing:.04em;text-transform:uppercase}.study-countdown-main{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:21px;padding:24px 28px;background:linear-gradient(135deg,#fffffffa,#f7fcfceb)}.study-countdown-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.study-countdown-heading>div{display:flex;flex-direction:column}.study-countdown-heading>div span{color:#20aeb4;font-size:13px;font-weight:800;letter-spacing:.025em;text-transform:uppercase}.study-countdown-heading>div strong{margin-top:2px;color:#344054;font-size:16px}.study-countdown-heading>button{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid rgba(32,174,180,.22);border-radius:12px;background:#ecfbfa;color:#188f95;font:700 10px Poppins,sans-serif;cursor:pointer}.study-countdown-heading>button:hover{border-color:#20aeb4;background:#e0f8f7}.study-countdown-values{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.study-countdown-values>span{position:relative;display:flex;flex-direction:column;padding-left:20px;border-left:1px solid rgba(52,64,84,.1)}.study-countdown-values>span:first-child{padding-left:0;border-left:0}.study-countdown-values strong{color:#344054;font-size:clamp(24px,3vw,36px);line-height:1;font-variant-numeric:tabular-nums}.study-countdown-values small{margin-top:7px;color:#20aeb4;font-size:10px;font-weight:700}.study-diary-card{width:100%;padding:22px;box-sizing:border-box;border:1px solid rgba(52,64,84,.1);border-radius:22px;background:#ffffffe0;box-shadow:0 14px 38px #2d394812}.study-diary-header{display:flex;align-items:center;justify-content:space-between;gap:18px}.study-diary-header h3,.study-diary-header p{margin:0}.study-diary-eyebrow{color:#d85063;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.study-diary-header h3{margin-top:3px;color:#344054;font-size:24px}.study-diary-header p{margin-top:3px;color:#8290a3;font-size:10px}.study-diary-progress{--day-progress:0%;width:72px;height:72px;display:grid;place-items:center;flex:0 0 72px;border-radius:50%;background:conic-gradient(#25b47e 0 var(--day-progress),#e9edef var(--day-progress) 100%)}.study-diary-progress:before{grid-area:1/1;width:58px;height:58px;border-radius:50%;background:#fff;content:""}.study-diary-progress>span{grid-area:1/1;z-index:1;display:flex;flex-direction:column;align-items:center}.study-diary-progress strong{color:#344054;font-size:15px}.study-diary-progress small{color:#8b96a6;font-size:7px}.study-day-navigator{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;gap:10px;margin-top:20px}.study-day-arrow{width:36px;height:36px;display:grid;place-items:center;padding:0;border:1px solid rgba(52,64,84,.11);border-radius:12px;background:#fff;color:#667085;cursor:pointer}.study-day-arrow:disabled{opacity:.35;cursor:not-allowed}.study-day-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.study-day-strip button{position:relative;min-width:0;min-height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:7px 5px;border:1px solid rgba(52,64,84,.09);border-radius:14px;background:#f8fafb;color:#667085;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.study-day-strip button:hover{transform:translateY(-1px);border-color:#20aeb447}.study-day-strip button.active{border-color:#20aeb4;background:linear-gradient(145deg,#e8fbfa,#fff);color:#14888e;box-shadow:0 7px 17px #20aeb421}.study-day-strip button.complete:after{position:absolute;top:6px;right:7px;width:7px;height:7px;border-radius:50%;background:#25b47e;content:""}.study-day-strip small{font-size:7px;font-weight:800;text-transform:uppercase}.study-day-strip strong{font-size:18px;line-height:1.2}.study-day-strip span{max-width:100%;overflow:hidden;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.study-section-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:20px}.study-section-tabs button{--section-color:#20aeb4;min-width:0;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px 10px;border:1px solid rgba(52,64,84,.09);border-radius:14px;background:#fff;color:#667085;text-align:left;cursor:pointer}.study-section-tabs button.active{border-color:color-mix(in srgb,var(--section-color) 44%,white);background:color-mix(in srgb,var(--section-color) 8%,white);box-shadow:0 6px 15px color-mix(in srgb,var(--section-color) 14%,transparent)}.study-section-tabs button>span{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:color-mix(in srgb,var(--section-color) 13%,white);color:var(--section-color)}.study-section-tabs strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.study-section-tabs small{min-width:22px;color:var(--section-color);font-size:8px;font-weight:800;text-align:right}.study-task-panel{--section-color:#ef6f78;margin-top:12px;overflow:hidden;border:1px solid color-mix(in srgb,var(--section-color) 22%,#e5e7eb);border-radius:18px;background:#fff}.study-task-panel>header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 16px;background:color-mix(in srgb,var(--section-color) 8%,white)}.study-task-panel>header>div{display:flex;align-items:center;gap:10px}.study-task-panel>header>div>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#fff;color:var(--section-color)}.study-task-panel>header>div>div{display:flex;flex-direction:column}.study-task-panel>header small{color:#98a2b3;font-size:7px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.study-task-panel>header strong{color:#344054;font-size:12px}.study-task-panel>header b{padding:5px 8px;border-radius:99px;background:#fff;color:var(--section-color);font-size:8px}.study-task-list{padding:5px 14px 9px}.study-task-list>button{width:100%;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px 2px;border:0;border-bottom:1px solid rgba(52,64,84,.075);background:transparent;color:#344054;text-align:left;cursor:pointer}.study-task-list>button:last-child{border-bottom:0}.study-task-list>button.complete{opacity:.7}.study-task-list>button.complete>span:nth-child(2) strong{text-decoration:line-through}.study-task-check{width:24px;height:24px;display:grid;place-items:center;border:2px solid color-mix(in srgb,var(--section-color) 45%,#d0d5dd);border-radius:8px;color:#fff}.study-task-list>button.complete .study-task-check{border-color:var(--section-color);background:var(--section-color)}.study-task-list>button>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.study-task-list strong{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.study-task-list small{margin-top:2px;color:#98a2b3;font-size:8px}.study-task-list b{color:var(--section-color);font-size:8px;white-space:nowrap}.study-reflection{margin-top:14px;padding:15px;border:1px solid rgba(128,101,219,.15);border-radius:17px;background:linear-gradient(145deg,#fbfaff,#fff)}.study-reflection>div:first-child{display:flex;align-items:center;gap:10px}.study-reflection>div:first-child>span{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#eeeafd;color:#8065db}.study-reflection>div:first-child>div{display:flex;flex-direction:column}.study-reflection strong{color:#344054;font-size:11px}.study-reflection small{color:#8d98a8;font-size:8px}.study-reflection textarea{width:100%;min-height:76px;margin-top:11px;padding:11px 12px;resize:vertical;box-sizing:border-box;border:1px solid rgba(128,101,219,.17);border-radius:12px;outline:none;background:#fff;color:#475467;font:500 9px/1.55 Poppins,sans-serif}.study-reflection textarea:focus{border-color:#8065db;box-shadow:0 0 0 3px #8065db1a}.study-reflection footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:9px}.study-reflection footer>span{color:#98a2b3;font-size:8px}.study-reflection footer>span.saved{color:#16865e}.study-reflection footer>span.error{color:#c43d4d}.study-reflection footer button{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border:0;border-radius:10px;background:#8065db;color:#fff;font:700 8px Poppins,sans-serif;cursor:pointer}.study-next-day{width:100%;display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:14px;padding:13px 15px;border:0;border-radius:15px;background:linear-gradient(135deg,#1daeb4,#24c2aa);color:#fff;text-align:left;cursor:pointer}.study-next-day:disabled{opacity:.42;cursor:not-allowed}.study-next-day>span{display:flex;flex-direction:column}.study-next-day strong{font-size:10px}.study-next-day small{color:#ffffffc7;font-size:8px}.study-plan-modal-layer{position:fixed;inset:0;z-index:5000;display:grid;place-items:center;padding:18px;font-family:Poppins,sans-serif}.study-plan-modal-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:#141f2a75;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:default}.study-plan-modal{position:relative;width:min(570px,100%);max-height:min(760px,calc(100dvh - 36px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(239,111,120,.32);border-radius:19px;background:#fff;box-shadow:0 24px 70px #4a2d3740;animation:homeViewEnter .2s ease-out both}.study-plan-modal>header{min-height:50px;display:flex;align-items:center;justify-content:center;padding:0 48px;background:linear-gradient(115deg,#e95f71,#ef7a82 58%,#f3a15e);color:#fff}.study-plan-modal>header h2{margin:0;font-size:18px;line-height:1.2;text-align:center}.study-plan-modal>header button{position:absolute;top:10px;right:10px;width:29px;height:29px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#fff;color:#df586a;cursor:pointer}.study-plan-modal-body{overflow-y:auto;padding:20px}.study-plan-modal>footer{display:flex;justify-content:center;gap:14px;padding:0 20px 19px}.study-plan-modal>footer button{min-width:108px;min-height:40px;padding:8px 18px;border-radius:22px;font:700 12px Poppins,sans-serif;cursor:pointer}.study-plan-modal>footer button.secondary{border:1px solid #e26372;background:#fff;color:#d95062}.study-plan-modal>footer button.primary{border:1px solid #eb6676;background:linear-gradient(135deg,#e95f71,#ef7a82);color:#fff;box-shadow:0 7px 16px #e95f7133}.study-plan-modal>footer button:disabled{cursor:not-allowed;opacity:.5}.study-plan-calendar{padding:12px 8px 8px;border-radius:16px;background:linear-gradient(145deg,#fff8f3,#f7fbfb)}.study-plan-calendar-heading{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;margin-bottom:8px}.study-plan-calendar-heading strong{color:#111820;font-size:14px;text-align:left}.study-plan-calendar-heading button{width:32px;height:32px;display:grid;place-items:center;padding:0;border:0;border-radius:9px;background:transparent;color:#111820;cursor:pointer}.study-plan-calendar-heading button:hover{background:#ffe8e9;color:#d95062}.study-plan-weekdays,.study-plan-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.study-plan-weekdays span{padding:4px 0;color:#111820;font-size:11px;font-weight:800;text-align:center}.study-plan-calendar-grid button{aspect-ratio:1;min-width:0;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#f0eded;color:#27313a;font:600 12px Poppins,sans-serif;cursor:pointer}.study-plan-calendar-grid button.outside{color:#aaa2a3;background:#f5f1f0}.study-plan-calendar-grid button.today{box-shadow:inset 0 0 0 2px #f2bf27}.study-plan-calendar-grid button.selected{background:linear-gradient(145deg,#e95f71,#ef7a82);color:#fff;box-shadow:0 5px 12px #e95f7140}.study-plan-calendar-grid button:disabled{opacity:.32;cursor:not-allowed}.study-plan-criteria-intro{max-width:430px;margin:2px auto 16px;color:#796a6f;font-size:10px;font-weight:400;line-height:1.55;text-align:center}.study-plan-band-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:8px;margin:0 0 24px}.study-plan-band-options button{min-height:42px;padding:8px 10px;border:1px solid #eadde1;border-radius:10px;background:#fffdfa;color:#685b60;font:600 10px Poppins,sans-serif;cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.study-plan-band-options button:hover{border-color:#d8b9c3;background:#fdf4f7}.study-plan-band-options button:focus-visible{outline:3px solid rgba(168,66,98,.2);outline-offset:2px}.study-plan-band-options button.selected{border-color:#a84262;background:#fbeef2;color:#7f2f4a;box-shadow:inset 0 -2px #a84262}.study-plan-requirement-label{margin:0 0 14px;color:#514c47;font-size:10px;font-weight:600;text-align:center}.study-plan-skill-rings{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.study-plan-skill-rings>span{min-width:0;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--skill-color)}.study-plan-skill-rings>span>small{font-size:11px;font-weight:700}.study-plan-skill-rings>span>i{position:relative;isolation:isolate;width:62px;height:62px;display:grid;place-items:center;box-sizing:border-box;border-radius:50%;background:conic-gradient(var(--skill-color) 0 var(--skill-progress),#aaa var(--skill-progress) 100%);color:var(--skill-color);font-size:13px;font-style:normal;font-weight:800}.study-plan-skill-rings>span>i:before{position:absolute;inset:5px;z-index:-1;border-radius:50%;background:#fff;content:""}.study-plan-skill-rings.compact>span{gap:5px}.study-plan-skill-rings.compact>span>i{width:52px;height:52px}.study-plan-skill-rings.compact>span>i:before{inset:4px}.study-plan-skill-rings.compact>span>small{color:#786f68;font-size:8px}.study-plan-target-note{max-width:430px;margin:20px auto 0;color:#796a6f;font-size:10px;line-height:1.55;text-align:center}.study-plan-target-note strong{color:#7f2f4a;font-size:12px}.study-plan-overall-target{max-width:330px;display:grid;justify-items:center;gap:4px;margin:2px auto 0;padding:20px;border:1px solid #eadde1;border-radius:14px;background:#fffdfa}.study-plan-overall-target strong{color:#7f2f4a;font-size:32px;line-height:1}.study-plan-overall-target span{color:#382c30;font-size:11px;font-weight:600}.study-plan-overall-target small{margin-top:4px;color:#796a6f;font-size:9px;line-height:1.5;text-align:center}.study-plan-criteria-source{width:fit-content;display:block;margin:16px auto 0;color:#7f2f4a;font-size:9px;font-weight:600;text-decoration-thickness:1px;text-underline-offset:3px}.study-plan-criteria-source:focus-visible{border-radius:3px;outline:3px solid rgba(168,66,98,.2);outline-offset:3px}.study-plan-save-error{margin:14px 0 0;color:#b42318;font-size:10px;text-align:center}.home-study-plan{--study-accent: #0f6cbd;--study-accent-hover: #115ea3;--study-accent-soft: #eff6fc;--study-border: #e1dfdd;--study-surface-subtle: #faf9f8;--study-text: #242424;--study-muted: #616161}.home-study-plan .home-dashboard-hero-icon.goal{border:1px solid #e7c75a;border-radius:12px;background:#fff9df;color:#876a08;box-shadow:0 0 0 2px #e7c75a1a}.home-study-plan .home-dashboard-heading p{color:var(--study-muted);letter-spacing:.06em}.home-study-plan .home-dashboard-heading h2{color:var(--study-text);font-weight:600}.study-countdown-card{overflow:visible;border-color:var(--study-border);border-radius:14px;box-shadow:0 2px 6px #0000000a}.study-countdown-card:after{display:none}.study-countdown-target{margin:12px 0 12px 12px;min-height:146px;padding:20px 22px;border:1px solid #d0d7de;border-radius:10px;background:var(--study-surface-subtle);color:var(--study-text)}.study-countdown-target:hover{border-color:#c7c7c7;background:#f5f5f5;filter:none}.study-countdown-target-icon{margin-bottom:9px;border:1px solid #e7c75a;border-radius:8px;background:#fff9df;color:#876a08;box-shadow:0 0 0 2px #e7c75a14}.study-countdown-target strong{font-weight:600}.study-countdown-target strong em{color:var(--study-muted);font-size:8px;font-style:normal;font-weight:500}.study-countdown-target small{color:var(--study-muted);font-weight:600}.study-countdown-target b{margin-top:11px;padding:0;border-radius:0;background:transparent;color:var(--study-accent);font-size:9px;font-weight:600;text-transform:none}.study-countdown-main{gap:20px;background:#fff}.study-countdown-heading>div span{color:var(--study-muted);font-size:10px;font-weight:600;letter-spacing:.06em}.study-countdown-heading>div strong{color:var(--study-text);font-weight:600}.study-countdown-heading>button{min-height:36px;border-color:#e7c75a;border-radius:8px;background:#fffdf4;color:#765d08;font-weight:600;box-shadow:0 0 0 2px #e7c75a12}.study-countdown-heading>button:hover{border-color:#b3b3b3;background:#f5f5f5}.study-countdown-values>span{border-left-color:#edebe9}.study-countdown-values strong{color:var(--study-text);font-weight:600}.study-countdown-values small{color:var(--study-muted);font-weight:500}.study-diary-card{border-color:var(--study-border);border-radius:14px;background:#fff;box-shadow:0 2px 6px #0000000a}.study-diary-eyebrow{color:var(--study-muted);font-weight:600;letter-spacing:.06em}.study-diary-header h3{color:var(--study-text);font-weight:600}.study-diary-header p{color:var(--study-muted)}.study-diary-progress{background:conic-gradient(var(--study-accent) 0 var(--day-progress),#edebe9 var(--day-progress) 100%)}.study-diary-progress strong{color:var(--study-text);font-weight:600}.study-diary-progress small{color:var(--study-muted)}.study-day-arrow{border-color:var(--study-border);border-radius:8px;color:var(--study-muted)}.study-day-arrow:not(:disabled):hover{background:#f5f5f5;color:var(--study-text)}.study-day-strip button{border-color:var(--study-border);border-radius:10px;background:var(--study-surface-subtle);color:var(--study-muted)}.study-day-strip button:hover{border-color:#b3b3b3;transform:none}.study-day-strip button.active{border-color:var(--study-accent);background:var(--study-accent-soft);color:var(--study-accent);box-shadow:inset 0 -2px 0 var(--study-accent)}.study-day-strip button.complete:after{background:var(--study-accent)}.study-section-tabs{gap:8px}.study-section-tabs button{border-color:var(--study-border);border-radius:10px;background:#fff;color:var(--study-muted)}.study-section-tabs button:hover{background:#f5f5f5}.study-section-tabs button.active{border-color:var(--study-accent);background:var(--study-accent-soft);box-shadow:inset 0 -2px 0 var(--study-accent)}.study-section-tabs button>span{border-radius:8px;background:#f3f2f1;color:var(--study-muted)}.study-section-tabs button.active>span{background:#dcecf9;color:var(--study-accent)}.study-section-tabs small,.study-section-tabs button.active small{color:var(--study-accent)}.study-task-panel{border-color:var(--study-border);border-radius:12px}.study-task-panel>header{border-bottom:1px solid var(--study-border);background:var(--study-surface-subtle)}.study-task-panel>header>div>span{border:1px solid var(--study-border);border-radius:8px;color:var(--study-accent)}.study-task-panel>header strong{color:var(--study-text);font-weight:600}.study-task-panel>header b{color:var(--study-muted);font-weight:600}.study-task-check{border-color:#8a8886;border-radius:4px}.study-task-list>button.complete .study-task-check{border-color:var(--study-accent);background:var(--study-accent)}.study-task-list b{color:var(--study-muted)}.study-reflection{border-color:#a43a5b29;border-radius:12px;background:linear-gradient(135deg,snow,#fdf6f8)}.study-reflection>div:first-child>span{border-radius:8px;background:#f9e8ed;color:#9b3b58}.study-reflection textarea{border-color:#d0d7de;border-radius:8px}.study-reflection textarea:focus{border-color:var(--study-accent);box-shadow:0 0 0 2px #0f6cbd29}.study-reflection footer{min-height:40px;margin-top:10px}.study-reflection footer>span{color:var(--study-muted);font-size:9px}.study-reflection footer button{min-height:34px;padding:7px 13px;border:1px solid rgba(164,58,91,.34);border-radius:8px;background:linear-gradient(180deg,#fff,#fff8fa);color:#8f3653;box-shadow:none;font-size:9px;font-weight:600}.study-reflection footer button:hover{border-color:#a43a5b;background:#fbedf1}.study-reflection footer button:disabled{opacity:.55;cursor:wait}.study-next-day-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:14px;padding:14px 16px;border:1px solid rgba(164,58,91,.15);border-radius:12px;background:linear-gradient(110deg,snow,#fdf3f6)}.study-next-day-row>span{min-width:0;display:flex;flex-direction:column;gap:2px}.study-next-day-row>span strong{color:var(--study-text);font-size:10px;font-weight:600}.study-next-day-row>span small{color:var(--study-muted);font-size:8px}.study-next-day{width:auto;min-width:100px;min-height:36px;flex:0 0 auto;justify-content:center;gap:7px;margin:0;padding:8px 13px;border-radius:8px;background:linear-gradient(135deg,#9c4260,#87334e);box-shadow:none;font-size:9px;font-weight:600}.study-next-day:not(:disabled):hover{background:linear-gradient(135deg,#913a57,#792c45)}.study-next-day>span{display:inline}@keyframes homeViewEnter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:760px){.study-countdown-card{grid-template-columns:145px minmax(0,1fr)}.study-countdown-target{min-height:154px;padding:18px}.study-countdown-main{padding:20px}.study-countdown-heading{flex-direction:column;gap:9px}.study-countdown-values>span{padding-left:11px}.study-section-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.rn-content-container{padding-top:14px}.home-view-switcher-sticky{height:60px;padding:8px 12px 0}.home-view-switcher{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;box-sizing:border-box;padding:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.home-view-switcher button{min-width:0;min-height:38px;gap:4px;padding:3px 5px;border-radius:11px;font-size:8px}.home-view-switcher button:hover{background:#ffffff61}.home-view-switcher button.active{background:#ffffffc7;box-shadow:0 3px 12px #3f3b3712,inset 0 0 0 1px #ffffffb3}.home-view-switcher-icon{width:20px;height:20px;flex-basis:20px;border-radius:7px}.home-view-switcher-icon svg{width:13px;height:13px}.home-stat-grid article{padding:11px 9px}.home-stat-grid strong{font-size:18px}.study-plan-summary-grid{grid-template-columns:1fr}.study-plan-modal-layer{align-items:end;padding:0}.study-plan-modal{width:100%;max-height:calc(100dvh - 12px);border-radius:20px 20px 0 0}.study-plan-modal-body{padding:14px}.study-plan-calendar-grid{gap:4px}.study-plan-calendar-grid button{font-size:10px}.study-plan-band-options{gap:9px;margin-bottom:22px}.study-plan-skill-rings{gap:7px}.study-plan-skill-rings>span>i{width:54px;height:54px}.home-study-plan{gap:14px}.study-countdown-card{grid-template-columns:1fr;border-radius:18px}.study-countdown-card:after{display:none}.study-countdown-target{min-height:0;display:grid;grid-template-columns:38px auto 1fr auto;align-items:center;gap:9px;margin:10px 10px 0;padding:12px 14px}.study-countdown-target-icon{margin:0}.study-countdown-target strong{font-size:24px}.study-countdown-target small{margin:0;font-size:11px}.study-countdown-target b{margin:0}.study-countdown-main{gap:16px;padding:16px 14px 18px}.study-countdown-heading>div span{font-size:11px}.study-countdown-heading>div strong{font-size:13px}.study-countdown-values strong{font-size:23px}.study-countdown-values small{font-size:8px}.study-diary-card{padding:16px 12px;border-radius:18px}.study-diary-header h3{font-size:20px}.study-diary-progress{width:62px;height:62px;flex-basis:62px}.study-diary-progress:before{width:50px;height:50px}.study-day-navigator{grid-template-columns:31px minmax(0,1fr) 31px;gap:5px}.study-day-arrow{width:30px;height:34px}.study-day-strip{gap:4px}.study-day-strip button{min-height:63px;padding-inline:2px}.study-day-strip strong{font-size:15px}.study-day-strip span{font-size:6px}.study-section-tabs{gap:6px}.study-section-tabs button{grid-template-columns:29px minmax(0,1fr) auto;gap:6px;padding:8px}.study-section-tabs button>span{width:29px;height:29px}.study-task-list>button{grid-template-columns:26px minmax(0,1fr)}.study-task-list>button>b{grid-column:2}.study-reflection footer{align-items:flex-end}.study-next-day-row{gap:12px;padding:12px}.study-next-day{min-width:94px}}@media(max-width:350px){.home-view-switcher-sticky{height:58px;padding-inline:8px}.home-view-switcher button{gap:3px;padding-inline:3px;font-size:7.5px}.study-next-day-row{align-items:stretch;flex-direction:column}.study-next-day{align-self:flex-end}}.rn-chat-start-container:has(.rn-content-container--progress){min-height:100%;overflow:visible}.home-progress-workspace{width:100%;max-width:none;gap:14px;padding-bottom:38px}.home-progress-header{display:flex;align-items:center;justify-content:space-between;gap:18px}.home-progress-overview{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(420px,1.22fr);gap:12px}.home-readiness-card{min-width:0;display:flex;align-items:center;gap:17px;padding:17px;border:1px solid rgba(239,111,120,.2);border-radius:17px;background:linear-gradient(135deg,#ffeff0e6,#fff8dbb8);box-shadow:0 10px 26px #3f3b3712,inset 0 1px #fff}.home-readiness-ring{--readiness:0deg;width:86px;height:86px;display:grid;place-items:center;flex:0 0 86px;position:relative;border-radius:50%;background:conic-gradient(#ef6f78 0 var(--readiness),rgba(63,59,55,.1) var(--readiness) 360deg)}.home-readiness-ring:after{content:"";position:absolute;inset:7px;border-radius:50%;background:#fffaf4;box-shadow:inset 0 1px 5px #3f3b3714}.home-readiness-ring>span{position:relative;z-index:1;display:flex;align-items:baseline}.home-readiness-ring strong{color:#3f3b37;font-size:25px}.home-readiness-ring small{color:#887f77;font-size:9px}.home-readiness-card p,.home-readiness-card h3{margin:0}.home-readiness-card p{color:#a34c54;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-readiness-card h3{margin-top:4px;color:#403c38;font-size:16px}.home-readiness-card>div:last-child>span{display:block;margin-top:4px;color:#81776f;font-size:9px}.home-progress-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.home-progress-kpis article{min-width:0;display:flex;flex-direction:column;padding:13px;border:1px solid rgba(63,59,55,.1);border-radius:14px;background:#ffffffc7;box-shadow:0 7px 18px #3f3b370b,inset 0 1px #fff}.home-progress-kpis article>span{width:29px;height:29px;display:grid;place-items:center;border-radius:9px;background:#fff2c7;color:#a44b53}.home-progress-kpis strong{min-width:0;overflow:hidden;margin-top:8px;color:#403c38;font-size:17px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.home-progress-kpis small{margin-top:2px;color:#887f77;font-size:7px;line-height:1.35}.home-progress-insights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.home-progress-insights article{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px 10px;padding:11px 13px;border-left:3px solid #ef6f78;border-radius:3px 12px 12px 3px;background:#ffffffb3;box-shadow:0 5px 14px #3f3b370a}.home-progress-insights article:nth-child(2){border-left-color:#ffc928}.home-progress-insights article:nth-child(3){border-left-color:#17a87a}.home-progress-insights small{grid-column:1/-1;color:#988f87;font-size:7px;font-weight:700;text-transform:uppercase}.home-progress-insights strong{color:#4a4541;font-size:11px}.home-progress-insights span{color:#817870;font-size:8px;text-align:right}.home-progress-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.home-progress-section{min-width:0;overflow:hidden;border:1px solid rgba(63,59,55,.1);border-radius:16px;background:#ffffffc9;box-shadow:0 10px 25px #3f3b370e,inset 0 1px #fff}.home-progress-section>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 15px 11px;background:linear-gradient(135deg,color-mix(in srgb,var(--section-color) 10%,white),#ffffffb3)}.home-progress-section>header>div:first-child{display:flex;align-items:baseline;gap:10px}.home-progress-section>header span{color:var(--section-color);font-size:12px;font-weight:850}.home-progress-section>header strong{color:#403c38;font-size:20px}.home-progress-section>header strong small{color:#8b827a;font-size:8px}.home-progress-section>header>div:last-child{display:flex;flex-direction:column;align-items:flex-end}.home-progress-section>header b{color:#4b4642;font-size:12px}.home-progress-section>header>div:last-child small{color:#918880;font-size:7px}.home-section-meter{height:4px;background:#3f3b3714}.home-section-meter i{display:block;height:100%;border-radius:0 99px 99px 0;background:var(--section-color)}.home-task-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;padding:7px 15px 10px}.home-task-metrics>div{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 0;border-bottom:1px solid rgba(63,59,55,.075)}.home-task-metrics>div>span{min-width:0;display:flex;flex-direction:column}.home-task-metrics strong{overflow:hidden;color:#514b46;font-size:8px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.home-task-metrics small{color:#9a9189;font-size:7px}.home-task-metrics>div>b{min-width:25px;color:var(--section-color);font-size:9px;text-align:right}.home-progress-section>footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 15px;border-top:1px solid rgba(63,59,55,.08);background:#faf8f5b8;color:#827970;font-size:7px}.home-progress-section>footer strong{color:#625b55}.home-difficulty-card{padding:15px;border:1px solid rgba(63,59,55,.1);border-radius:16px;background:#ffffffc2;box-shadow:0 9px 22px #3f3b370d}.home-difficulty-card>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.home-difficulty-card p,.home-difficulty-card h3{margin:0}.home-difficulty-card p{color:#a55b61;font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-difficulty-card h3{margin-top:2px;color:#47423e;font-size:13px}.home-difficulty-card>header>span{color:#817870;font-size:8px}.home-difficulty-card>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}.home-difficulty-card>div>span{display:grid;grid-template-columns:8px auto 1fr;align-items:center;gap:7px;padding:9px 10px;border-radius:10px;background:#faf8f5}.home-difficulty-card i{width:8px;height:8px;border-radius:50%}.home-difficulty-card strong{color:#4b4642;font-size:12px}.home-difficulty-card small{color:#857c74;font-size:8px}@media(min-width:1100px){.rn-content-container--progress{max-width:none;align-items:stretch;padding-right:24px;padding-left:24px}}@media(max-width:900px){.home-progress-overview{grid-template-columns:1fr}.home-progress-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.home-progress-section-grid{grid-template-columns:1fr}}@media(max-width:560px){.home-progress-header{align-items:flex-start}.home-progress-header .home-dashboard-heading h2{font-size:17px}.home-progress-overview{gap:9px}.home-readiness-card{padding:13px}.home-readiness-ring{width:70px;height:70px;flex-basis:70px}.home-readiness-ring strong{font-size:21px}.home-progress-insights,.home-task-metrics{grid-template-columns:1fr}.home-difficulty-card>div{grid-template-columns:repeat(2,minmax(0,1fr))}}.mobile-progress-trigger-btn{display:flex;align-items:center;gap:6px;background-color:#f0f4f8!important;border:1px solid #e5e5e5!important;border-radius:20px;padding:6px 10px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;color:#3c3c3c!important;cursor:pointer;color-scheme:light!important;-webkit-appearance:none;transition:background-color .2s ease,transform .1s ease}.mobile-progress-trigger-btn:hover{background-color:#eaf8ff!important}.mobile-progress-trigger-btn:active{transform:scale(.98)}.mobile-progress-trigger-btn .trigger-emoji{font-size:16px}.mobile-progress-trigger-btn .trigger-text{color:#3c3c3c!important;margin-top:1px}.rn-speaking-mode-container{position:absolute;left:0;right:0;bottom:calc(var(--mobile-nav-height) + env(safe-area-inset-bottom,0px));z-index:80;width:100%;background-color:transparent;display:block;box-sizing:border-box;transition:bottom .16s ease-out,transform .18s ease-out,opacity .14s ease-out}.rn-speaking-wrapper{width:100%;min-height:var(--mobile-speaking-tower-height);padding:8px 14px;box-sizing:border-box;background:#fffffff7;border-top:1px solid rgba(229,231,235,.95);box-shadow:0 -6px 18px #0f172a0b;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;flex-direction:column;justify-content:center;position:relative}.rn-tower-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:14px;margin:0}body.hide-mobile-bottom-bar .rn-speaking-mode-container,body.wfd-keyboard-mode .rn-speaking-mode-container{display:none!important}.rn-indicator-wrapper{position:absolute;top:-85px;left:0;right:0;display:flex;justify-content:center;align-items:center;z-index:10;width:100%;pointer-events:none}.rn-indicator-wrapper .recording-indicator-mobile{pointer-events:auto;position:relative;bottom:auto;left:auto;transform:scale(.98);border-radius:24px;padding:10px 14px;min-width:220px;box-shadow:0 4px 12px #0000001a;border:none}.rn-indicator-wrapper .recording-indicator-mobile.visible{transform:scale(1)}.rn-indicator-wrapper .recording-indicator-mobile.review-mode{min-width:260px;padding:12px 16px}.rn-tower-mic{width:60px;height:60px;border-radius:30px;background-color:#1cb0f6;display:flex;justify-content:center;align-items:center;border:none;border-bottom:4px solid #1899d6;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.rn-tower-mic:active{transform:translateY(4px);border-bottom-width:0px}.rn-tower-mic.processing{background-color:#78d6ff;border-bottom-width:0px;transform:translateY(4px);cursor:not-allowed}.rn-tower-secondary{width:40px;height:40px;border-radius:20px;background-color:#fff;display:flex;justify-content:center;align-items:center;border:2px solid #e5e5e5;border-bottom:3px solid #e5e5e5;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;color:#444746}.rn-tower-secondary:active{transform:translateY(2px);border-bottom-width:1px}.rn-tower-secondary.disabled{background-color:#fafafa;border-color:#f0f0f0;border-bottom-color:#ececec;cursor:not-allowed;color:#9aa0a6}.rn-tower-secondary svg{width:20px;height:20px;stroke:currentColor;flex-shrink:0}.rn-spinner-icon{animation:rn-spin 1s linear infinite}@keyframes rn-spin{to{transform:rotate(360deg)}}.mobile-notification-trigger{position:relative;display:inline-flex;align-items:center;order:-2}.mobile-header-notification-button{position:relative;background:transparent;border:none;font-size:20px;padding:8px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.mobile-header-notification-button.active,.mobile-header-notification-button:active{background-color:#0f172a14}.mobile-header-notification-badge{position:absolute;top:4px;right:4px;background-color:#ef4444;color:#fff;font-size:10px;font-weight:700;padding:2px 5px;border-radius:999px;line-height:1;border:2px solid #ffffff}.mobile-notification-backdrop{position:fixed;inset:0;background:#0f172a66;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:2500;animation:fadeInBackdrop .2s ease-out}.mobile-notification-anchor{position:absolute;top:0;left:0;width:100%;z-index:2550;padding-bottom:var(--mobile-bottom-clearance);box-sizing:border-box;pointer-events:none}.mobile-notification-anchor>*{pointer-events:auto}@keyframes fadeInBackdrop{0%{opacity:0}to{opacity:1}}body.notification-sheet-open{overflow:hidden!important;overscroll-behavior:none}body.notification-sheet-open .mobile-header{z-index:2601}.mobile-inline-speech-recognition-shell{width:100%;margin-top:12px;animation:fadeIn .3s ease-out}.mobile-chat-view .mobile-inline-speech-recognition-shell .practice-modal-inline-wrapper{border-radius:16px;box-shadow:0 4px 16px #0000000f;border:1px solid #e5e5e5;background-color:#fff}.mobile-chat-view .mobile-inline-speech-recognition-shell .speech-recognition-mode.inline-mode{padding:16px;gap:12px}.mobile-chat-view .mobile-inline-speech-recognition-shell .header-titles h2{font-size:1.15rem;margin-bottom:2px}.mobile-chat-view .mobile-inline-speech-recognition-shell .speech-legend{gap:10px}.mobile-chat-view .mobile-inline-speech-recognition-shell .legend-item{font-size:.85rem}.mobile-chat-view .mobile-inline-speech-recognition-shell .legend-item .dot{width:10px;height:10px}.mobile-chat-view .mobile-inline-speech-recognition-shell .transcript-card{padding:12px 16px;border-radius:12px;border:1.5px solid var(--duo-border-light, #e5e5e5);box-shadow:0 3px 0 0 var(--duo-border-light, #e5e5e5)}.mobile-chat-view .mobile-inline-speech-recognition-shell .transcript-text{font-size:1.05rem;line-height:1.9}.mobile-question-bank-edge{position:fixed;top:50%;right:0;z-index:2800;transform:translateY(-50%);pointer-events:none}.mobile-question-bank-edge__button{width:56px;min-height:70px;display:grid;grid-template-columns:32px minmax(0,1fr) 20px;align-items:center;gap:8px;overflow:hidden;padding:8px 9px 8px 10px;border:1px solid rgba(63,59,55,.16);border-right:0;border-radius:17px 0 0 17px;background:linear-gradient(145deg,#fffdf8,#fff5ec 58%,#fff0f1);color:#514c47;box-shadow:-10px 12px 30px #3f3b3724,inset 0 1px #ffffffeb;font-family:Poppins,sans-serif;text-align:left;cursor:pointer;pointer-events:auto;transition:width .24s cubic-bezier(.2,.9,.2,1),border-color .18s,box-shadow .18s}.mobile-question-bank-edge__button:hover,.mobile-question-bank-edge__button:focus-visible{width:216px;border-color:#ef6f7870;box-shadow:-14px 16px 38px #3f3b372e,inset 0 1px #fffffff2}.mobile-question-bank-edge__button:focus-visible{outline:3px solid rgba(239,111,120,.2);outline-offset:2px}.mobile-question-bank-edge__icon{width:32px;height:32px;display:grid;place-items:center;border:1px solid #f0cf71;border-radius:9px;background:linear-gradient(145deg,#fff0ac,#ffd45d);color:#795a05;box-shadow:0 5px 12px #e0b42b2e,inset 0 1px #ffffffb3}.mobile-question-bank-edge__copy{min-width:120px;display:flex;flex-direction:column;opacity:0;transform:translate(7px);transition:opacity .16s ease .04s,transform .18s ease .04s}.mobile-question-bank-edge__button:hover .mobile-question-bank-edge__copy,.mobile-question-bank-edge__button:focus-visible .mobile-question-bank-edge__copy{opacity:1;transform:translate(0)}.mobile-question-bank-edge__copy small{overflow:hidden;color:#a55b61;font-size:7px;font-weight:750;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.mobile-question-bank-edge__copy strong{margin-top:3px;color:#403c38;font-size:10px;font-weight:800;white-space:nowrap}.mobile-question-bank-edge__arrow{color:#df6872;transition:transform .18s}.mobile-question-bank-edge__button:hover .mobile-question-bank-edge__arrow,.mobile-question-bank-edge__button:focus-visible .mobile-question-bank-edge__arrow{transform:translate(-2px)}@media(max-width:640px){.mobile-question-bank-edge{top:47%}.mobile-question-bank-edge__button{width:46px;min-height:60px;grid-template-columns:27px minmax(0,1fr) 17px;padding:7px 6px 7px 8px;border-radius:14px 0 0 14px}.mobile-question-bank-edge__button:hover,.mobile-question-bank-edge__button:focus-visible{width:184px}.mobile-question-bank-edge__icon{width:27px;height:27px;border-radius:8px}.mobile-question-bank-edge__icon svg{width:15px;height:15px}.mobile-question-bank-edge__copy{min-width:104px}.mobile-question-bank-edge__copy strong{font-size:9px}}.whatsapp-invite-overlay{position:fixed;inset:0;z-index:4700;display:grid;place-items:center;padding:20px;font-family:Poppins,sans-serif}.whatsapp-invite-backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:#382c3094;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:default}.whatsapp-invite-card{position:relative;width:min(440px,100%);padding:31px 30px 25px;overflow:hidden;border:1px solid #eadde1;border-radius:18px;color:#514c47;background:linear-gradient(155deg,#fff,#fffdfa 72%,#fdf4f7);box-shadow:0 24px 70px #382c3040,inset 0 1px #ffffffe6;text-align:center}.whatsapp-invite-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#7f2f4a,#ef6f78)}.whatsapp-invite-close{position:absolute;top:13px;right:13px;width:36px;height:36px;display:grid;place-items:center;padding:0;border:1px solid #eadde1;border-radius:10px;color:#796a6f;background:#ffffffdb;font:400 23px/1 Poppins,sans-serif;cursor:pointer}.whatsapp-invite-icon{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 15px;border:1px solid #efc4d0;border-radius:16px;color:#7f2f4a;background:#fbeef2;box-shadow:0 8px 18px #7f2f4a1a,inset 0 1px #ffffffe6}.whatsapp-invite-icon svg{display:block;width:31px;height:31px}.whatsapp-invite-eyebrow{margin:0 0 7px;color:#a84262;font-size:9px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}.whatsapp-invite-card h2{margin:0;color:#382c30;font-size:clamp(20px,4vw,25px);font-weight:450;letter-spacing:-.035em;line-height:1.2}.whatsapp-invite-body{max-width:355px;margin:13px auto 0;color:#514c47;font-size:11.5px;font-weight:400;line-height:1.7}.whatsapp-invite-body strong{color:#7f2f4a;font-weight:650}.whatsapp-invite-availability{display:inline-flex;align-items:center;gap:7px;margin:16px 0 0;padding:7px 10px;border:1px solid #eadba7;border-radius:9px;color:#725700;background:#fff8df;font-size:9.5px;font-weight:650}.whatsapp-invite-availability span{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#d7a815;box-shadow:0 0 0 3px #f5c94a38}.whatsapp-invite-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:9px;margin-top:20px}.whatsapp-invite-secondary,.whatsapp-invite-primary{min-height:45px;display:flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:11px;font:650 10.5px Poppins,sans-serif;text-decoration:none;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.whatsapp-invite-secondary{border:1px solid #eadde1;color:#6f6267;background:#fff}.whatsapp-invite-primary{border:1px solid #d9a81b;color:#604300;background:linear-gradient(145deg,#f5c94a,#ffc928);box-shadow:0 8px 18px #a071102e}.whatsapp-invite-secondary:hover,.whatsapp-invite-primary:hover{transform:translateY(-1px)}.whatsapp-invite-secondary:focus-visible,.whatsapp-invite-primary:focus-visible,.whatsapp-invite-close:focus-visible{outline:3px solid rgba(168,66,98,.24);outline-offset:2px}.whatsapp-invite-note{display:block;margin-top:12px;color:#927f85;font-size:8px;font-weight:450;line-height:1.45}@media(max-width:480px){.whatsapp-invite-overlay{align-items:end;padding:10px;padding-bottom:calc(10px + env(safe-area-inset-bottom))}.whatsapp-invite-card{padding:27px 18px 20px;border-radius:18px}.whatsapp-invite-actions{grid-template-columns:1fr}.whatsapp-invite-primary{grid-row:1}}@media(prefers-reduced-motion:reduce){.whatsapp-invite-secondary,.whatsapp-invite-primary{transition:none}}.public-page-confirm-overlay{position:fixed;inset:0;z-index:4200;display:grid;place-items:center;padding:20px;box-sizing:border-box}.public-page-confirm-backdrop{position:absolute;inset:0;border:0;padding:0;background:#0f172a85;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:pointer;animation:publicConfirmFade .16s ease-out}.public-page-confirm-card{position:relative;z-index:1;width:min(100%,360px);padding:20px;border-radius:24px;background:radial-gradient(circle at top left,rgba(28,176,246,.12),transparent 38%),#fff;border:1px solid rgba(226,232,240,.95);box-shadow:0 24px 70px #0f172a42,0 2px 8px #0f172a14;animation:publicConfirmPop .18s cubic-bezier(.2,.9,.2,1)}.public-page-confirm-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:14px;border-radius:16px;background:linear-gradient(135deg,#1cb0f6,#58cc02);color:#fff;font-size:22px;font-weight:900;box-shadow:0 12px 26px #1cb0f63d}.public-page-confirm-copy{font-family:Poppins,sans-serif}.public-page-confirm-eyebrow{margin:0 0 5px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:#1c92d2}.public-page-confirm-copy h3{margin:0;color:#111827;font-size:20px;line-height:1.2;letter-spacing:-.03em}.public-page-confirm-copy p:not(.public-page-confirm-eyebrow){margin:10px 0 0;color:#64748b;font-size:13px;line-height:1.55}.public-page-confirm-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:10px;margin-top:20px}.public-page-confirm-secondary,.public-page-confirm-primary{min-height:46px;border:0;border-radius:15px;font-family:Poppins,sans-serif;font-size:13px;font-weight:800;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease;-webkit-tap-highlight-color:transparent}.public-page-confirm-secondary{background:#f1f5f9;color:#475569}.public-page-confirm-primary{background:var(--duo-blue, #1cb0f6);color:#fff;box-shadow:0 5px #1595d3}.public-page-confirm-secondary:active,.public-page-confirm-primary:active{transform:translateY(2px)}.public-page-confirm-primary:active{box-shadow:0 2px #1595d3}@keyframes publicConfirmFade{0%{opacity:0}to{opacity:1}}@keyframes publicConfirmPop{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:390px){:root{--mobile-nav-height: 44px;--mobile-composer-height: 42px;--mobile-speaking-tower-height: 74px}.mobile-bottom-nav-item{height:34px;gap:5px;padding:0 4px;border-radius:12px}.mobile-bottom-nav-icon{width:17px;height:17px;flex-basis:17px}.mobile-bottom-nav-icon svg{width:17px;height:17px}.mobile-bottom-nav-label{font-size:9.8px;max-width:56px}}@media(max-width:340px){.mobile-bottom-nav-item{gap:4px;padding:0 2px}.mobile-bottom-nav-icon{width:16px;height:16px;flex-basis:16px}.mobile-bottom-nav-icon svg{width:16px;height:16px}.mobile-bottom-nav-label{font-size:9.2px;max-width:50px}}.mobile-bottom-navigation{bottom:calc(var(--mobile-nav-lift) + env(safe-area-inset-bottom,0px));height:var(--mobile-nav-height);padding:4px 10px;border-radius:18px;left:8px;right:8px;width:auto;box-shadow:0 -2px 14px #0f172a0e,0 6px 20px #0f172a0f;position:absolute;z-index:75;box-sizing:border-box;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;gap:6px;background:#fffffff7;border-top:1px solid rgba(229,231,235,.95);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);overflow:visible;transition:transform .16s ease-out,opacity .14s ease-out}.mobile-bottom-nav-item{color:#6b7280;background:transparent;min-width:0;height:36px;border:none;border-radius:13px;font-family:Poppins,sans-serif;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;padding:0 6px;box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color .12s ease,color .12s ease,transform .12s ease}.mobile-bottom-nav-item:active{transform:scale(.95);background:#0f172a0b}.mobile-bottom-nav-item-active{color:#0f172a;background:#0f172a0b}.mobile-bottom-nav-item-primary.mobile-bottom-nav-item-active{color:#1cb0f6;background:#1cb0f617}.mobile-bottom-nav-item-active .mobile-bottom-nav-label{font-weight:850}.mobile-bottom-nav-icon{position:relative;width:18px;height:18px;flex:0 0 18px;display:grid;place-items:center}.mobile-bottom-nav-icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round;fill:none}.mobile-bottom-nav-label{min-width:0;max-width:62px;font-size:10.5px;font-weight:750;line-height:1;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:clip}.mobile-bottom-nav-dot{position:absolute;top:-2px;right:-3px;width:6px;height:6px;border-radius:999px;background:#1cb0f6;border:1.5px solid #ffffff}.mobile-text-input-wrapper{bottom:calc(var(--mobile-nav-height) + var(--mobile-nav-lift) + env(safe-area-inset-bottom,0px));position:absolute;left:0;right:0;z-index:80;width:100%;padding:0;background:transparent;border-top:none;box-sizing:border-box;transform:translateY(calc(-1 * var(--mobile-kb-offset)));transition:bottom .16s ease-out,transform .18s ease-out,opacity .14s ease-out;will-change:bottom,transform}.rn-speaking-mode-container{bottom:calc(var(--mobile-nav-height) + var(--mobile-nav-lift) + env(safe-area-inset-bottom,0px))}html.mobile-keyboard-open .mobile-bottom-navigation,body.chat-composer-focused .mobile-bottom-navigation,body.hide-mobile-bottom-bar .mobile-bottom-navigation,body.wfd-keyboard-mode .mobile-bottom-navigation{transform:translateY(calc(100% + var(--mobile-nav-lift) + env(safe-area-inset-bottom,0px)));opacity:0;pointer-events:none}html.mobile-keyboard-open .mobile-text-input-wrapper,body.chat-composer-focused .mobile-text-input-wrapper{bottom:env(safe-area-inset-bottom,0px)}body.hide-mobile-bottom-bar .mobile-text-input-wrapper,body.hide-mobile-bottom-bar .mic-container-mobile{display:none!important}@media(max-width:390px){:root{--mobile-nav-lift: 7px}.mobile-bottom-navigation{left:7px;right:7px;padding-left:7px;padding-right:7px}}@media(max-width:340px){:root{--mobile-nav-lift: 6px}.mobile-bottom-navigation{left:6px;right:6px}}.desktop-account-nav-item{display:none}@media(min-width:1100px){:root{--desktop-mobile-rail-width: 92px;--mobile-nav-height: 0px;--mobile-nav-lift: 0px;--mobile-bottom-clearance: var(--mobile-active-controls-height)}.mobile-app-container{padding-left:var(--desktop-mobile-rail-width);box-sizing:border-box;background:#fff}.mobile-header{width:100%;height:72px;padding:8px 24px;border-bottom-color:#ececec}.mobile-header-left{min-width:172px}.mobile-sidebar-toggle{position:fixed;z-index:90;top:13px;left:20px;width:52px;height:52px;padding:0;overflow:visible;color:#71364b;border:0;background:transparent;box-shadow:none;font-size:29px;line-height:1}.mobile-sidebar-toggle-icon{display:grid;place-items:center;transform:translateY(-1px)}.mobile-sidebar-toggle:hover{color:#7f2445;background:transparent}.mobile-logo-image{width:148px;max-width:148px;height:auto}.mobile-app-content{width:100%}.mobile-bottom-navigation{position:fixed;z-index:75;inset:76px auto 0 0;width:var(--desktop-mobile-rail-width);height:auto;padding:8px 6px 20px;border:0;border-right:1px solid rgba(214,115,145,.14);border-radius:0;background:radial-gradient(circle at 50% 0%,rgba(250,204,74,.12),transparent 20%),radial-gradient(circle at 50% 18%,rgba(242,123,157,.045),transparent 27%),linear-gradient(180deg,#ffffffe6,#fffcf9c2 30%,#fff8fa80 62%,#ffffffe0),#fff;box-shadow:3px 0 12px #972f5206;backdrop-filter:none;-webkit-backdrop-filter:none;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:8px;overflow:hidden;transform:none!important;opacity:1!important;pointer-events:auto!important}.mobile-bottom-nav-item{width:100%;min-width:0;height:76px;padding:9px 3px 8px;border:0;border-radius:13px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#71364b;background:transparent}.mobile-bottom-nav-item:hover{color:#9f3659;background:#f6aec338}.mobile-bottom-nav-item-whatsapp{color:#71364b}.mobile-bottom-nav-item-whatsapp:hover{color:#9f3659;background:#f6aec338}.mobile-bottom-nav-item-whatsapp .mobile-bottom-nav-icon svg{width:22px;height:22px;stroke:none;stroke-width:0}.mobile-bottom-nav-item:active{transform:scale(.97)}.mobile-bottom-nav-item-active,.mobile-bottom-nav-item-primary.mobile-bottom-nav-item-active{color:#a62f58;background:linear-gradient(145deg,#ffe1e9,#ffd6e2);box-shadow:inset 0 0 0 1px #d24c7521,0 5px 14px #b63f651a}.mobile-bottom-nav-icon,.mobile-bottom-nav-icon svg{width:27px;height:27px}.mobile-bottom-nav-icon{flex:0 0 27px}.mobile-bottom-nav-icon svg{stroke-width:2}.mobile-bottom-nav-label{width:100%;max-width:none;overflow:visible;color:inherit;font-size:11px;font-weight:500;line-height:1.15;text-align:center}.mobile-bottom-nav-item-active .mobile-bottom-nav-label{font-weight:600}.desktop-account-nav-item{display:flex;margin-top:auto;margin-bottom:4px}.desktop-account-nav-avatar{overflow:hidden;border-radius:999px;background:#ffe1e9;box-shadow:0 0 0 2px #fff8fa,0 0 0 3px #e99ab2}.desktop-account-nav-avatar img{width:100%;height:100%;display:block;object-fit:cover}.mobile-bottom-nav-dot{top:-1px;right:-2px;background:#d94f79;border-color:#fff8fa}.mobile-text-input-wrapper,.rn-speaking-mode-container{left:var(--desktop-mobile-rail-width);width:calc(100% - var(--desktop-mobile-rail-width))}.messages-wrapper-mobile,.messages-wrapper-mobile.no-padding{padding-bottom:calc(18px + var(--mobile-active-controls-height));scroll-padding-bottom:var(--mobile-active-controls-height)}.rn-content-container{width:100%;max-width:1080px;margin:0 auto;padding:92px 48px 44px;box-sizing:border-box;align-items:center}.home-start-panel{align-items:center;margin-top:clamp(38px,6vh,68px)}.home-view-switcher-sticky{position:sticky;top:18px;z-index:20;height:0;padding:0 24px 0 0}.rn-greeting-row{justify-content:center;margin-bottom:8px}.rn-greeting-small{font-size:29px;font-weight:500;line-height:1.25;letter-spacing:-.025em;color:#182f4c}.rn-greeting-large{margin:0 0 40px;color:#8290a6;font-size:16px;font-weight:400;line-height:1.5;text-align:center}.rn-action-list{width:min(100%,850px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 26px;align-items:stretch}.rn-action-button{position:relative;width:100%;min-width:0;height:164px;margin:0;padding:27px 24px 24px;border:1px solid #e8eaed;border-bottom-width:3px;border-radius:18px;background:linear-gradient(180deg,#fff,#fefefe);box-shadow:0 7px 20px #1c273609;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}.rn-action-button:nth-child(1){border-bottom-color:#18b6f2}.rn-action-button:nth-child(2){border-bottom-color:#f4a000}.rn-action-button:nth-child(3){border-bottom-color:#13bd86}.rn-action-button:nth-child(4){border-bottom-color:#9452f4}.rn-action-button:hover{background:#fff;box-shadow:0 13px 30px #1a283a12;transform:translateY(-1px)}.rn-action-button:active{transform:translateY(1px)}.rn-action-emoji{margin:0;font-size:35px;line-height:1;filter:drop-shadow(0 4px 4px rgba(30,41,59,.1))}.rn-action-text{margin:0;color:#1d334f;font-size:19px;font-weight:500;line-height:1.2;letter-spacing:-.018em}.mobile-notification-anchor{left:var(--desktop-mobile-rail-width);width:calc(100% - var(--desktop-mobile-rail-width))}}@media(min-width:1100px)and (max-height:760px){.home-start-panel{margin-top:24px}}.rn-chat-start-container{background:linear-gradient(180deg,#fffdfa,#fff 58%,#fffaf7)}.rn-content-container{padding-top:18px}.home-view-switcher{border:1px solid rgba(168,66,98,.13);background:#fffdfaf0;box-shadow:0 8px 25px #4a2b3517,inset 0 1px #fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.home-view-switcher button{color:#796a6f}.home-view-switcher button:hover{background:#fdf4f7;color:#7f2f4a}.home-view-switcher button.active{color:#7f2f4a;box-shadow:0 3px 11px #4a2b351a,inset 0 0 0 1px #a8426221}.home-view-switcher-icon.home{background:#fbeef2;color:#a84262}.home-view-switcher-icon.progress{background:#fff5d4;color:#8a6505}.home-view-switcher-icon.goal{background:#fbeef2;color:#a84262}.rn-greeting-row{gap:4px}.rn-greeting-small{color:#382c30}.rn-edit-btn{width:34px;height:34px;justify-content:center;border:1px solid transparent;border-radius:10px;color:#a84262;opacity:1}.rn-edit-btn:hover{border-color:#eadde1;background:#fdf4f7;opacity:1}.rn-edit-btn:focus-visible,.rn-action-button:focus-visible{outline:3px solid rgba(168,66,98,.28);outline-offset:3px}.rn-greeting-large{color:#796a6f}.rn-action-button{min-height:142px;height:auto;padding:22px 23px;border:1px solid #eadde1;border-bottom:3px solid #a84262;border-radius:16px;background:linear-gradient(145deg,#fff,#fffdfa);box-shadow:0 9px 25px #4a2b350e,inset 0 1px #fff;flex-direction:row;justify-content:flex-start;gap:15px;text-align:left}.rn-action-button:nth-child(1){border-bottom-color:#a84262}.rn-action-button:nth-child(2){border-bottom-color:#d59523}.rn-action-button:nth-child(3){border-bottom-color:#76965e}.rn-action-button:nth-child(4){border-bottom-color:#a84262}.rn-action-button:hover{border-color:#a842624d;background:#fff;box-shadow:0 14px 30px #4a2b351a,inset 0 1px #fff;transform:translateY(-2px)}.rn-action-button:active{transform:translateY(0)}.rn-action-icon{width:48px;height:48px;display:grid;place-items:center;flex:0 0 48px;border:1px solid rgba(168,66,98,.14);border-radius:14px;background:#fbeef2;color:#a84262}.rn-action-button:nth-child(2) .rn-action-icon{border-color:#be901033;background:#fff8df;color:#8a6505}.rn-action-button:nth-child(3) .rn-action-icon{border-color:#5d9d6533;background:#f2f8ee;color:#5d8c62}.rn-action-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.rn-action-text{color:#382c30;font-size:18px;font-weight:600;letter-spacing:-.02em}.rn-action-copy small{color:#796a6f;font-size:10px;font-weight:500;line-height:1.45}.rn-action-arrow{margin-left:auto;color:#a84262;font-size:22px;font-weight:300;transition:transform .18s ease}.rn-action-button:hover .rn-action-arrow{transform:translate(3px)}@media(min-width:900px){.rn-content-container{max-width:1060px;padding-top:92px}.home-start-panel{width:min(100%,850px)}.rn-greeting-small{font-size:clamp(28px,2.2vw,34px);font-weight:400;letter-spacing:-.04em}.rn-greeting-large{margin-bottom:34px;font-size:15px}.rn-action-list{gap:18px}.rn-action-button{min-height:120px;padding:20px 24px}}@media(max-width:480px){.rn-content-container{padding-inline:16px}.home-start-panel{margin-top:18px}.rn-greeting-small{font-size:25px}.rn-greeting-large{margin-bottom:25px;font-size:14px}.rn-action-list{width:100%;gap:10px}.rn-action-button{min-height:88px;padding:15px;border-radius:14px;gap:12px}.rn-action-icon{width:42px;height:42px;flex-basis:42px;border-radius:12px}.rn-action-text{font-size:15px}.rn-action-copy small{font-size:8.5px}}@media(prefers-reduced-motion:reduce){.rn-action-button,.rn-action-arrow{transition:none}}.mobile-app-container{background:#fffdfa}.mobile-connection-status{position:fixed;top:max(10px,env(safe-area-inset-top));left:50%;z-index:1200;display:flex;align-items:center;gap:7px;padding:7px 11px;color:#624f49;background:#fffdfaf0;border:1px solid #e8dcd6;border-radius:9px;box-shadow:0 4px 14px #442d261a;font:600 12px/1.2 Poppins,sans-serif;pointer-events:none;transform:translate(-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-connection-status-dot{width:7px;height:7px;flex:0 0 7px;background:#b7791f;border-radius:50%;animation:mobileConnectionPulse 1.2s ease-in-out infinite}@keyframes mobileConnectionPulse{50%{opacity:.35}}@media(prefers-reduced-motion:reduce){.mobile-connection-status-dot{animation:none}}.question-render-error{width:min(100%,720px);margin:18px auto;padding:18px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;color:#5d3029;background:#fff9f5;border:1px solid #e8cfc5;border-radius:14px}.question-render-error strong,.question-render-error p{margin:0}.question-render-error p{margin-top:3px;color:#765e57;font-size:13px}.question-render-error button{min-height:40px;padding:0 14px;color:#fff;background:#7a263a;border:0;border-radius:9px;font:700 12px/1 Poppins,sans-serif;cursor:pointer}@media(max-width:600px){.question-render-error{grid-template-columns:auto 1fr}.question-render-error button{grid-column:1 / -1;width:100%}}.mobile-header{height:64px;padding:8px 16px;background:#fff;border-bottom-color:#eadde1;box-shadow:0 3px 16px #4a2b350b}.mobile-header-left{gap:8px}.mobile-sidebar-toggle{width:40px;height:40px;padding:0;border:1px solid transparent;border-radius:11px;color:#7f2f4a}.mobile-sidebar-toggle:hover{border-color:#eadde1;background:#fdf4f7;color:#7f2f4a}.mobile-sidebar-toggle:focus-visible,.mobile-header-tool-button:focus-visible,.mobile-header-notification-button:focus-visible,.mobile-exam-mode-trigger:focus-visible,.mobile-progress-trigger-btn:focus-visible{outline:3px solid rgba(168,66,98,.28);outline-offset:2px}.mobile-sidebar-toggle-icon{display:block}.mobile-logo-image{width:124px}.mobile-header-right{gap:6px}.mobile-header-tool-button,.mobile-progress-trigger-btn{height:40px;min-height:40px;border-color:#eadde1!important;border-radius:11px;background:#fff!important;box-shadow:inset 0 1px #fff,0 3px 10px #4a2b350a;color:#514c47!important;font:300 11px/1 Poppins,sans-serif;letter-spacing:-.01em;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.mobile-header-tool-button>svg{color:#a84262}.mobile-header-tool-button:hover,.mobile-progress-trigger-btn:hover{border-color:#a8426252!important;background:#fdf4f7!important;box-shadow:0 6px 15px #4a2b3514}.mobile-header-tool-button>svg,.mobile-progress-trigger-btn .trigger-emoji{color:#a84262}.mobile-exam-mode-trigger{height:40px;min-height:40px;border-color:#eadde1;border-radius:11px;background:#fff;box-shadow:none;color:#7f2f4a;font:300 11px/1 Poppins,sans-serif;letter-spacing:-.01em}.mobile-exam-mode-trigger:hover,.mobile-exam-mode-trigger.active{border-color:#a84262;box-shadow:0 4px 12px #4a2b3517}.mobile-exam-mode-dot{background:#df6872;box-shadow:0 0 0 3px #df68721a}.mobile-exam-mode-menu{border-color:#eadde1;background:#fffdfa;box-shadow:0 14px 32px #4a2b3529}.mobile-exam-mode-option{color:#514c47}.mobile-exam-mode-option:hover{background:#fdf4f7}.mobile-exam-mode-option.selected{background:#fbeef2;color:#7f2f4a}.mobile-header-notification-button{width:40px;height:40px;padding:0;border:1px solid #eadde1;border-radius:11px;background:#fff;color:#a84262;box-shadow:inset 0 1px #fff,0 3px 10px #4a2b350a}.mobile-header-notification-button:hover,.mobile-header-notification-button.active,.mobile-header-notification-button:active{background:#fdf4f7;border-color:#a842624d}.mobile-header-notification-badge{top:-5px;right:-5px;border-color:#fffdfa;background:#d36a73}.mobile-progress-trigger-btn{gap:5px}.mobile-progress-trigger-btn .trigger-emoji{display:block;font-size:0}.mobile-progress-trigger-btn .trigger-text{color:#514c47!important;font:300 11px/1 Poppins,sans-serif}@media(min-width:1100px){.mobile-header{height:68px;padding-inline:24px}.mobile-sidebar-toggle{top:10px;left:20px;width:48px;height:48px}.mobile-header-left{min-width:180px}.mobile-header-tool-button,.mobile-progress-trigger-btn{height:40px;min-height:40px;padding:7px 10px}}@media(max-width:760px){.mobile-header{padding-inline:10px}.mobile-header-tool-button{width:36px;height:36px;min-height:36px;border-radius:10px}.mobile-header-notification-button{width:36px;height:36px;border-radius:10px}.mobile-exam-mode-trigger{height:36px;min-height:36px;border-radius:10px}}@media(max-width:480px){.mobile-header{height:58px;padding-inline:8px}.mobile-sidebar-toggle{width:34px;height:34px}.mobile-header-tool-button,.mobile-header .mobile-progress-trigger-btn,.mobile-header-notification-button{width:32px;height:32px;min-height:32px;border-radius:9px}.mobile-exam-mode-trigger{min-height:32px;border-radius:9px}}.learning-home{--learn-rose: #a84262;--learn-rose-strong: #7f2f4a;--learn-gold: #f5c94a;--learn-ink: #382c30;--learn-muted: #796a6f;--learn-line: #eadde1;width:min(100%,1120px);margin:0 auto;padding:4px 0 54px}.learning-home__hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:6px 2px 22px;border-bottom:1px solid var(--learn-line)}.learning-home__welcome{min-width:0}.learning-home__eyebrow,.learning-section-heading span,.daily-quests-card header span{color:var(--learn-rose);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.learning-home .rn-greeting-row{justify-content:flex-start}.learning-home .rn-greeting-small{margin:3px 0 0;color:var(--learn-ink);font-size:clamp(25px,2.3vw,36px);font-weight:400;letter-spacing:-.045em;line-height:1.2}.learning-home .rn-greeting-large{margin:7px 0 0;color:var(--learn-muted);font-size:12px;line-height:1.55}.daily-goal-button{min-width:240px;min-height:76px;display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 13px;border:1px solid #e4d59e;border-bottom:4px solid #d8b53b;border-radius:17px;background:linear-gradient(145deg,#fffdf5,#fff7d8);color:var(--learn-ink);text-align:left;box-shadow:0 9px 21px #74510e14,inset 0 1px #fff;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.daily-goal-button:hover{border-color:#d5b33c;box-shadow:0 13px 25px #74510e21;transform:translateY(-2px)}.daily-goal-button:active{border-bottom-width:2px;transform:translateY(2px)}.daily-goal-button>span:nth-child(2){display:flex;flex-direction:column}.daily-goal-button>span:nth-child(2) small{color:#8a6b12;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.daily-goal-button>span:nth-child(2) strong{margin-top:3px;font-size:13px}.daily-goal-button>svg{color:#977307}.daily-goal-ring{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--learn-gold) 0 var(--daily-progress),#eee4c6 var(--daily-progress) 360deg)}.daily-goal-ring:before{grid-area:1 / 1;width:40px;height:40px;border-radius:50%;background:#fffdf5;content:""}.daily-goal-ring>span{z-index:1;grid-area:1 / 1;display:flex;align-items:baseline}.daily-goal-ring strong{color:#6f540a;font-size:17px}.daily-goal-ring small{color:#8a6b12;font-size:8px}.learning-home__layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(270px,.75fr);align-items:start;gap:clamp(22px,3vw,38px);padding-top:22px}.learning-path{position:relative;min-width:0}.learning-section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:16px}.learning-section-heading h3,.daily-quests-card h3{margin:2px 0 0;color:var(--learn-ink);font-size:18px;font-weight:600;letter-spacing:-.025em}.learning-section-heading>small{color:var(--learn-muted);font-size:8px}.learning-path__track{position:absolute;z-index:0;top:87px;bottom:54px;left:33px;width:5px;border-radius:99px;background:linear-gradient(180deg,#bd5d7c,#e0a333 38%,#70a16d 67%,#8d5f8d);opacity:.28}.learning-path__lessons{position:relative;z-index:1;display:grid;gap:12px}.learning-lesson{--lesson: #a84262;--lesson-soft: #fbeef2;--lesson-edge: #8e3653;position:relative;width:100%;min-height:105px;display:grid;grid-template-columns:30px 62px minmax(0,1fr) 90px auto;align-items:center;gap:13px;padding:14px 16px 14px 8px;border:1px solid color-mix(in srgb,var(--lesson) 25%,#eadde1);border-bottom:4px solid var(--lesson-edge);border-radius:18px;background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--lesson-soft) 48%,#fff));color:var(--learn-ink);text-align:left;box-shadow:0 8px 19px #4a2b350e,inset 0 1px #fff;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.learning-lesson.is-gold{--lesson: #c28c0b;--lesson-soft: #fff8df;--lesson-edge: #d49b13}.learning-lesson.is-green{--lesson: #5d9d65;--lesson-soft: #f2f8ee;--lesson-edge: #56895c}.learning-lesson.is-plum{--lesson: #8a567f;--lesson-soft: #f8eef7;--lesson-edge: #77496f}.learning-lesson:hover{border-color:color-mix(in srgb,var(--lesson) 50%,#eadde1);box-shadow:0 13px 26px #4a2b351a;transform:translateY(-2px)}.learning-lesson:active{border-bottom-width:2px;transform:translateY(2px)}.learning-lesson:focus-visible,.daily-goal-button:focus-visible,.learning-plan-card:focus-visible{outline:3px solid rgba(168,66,98,.25);outline-offset:3px}.learning-lesson__step{color:color-mix(in srgb,var(--lesson) 72%,#514c47);font-size:10px;font-weight:800;text-align:center}.learning-lesson__node{width:58px;height:58px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--lesson) 25%,#fff);border-bottom:4px solid color-mix(in srgb,var(--lesson) 62%,#fff);border-radius:18px;background:var(--lesson-soft);color:var(--lesson);box-shadow:inset 0 1px #fff}.learning-lesson__copy{min-width:0;display:flex;flex-direction:column}.learning-lesson__copy small{color:var(--lesson);font-size:8px;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.learning-lesson__copy strong{margin-top:2px;color:var(--learn-ink);font-size:17px;letter-spacing:-.02em}.learning-lesson__copy span{margin-top:2px;overflow:hidden;color:var(--learn-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.learning-lesson__progress{min-width:0;display:flex;flex-direction:column;gap:7px}.learning-lesson__progress>span{color:var(--learn-muted);font-size:8px;text-align:right}.learning-lesson__progress>span b{color:var(--lesson);font-size:13px}.learning-lesson__progress i{height:6px;overflow:hidden;border-radius:99px;background:#3f3b3717}.learning-lesson__progress i b{display:block;height:100%;border-radius:inherit;background:var(--lesson)}.learning-lesson__start{min-width:68px;display:flex;align-items:center;justify-content:flex-end;gap:3px;color:var(--lesson);font-size:10px;font-weight:800}.learning-lesson .rn-action-arrow{display:none}.learning-sidebar{min-width:0;display:grid;gap:13px}.learning-stats-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid var(--learn-line);border-radius:17px;background:#fff;box-shadow:0 8px 19px #4a2b350d}.learning-stats-card>div{min-width:0;display:flex;align-items:center;gap:9px;padding:14px 12px}.learning-stats-card>div+div{border-left:1px solid var(--learn-line)}.learning-stats-card>div>span:last-child{min-width:0;display:flex;flex-direction:column}.learning-stats-card small{color:var(--learn-muted);font-size:7px;font-weight:700;text-transform:uppercase}.learning-stats-card strong{overflow:hidden;margin-top:2px;color:var(--learn-ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.learning-stat-icon{width:35px;height:35px;display:grid;place-items:center;flex:0 0 35px;border-radius:11px}.learning-stat-icon.is-streak{background:#fbeef2;color:#a84262}.learning-stat-icon.is-xp{background:#fff5d4;color:#997307}.daily-quests-card{padding:16px;border:1px solid var(--learn-line);border-radius:18px;background:#fff;box-shadow:0 9px 22px #4a2b350d}.daily-quests-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:13px}.daily-quests-card header svg{color:#bf8d09;fill:#fff1b3}.daily-quests-card h3{font-size:14px}.daily-quests-card>div{display:grid;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:9px;padding:12px 0;border-top:1px solid var(--learn-line);color:#a9949b}.daily-quests-card>div.is-complete{color:#5d9d65}.daily-quests-card>div>span{display:flex;flex-direction:column}.daily-quests-card>div strong{color:var(--learn-ink);font-size:10px}.daily-quests-card>div small{color:var(--learn-muted);font-size:8px}.daily-quests-card>div b{color:currentColor;font-size:9px}.learning-plan-card{min-height:70px;display:grid;grid-template-columns:39px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid rgba(168,66,98,.2);border-bottom:3px solid #a84262;border-radius:16px;background:linear-gradient(145deg,#fdf4f7,#fff);color:var(--learn-ink);text-align:left;cursor:pointer}.learning-plan-card>span:first-child{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;background:#fff;color:#a84262;box-shadow:0 4px 10px #4a2b3514}.learning-plan-card>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.learning-plan-card small{color:#a84262;font-size:7px;font-weight:800;text-transform:uppercase}.learning-plan-card strong{margin-top:2px;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.learning-plan-card>svg{color:#a84262}@media(min-width:900px){.rn-content-container{max-width:1180px;padding-top:68px}.home-start-panel.learning-home{width:min(100%,1120px);margin-top:0}}@media(max-width:880px){.learning-home__layout{grid-template-columns:1fr}.learning-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.daily-quests-card{grid-row:span 2}.learning-plan-card{align-self:start}}@media(max-width:650px){.learning-home{padding-bottom:96px}.learning-home__hero{align-items:stretch;flex-direction:column;gap:15px}.daily-goal-button{width:100%;min-width:0}.learning-home__layout{gap:17px;padding-top:18px}.learning-section-heading{align-items:flex-start;flex-direction:column;gap:3px}.learning-section-heading>small{display:none}.learning-lesson{grid-template-columns:26px 51px minmax(0,1fr) auto;min-height:88px;gap:10px;padding:11px 12px 11px 5px;border-radius:16px}.learning-lesson__node{width:49px;height:49px;border-radius:15px}.learning-lesson__copy strong{font-size:14px}.learning-lesson__copy span{max-width:190px}.learning-lesson__progress{display:none}.learning-lesson__start{min-width:22px;font-size:0}.learning-path__track{top:86px;bottom:46px;left:25px}.learning-sidebar{grid-template-columns:1fr}.daily-quests-card{grid-row:auto}}@media(max-width:390px){.learning-home .rn-greeting-small{font-size:23px}.learning-lesson__copy span{display:none}.learning-stats-card{grid-template-columns:1fr 1fr}.learning-stats-card>div{padding-inline:9px}}@media(prefers-reduced-motion:reduce){.learning-home *,.learning-home *:before,.learning-home *:after{transition-duration:.01ms!important}}@media(max-width:1099px){.mobile-bottom-navigation .mobile-bottom-nav-item-whatsapp{display:none}}.whatsapp-invite-card{box-sizing:border-box;width:min(392px,100%);padding:27px 27px 22px}.whatsapp-invite-icon{width:50px;height:50px;margin-bottom:12px;border-radius:14px}.whatsapp-invite-icon svg{width:27px;height:27px}.whatsapp-invite-body{margin-top:10px;line-height:1.6}.whatsapp-invite-availability{margin-top:13px}.whatsapp-invite-actions{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:17px}.whatsapp-invite-secondary,.whatsapp-invite-primary{box-sizing:border-box;width:auto;min-width:104px;min-height:40px;flex:0 0 auto;padding:7px 14px;border-radius:10px;font-size:9.5px}.whatsapp-invite-primary{min-width:116px}.whatsapp-invite-note{max-width:300px;margin:10px auto 0}@media(max-width:480px){.whatsapp-invite-overlay{align-items:center;padding:14px}.whatsapp-invite-card{padding:24px 17px 18px;border-radius:16px}.whatsapp-invite-close{top:10px;right:10px;width:32px;height:32px;border-radius:9px;font-size:20px}.whatsapp-invite-actions{display:flex;grid-template-columns:none}.whatsapp-invite-primary{grid-row:auto}.whatsapp-invite-secondary,.whatsapp-invite-primary{min-height:40px;padding-inline:12px}}.playback-speed-menu{position:relative;z-index:12;flex:0 0 auto}.playback-speed-trigger{width:72px;min-width:72px;min-height:40px;padding:8px 10px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(63,44,50,.2);border-radius:10px;background:#fffdfaf0;color:#514c47;font:700 11px/1 Poppins,sans-serif;cursor:pointer;box-shadow:inset 0 1px #fff,0 4px 12px #3f2c3212;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.playback-speed-trigger svg{transition:transform .18s ease}.playback-speed-trigger[aria-expanded=true]{border-color:#a84262;color:#7f2f4a;background:#fdf4f7;box-shadow:0 0 0 3px #a842621a,0 7px 16px #3f2c321a}.playback-speed-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.playback-speed-trigger:hover{transform:translateY(-1px);border-color:#a842627a;box-shadow:inset 0 1px #fff,0 7px 16px #3f2c321a}.playback-speed-trigger:focus-visible,.playback-speed-options button:focus-visible{outline:3px solid rgba(168,66,98,.22);outline-offset:2px}.playback-speed-options{position:absolute;right:0;bottom:calc(100% + 8px);z-index:10020;width:168px;padding:7px;display:grid;gap:2px;border:1px solid #eadde1;border-radius:12px;background:#fffdfa;box-shadow:0 14px 32px #3f2c3229}.playback-speed-label{padding:7px 9px 5px;color:#796a6f;font:700 9px/1.2 Poppins,sans-serif;letter-spacing:.08em;text-transform:uppercase}.playback-speed-options button{min-height:36px;padding:7px 9px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:8px;background:transparent;color:#514c47;font:600 12px/1 Poppins,sans-serif;cursor:pointer}.playback-speed-options button:hover{background:#fbeef2;color:#7f2f4a}.playback-speed-options button.is-selected{background:#fdf4f7;color:#7f2f4a;font-weight:800}@media(max-width:560px){.playback-speed-trigger{width:66px;min-width:66px;min-height:38px;padding:7px 8px}.playback-speed-options{right:-4px;width:154px}}@media(prefers-reduced-motion:reduce){.playback-speed-trigger,.playback-speed-trigger svg{transition:none}}.prompt-audio{--pa-accent: #f5c94a;--pa-brand: #a84262;--pa-ink: #382c30;position:relative;isolation:isolate;width:min(100%,480px);min-height:240px;aspect-ratio:2 / 1;overflow:hidden;border:1px solid rgba(56,44,48,.22);border-radius:18px;background:#2f272a;color:#fff;box-shadow:0 18px 42px #382c3029,inset 0 1px #ffffff2e;font-family:Poppins,sans-serif}.prompt-audio__backdrop{position:absolute;z-index:-3;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center 55%;filter:saturate(.78) contrast(1.04) sepia(.08);transform:scale(1.015);transition:transform 8s ease-out,filter .3s ease}.prompt-audio.is-playing .prompt-audio__backdrop{filter:saturate(.94) contrast(1.05);transform:scale(1.07)}.prompt-audio.is-unavailable .prompt-audio__backdrop{filter:grayscale(1) brightness(.72)}.prompt-audio__scrim{position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,#1f1519d1,#1f15197a 43%,#1f151929 75%),linear-gradient(180deg,rgba(25,18,21,.5) 0%,transparent 33%,rgba(25,18,21,.2) 51%,rgba(25,18,21,.9) 100%)}.prompt-audio__topline{position:absolute;z-index:4;top:0;left:0;right:0;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:12px 14px}.prompt-audio__identity{min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:#2a1f237a;box-shadow:inset 0 1px #ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.prompt-audio__identity svg{color:#ffe694}.prompt-audio__identity strong{color:#fff;font-size:8px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.prompt-audio__status{min-height:34px;max-width:250px;margin:0;display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:#2a1f2380;color:#ffffffe6;font-size:9px;font-weight:650;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.prompt-audio__status i{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#f5c94a;box-shadow:0 0 0 4px #f5c94a24}.prompt-audio.is-playing .prompt-audio__status i{background:#8bcf88;box-shadow:0 0 0 4px #8bcf8829;animation:pa-status 1.2s ease-in-out infinite}.prompt-audio.is-unavailable .prompt-audio__status i{background:#d6ced0;box-shadow:none}.prompt-audio__copy{position:absolute;z-index:2;left:18px;bottom:91px;width:min(58%,270px);text-shadow:0 2px 18px rgba(21,14,17,.45)}.prompt-audio__copy>span{display:inline-flex;align-items:center;gap:7px;color:#ffe694;font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.prompt-audio__copy h2{margin:6px 0 3px;color:#fff;font-size:clamp(18px,2vw,24px);font-weight:400;letter-spacing:-.04em;line-height:1.1}.prompt-audio__copy p{margin:0;color:#ffffffd1;font-size:10px;line-height:1.55}.prompt-audio__play{position:absolute;z-index:5;top:43%;left:50%;width:56px;height:56px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.48);border-bottom:4px solid rgba(255,255,255,.42);border-radius:50%;background:#2a1f23ad;color:#fff;box-shadow:0 11px 28px #120b0e47,inset 0 1px #ffffff2e;cursor:pointer;transform:translate(-50%,-50%);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.prompt-audio__play:not(:disabled):hover{border-color:#ffffffb8;background:#7f2f4adb;box-shadow:0 14px 31px #120b0e57,0 0 0 7px #ffffff1a;transform:translate(-50%,-52%) scale(1.04)}.prompt-audio__play:not(:disabled):active{border-bottom-width:2px;transform:translate(-50%,-48%) scale(.97)}.prompt-audio__play:disabled{cursor:not-allowed;opacity:.76}.prompt-audio__play svg.lucide-play{margin-left:3px}.prompt-audio__play strong{font-size:19px;font-variant-numeric:tabular-nums}.prompt-audio__waveform{position:absolute;z-index:2;left:16px;right:16px;bottom:67px;height:27px;display:grid;grid-template-columns:repeat(48,minmax(1px,1fr));align-items:center;gap:clamp(2px,.32vw,4px);opacity:.92}.prompt-audio__waveform i{height:var(--wave-height);border-radius:99px;background:#ffffff52;box-shadow:0 1px 5px #140c0f26;transform-origin:center;transition:background .2s ease,opacity .2s ease}.prompt-audio__waveform i.is-complete{background:linear-gradient(180deg,#ffe694,#f5c94a)}.prompt-audio.is-playing .prompt-audio__waveform i{animation:pa-wave .68s var(--wave-delay) ease-in-out infinite alternate}.prompt-audio__transport{position:absolute;z-index:6;left:10px;right:10px;bottom:9px;min-height:46px;display:grid;grid-template-columns:32px minmax(74px,1fr) 32px 58px minmax(58px,82px);align-items:center;gap:6px;padding:6px 8px;border:1px solid rgba(255,255,255,.22);border-radius:13px;background:#231a1db3;box-shadow:inset 0 1px #ffffff1c,0 10px 25px #120b0e29;-webkit-backdrop-filter:blur(13px);backdrop-filter:blur(13px)}.prompt-audio__time{color:#ffffffdb;font-size:9px;font-weight:750;font-variant-numeric:tabular-nums;text-align:center}.prompt-audio__timeline{min-width:0}.prompt-audio__timeline input,.prompt-audio__volume input{width:100%;margin:0;cursor:pointer;appearance:none;-webkit-appearance:none;background:transparent}.prompt-audio__timeline input{height:20px}.prompt-audio__timeline input::-webkit-slider-runnable-track{height:5px;border-radius:99px;background:linear-gradient(90deg,#f5c94a 0 var(--pa-progress),rgba(255,255,255,.3) var(--pa-progress) 100%)}.prompt-audio__timeline input::-moz-range-track{height:5px;border-radius:99px;background:#ffffff4d}.prompt-audio__timeline input::-moz-range-progress{height:5px;border-radius:99px;background:#f5c94a}.prompt-audio__timeline input::-webkit-slider-thumb,.prompt-audio__volume input::-webkit-slider-thumb{width:16px;height:16px;margin-top:-5.5px;appearance:none;-webkit-appearance:none;border:3px solid #fff;border-radius:50%;background:#a84262;box-shadow:0 3px 9px #150e114d}.prompt-audio__timeline input::-moz-range-thumb,.prompt-audio__volume input::-moz-range-thumb{width:12px;height:12px;border:3px solid #fff;border-radius:50%;background:#a84262}.prompt-audio__timeline input:disabled,.prompt-audio__volume input:disabled{cursor:not-allowed;opacity:.55}.prompt-audio__speed{position:relative;z-index:8}.prompt-audio__speed .playback-speed-trigger{width:58px;min-width:58px;min-height:32px;height:32px;padding-inline:5px;border-color:#ffffff38;border-radius:9px;background:#ffffff1f;color:#fff;box-shadow:none;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.prompt-audio__speed .playback-speed-trigger:hover,.prompt-audio__speed .playback-speed-trigger[aria-expanded=true]{border-color:#ffffff7a;background:#ffffff38;color:#fff}.prompt-audio__speed .playback-speed-options{bottom:calc(100% + 13px)}.prompt-audio__volume{min-width:0;display:flex;align-items:center;gap:8px;color:#ffffffdb}.prompt-audio__volume input::-webkit-slider-runnable-track{height:4px;border-radius:99px;background:#ffffff57}.prompt-audio__volume input::-moz-range-track{height:4px;border-radius:99px;background:#ffffff57}.prompt-audio__volume input::-webkit-slider-thumb{width:13px;height:13px;margin-top:-4.5px;border-width:2px}.prompt-audio__volume input::-moz-range-thumb{width:9px;height:9px;border-width:2px}.prompt-audio :focus-visible{outline:3px solid rgba(245,201,74,.75);outline-offset:3px}.prompt-audio__spinner{animation:pa-spin .9s linear infinite}.prompt-audio audio{display:none}@keyframes pa-spin{to{transform:rotate(360deg)}}@keyframes pa-wave{to{transform:scaleY(.5);opacity:.64}}@keyframes pa-status{50%{opacity:.56;transform:scale(.75)}}@media(max-width:780px){.prompt-audio{width:100%;min-height:240px;aspect-ratio:2 / 1;border-radius:16px}.prompt-audio__topline{padding:12px}.prompt-audio__identity{min-height:30px;padding:6px 8px}.prompt-audio__status{min-height:30px;max-width:170px;padding:6px 8px;font-size:8px}.prompt-audio__copy{left:16px;bottom:110px;width:62%}.prompt-audio__copy h2{margin-top:6px;font-size:23px}.prompt-audio__copy p{font-size:9px}.prompt-audio__play{top:45%;width:58px;height:58px}.prompt-audio__waveform{left:16px;right:16px;bottom:73px;height:29px;gap:2px}.prompt-audio__transport{left:9px;right:9px;bottom:9px;grid-template-columns:34px minmax(76px,1fr) 34px 58px;gap:6px;padding:6px 7px}.prompt-audio__time{font-size:8px}.prompt-audio__volume{display:none}.prompt-audio__speed .playback-speed-trigger{width:58px;min-width:58px;padding-inline:5px}}@media(max-width:440px){.prompt-audio{min-height:225px;aspect-ratio:auto}.prompt-audio__identity strong{max-width:118px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prompt-audio__status{max-width:128px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.prompt-audio__copy{bottom:103px;width:68%}.prompt-audio__copy h2{font-size:19px}.prompt-audio__copy p{display:none}.prompt-audio__copy>span{font-size:7px}.prompt-audio__play{top:44%;width:54px;height:54px}.prompt-audio__waveform{bottom:68px;height:24px}.prompt-audio__transport{grid-template-columns:31px minmax(64px,1fr) 31px 54px;min-height:44px}.prompt-audio__speed .playback-speed-trigger{width:54px;min-width:54px;min-height:32px;height:32px;font-size:9px}}@media(prefers-reduced-motion:reduce){.prompt-audio *,.prompt-audio *:before,.prompt-audio *:after{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}}.audio-player{display:flex;align-items:center;gap:12px;width:100%;min-width:200px}.play-pause-btn{width:40px;height:40px;border-radius:50%;background-color:var(--duo-blue);border:none;border-bottom:3px solid #168cc4;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .15s ease-out;flex-shrink:0}.play-pause-btn:hover{filter:brightness(1.1)}.play-pause-btn:active{transform:translateY(2px);border-bottom-width:1px}.play-pause-icon{width:14px;height:16px;position:relative}.play-pause-icon:before{content:"";position:absolute;top:0;left:2px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:14px solid white;transition:opacity .2s ease}.play-pause-icon:after{content:"";position:absolute;top:0;left:0;width:14px;height:16px;background-image:linear-gradient(to right,white 4px,transparent 4px,transparent 10px,white 10px);opacity:0;transition:opacity .2s ease}.play-pause-btn.playing .play-pause-icon:before{opacity:0}.play-pause-btn.playing .play-pause-icon:after{opacity:1}.waveform-container{flex-grow:1;height:30px;position:relative;display:flex;align-items:center}.waveform-static{width:100%;height:100%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cdefs%3E%3Cpattern id='p' width='4' height='30' patternUnits='userSpaceOnUse'%3E%3Crect width='2' height='30' fill='black'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='12%25' y='44%25' fill='url(%23p)'/%3E%3Crect width='100%25' height='25%25' y='37.5%25' fill='url(%23p)'/%3E%3Crect width='100%25' height='50%25' y='25%25' fill='url(%23p)'/%3E%3Crect width='100%25' height='75%25' y='12.5%25' fill='url(%23p)'/%3E%3Crect width='100%25' height='100%25' y='0' fill='url(%23p)'/%3E%3C/svg%3E");background-color:var(--duo-border-light)}.waveform-progress{position:absolute;left:0;top:0;height:100%;background-color:var(--duo-green);-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cdefs%3E%3Cpattern id='p' width='4' height='30' patternUnits='userSpaceOnUse'%3E%3Crect width='2' height='30' fill='black'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='100%25' height='12%25' y='44%25' fill='url(%23p)'/%3E%3Crect width='100%25' height='25%25' y='37.5%25' fill='url(%23p)'/%3E%3Crect width='100%25' height='50%25' y='25%25' fill='url(%23p)'/%3E%3Crect width='100%25' height='75%25' y='12.5%25' fill='url(%23p)'/%3E%3Crect width='100%25' height='100%25' y='0' fill='url(%23p)'/%3E%3C/svg%3E");transition:width .1s linear}.duration-text{font-size:14px;font-weight:600;color:var(--duo-text-primary);flex-shrink:0}.ai-welcome-message{display:flex;align-items:flex-start;gap:8px}.ai-welcome-lottie{width:100%;max-width:250px;margin-bottom:-20px;z-index:1}.ai-welcome-animation{flex-shrink:0}.ai-welcome-column-wrapper{display:flex;flex-direction:column;align-items:flex-start;width:100%}.ai-avatar-container{display:flex;flex-direction:row;align-items:flex-start;padding-left:16px;margin-bottom:4px}.ai-avatar-logo{width:96px;height:32px;display:block;object-fit:contain;object-position:left center}.ai-welcome-bubble{background-color:#fff;border:2px solid #1cb0f6;border-radius:20px 20px 20px 4px;padding:12px 16px;max-width:90%;align-self:flex-start;margin-left:16px;box-shadow:0 4px 15px #1cb0f61a;animation:slideUp .4s .1s ease-out backwards}.ai-welcome-bubble p{font-family:Poppins,sans-serif;font-size:15px;font-weight:500;color:#3c3c3c;line-height:1.6;margin:0;text-align:left}@keyframes pulse-wave{0%{transform:scaleY(.15)}50%{transform:scaleY(1)}to{transform:scaleY(.15)}}.soundwave-container{display:flex;align-items:center;justify-content:space-between;height:24px;width:40px;margin-left:8px;margin-right:0;flex-shrink:0}.soundwave-bar{width:7px;height:100%;background-color:#1cb0f6;border-radius:3px;transform:scaleY(.15);transform-origin:bottom;animation:none}.soundwave-playing .soundwave-bar{animation:pulse-wave 1.3s ease-in-out infinite}.message-group-wrapper{display:flex;flex-direction:column;width:100%;padding:0 15px;box-sizing:border-box;margin-top:10px;margin-bottom:10px}.message-group-wrapper.ai{align-items:flex-start}.message-group-wrapper.user{align-items:flex-end}.message-group{display:flex;align-items:flex-end;gap:12px;max-width:90%}.message-group.ai{align-self:flex-start}.message-group.user{align-self:flex-end;margin-right:0}.message-group.user .message-bubble{background-color:#eaf8ff;border:2px solid #D1EFFF;border-radius:20px 20px 4px;padding:12px 16px}.user-text-bubble-mobile{padding:12px 16px!important;background:#e5e5ea!important;color:#000!important;border:none!important;border-radius:18px 18px 0!important}.user-text-bubble-mobile__text{margin:0;font-size:1rem;line-height:1.4}.message-group.ai .message-bubble{background-color:#f7f9fa;border:1px solid #e5e5e5;border-radius:20px 20px 20px 4px;padding:12px 16px;overflow:hidden}.user-avatar-mobile{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #D1EFFF}.user-avatar-mobile--default{display:grid;place-items:center;box-sizing:border-box;color:#afafaf;background:#f7f7f7;border-color:#e5e5e5}.user-avatar-default-icon{width:24px;height:24px}.ai-response-body{width:calc(100% - 32px);margin-left:16px;box-sizing:border-box;animation:slideUp .4s .1s ease-out backwards}.ai-response-body--plain{background:transparent;border:none;box-shadow:none;border-radius:0;padding:0;max-width:none}.ai-response-body--welcome{margin-top:2px}.ai-response-body--transcript{background-color:#fffdf5;border:1px solid #ffeeba;border-radius:16px;padding:12px 14px}.ai-rich-card-shell{width:calc(100% - 32px);margin-left:16px;box-sizing:border-box;animation:slideUp .4s .1s ease-out backwards;contain:layout paint}.ai-markdown{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:400;line-height:1.7;color:#202124;letter-spacing:-.01em;word-break:break-word;overflow-wrap:anywhere}.ai-markdown>*:first-child{margin-top:0}.ai-markdown>*:last-child{margin-bottom:0}.ai-markdown p{margin:0 0 12px}.ai-markdown ul,.ai-markdown ol{margin:0 0 12px 1.15rem;padding:0}.ai-markdown li+li{margin-top:6px}.ai-markdown strong{font-weight:650;color:#111827}.ai-markdown blockquote{margin:12px 0;padding-left:12px;border-left:3px solid #d7dce2;color:#4b5563}.ai-markdown code{font-size:.92em}.ai-markdown--transcript blockquote{border-left:4px solid #ffc107;margin:8px 0 0;color:#555;font-style:italic;background-color:#ffc1071a;padding:8px 12px;border-radius:0 8px 8px 0}.ai-text-bubble{background-color:#f7f9fa;border:1px solid #e5e5e5;border-radius:20px 20px 20px 4px;padding:12px 16px;max-width:90%;align-self:flex-start;margin-left:16px;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;color:#3c3c3c;line-height:1.6;animation:slideUp .4s .1s ease-out backwards}.ai-text-bubble p{margin:0 0 .5rem}.ai-text-bubble p:last-child{margin-bottom:0}.topic-pill-mobile{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#555;background-color:#f0f4f8;border-radius:16px;padding:4px 10px;margin-left:16px;margin-bottom:4px;animation:fadeIn .3s ease-out}.ai-task-card{width:calc(100% - 32px);margin-left:16px;background-color:#f7f7f7;border:1px solid #e0e0e0;border-radius:12px;padding:12px 16px;margin-top:10px;box-sizing:border-box}.ai-task-content{font-family:Arial,sans-serif;font-size:1.1rem;font-weight:500;color:#333;line-height:1.5;margin:0;padding:0}.message-group.ai.score-bubble-group-mobile{width:calc(100% + 140px);margin-left:0;display:flex;justify-content:flex-start;padding-left:-20px;box-sizing:border-box}.message-group.ai.score-bubble-group-mobile .message-bubble{background-color:transparent;border:none;box-shadow:none;padding:0;width:auto;flex-grow:0}.message-group.ai.score-bubble-group-mobile .message-bubble:before,.message-group.ai.score-bubble-group-mobile .message-bubble:after{display:none}.mobile-premium-wrapper{width:100%;padding-left:16px;padding-right:16px;box-sizing:border-box;margin-top:4px;animation:slideUp .3s ease-out backwards}.mobile-premium-container{display:flex;flex-direction:column;gap:12px;width:100%}.mobile-premium-card{background-color:#fff;border-radius:16px;overflow:hidden;border:1px solid #e5e5e5;box-shadow:0 3px 6px #0000000a;display:flex;flex-direction:column}.mobile-card-blue{border-left:5px solid #1cb0f6}.mobile-card-red{border-left:5px solid #ff4b4b}.mobile-card-green{border-left:5px solid #58cc02}.mobile-card-header{display:flex;align-items:center;gap:10px;padding:10px 14px;background-color:#fafafa;border-bottom:1px solid #f0f0f0}.mobile-card-icon{display:flex;align-items:center;justify-content:center}.mobile-card-title{font-family:Poppins,sans-serif;font-weight:700;font-size:14px;color:#4b4b4b;letter-spacing:.3px}.mobile-card-body{padding:12px 14px;font-family:Poppins,sans-serif;font-size:13px;color:#3c3c3c;line-height:1.55}.mobile-card-body p{margin:0 0 6px}.mobile-card-body p:last-child{margin-bottom:0}.mobile-card-body strong{font-weight:700;color:#222}.mobile-card-body ul{padding-left:20px;margin:6px 0}.mobile-card-body li{margin-bottom:6px}.describe-image-container-mobile{width:100%;margin-top:4px}.describe-image-card{width:100%;background-color:#fff;border:1px solid #e5e5e5;border-radius:18px;overflow:hidden;box-shadow:0 6px 18px #0000000d}.di-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:linear-gradient(180deg,#fff,#f8fbff);border-bottom:1px solid #eef2f6}.di-card-title-block{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.di-card-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#eef8ff;color:#1cb0f6;font-size:12px;font-weight:700;white-space:nowrap}.di-card-title-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;color:#3c3c3c}.di-card-actions{display:flex;align-items:center;gap:8px}.di-professional-hint-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:12px;padding:14px 16px;background-color:#fff;border:2px solid #e5e5e5;border-bottom-width:4px;border-radius:16px;font-family:Poppins,sans-serif;font-size:15px;font-weight:700;color:#1cb0f6;cursor:pointer;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.di-professional-hint-btn:hover{background-color:#f0fbff;border-color:#bce6ff}.di-professional-hint-btn:active{transform:translateY(2px);border-bottom-width:2px;margin-bottom:2px}.di-professional-hint-btn svg{width:22px;height:22px;stroke:#1cb0f6}.di-toolbar{display:flex;flex-direction:column;gap:10px;padding:12px 14px;background:#fff;border-bottom:1px solid #f1f3f5}.di-zoom-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.di-zoom-main-controls{display:flex;align-items:center;gap:8px}.di-icon-btn,.di-reset-btn,.di-preset-btn{border:1px solid #dfe5eb;background:#fff;color:#3c3c3c;font-family:Poppins,sans-serif;cursor:pointer;transition:all .18s ease;-webkit-tap-highlight-color:transparent}.di-icon-btn{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:20px;font-weight:700}.di-reset-btn{height:36px;padding:0 14px;border-radius:999px;font-size:12px;font-weight:600}.di-zoom-value{min-width:64px;height:36px;padding:0 12px;border-radius:999px;border:1px solid #e7edf3;background:#f6f8fa;color:#1cb0f6;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700}.di-zoom-presets{display:flex;flex-wrap:wrap;gap:8px}.di-preset-btn{height:32px;padding:0 12px;border-radius:999px;background:#f8fafc;font-size:12px;font-weight:600}.di-preset-btn.is-active{background:#eaf8ff;border-color:#8fd9ff;color:#1cb0f6}.di-icon-btn:active,.di-reset-btn:active,.di-preset-btn:active{transform:scale(.96)}.di-icon-btn:disabled,.di-reset-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.di-stage{position:relative;width:100%;height:clamp(220px,58vw,320px);overflow:hidden;background:linear-gradient(180deg,#f9fbfd,#f3f6f9);touch-action:none;overscroll-behavior:contain;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;cursor:default;isolation:isolate;contain:layout paint}.di-stage.is-zoomed{cursor:grab}.di-stage.is-dragging{cursor:grabbing}.di-stage-image{width:100%;height:100%;object-fit:contain;display:block;transform-origin:center center;transform:translateZ(0) scale(1);will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;transition:transform .12s ease-out}.di-stage.is-interacting .di-stage-image,.di-stage.is-dragging .di-stage-image,.di-stage.is-pinching .di-stage-image{transition:none}.di-zoom-hint{padding:10px 14px;text-align:center;font-size:11px;font-weight:500;color:#7b8794;background:#fafbfc;border-top:1px solid #eef2f6}@media(max-width:420px){.di-card-header{flex-direction:column;align-items:flex-start}.di-zoom-row{align-items:stretch}.di-reset-btn{width:100%;display:inline-flex;align-items:center;justify-content:center}}.mobile-practice-loading{width:100%;box-sizing:border-box;padding:4px 14px 12px}.practice-skeleton{--skeleton-base: #edf1f5;--skeleton-highlight: #fafcfd;--skeleton-border: #e3e8ee;width:min(100%,860px);box-sizing:border-box;padding:clamp(16px,2.3vw,24px);overflow:hidden;border:1px solid var(--skeleton-border);border-radius:20px;background:#fff;box-shadow:0 10px 30px #1f364b0f}.practice-skeleton__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.practice-skeleton__block{position:relative;display:block;overflow:hidden;background:var(--skeleton-base)}.practice-skeleton__block:after{position:absolute;inset:0;content:"";background:linear-gradient(100deg,transparent 18%,var(--skeleton-highlight) 48%,transparent 78%);transform:translate(-105%);animation:practice-skeleton-shimmer 1.55s ease-in-out infinite}.practice-skeleton__header,.practice-skeleton__identity,.practice-skeleton__footer,.practice-skeleton__list-row{display:flex;align-items:center}.practice-skeleton__header,.practice-skeleton__footer{justify-content:space-between;gap:16px}.practice-skeleton__badge{width:min(34%,170px);height:30px;border-radius:999px}.practice-skeleton__header-action{width:42px;height:30px;border-radius:10px}.practice-skeleton__question-copy,.practice-skeleton__body-lines{display:grid;gap:10px;margin-top:22px}.practice-skeleton__line{width:100%;height:13px;border-radius:999px}.practice-skeleton__line--title{width:72%;height:19px}.practice-skeleton__line--long{width:86%}.practice-skeleton__line--medium{width:62%}.practice-skeleton__line--short{width:42%}.practice-skeleton__line--tiny{width:48px}.practice-skeleton__line--score-title{width:min(48%,220px);height:20px;margin:0 auto 24px}.practice-skeleton__question-panel{width:100%;height:clamp(118px,20vw,190px);margin-top:22px;border-radius:16px}.practice-skeleton__answers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.practice-skeleton__answer{height:46px;border-radius:13px}.practice-skeleton__footer{margin-top:20px}.practice-skeleton__footer-pill{width:112px;height:32px;border-radius:999px}.practice-skeleton__footer-button{width:138px;height:42px;border-radius:13px}.practice-skeleton--feedback{max-width:640px}.practice-skeleton__identity{gap:12px}.practice-skeleton__identity-lines{flex:1;display:grid;gap:9px}.practice-skeleton__avatar{width:46px;height:46px;flex:0 0 46px;border-radius:50%}.practice-skeleton__avatar--small{width:38px;height:38px;flex-basis:38px}.practice-skeleton__identity--compact{min-height:48px}.practice-skeleton__metric-grid,.practice-skeleton__score-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}.practice-skeleton__metric,.practice-skeleton__score{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:82px;padding:12px;border-radius:14px;background:#f8fafc}.practice-skeleton__metric-value{width:38px;height:26px;border-radius:8px}.practice-skeleton__score-ring{width:66px;height:66px;border-radius:50%}.practice-skeleton--score{max-width:620px}.practice-skeleton__list{display:grid;gap:10px}.practice-skeleton__list-row{gap:12px;min-height:52px;padding:10px 12px;border:1px solid #edf0f3;border-radius:12px;background:#fff}.practice-skeleton__list-icon{width:26px;height:26px;flex:0 0 26px;border-radius:8px}.practice-skeleton__list-title{width:58%}.practice-skeleton__list-title--1{width:72%}.practice-skeleton__list-title--2{width:46%}.practice-skeleton__list-status{width:12px;height:12px;margin-left:auto;flex:0 0 12px;border-radius:50%}.practice-skeleton--compact{max-width:420px;padding:16px;box-shadow:none}@keyframes practice-skeleton-shimmer{to{transform:translate(105%)}}@media(max-width:640px){.practice-skeleton{width:100%;padding:16px;border-radius:16px;box-shadow:0 6px 20px #1f364b0d}.practice-skeleton__question-panel{height:128px}.practice-skeleton__answers{grid-template-columns:1fr;gap:9px}.practice-skeleton__answer{height:40px}.practice-skeleton__metric-grid,.practice-skeleton__score-grid{gap:8px}.practice-skeleton__metric{min-height:70px;padding:9px}.practice-skeleton__score{padding:8px 4px}.practice-skeleton__score-ring{width:52px;height:52px}.practice-skeleton__footer-button{width:112px}}@media(prefers-reduced-motion:reduce){.practice-skeleton__block:after{animation:none;background:#ffffff61;transform:none}}.score-display-container{padding:16px 20px;background-color:#f7f9fa;border-radius:12px;color:#1a1a1a;max-width:450px}.score-display-container{padding:16px 20px;line-height:1.3}.analysis-placeholder-bubble{display:flex;align-items:center;padding:12px 16px;font-size:15px;color:#555;min-width:280px}.analysis-placeholder-bubble .sound-wave-icon{width:24px;height:24px;margin-right:12px;display:flex;justify-content:space-around;align-items:flex-end}.question-modal-content{background-color:#f7f7f7;width:100%;height:100%;max-width:none;max-height:none;border-radius:0;box-shadow:none;padding:0;position:relative;display:flex;flex-direction:column;animation:slideInUp .4s ease-out}.question-modal-header{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;color:#3c3c3c;text-align:center;padding:2rem 2rem 0;flex-shrink:0}.modal-scroll-area{flex-grow:1;overflow-y:auto;min-height:0;padding:1rem 2rem}.question-options-container{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.question-option-card{background-color:#fff;border-radius:16px;border:2px solid var(--duo-border-light);box-shadow:0 4px 0 0 var(--duo-border-light);padding:1.25rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;display:flex;align-items:center;gap:1.5rem;position:relative}.question-option-card:hover{transform:translateY(-4px);box-shadow:0 8px #dcdcdc;border-color:#dcdcdc}.question-option-card.selected{border-color:var(--duo-green);box-shadow:0 4px 0 0 var(--duo-green-dark)}.question-option-card.selected:hover{transform:translateY(0);box-shadow:0 4px 0 0 var(--duo-green-dark)}.option-emoji{font-size:2.5rem}.option-text-content{display:flex;flex-direction:column}.option-title{font-weight:700;font-size:1.1rem;color:var(--duo-text-primary);margin-bottom:4px}.option-description{font-size:.95rem;color:#777;line-height:1.5}.selected-checkmark{position:absolute;top:10px;right:10px;width:28px;height:28px;background-color:var(--duo-green);border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;transform:scale(0);transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.question-option-card.selected .selected-checkmark{transform:scale(1)}.selected-checkmark svg{width:16px;height:16px;stroke-width:3.5}.collections-section{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #e5e5e5}.collections-header{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;color:#4a4a4a;text-align:center;margin-bottom:1.5rem}.collections-placeholder{text-align:center;padding:2rem 1rem;font-family:Poppins,sans-serif;font-size:1.1rem;color:#888;background-color:#f7f7f7;border-radius:12px;border:2px dashed #e5e5e5}.collection-options-container{display:grid;gap:1rem}.collection-card{background-color:#fff;border-radius:16px;border:2px solid #e5e5e5;padding:1.25rem;cursor:pointer;display:flex;align-items:center;gap:1rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;box-shadow:0 4px #e5e5e5}.collection-card:hover{transform:translateY(-4px);box-shadow:0 8px #dcdcdc;border-color:#dcdcdc}.collection-card.selected{border-color:#58a700;box-shadow:0 4px #58a700;transform:translateY(0)}.collection-emoji{font-size:2.5rem}.collection-text-content{text-align:left}.collection-title{font-size:1.1rem;font-weight:700;color:#3c3c3c;margin:0 0 4px}.collection-description{font-size:.9rem;color:#777;margin:0;line-height:1.5}.question-modal-footer{padding:1.5rem 2rem;border-top:2px solid #e5e5e5;flex-shrink:0}.start-practice-button{width:100%;padding:1rem;font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1px;background-color:#58cc02;border:none;border-radius:16px;border-bottom:6px solid #58a700;cursor:pointer;transition:all .15s ease-out}.start-practice-button:hover{filter:brightness(1.05)}.start-practice-button:active{transform:translateY(4px);border-bottom-width:2px}.start-practice-button:disabled{background-color:#e5e5e5;border-bottom:6px solid #d1d1d1;color:#b1b1b1;cursor:not-allowed;transform:translateY(0);filter:none}.modal-close-button{position:absolute;top:1.5rem;right:2rem;z-index:10;background:#e5e5e5;border:none;width:44px;height:44px;border-radius:50%;color:#afafaf;font-size:2rem;font-weight:700;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close-button:hover{background:#dcdcdc;color:#888;transform:rotate(90deg)}.guide-modal-content{background-color:#f7f7f7;width:90vw;height:100vh;max-width:initial;max-height:initial;border-radius:16px;box-shadow:0 10px 40px #00000026;padding:initial;display:flex;flex-direction:column;overflow:hidden;animation:slideInUp .4s ease-out}.guide-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;border-bottom:2px solid #e5e5e5;flex-shrink:0;height:70px;background-color:#fff;padding-left:1%;padding-right:1.5rem;font-size:1.25rem;font-weight:700;color:#3c3c3c;text-align:left;padding:0 1.5rem 0 1%}.guide-modal-logo{height:100px;width:auto}.guide-modal-title{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700;color:#3c3c3c;margin:0}.guide-modal-close-button{background:#e5e5e5;border:none;width:40px;height:40px;border-radius:50%;color:#afafaf;font-size:1.8rem;font-weight:700;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.guide-modal-close-button:hover{background:#dcdcdc;color:#888;transform:rotate(90deg)}.guide-scroll-area{flex-grow:1;overflow-y:auto;padding:1.5rem 2rem;min-height:initial}.guide-section{margin-bottom:2rem}.guide-section-title{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;color:#4a4a4a;margin:0 0 1rem;display:flex;align-items:center;gap:.75rem}.guide-title-emoji{font-size:1.8rem}.guide-title-main{flex-shrink:0;white-space:nowrap}.guide-card{background-color:#fff;border-radius:16px;border:2px solid var(--duo-border-light, #e5e5e5);box-shadow:0 4px 0 0 var(--duo-border-light, #e5e5e5);padding:1.5rem;line-height:1.7;color:var(--duo-text-primary, #4b4b4b)}.guide-card p{margin:0 0 1rem;font-size:1.1rem}.guide-card ul{margin:0;padding-left:2rem}.guide-card li{margin-bottom:.75rem}.goal-modal-content{background-color:#fff;max-width:550px;width:90vw;height:auto;max-height:90vh;border-radius:16px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;overflow:hidden;animation:slideInUp .4s ease-out;border:1px solid #e5e5e5}.goal-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:2px solid #f7f7f7;flex-shrink:0}.goal-modal-title{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700;color:#3c3c3c;margin:0}.goal-modal-scroll-area{flex-grow:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.goal-section-title{font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;color:#777;text-transform:uppercase;text-align:center;margin:0 0 1rem}.question-type-chip-container{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.question-type-chip{font-family:Poppins,sans-serif;font-size:14px;font-weight:700;padding:8px 16px;border-radius:99px;cursor:pointer;transition:all .2s ease;background-color:#fff;border:2px solid #e5e5e5;color:#777;box-shadow:0 2px #e5e5e5}.question-type-chip:hover{background-color:#f7f7f7;border-color:#dcdcdc}.question-type-chip.active{background-color:#eaf8ff;border-color:var(--duo-blue, #1cb0f6);color:var(--duo-blue, #1cb0f6);box-shadow:0 2px 0 0 var(--duo-blue, #1cb0f6)}.score-slider-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.current-score-label{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;color:#3c3c3c;background-color:#f7f7f7;padding:.25rem 1.5rem;border-radius:12px}.slider-labels{display:flex;justify-content:space-between;width:100%;padding:0 10px;box-sizing:border-box}.slider-labels span{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;color:#777}.goal-score-slider{-webkit-appearance:none;appearance:none;width:100%;height:16px;background:#e5e5e5;border-radius:8px;outline:none;transition:opacity .2s;cursor:pointer}.goal-score-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:32px;height:32px;background:var(--duo-blue, #1cb0f6);border-radius:50%;border:4px solid white;box-shadow:0 2px 5px #0003;margin-top:-8px}.goal-score-slider::-moz-range-track{width:100%;height:16px;background:#e5e5e5;border-radius:8px;border:none}.goal-score-slider::-moz-range-thumb{width:32px;height:32px;background:var(--duo-blue, #1cb0f6);border-radius:50%;border:4px solid white;box-shadow:0 2px 5px #0003;cursor:pointer}.question-set-info-text{background-color:#f7f7f7;border-radius:12px;padding:1rem;text-align:center;font-family:Poppins,sans-serif;font-size:15px;color:#555;line-height:1.6;border:2px solid #e5e5e5}.goal-modal-footer{padding:1.5rem;border-top:2px solid #f7f7f7;display:flex;justify-content:center;flex-shrink:0}.scoring-placeholder-bubble{position:relative;display:flex;align-items:center;padding:12px 16px;background:linear-gradient(135deg,#fff,#f0f8ff);border:2px solid #e5e5e5;border-radius:16px;box-shadow:0 4px 12px #1cb0f626;overflow:hidden;min-width:220px;max-width:100%;box-sizing:border-box}.scoring-icon-wrapper{font-size:28px;margin-right:16px;display:flex;gap:4px;animation:bounce-gentle 2s infinite ease-in-out}.scoring-text-content{display:flex;flex-direction:column;justify-content:center}.scoring-text-content p{margin:0;font-family:Poppins,sans-serif;line-height:1.4}.scoring-text-content p:first-child{font-size:15px;font-weight:600;color:#3c3c3c}.scoring-subtext{font-size:13px;color:#1cb0f6;font-weight:500;animation:pulse-opacity 1.5s infinite}.shimmer-overlay{position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0,#fff9,#fff0);transform:skew(-20deg);animation:shimmer-move 2s infinite linear;pointer-events:none}@keyframes bounce-gentle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes pulse-opacity{0%,to{opacity:1}50%{opacity:.6}}@keyframes shimmer-move{0%{left:-100%}to{left:200%}}@media(max-width:580px){.score-display-container{padding:10px;margin-left:0;margin-right:auto}.score-display-title{font-size:16px;margin-bottom:16px}.scores-wrapper{gap:8px}.score-item{width:auto;flex:1;min-width:0}.score-circle-container{width:120px;height:60px;margin-bottom:8px}.score-circle-svg{width:60px;height:60px}.score-circle-value{font-size:18px}.score-label{font-size:12px}.score-emoji{font-size:16px}.analysis-placeholder-bubble{font-size:14px;min-width:0;padding:10px 12px}}.mobile-overall-score-container{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px dashed #e6e8eb;width:100%}.mobile-overall-score-circle{width:80px;height:80px;border-radius:50%;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 4px 12px #0000000f;border:4px solid #1cb0f6;margin-bottom:8px;position:relative;transition:transform .2s ease}.mobile-overall-score-circle{animation:popIn .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes popIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.mobile-overall-score-circle.score-high{border-color:#58cc02;color:#58cc02}.mobile-overall-score-circle.score-med{border-color:#ffc800;color:#e5a500}.mobile-overall-score-circle.score-low{border-color:#ff4b4b;color:#ff4b4b}.mobile-overall-value{font-size:28px;font-weight:800;line-height:1}.mobile-overall-max{font-size:11px;font-weight:600;color:#afafaf;margin-top:-2px}.mobile-overall-label{font-size:14px;font-weight:700;color:#3c4043;text-transform:uppercase;letter-spacing:.5px}.rop-bubble-container{--rop-brand: #a84262;--rop-brand-strong: #7f2f4a;--rop-brand-soft: #fbeef2;--rop-gold: #f5c94a;--rop-ink: #382c30;--rop-muted: #796a6f;--rop-line: #eadde1;width:100%;display:flex;flex-direction:column;color:var(--rop-ink)}.rop-bubble-container.rop-drag-portal{width:0;height:0;display:block;pointer-events:none}.rop-workspace-status{margin:4px 17px 10px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid var(--rop-line);border-radius:12px;background:#fff;box-shadow:0 2px 8px #52303c0d}.rop-workspace-status>div{min-width:0;display:flex;flex-direction:column;gap:2px}.rop-workspace-status strong{color:var(--rop-ink);font-size:clamp(16px,1.3vw,20px);font-weight:300;letter-spacing:-.025em;line-height:1.3;text-shadow:0 2px 9px rgba(76,48,57,.1)}.rop-workspace-status>div>span{color:var(--rop-muted);font-size:clamp(11px,.92vw,13px);font-weight:300;line-height:1.5}.rop-progress{width:132px;flex:0 0 132px;display:flex;flex-direction:column;gap:7px}.rop-progress>span{color:var(--rop-brand-strong);font-size:12px;font-weight:850;text-align:right}.rop-progress>i{height:5px;overflow:hidden;border-radius:999px;background:#eee5e8}.rop-progress>i>b{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--rop-brand),#c75479);transition:width .22s ease}.rop-progress.is-complete>i>b{background:linear-gradient(90deg,#b38a13,var(--rop-gold))}.rop-arranging-board{display:grid;grid-template-columns:minmax(0,1fr) clamp(46px,4vw,64px) minmax(0,1fr);align-items:stretch;gap:clamp(12px,1.3vw,20px);padding:0 17px 3px;transition:opacity .18s ease}.rop-arranging-board.faded{opacity:.55;pointer-events:none}.rop-panel{min-width:0;overflow:hidden;border:1px solid var(--rop-line);border-radius:14px;background:#ffffffd1;box-shadow:0 6px 18px #4a2b350f,inset 0 1px #fff}.rop-target-panel{border-color:#a842624d;box-shadow:0 8px 24px #682b3f14,inset 0 1px #fff}.rop-panel-header{min-height:52px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--rop-line);border-top:3px solid var(--rop-brand);color:var(--rop-ink);background:#fff}.rop-target-panel .rop-panel-header{border-top-color:var(--rop-gold);color:var(--rop-ink);background:#fffcf5}.rop-panel-heading{min-width:0;display:flex;flex-direction:column;gap:1px}.rop-panel-heading small{color:var(--rop-brand);font-size:8px;font-weight:800;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.rop-target-panel .rop-panel-heading small{color:#94700a}.rop-panel-heading strong{overflow:hidden;font-size:clamp(15px,1.15vw,18px);font-weight:300;letter-spacing:-.02em;line-height:1.25;text-overflow:ellipsis;text-shadow:0 2px 8px rgba(76,48,57,.1);white-space:nowrap}.rop-panel-count{min-width:38px;padding:4px 8px;border:1px solid rgba(168,66,98,.2);border-radius:999px;color:var(--rop-brand-strong);background:var(--rop-brand-soft);font-size:11px;font-weight:850;text-align:center}.rop-target-panel .rop-panel-count{border-color:#94700a33;color:#735707;background:#fff5d4}.rop-bubble-container .rop-list-area{min-height:320px;padding:11px;display:flex;flex-direction:column;gap:9px;background:#fff;transition:background-color .16s ease,box-shadow .16s ease}.rop-bubble-container .rop-target-panel .rop-list-area{background:#fffdfa}.rop-bubble-container .rop-list-area.dragging-over{background:var(--rop-brand-soft);box-shadow:inset 0 0 0 2px #a842626b}.rop-board-transfer{display:grid;place-content:center;justify-items:center;gap:6px;color:var(--rop-brand)}.rop-board-transfer span{font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.rop-board-transfer svg{width:32px;height:32px;padding:7px;border:1px solid rgba(168,66,98,.2);border-radius:50%;background:#fff8fa;box-shadow:0 3px 10px #5f2c3d14}.rop-empty-state{min-height:286px;padding:20px;display:grid;place-content:center;justify-items:center;gap:9px;border:1px dashed rgba(168,66,98,.22);border-radius:10px;color:#8c747c;font-size:9px;font-weight:700;text-align:center}.rop-empty-state svg{color:var(--rop-brand)}.rop-bubble-container .rop-draggable-item{position:relative;width:100%;min-height:62px;padding:10px 38px 10px 10px;box-sizing:border-box;display:flex;align-items:center;gap:11px;border:1px solid #e3d7da;border-radius:10px;background:#fffffff7;color:var(--rop-ink);box-shadow:0 2px 5px #3f2a310d,inset 0 1px #fff;cursor:grab;-webkit-user-select:none;user-select:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.rop-bubble-container .rop-draggable-item:hover{border-color:#a842627a;box-shadow:0 7px 16px #542e3b1a,inset 0 1px #fff;transform:translateY(-1px)}.rop-bubble-container .rop-draggable-item:active{cursor:grabbing}.rop-bubble-container .rop-draggable-item:focus-within{border-color:var(--rop-brand);box-shadow:0 0 0 3px #a8426224,0 7px 16px #542e3b14}.rop-bubble-container .rop-draggable-item.dragging{border-color:var(--rop-brand);box-shadow:0 18px 38px #622a3d38,0 0 0 3px #a842621f;transform:rotate(.35deg) scale(1.01);z-index:1000}.rop-bubble-container .rop-draggable-item.disabled{cursor:default}.rop-bubble-container .rop-item-badge{width:31px;height:38px;flex:0 0 auto;display:grid;place-items:center;border-radius:7px;color:#fff;background:linear-gradient(145deg,#b94a70,#963753);box-shadow:inset 0 1px #ffffff3b,0 2px 6px #7e2f4929;font-size:10px;font-weight:900}.rop-target-panel .rop-item-badge{color:#4b350f;background:linear-gradient(145deg,#fadf7e,#f2c33a);box-shadow:inset 0 1px #ffffff6b,0 2px 6px #84610a24}.rop-bubble-container .rop-item-text{min-width:0;flex:1;color:#55494d;font-size:clamp(13px,1vw,15px);font-weight:300;letter-spacing:-.006em;line-height:1.52;text-shadow:0 1px 5px rgba(76,48,57,.055);overflow-wrap:anywhere}.rop-grip{position:absolute;top:50%;right:7px;width:27px;height:34px;display:grid;place-items:center;border-radius:6px;color:#9d8e93;cursor:grab;transform:translateY(-50%);transition:color .14s ease,background-color .14s ease}.rop-grip:hover{color:var(--rop-brand);background:var(--rop-brand-soft)}.rop-grip:active{cursor:grabbing}.rop-card-controls{display:none}.rop-bubble-container .rop-draggable-item.correct-position{border-color:#5d9d65;background:#f3fbf4;box-shadow:inset 3px 0 #5d9d65}.rop-bubble-container .rop-draggable-item.incorrect-position{border-color:#d36a73;background:#fff3f3;box-shadow:inset 3px 0 #d36a73}@media(max-width:800px){.rop-workspace-status{margin:3px 12px 9px;padding:10px 11px;gap:12px}.rop-workspace-status>div>span{display:block;font-size:11px}.rop-progress{width:96px;flex-basis:96px}.rop-arranging-board{grid-template-columns:1fr;gap:8px;padding:0 12px}.rop-panel-header{min-height:46px}.rop-board-transfer{height:28px;display:flex;align-items:center;justify-content:center;gap:7px}.rop-board-transfer svg{width:28px;height:28px;transform:rotate(90deg)}.rop-bubble-container .rop-list-area{min-height:120px;padding:8px}.rop-empty-state{min-height:96px}.rop-bubble-container .rop-draggable-item{min-height:58px;gap:8px;padding:8px 66px 8px 8px}.rop-bubble-container .rop-item-badge{width:28px;height:35px}.rop-bubble-container .rop-item-text{font-size:13px;line-height:1.5}.rop-grip{display:none}.rop-card-controls{position:absolute;top:50%;right:7px;display:flex;gap:3px;transform:translateY(-50%)}.rop-card-controls button{width:25px;height:29px;padding:0;display:grid;place-items:center;border:1px solid rgba(168,66,98,.22);border-radius:6px;color:var(--rop-brand-strong);background:#fff5f8;cursor:pointer;touch-action:manipulation}.rop-card-controls button:focus-visible{outline:2px solid var(--rop-brand);outline-offset:2px}.rop-card-controls button:disabled{opacity:.3;cursor:not-allowed}}@media(max-width:430px){.rop-workspace-status{align-items:flex-start}.rop-workspace-status strong{font-size:15px}.rop-workspace-status>div>span{display:none}.rop-panel-heading strong{font-size:14px}.rop-bubble-container .rop-draggable-item{padding-right:63px}.rop-bubble-container .rop-target-panel .rop-draggable-item{padding-right:92px}}@media(prefers-reduced-motion:reduce){.rop-bubble-container *,.rop-bubble-container *:before,.rop-bubble-container *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.scoring-reading-container,.scoring-reading-container *{font-family:Poppins,sans-serif!important}.scoring-reading-container{padding:20px;background:#f8f9fa;border-radius:12px;max-width:800px;margin:0 auto}.score-header{display:flex;align-items:center;gap:20px;margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid #e9ecef}.score-circle{width:80px;height:80px;border-radius:50%;border:5px solid #ddd;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;background:#fff;flex-shrink:0}.score-summary h3{margin:0;font-size:1.4rem;color:#333}.score-summary p{margin:5px 0 0;color:#666;font-size:1rem}.score-breakdown-list{display:flex;flex-direction:column;gap:16px}.score-item-card{background:#fff;border-radius:8px;padding:16px;border-left:5px solid #ccc;box-shadow:0 2px 4px #0000000d}.score-item-card.correct{border-left-color:#58cc02}.score-item-card.incorrect{border-left-color:#ff4b4b}.score-item-header{display:flex;justify-content:space-between;margin-bottom:12px;gap:12px}.blank-number{font-weight:700;color:#555}.status-badge{font-size:.85rem;font-weight:600;padding:4px 8px;border-radius:4px;white-space:nowrap}.status-badge.correct{background:#e6ffec;color:#2e7d32}.status-badge.incorrect{background:#ffebee;color:#c62828}.answer-comparison{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:12px}.label{display:block;font-size:.8rem;color:#888;margin-bottom:2px}.value{font-weight:600;font-size:1rem;color:#333}.value.strike{text-decoration:line-through;color:#999}.explanation-box{background:#fff8e1;padding:12px;border-radius:6px;display:flex;gap:10px;align-items:flex-start;font-size:.9rem;color:#5d4037}.empty-explanation{padding:10px;color:#666;font-style:italic}.markdown-h3{margin-top:24px}.markdown-link{color:#0288d1}.sst-overall-feedback{margin-top:20px;background:#e3f2fd;color:#0d47a1;border:1px solid #bbdefb}.global-explanation-box{margin-top:20px}.swt-feedback-box{background:#f0faff;color:#37474f;border:1px solid #e1f5fe;border-radius:12px;box-shadow:0 4px 12px #0000000d;margin-bottom:20px;padding:16px}.ai-sparkle-icon{font-size:1.5rem;margin-right:12px}.himal-feedback-header{margin:0 0 10px;border:none;color:#0277bd;font-weight:600;font-size:1.1rem}.feedback-markdown-content{margin:0;line-height:1.7;font-size:.95rem}.code-highlight{font-family:inherit}.actionable-fix-box{background:#fff4e5;color:#663c00;border:1px solid #ffcc80;border-radius:12px;margin-bottom:20px;padding:16px;align-items:flex-start}.actionable-icon{font-size:1.5rem;margin-right:12px;margin-top:2px}.actionable-header{margin:0 0 10px;color:#e65100;font-weight:600;font-size:1.1rem}.actionable-p{margin:0 0 8px}.explanation-content{flex:1}.explanation-content p{margin:0 0 12px;line-height:1.6;color:#37474f;font-size:.95rem}.explanation-content strong{color:#1565c0;background-color:#e3f2fd;padding:0 4px;border-radius:4px;font-weight:600}.ai-feedback-highlight{font-weight:600;color:#0277bd;background-color:#0277bd14;padding:1px 4px;border-radius:4px}.rop-result-layout{display:flex;flex-direction:column}.rop-global-explanation{background:#e3f2fd;border:1px solid #bbdefb;border-radius:8px;padding:16px;margin-bottom:24px;display:flex;flex-direction:column;align-items:flex-start}.explanation-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:#1565c0}.rop-global-explanation p{margin:0;line-height:1.5;color:#37474f;font-size:.95rem}.rop-comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;order:-1;margin-bottom:24px}@media(max-width:600px){.rop-comparison-grid{grid-template-columns:1fr}}.rop-column h4{margin:0 0 12px;font-size:1rem;color:#555;text-align:center;text-transform:uppercase;letter-spacing:.5px}.rop-list{display:flex;flex-direction:column;gap:8px}.rop-result-item{display:flex;gap:10px;padding:10px;background:#fff;border:1px solid #eee;border-radius:6px;align-items:flex-start}.rop-result-item.correct{background:#f1f8e9;border-color:#c5e1a5}.rop-index{background:#eee;color:#555;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.rop-result-item.correct .rop-index{background:#aed581;color:#33691e}.rop-result-item p{margin:0;font-size:.9rem;line-height:1.4;color:#333}.follow-up-section{margin-top:24px;border-top:1px dashed #ccc;padding-top:16px}.follow-up-title{margin:0 0 12px;font-size:1rem;color:#444}.follow-up-grid{display:flex;flex-wrap:wrap;gap:10px}.follow-up-chip{background:#fff;border:1px solid #d1d9e6;padding:8px 16px;border-radius:20px;font-size:.9rem;color:#555;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.follow-up-chip:hover{background:#e8f0fe;border-color:#4285f4;color:#1967d2;transform:translateY(-1px)}.chip-highlight{font-weight:800;color:#0277bd;background-color:#e1f5fe;padding:2px 6px;border-radius:6px;margin:0 2px;box-shadow:0 1px 2px #0000000d}.explanation-content h3{font-size:.95rem;text-transform:uppercase;letter-spacing:.8px;margin:24px 0 12px;padding-bottom:8px;border-bottom:2px solid rgba(0,0,0,.05);display:flex;align-items:center;color:#555;font-weight:800}.explanation-content h3:first-child{margin-top:0}.explanation-content ul{padding-left:24px;list-style-type:disc;margin:16px 0}.explanation-content li{margin-bottom:12px;line-height:1.6;color:#37474f;padding-left:4px}.explanation-content li:before{display:none!important}.explanation-content li::marker{color:#0277bd;font-size:1.25rem}.explanation-content li strong{color:#01579b;background-color:#e1f5fe;padding:2px 6px;border-radius:4px;-webkit-box-decoration-break:clone;box-decoration-break:clone}.sst-result-layout{display:flex;flex-direction:column;gap:24px}.sst-subscore-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:12px;margin-bottom:20px}.swt-subscore-grid{margin-bottom:20px}.essay-subscore-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));margin-bottom:20px}.sst-subscore-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:10px;text-align:center;box-shadow:0 1px 3px #0000000d}.sst-subscore-label{display:block;font-size:.75rem;text-transform:uppercase;color:#757575;margin-bottom:4px;font-weight:700}.swt-score-label{text-transform:capitalize}.essay-score-label{text-transform:capitalize;font-size:.8rem}.sst-subscore-value{font-size:1.2rem;font-weight:800;color:#2c3e50}.subscore-max{font-size:.8rem;color:#999;font-weight:400}.subscore-max-small{font-size:.7rem;color:#999;font-weight:400}.sst-legend{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:12px;font-size:.85rem;color:#555;align-items:center}.legend-item{display:flex;align-items:center;gap:5px}.legend-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.legend-dot.green{background-color:#4caf50}.legend-dot.yellow{background-color:#ff9800}.legend-dot.red{background-color:#f44336}.legend-dot.cyan{background-color:#06b6d4}.sst-analysis-box{background:#fafafa;border:1px solid #eee;border-radius:8px;padding:15px;line-height:1.6;font-size:1rem;color:#333}.sst-segment{padding:0 2px;border-radius:3px;margin:0 2px;cursor:help;transition:background-color .2s;position:relative}.sst-segment.good{background-color:#e8f5e9;color:#2e7d32}.sst-segment.average{background-color:transparent;color:inherit}.sst-segment.bad{background-color:#ffebee;color:#c62828}.sst-reference-section{margin-top:20px}.model-answer-section{border-top:1px solid #eee;padding-top:15px;margin-top:25px}.sst-ref-header{margin-bottom:8px;font-weight:700}.transcript-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.band-essay-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.sst-ref-text{padding:12px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;color:#333}.model-answer-text{margin-bottom:16px;color:#444;background:transparent;border:none;padding:0}.transcript-text{margin-top:8px;padding:10px;background:#fff;border:1px solid #eee;color:#555}.band-essay-text{background:#f9f9f9;padding:15px;border-radius:8px;border:1px solid #eee;line-height:1.8;color:#444;white-space:pre-line}.toggle-transcript-btn{background:none;border:1px solid #ccc;padding:4px 8px;border-radius:4px;cursor:pointer;font-size:.8rem}.swt-result-layout{display:flex;flex-direction:column;gap:24px}.swt-answer-block{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px;box-shadow:0 2px 4px #00000005;transition:transform .2s ease}.swt-answer-label{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px;font-size:.9rem;color:#475569;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #f1f5f9;padding-bottom:8px}.swt-answer-content{font-size:1rem;line-height:1.8;color:#334155}.swt-highlight-cyan{color:#06b6d4;font-weight:700;background:#06b6d41a;padding:0 2px;border-radius:3px}.swt-highlight-paraphrase{font-weight:600;color:#334155}.swt-highlight-red-text{color:#ef4444;font-weight:700;text-decoration:underline;text-decoration-color:#fca5a5;text-decoration-style:dotted}.swt-legend-mini{margin-top:12px;display:flex;flex-wrap:wrap;gap:16px;font-size:.8rem;color:#64748b;border-top:1px dashed #f1f5f9;padding-top:8px}.swt-answer-section{display:flex;flex-direction:column;gap:14px}.swt-answer-section-heading{display:flex;align-items:flex-start;gap:10px;padding:4px 2px 2px}.swt-answer-section-heading h3{margin:0;font-size:1rem;font-weight:800;color:#0f172a;letter-spacing:-.01em}.swt-answer-section-heading p{margin:3px 0 0;font-size:.82rem;line-height:1.45;color:#64748b}.swt-coach-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px;box-shadow:0 6px 18px #0f172a0a}.swt-coach-card.simple{border-left:4px solid #06b6d4}.swt-coach-card.advanced{border-left:4px solid #6366f1}.swt-coach-header{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}.swt-coach-icon{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#f8fafc;border:1px solid #e2e8f0;flex-shrink:0;font-size:1rem}.swt-coach-title-wrap h4{margin:0;font-size:.95rem;font-weight:800;color:#0f172a;letter-spacing:-.01em}.swt-coach-title-wrap p{margin:3px 0 0;font-size:.8rem;line-height:1.45;color:#64748b}.swt-coach-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(180px,.8fr);gap:10px;margin-bottom:10px}.swt-coach-panel{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px}.swt-panel-label{display:block;margin-bottom:5px;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.swt-coach-panel p{margin:0;font-size:.84rem;line-height:1.55;color:#334155}.swt-connector-row{display:flex;flex-wrap:wrap;gap:6px}.swt-connector-chip{display:inline-flex;align-items:center;min-height:24px;padding:3px 8px;border-radius:999px;background:#ecfeff;border:1px solid #cffafe;color:#0e7490;font-size:.78rem;font-weight:700}.swt-model-answer-card{background:linear-gradient(180deg,#ecfeff,#f8ffff);border:1px solid #bae6fd;border-radius:12px;padding:12px 14px}.swt-model-answer-card p{margin:0;color:#083344;font-size:.92rem;line-height:1.65;font-weight:700}.swt-answer-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.swt-answer-meta span{display:inline-flex;align-items:center;min-height:22px;padding:2px 8px;border-radius:999px;background:#fff;border:1px solid #dbeafe;color:#475569;font-size:.72rem;font-weight:700}.swt-empty-answer{margin:0;padding:12px;border-radius:10px;background:#f8fafc;border:1px dashed #cbd5e1;color:#64748b;font-size:.86rem}.swt-legacy-answer{font-size:.95rem;line-height:1.7;color:#334155}.actionable-fix-content{font-size:.95rem;line-height:1.6;color:#663c00}.actionable-fix-content p{margin:0 0 8px}.fix-highlight{font-weight:700;color:#e65100;background-color:#e6510014;padding:0 4px;border-radius:4px}.fix-list{margin:8px 0 8px 18px;padding:0;list-style-type:disc}.fix-list-item{margin-bottom:6px;padding-left:4px}.fix-list-item::marker{color:#ef6c00}@media(max-width:600px){.scoring-reading-container{padding:10px 4px!important;border-radius:4px}.explanation-box,.swt-feedback-box,.actionable-fix-box{display:block!important;padding:12px 8px!important}.bulb-icon,.actionable-icon,.ai-sparkle-icon{float:left;margin-right:8px;margin-bottom:2px;margin-top:2px;line-height:1}.explanation-box:after,.actionable-fix-box:after{content:"";display:table;clear:both}.explanation-content{display:block}.himal-feedback-header,.actionable-header{display:inline;margin-right:8px}.score-header{gap:10px;margin-bottom:16px;padding-bottom:12px}.score-circle{width:55px;height:55px;font-size:1.1rem;border-width:3px}.score-summary h3{font-size:1.2rem}.sst-result-layout,.swt-result-layout,.score-breakdown-list{gap:12px}.score-item-card,.rop-global-explanation,.swt-answer-block,.sst-analysis-box,.sst-ref-text{padding:10px 8px!important}.sst-subscore-grid{grid-template-columns:repeat(auto-fit,minmax(65px,1fr));gap:6px;margin-bottom:12px}.essay-subscore-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.explanation-content ul,.fix-list{padding-left:18px!important;margin:8px 0}.sst-legend,.swt-legend-mini{gap:8px;font-size:.8rem}.answer-comparison{gap:10px}.swt-result-layout{gap:14px}.swt-answer-section{gap:12px}.swt-coach-card{padding:12px 10px;border-radius:12px}.swt-coach-header{gap:8px;margin-bottom:10px}.swt-coach-icon{width:28px;height:28px;border-radius:9px;font-size:.9rem}.swt-coach-title-wrap h4{font-size:.9rem}.swt-coach-title-wrap p{font-size:.76rem}.swt-coach-grid{grid-template-columns:1fr;gap:8px}.swt-coach-panel{padding:9px 10px}.swt-model-answer-card{padding:10px}.swt-model-answer-card p{font-size:.86rem;line-height:1.6}.swt-answer-meta span,.swt-connector-chip{font-size:.7rem}}.markdown-swt-content{font-size:.95rem;line-height:1.6;color:#334155;display:flex;flex-direction:column;gap:8px}.swt-markdown-h3{font-size:1.05rem;color:#0288d1;margin:10px 0 6px;font-weight:700;border-bottom:1px solid #e1f5fe;padding-bottom:4px}.swt-markdown-strong{color:#0f172a;font-weight:700;background:#f1f5f9;padding:2px 6px;border-radius:4px}.swt-markdown-quote{border-left:4px solid #06b6d4;background:#ecfeff;margin:12px 0;padding:16px;border-radius:0 8px 8px 0;font-size:1.05rem;font-weight:600;color:#083344;font-style:normal;box-shadow:0 2px 4px #06b6d40d}.swt-markdown-quote p{margin:0!important}.swt-markdown-em{font-size:.85rem;color:#64748b;font-style:italic;display:block;margin-top:4px}.sstp-result,.listening-practice-content .scoring-reading-container,.listening-practice-content .wfd-ai-result{color:#202124;font-family:Poppins,sans-serif}.sstp-result{overflow:hidden;border:1px solid #dadce0!important;border-radius:12px!important;background:#fff!important;box-shadow:0 1px 2px #3c404314,0 2px 6px #3c40430d!important}.sstp-result>header{min-height:0;padding:14px 18px;border-bottom:1px solid #e8eaed;background:#fff;color:#0f6cbd}.sstp-result>header>svg{width:34px;height:34px;padding:8px;box-sizing:border-box;border-radius:8px;background:#edf6fc}.sstp-result>header p{color:#5f6368;font-size:9px;letter-spacing:.07em}.sstp-result>header h2{margin-top:2px;color:#202124;font-size:15px;font-weight:650}.sstp-result>header>strong{padding:6px 10px;border:1px solid #c6daf1;border-radius:7px;background:#f4f8fc;color:#0f6cbd;font-size:12px;box-shadow:none}.scoring-reading-container.listening-ai-score,.listening-practice-content .scoring-reading-container{width:100%;max-width:none!important;box-sizing:border-box;margin:0!important;padding:16px 18px 18px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.listening-ai-score .listening-score-header,.listening-practice-content .scoring-reading-container>.score-header{display:grid;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:14px;margin:0 0 16px;padding:14px;border:1px solid #e0e3e7;border-radius:10px;background:#f8f9fa;box-shadow:none}.listening-ai-score .score-circle,.listening-practice-content .scoring-reading-container>.score-header .score-circle{width:56px;height:56px;border-width:5px;background:#fff;box-shadow:inset 0 0 0 1px #e8eaed}.listening-ai-score .score-text,.listening-practice-content .score-header .score-text{font-size:14px;font-weight:700}.score-summary-kicker{display:inline-flex;align-items:center;gap:5px;margin-bottom:3px;color:#0f6cbd;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.listening-ai-score .score-summary h3,.listening-practice-content .score-summary h3{color:#202124;font-size:15px;font-weight:650}.listening-ai-score .score-summary p,.listening-practice-content .score-summary p{margin-top:3px;color:#5f6368;font-size:11px}.listening-score-verdict{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border:1px solid #c8e6d2;border-radius:999px;background:#f0f8f3;color:#137547;font-size:9px;font-weight:700;white-space:nowrap}.listening-ai-score .sst-result-layout{gap:14px}.listening-ai-score .sst-report-dashboard{display:grid;grid-template-columns:minmax(0,1fr);width:100%;gap:14px}.listening-ai-score .sst-report-section,.listening-ai-score .sst-report-card{min-width:0}.listening-ai-score .sst-report-card{overflow:hidden;padding:16px;border:1px solid #e0e3e7;border-radius:12px;background:#fff;box-shadow:0 1px 2px #3c40430a}.listening-ai-score .sst-report-section-title{display:flex;align-items:center;gap:10px;min-width:0}.listening-ai-score .sst-report-section-title h3,.listening-ai-score .sst-report-section-title p{margin:0}.listening-ai-score .sst-report-section-title h3{color:#202124;font-size:13px;font-weight:700;letter-spacing:-.01em}.listening-ai-score .sst-report-section-title p{margin-top:2px;color:#5f6368;font-size:9px;line-height:1.45}.listening-ai-score .sst-report-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;background:#f1f3f4;color:#5f6368}.listening-ai-score .sst-report-icon.blue{background:#e8f1fb;color:#0f6cbd}.listening-ai-score .sst-report-icon.amber{background:#fff4ce;color:#9a6700}.listening-ai-score .sst-report-icon.green{background:#e6f4ea;color:#137547}.listening-ai-score .sst-criteria-section{padding-top:2px}.listening-ai-score .sst-criteria-section>.sst-report-section-title{margin-bottom:10px}.listening-ai-score .sst-subscore-grid{grid-template-columns:repeat(5,minmax(88px,1fr));gap:8px;margin:0;padding:0}.listening-ai-score .sst-subscore-card{min-height:72px;display:flex;flex-direction:column;justify-content:space-between;padding:11px 12px;border:1px solid #e0e3e7;border-radius:9px;background:#fff;box-shadow:none;text-align:left;border-top:3px solid #c4c7c5}.listening-ai-score .sst-subscore-card.strong{border-top-color:#34a853}.listening-ai-score .sst-subscore-card.average{border-top-color:#f9ab00}.listening-ai-score .sst-subscore-card.weak{border-top-color:#d93025}.listening-ai-score .sst-subscore-label{color:#5f6368;font-size:9px;font-weight:600;letter-spacing:.03em}.listening-ai-score .sst-subscore-value{margin-top:7px;color:#202124;font-size:20px;line-height:1}.listening-ai-score .sst-score-meter{height:4px;overflow:hidden;margin-top:10px;border-radius:999px;background:#edf0f2}.listening-ai-score .sst-score-meter i{display:block;height:100%;border-radius:inherit;background:#0f6cbd}.listening-ai-score .sst-report-card-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:13px}.listening-ai-score .sst-report-card-header .sst-legend{flex:0 0 auto;margin:0}.listening-ai-score .sst-response-analysis{background:linear-gradient(180deg,#fbfdff,#fff)}.listening-ai-score .sst-legend{gap:12px;margin:0 0 8px;padding:0 2px}.listening-ai-score .legend-item{color:#5f6368;font-size:9px}.listening-ai-score .sst-analysis-box,.listening-ai-score .explanation-box,.listening-ai-score .sst-ref-text,.listening-ai-score .model-answer-section,.listening-ai-score .rop-global-explanation,.listening-ai-score .empty-explanation{margin:0;padding:13px 14px;border:1px solid #e0e3e7;border-radius:9px;background:#fff;color:#3c4043;box-shadow:none}.listening-ai-score .sst-analysis-box,.listening-ai-score .sst-ref-text,.listening-ai-score .explanation-content,.listening-ai-score .explanation-content p,.listening-ai-score .explanation-content li{font-size:11px;line-height:1.75}.listening-ai-score .sst-response-analysis .sst-analysis-box{padding:16px;border-color:#d8e6f3;background:#fff;font-size:13px;line-height:1.9}.listening-ai-score .sst-segment{padding:2px 4px;border-radius:4px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.listening-ai-score .sst-segment.good{background:#e6f4ea;color:#137333}.listening-ai-score .sst-segment.average{background:#fef7e0;color:#7a4f01}.listening-ai-score .sst-segment.bad{background:#fce8e6;color:#b3261e}.listening-ai-score .sst-report-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.listening-ai-score .sst-coach-feedback{border-color:#c6daf1;background:#f7fafe}.listening-ai-score .sst-your-summary{background:#fafafa}.listening-ai-score .sst-improvement-plan{display:grid;grid-template-columns:minmax(210px,.42fr) minmax(0,1fr);align-items:start;gap:18px;border-color:#f1d58a;background:#fffbf0}.listening-ai-score .sst-report-copy{margin-top:13px;color:#3c4043;font-size:11px;line-height:1.75}.listening-ai-score .sst-report-copy>:first-child{margin-top:0}.listening-ai-score .sst-report-copy>:last-child{margin-bottom:0}.listening-ai-score .sst-report-copy p{margin:0 0 8px}.listening-ai-score .sst-report-copy ul,.listening-ai-score .sst-report-copy ol{margin:7px 0;padding-left:19px}.listening-ai-score .sst-report-copy strong{color:#174ea6}.listening-ai-score .sst-improvement-plan .sst-report-copy{margin-top:0}.listening-ai-score .sst-model-answer-card{border-color:#c8e6d2;background:#f7fbf8}.listening-ai-score .sst-transcript-card{padding:0;align-self:start}.listening-ai-score .sst-transcript-toggle{width:100%;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:16px;border:0;background:transparent;color:#3c4043;text-align:left;cursor:pointer}.listening-ai-score .sst-transcript-toggle>span:nth-child(2){display:flex;flex-direction:column}.listening-ai-score .sst-transcript-toggle strong{color:#202124;font-size:13px}.listening-ai-score .sst-transcript-toggle small{margin-top:2px;color:#5f6368;font-size:9px}.listening-ai-score .sst-transcript-toggle:hover{background:#f8fafd}.listening-ai-score .sst-transcript-card.open .sst-transcript-toggle{border-bottom:1px solid #e8eaed}.listening-ai-score .sst-transcript-copy{max-height:320px;overflow-y:auto;margin:0;padding:15px 16px 16px}.listening-ai-score .sst-overall-feedback{display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;border-color:#c6daf1;background:#f7fafe;color:#202124}.listening-ai-score .sst-overall-feedback .bulb-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;background:#e8f1fb}.listening-ai-score .sst-reference-section{margin:0}.listening-ai-score .sst-ref-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 7px;color:#3c4043;font-size:10px;font-weight:650}.listening-ai-score .transcript-header{margin-top:13px;padding-top:12px;border-top:1px solid #e8eaed}.listening-ai-score .toggle-transcript-btn{min-height:30px;padding:5px 10px;border:1px solid #d2e3fc;border-radius:7px;background:#fff;color:#0b57d0;font-size:9px;font-weight:650;box-shadow:none}.listening-ai-score .follow-up-section,.listening-practice-content .scoring-reading-container .follow-up-section{margin-top:16px;padding-top:14px;border-top:1px solid #e8eaed}.listening-ai-score .follow-up-chip,.listening-practice-content .scoring-reading-container .follow-up-chip{padding:7px 10px;border:1px solid #dadce0;border-radius:8px;background:#fff;color:#3c4043;font-size:9px;box-shadow:none}.listening-practice-content .wfd-ai-result{padding:16px 18px!important;background:#fff}.listening-practice-content .wfd-result-summary,.listening-practice-content .wfd-metric-grid>div,.listening-practice-content .wfd-analysis-card,.listening-practice-content .wfd-feedback-card{border-color:#e0e3e7!important;border-radius:9px!important;background:#fff!important;box-shadow:none!important}.listening-practice-content .wfd-result-summary{padding:14px!important;background:#f8f9fa!important}.listening-practice-content .wfd-metric-grid{gap:8px}.listening-practice-content .wfd-metric-grid>div,.listening-practice-content .wfd-analysis-card,.listening-practice-content .wfd-feedback-card{padding:11px 12px!important}@media(max-width:720px){.scoring-reading-container.listening-ai-score,.listening-practice-content .scoring-reading-container,.listening-practice-content .wfd-ai-result{padding:12px!important}.listening-ai-score .listening-score-header,.listening-practice-content .scoring-reading-container>.score-header{grid-template-columns:52px minmax(0,1fr);gap:10px;padding:11px}.listening-ai-score .score-circle,.listening-practice-content .scoring-reading-container>.score-header .score-circle{width:48px;height:48px}.listening-score-verdict{grid-column:1 / -1;justify-self:start}.listening-ai-score .sst-subscore-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.listening-ai-score .sst-subscore-card:last-child{grid-column:1 / -1}.listening-ai-score .sst-report-card{padding:13px}.listening-ai-score .sst-report-two-column,.listening-ai-score .sst-improvement-plan{grid-template-columns:minmax(0,1fr)}.listening-ai-score .sst-report-card-header{align-items:flex-start;flex-direction:column}.listening-ai-score .sst-response-analysis .sst-analysis-box{padding:13px;font-size:12px}.sstp-result>header{padding:12px}}.reading-dictionary-word{border-radius:4px;cursor:pointer;text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:1px;text-underline-offset:3px;transition:background-color .15s ease,color .15s ease,text-decoration-color .15s ease}.reading-dictionary-word:hover,.reading-dictionary-word:focus-visible{background:#fbeef2;color:#7f2f4a;text-decoration-color:#a84262ad;outline:none}.reading-dictionary-word:focus-visible{box-shadow:0 0 0 2px #a8426238}.reading-dictionary-word.selected{background:#fbeef2;color:#7f2f4a;text-decoration-color:#a84262}.question-dictionary-button.active{border-color:#a84262!important;color:#7f2f4a!important;background:#fbeef2!important;box-shadow:0 0 0 2px #a842621f!important}.practice-dictionary-mode{position:fixed;left:50%;bottom:max(18px,env(safe-area-inset-bottom));z-index:12020;width:min(420px,calc(100vw - 28px));min-height:58px;padding:9px 10px 9px 12px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;box-sizing:border-box;border:1px solid #dfc9d0;border-left:4px solid #a84262;border-radius:8px 13px 13px 8px;color:#382c30;background:linear-gradient(110deg,#fff,#fffdfa 62%,#fff8df);box-shadow:0 16px 38px #462b342e;font-family:Poppins,sans-serif;transform:translate(-50%);animation:practice-dictionary-mode-in .18s ease-out}.practice-dictionary-mode>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:#7f2f4a;background:#fff5d4}.practice-dictionary-mode p{margin:0;display:grid;gap:1px}.practice-dictionary-mode strong{font-size:11px;font-weight:800;letter-spacing:.03em}.practice-dictionary-mode small{color:#796a6f;font-size:9px;line-height:1.4}.practice-dictionary-mode button{min-height:36px;padding:7px 10px;display:inline-flex;align-items:center;gap:5px;border:1px solid #eadde1;border-radius:9px;color:#7f2f4a;background:#fff;font:700 9px Poppins,sans-serif;cursor:pointer}.practice-dictionary-mode button:focus-visible{outline:3px solid rgba(168,66,98,.28);outline-offset:2px}@keyframes practice-dictionary-mode-in{0%{opacity:0;transform:translate(-50%,8px)}}@media(prefers-reduced-motion:reduce){.practice-dictionary-mode{animation:none}}.reading-dictionary-overlay{position:fixed;inset:0;z-index:4000;display:grid;place-items:center;padding:24px;background:#382c308f}.reading-dictionary-modal{--dictionary-brand: #a84262;--dictionary-brand-strong: #7f2f4a;--dictionary-brand-soft: #fbeef2;--dictionary-gold: #f5c94a;--dictionary-canvas: #fffdfa;--dictionary-surface: #ffffff;--dictionary-text: #382c30;--dictionary-body: #55494d;--dictionary-muted: #796a6f;--dictionary-border: #eadde1;width:min(820px,100%);max-height:min(760px,calc(100dvh - 48px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(82,48,60,.16);border-radius:18px;background:linear-gradient(180deg,#fff,#fffdfa);box-shadow:0 24px 64px #3f2a313d,inset 0 1px #fff;color:var(--dictionary-text);font-family:Poppins,sans-serif;outline:none}.reading-dictionary-modal.has-context{width:min(1120px,100%)}.reading-dictionary-modal:focus-visible{box-shadow:0 0 0 3px #a8426233,0 24px 64px #3f2a313d}.reading-dictionary-header{display:flex;align-items:center;gap:13px;padding:18px 22px;border-bottom:1px solid var(--dictionary-border);background:#fffffff5}.reading-dictionary-icon{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border:1px solid rgba(190,144,16,.22);border-radius:11px;background:linear-gradient(145deg,#ffe694,#ffd052);box-shadow:0 5px 11px #e5bc422e,inset 0 1px #ffffff6b;color:#614a08}.reading-dictionary-title{min-width:0;flex:1}.reading-dictionary-title span{display:block;margin-bottom:1px;color:var(--dictionary-brand);font-size:10px;font-weight:800;letter-spacing:.085em;line-height:1.3;text-transform:uppercase}.reading-dictionary-title h2{margin:0;color:var(--dictionary-text);font-size:23px;font-weight:300;letter-spacing:-.035em;line-height:1.3}.reading-dictionary-close{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--dictionary-border);border-radius:10px;background:#fff;color:#796a6f;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease,transform .15s ease}.reading-dictionary-close:hover{border-color:#a8426257;background:#fdf4f7;color:#7f2f4a}.reading-dictionary-close:active{transform:translateY(1px)}.reading-dictionary-close:focus-visible,.reading-dictionary-audio-controls button:focus-visible,.reading-dictionary-audio-controls select:focus-visible,.reading-dictionary-error button:focus-visible,.reading-dictionary-footer button:focus-visible{outline:3px solid rgba(168,66,98,.18);outline-offset:2px}.reading-dictionary-workspace{min-height:0;flex:1;display:grid;grid-template-columns:minmax(250px,var(--dictionary-context-size, 36%)) 12px minmax(340px,1fr);overflow:hidden;background:var(--dictionary-canvas)}.reading-dictionary-modal:not(.has-context) .reading-dictionary-workspace{display:block;overflow:auto}.reading-dictionary-context{min-width:0;overflow:auto;background:#fff}.reading-dictionary-resizer{position:relative;z-index:3;width:12px;display:grid;place-items:center;border-right:1px solid var(--dictionary-border);border-left:1px solid var(--dictionary-border);background:#fffaf8;cursor:col-resize;touch-action:none}.reading-dictionary-resizer:before{position:absolute;inset:0 -16px;content:""}.reading-dictionary-resizer i{width:3px;height:44px;border-radius:999px;background:#cdbbc1;box-shadow:0 0 0 1px #ffffffb3;transition:height .15s ease,background-color .15s ease,box-shadow .15s ease}.reading-dictionary-resizer:hover i,.reading-dictionary-resizer:focus-visible i{height:62px;background:var(--dictionary-brand);box-shadow:0 0 0 4px #a842621a}.reading-dictionary-resizer:focus-visible{outline:2px solid var(--dictionary-brand);outline-offset:-2px}.reading-dictionary-context>header{position:sticky;top:0;z-index:1;display:flex;align-items:center;gap:10px;padding:15px 17px;border-bottom:1px solid var(--dictionary-border);background:#fffffff5}.reading-dictionary-context>header>span{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:9px;background:var(--dictionary-brand-soft);color:var(--dictionary-brand-strong)}.reading-dictionary-context h3,.reading-dictionary-context p{margin:0}.reading-dictionary-context h3{color:var(--dictionary-text);font-size:13px;font-weight:600}.reading-dictionary-context>header p{margin-top:2px;color:var(--dictionary-muted);font-size:9px}.reading-dictionary-context-sections{display:grid;gap:0;padding:8px 17px 20px}.reading-dictionary-context-sections>section{padding:13px 0;border-bottom:1px solid rgba(234,221,225,.72)}.reading-dictionary-context-sections>section:last-child{border-bottom:0}.reading-dictionary-context-sections h4{margin:0 0 7px;color:var(--dictionary-brand);font-size:8px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.reading-dictionary-context-sections p{margin:0 0 9px;color:var(--dictionary-body);font-size:12px;font-weight:300;line-height:1.72}.reading-dictionary-context-sections p:last-child{margin-bottom:0}.reading-dictionary-body{min-width:0;min-height:260px;container-type:inline-size;overflow:auto;overscroll-behavior:contain;padding:22px 24px 24px;background:var(--dictionary-canvas);scrollbar-gutter:stable}.reading-dictionary-empty{min-height:360px;display:grid;place-content:center;justify-items:center;padding:34px;text-align:center}.reading-dictionary-empty>span{width:52px;height:52px;display:grid;place-items:center;margin-bottom:14px;border:1px solid rgba(168,66,98,.18);border-radius:13px;background:var(--dictionary-brand-soft);color:var(--dictionary-brand)}.reading-dictionary-empty h3{margin:0 0 6px;color:var(--dictionary-text);font-size:18px;font-weight:400;letter-spacing:-.02em}.reading-dictionary-empty p{max-width:360px;margin:0;color:var(--dictionary-muted);font-size:11px;line-height:1.65}.reading-dictionary-headword{display:flex;align-items:center;gap:20px;padding:18px 20px;border:1px solid rgba(168,66,98,.16);border-left:4px solid var(--dictionary-brand);border-radius:11px;background:#fff;box-shadow:0 5px 15px #4a2b350d}.reading-dictionary-word-details{min-width:0;flex:1}.reading-dictionary-word-details>span{display:block;margin-bottom:5px;color:var(--dictionary-muted);font-size:10px;font-weight:750;letter-spacing:.08em;line-height:1.4;text-transform:uppercase}.reading-dictionary-word-details h3{margin:0;overflow-wrap:anywhere;color:var(--dictionary-text);font-size:clamp(29px,4.4vw,38px);font-weight:300;letter-spacing:-.04em;line-height:1.15}.reading-dictionary-word-details p{margin:6px 0 0;color:#796a6f;font-size:13px;font-weight:500;letter-spacing:.025em;line-height:1.5}.reading-dictionary-audio-controls button,.reading-dictionary-error button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 14px;border:1px solid rgba(168,66,98,.24);border-radius:10px;background:#fff8fa;color:var(--dictionary-brand-strong);font:700 11px Poppins,sans-serif;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,transform .15s ease}.reading-dictionary-audio-controls button:hover:not(:disabled),.reading-dictionary-error button:hover{border-color:#a842627a;background:var(--dictionary-brand-soft)}.reading-dictionary-audio-controls button:active:not(:disabled),.reading-dictionary-error button:active,.reading-dictionary-footer button:active{transform:translateY(1px)}.reading-dictionary-pronunciation{display:grid;grid-template-columns:minmax(145px,.72fr) minmax(0,1.28fr);align-items:center;gap:18px;margin-top:18px;padding:14px;border:1px solid var(--dictionary-border);border-radius:12px;background:#fff;box-shadow:0 3px 10px #4a2b350a,inset 0 1px #fff}.reading-dictionary-pronunciation-title{min-width:0;display:flex;align-items:center;gap:10px}.reading-dictionary-pronunciation-title>span{width:36px;height:36px;flex:0 0 auto;display:grid;place-items:center;border-radius:9px;background:linear-gradient(145deg,#ffe694,#ffd052);color:#614a08}.reading-dictionary-pronunciation-title h4,.reading-dictionary-pronunciation-title p{margin:0}.reading-dictionary-pronunciation-title h4{color:var(--dictionary-text);font-size:12px;font-weight:600;line-height:1.4}.reading-dictionary-pronunciation-title p{margin-top:2px;color:var(--dictionary-muted);font-size:9px;line-height:1.4}.reading-dictionary-audio-controls{min-width:0;display:grid;grid-template-columns:minmax(116px,auto) repeat(2,minmax(96px,1fr));align-items:end;gap:8px}.reading-dictionary-audio-controls button{min-height:40px;white-space:nowrap}.reading-dictionary-audio-controls button[aria-pressed=true]{border-color:#a8426257;background:var(--dictionary-brand-soft);color:var(--dictionary-brand-strong)}.reading-dictionary-audio-controls button:disabled,.reading-dictionary-audio-controls select:disabled{cursor:not-allowed;opacity:.55}.reading-dictionary-audio-controls label{min-width:0;display:grid;gap:4px}.reading-dictionary-audio-controls label>span{color:var(--dictionary-muted);font-size:8px;font-weight:750;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.reading-dictionary-audio-controls select{width:100%;min-height:40px;padding:8px 25px 8px 9px;border:1px solid var(--dictionary-border);border-radius:9px;background:#fffdfa;color:var(--dictionary-body);font:650 9px Poppins,sans-serif;cursor:pointer}.reading-dictionary-audio-unavailable{grid-column:1 / -1;margin:-4px 0 0;color:#a24149;font-size:9px;line-height:1.5}.reading-dictionary-analysis{margin-top:24px}.reading-dictionary-meanings{display:grid;gap:26px}.reading-dictionary-meanings>section+section{padding-top:22px;border-top:1px solid var(--dictionary-border)}.reading-dictionary-meanings h4{display:flex;align-items:center;gap:10px;margin:0 0 12px;color:var(--dictionary-brand);font-size:11px;font-weight:800;letter-spacing:.06em;line-height:1.4;text-transform:uppercase}.reading-dictionary-meanings h4 small{margin-left:auto;color:var(--dictionary-muted);font-size:8px;font-weight:700;letter-spacing:.03em;text-transform:none}.reading-dictionary-meanings h4:after{height:1px;flex:1;content:"";background:var(--dictionary-border)}.reading-dictionary-meanings ol{display:grid;gap:14px;margin:0;padding:0;list-style:none;counter-reset:dictionary-definition}.reading-dictionary-meanings li{position:relative;min-height:28px;padding-left:38px;color:var(--dictionary-body);counter-increment:dictionary-definition}.reading-dictionary-meanings li:before{position:absolute;top:0;left:0;width:26px;height:26px;display:grid;place-items:center;border:1px solid rgba(127,47,74,.18);border-radius:7px;background:linear-gradient(145deg,#b94a70,#963753);box-shadow:inset 0 1px #ffffff3b,0 2px 6px #7e2f4921;color:#fff;content:counter(dictionary-definition);font-size:11px;font-weight:750}.reading-dictionary-meanings li>p{margin:1px 0 0;font-size:13px;line-height:1.7}.reading-dictionary-meanings blockquote{margin:9px 0 0;padding:10px 12px;border-left:3px solid #f2bf36;border-radius:0 8px 8px 0;background:#fff9e8;color:#796a6f;font-size:12px;font-style:normal;line-height:1.65}.reading-dictionary-meanings blockquote:before{content:"Example — ";color:#8a6a10;font-weight:700}.reading-dictionary-examples{display:grid;gap:9px;margin-top:22px;padding-top:18px;border-top:1px solid var(--dictionary-border)}.reading-dictionary-examples>h4{margin:0 0 3px;color:var(--dictionary-text);font-size:13px;font-weight:500}.reading-dictionary-examples blockquote{margin:0;padding:11px 13px;border:1px solid rgba(190,144,16,.2);border-left:3px solid var(--dictionary-gold);border-radius:0 9px 9px 0;background:#fff8df}.reading-dictionary-examples blockquote span{display:block;margin-bottom:4px;color:#775b08;font-size:8px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.reading-dictionary-examples blockquote p{margin:0;color:var(--dictionary-body);font-size:11px;line-height:1.65}.reading-dictionary-meanings li>.reading-dictionary-inline-example{margin-top:6px;color:var(--dictionary-muted);font-size:11px;font-style:italic;line-height:1.65}.reading-dictionary-inline-example span{margin-right:7px;color:#8a6a10;font-size:8px;font-style:normal;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.reading-dictionary-context-examples{display:grid;gap:8px;margin-top:26px;padding:18px 0 0 38px;border-top:1px solid var(--dictionary-border)}.reading-dictionary-context-examples>h4{margin:0 0 2px;color:var(--dictionary-brand);font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.reading-dictionary-context-examples p{margin:0;padding-left:15px;border-left:2px solid rgba(245,201,74,.72);color:var(--dictionary-muted);font-size:12px;font-style:italic;line-height:1.72}.reading-dictionary-skeleton{display:grid;gap:11px;padding:24px 0 4px}.reading-dictionary-skeleton i{height:14px;border-radius:6px;background:linear-gradient(90deg,#eee5e8,#fffdfa,#eee5e8);background-size:220% 100%;animation:reading-dictionary-shimmer 1.25s infinite}.reading-dictionary-skeleton i:nth-child(2){width:88%}.reading-dictionary-skeleton i:nth-child(3){width:72%}.reading-dictionary-skeleton i:nth-child(4){width:81%}@keyframes reading-dictionary-shimmer{to{background-position:-220% 0}}.reading-dictionary-error{display:grid;justify-items:center;padding:34px 14px 16px;text-align:center}.reading-dictionary-error>span{width:44px;height:44px;display:grid;place-items:center;margin-bottom:12px;border-radius:12px;background:#fff0f0;color:#c24e56}.reading-dictionary-error h3{margin:0 0 5px;font-size:16px;line-height:1.4}.reading-dictionary-error p{margin:0 0 17px;color:var(--dictionary-muted);font-size:12px;line-height:1.6}.reading-dictionary-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 22px;border-top:1px solid var(--dictionary-border);background:var(--dictionary-surface)}.reading-dictionary-footer p{margin:0;color:var(--dictionary-muted);font-size:10px;line-height:1.5}.reading-dictionary-footer button{min-height:44px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:1px solid rgba(190,144,16,.48);border-radius:11px;background:linear-gradient(135deg,#ffe9aa,#ffd45f);box-shadow:0 5px 14px #e5bc4233,inset 0 1px #ffffff6b;color:#614a08;font:750 11px Poppins,sans-serif;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease}.reading-dictionary-footer button:hover{background:linear-gradient(135deg,#ffe39a,#f5c94a)}@container (max-width: 560px){.reading-dictionary-pronunciation{grid-template-columns:1fr;gap:12px}.reading-dictionary-audio-controls{grid-template-columns:1fr 1fr}.reading-dictionary-audio-controls button{grid-column:1 / -1}}@container (max-width: 340px){.reading-dictionary-audio-controls{grid-template-columns:1fr}.reading-dictionary-audio-controls button,.reading-dictionary-audio-controls label{grid-column:1}}@media(max-width:720px){.reading-dictionary-overlay{align-items:end;padding:0}.reading-dictionary-modal{width:100%;max-height:min(90dvh,760px);border-width:1px 0 0;border-radius:20px 20px 0 0}.reading-dictionary-workspace{grid-template-columns:1fr;grid-template-rows:minmax(130px,var(--dictionary-context-size, 32%)) 12px minmax(260px,1fr)}.reading-dictionary-context{border-right:0}.reading-dictionary-resizer{width:auto;height:12px;border:0;border-top:1px solid var(--dictionary-border);border-bottom:1px solid var(--dictionary-border);cursor:row-resize}.reading-dictionary-resizer:before{inset:-16px 0}.reading-dictionary-resizer i{width:44px;height:3px}.reading-dictionary-resizer:hover i,.reading-dictionary-resizer:focus-visible i{width:62px;height:3px}.reading-dictionary-context>header{padding:11px 14px}.reading-dictionary-context-sections{padding:5px 14px 14px}.reading-dictionary-header{padding:15px 16px}.reading-dictionary-icon,.reading-dictionary-close{width:40px;height:40px}.reading-dictionary-body{min-height:0;padding:18px}.reading-dictionary-headword{align-items:flex-end;padding-bottom:18px}.reading-dictionary-word-details h3{font-size:clamp(27px,8.5vw,34px)}.reading-dictionary-footer{padding:12px 16px max(14px,env(safe-area-inset-bottom))}.reading-dictionary-footer p{display:none}.reading-dictionary-footer button{width:100%}}@media(max-width:390px){.reading-dictionary-headword{align-items:flex-start;flex-direction:column;gap:14px}.reading-dictionary-context-examples{padding-left:0}}@media(prefers-reduced-motion:reduce){.reading-dictionary-word,.reading-dictionary-close,.reading-dictionary-audio-controls button,.reading-dictionary-error button,.reading-dictionary-footer button,.reading-dictionary-resizer i{transition:none}.reading-dictionary-skeleton i{animation:none}}.question-timer{display:flex;justify-content:flex-start;align-items:center;width:100%;padding:12px 16px 8px;box-sizing:border-box;background:transparent}.timer-badge{display:inline-flex;align-items:center;gap:6px;background:#fff0f0;border:1px solid #ffcccc;border-radius:20px;padding:4px 10px;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:700;color:#ff6b6b;box-shadow:0 2px 4px #00000008}.swt-timer-badge.urgent{background-color:#fee2e2;color:#ef4444;animation:pulse 1s infinite;font-weight:800}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.rw-fib-container{display:flex;flex-direction:column;gap:16px;width:100%}.rw-fib-text-area{font-size:1.1rem;line-height:1.8;color:#334155;background:#f8fafc;padding:20px;border-radius:12px;border:1px solid #e2e8f0}.rw-fib-footer{display:flex;justify-content:flex-start;align-items:center;gap:12px;margin-top:8px;padding-top:12px;border-top:1px solid #f1f5f9}.rw-fib-hint-btn{background:transparent;border:2px solid #e5e7eb;color:#64748b;padding:8px 16px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;font-size:.9rem;font-family:Mukta,sans-serif}.rw-fib-hint-btn:hover{background:#f0f9ff;border-color:#bae6fd;color:#0284c7;transform:translateY(-1px)}.rw-fib-check-btn{background:#e5e7eb;color:#9ca3af;border:none;padding:10px 24px;border-radius:12px;font-weight:700;cursor:not-allowed;transition:all .2s}.rw-fib-check-btn:not(:disabled){background:#58cc02;color:#fff;box-shadow:0 4px #46a302;cursor:pointer}.rw-fib-check-btn:not(:disabled):active{transform:translateY(2px);box-shadow:0 0 #46a302}.rw-fib-result{display:flex;align-items:center;justify-content:flex-end;gap:12px;width:100%}.rw-fib-result h4{margin:0;color:#15803d;font-size:1.1rem}.fib-dropdown-container{position:relative;display:inline-block;margin:0 4px}.fib-dropdown-trigger{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:4px 10px;font-size:.95rem;font-weight:500;color:#334155;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .2s}.fib-dropdown-trigger:hover{border-color:#94a3b8;background:#f8fafc}.fib-dropdown-trigger.active{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.fib-dropdown-trigger.filled{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.fib-dropdown-trigger.correct{background:#dcfce7;border-color:#86efac;color:#166534}.fib-dropdown-trigger.incorrect{background:#fee2e2;border-color:#fca5a5;color:#991b1b;text-decoration:line-through}.fib-arrow{border:0;padding:0;background:transparent;color:inherit;cursor:pointer;font-size:.7rem;opacity:.6}.fib-options-list.portal-mode{position:absolute;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 15px -3px #0000001a;z-index:9999;min-width:160px;overflow:hidden;animation:fibScaleIn .15s ease-out;transform:translate(-50%)}@keyframes fibScaleIn{0%{opacity:0;transform:translate(-50%) scale(.95)}to{opacity:1;transform:translate(-50%) scale(1)}}.fib-option-item{padding:10px 16px;cursor:pointer;color:#475569;font-weight:500;transition:background .1s}.fib-option-item:hover{background:#f1f5f9;color:#0f172a}@media(max-width:768px){.rw-fib-text-area{padding:12px 14px;font-size:1rem;line-height:1.8}.fib-dropdown-trigger{padding:4px 8px;font-size:.9rem;gap:4px}.fib-options-list.portal-mode{min-width:140px}.fib-option-item{padding:14px 16px;font-size:.95rem}.rw-fib-footer{flex-direction:column;align-items:stretch;gap:10px;padding-top:16px;margin-top:12px}.rw-fib-hint-btn,.rw-fib-check-btn{width:100%;justify-content:center;padding:12px;font-size:1rem}}.r-fib-container{background:#fff;padding:24px;border-radius:12px;width:100%;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.r-fib-mobile-guide{display:none}.r-fib-passage-area{line-height:2.2;font-size:1.1rem;color:#1f2937;margin-bottom:24px;padding:0 24px;box-sizing:border-box}.r-fib-text-span{white-space:pre-wrap}.r-fib-slot{display:inline-flex;align-items:center;justify-content:center;min-width:80px;height:34px;margin:0 6px;padding:0 4px;vertical-align:middle;background:#fff;border:1px solid #d1d5db;border-bottom:2px solid #9ca3af;border-radius:6px;transition:all .2s ease}.r-fib-slot.active{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;transform:scale(1.02)}.r-fib-slot.filled{border:none;background:transparent;min-width:auto;padding:0;height:auto;vertical-align:middle}.r-fib-slot.correct .r-fib-chip-in-text{background:#dcfce7;border-color:#22c55e;color:#15803d}.r-fib-slot.incorrect .r-fib-chip-in-text{background:#fee2e2;border-color:#ef4444;color:#b91c1c}.r-fib-chip{display:inline-block;padding:6px 14px;font-size:.95rem;font-weight:500;color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;cursor:grab;-webkit-user-select:none;user-select:none;box-shadow:0 1px 2px #0000000d;transition:transform .1s}.r-fib-chip:hover{background:#fff;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.r-fib-chip:active{cursor:grabbing}.r-fib-chip-in-text{display:inline-flex;align-items:center;padding:4px 12px;font-size:1rem;font-weight:600;color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd;border-radius:6px;cursor:grab;height:34px;white-space:nowrap}.invisible{opacity:.4;background:#e5e7eb;border-style:dashed}.r-fib-divider{height:1px;background:#f3f4f6;margin:20px 24px}.r-fib-bank-label{font-size:.85rem;font-weight:700;color:#6b7280;margin:0 24px 12px;text-transform:uppercase;letter-spacing:.05em}.r-fib-word-bank{background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;padding:16px;min-height:80px;margin:0 24px;display:flex;flex-wrap:wrap;gap:12px;align-items:center}.r-fib-footer{margin-top:24px;display:flex;justify-content:flex-start;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #f3f4f6}.r-fib-hint-btn{background:#fff;border:1px solid #e5e7eb;color:#6b7280;padding:8px 16px;border-radius:8px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s}.r-fib-hint-btn:hover{border-color:#d1d5db;background:#f9fafb}.r-fib-check-btn{background:#e5e7eb;color:#9ca3af;border:none;padding:10px 24px;border-radius:8px;font-weight:600;cursor:not-allowed;transition:all .2s}.r-fib-check-btn:not(:disabled){background:#22c55e;color:#fff;cursor:pointer;box-shadow:0 2px 4px #22c55e4d}.r-fib-check-btn:not(:disabled):hover{background:#16a34a}@media(max-width:768px){.r-fib-container{padding:16px}.r-fib-passage-area{font-size:1rem;line-height:2;margin-bottom:20px;padding-right:14px;padding-left:14px}.r-fib-slot{min-width:60px;height:30px;margin:0 4px}.r-fib-chip{padding:6px 12px;font-size:.9rem}.r-fib-chip-in-text{padding:2px 10px;font-size:.95rem;height:30px}.r-fib-word-bank{padding:12px;gap:10px;margin-right:14px;margin-left:14px;justify-content:center}.r-fib-bank-label{margin-right:14px;margin-left:14px;text-align:center}.r-fib-divider{margin-right:14px;margin-left:14px}.r-fib-footer{flex-direction:column;align-items:stretch;gap:10px;padding-top:16px;margin-top:16px}.r-fib-hint-btn,.r-fib-check-btn{width:100%;justify-content:center;padding:12px;font-size:1rem}}.tap-selected{background-color:#bfdbfe!important;border-color:#3b82f6!important;color:#1e40af!important;box-shadow:0 0 0 3px #3b82f64d!important;transform:translateY(-2px);z-index:10}.r-fib-slot.tap-target{background-color:#f0fdfa;border-color:#2dd4bf;border-style:dashed;cursor:pointer;animation:pulse-glow 1.5s infinite}@keyframes pulse-glow{0%{box-shadow:0 0 #2dd4bf66}70%{box-shadow:0 0 0 6px #2dd4bf00}to{box-shadow:0 0 #2dd4bf00}}.r-fib-chip,.r-fib-chip-in-text,.r-fib-slot{touch-action:manipulation}@media(max-width:768px){.r-fib-mobile-guide{display:flex;align-items:center;gap:8px;background-color:#f0fdfa;color:#0f766e;padding:10px 14px;border-bottom:1px solid #ccfbf1;font-size:.85rem;line-height:1.4}.r-fib-container{padding:16px}}.mcq-container{background:#fff;border-radius:12px;width:100%;box-sizing:border-box;overflow:hidden;font-family:Poppins,sans-serif;display:flex;flex-direction:column;gap:12px;margin:0}.mcq-passage-area{padding:16px 20px;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.mcq-section-label{margin:0 0 8px;font-size:.85rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;font-weight:700}.mcq-passage-text{font-size:1rem;line-height:1.6;color:#333;height:auto;overflow:visible;padding-right:0}.mcq-passage-text::-webkit-scrollbar{width:6px}.mcq-passage-text::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.mcq-question-area{padding:16px 20px 8px}.mcq-question-text{margin:0;font-size:1.1rem;font-weight:600;color:#212529}.mcq-options-list{display:flex;flex-direction:column;gap:10px;padding:10px 20px 20px}.mcq-option{display:flex;align-items:flex-start;padding:12px 16px;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s cubic-bezier(.25,.8,.25,1);background:#fff;margin-bottom:8px;position:relative}.mcq-option:hover:not(.disabled):not(.correct):not(.incorrect){background-color:#f0fdf4;border-color:#86efac;transform:translateY(-1px)}.mcq-option.selected{background-color:#dcfce7;border-color:#22c55e;box-shadow:0 4px #16a34a}.mcq-option.correct{background-color:#dcfce7!important;border-color:#16a34a!important;border-width:3px;box-shadow:0 0 0 1px #16a34a33,0 5px 14px #16a34a1f;cursor:default}.mcq-option.incorrect{background-color:#fee2e2!important;border-color:#ef4444!important;border-width:3px;box-shadow:0 0 0 1px #ef44442e,0 5px 14px #ef44441a;opacity:.9;cursor:default}.mcq-option.disabled{opacity:.6;pointer-events:none;background-color:#f9f9f9;border-color:#eee;cursor:default}.mcq-radio{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;margin-right:12px;position:relative;flex-shrink:0;margin-top:3px}.mcq-radio.filled{border-color:#16a34a;background-color:#16a34a;box-shadow:inset 0 0 0 4px #fff}.mcq-option.incorrect .mcq-radio.filled{border-color:#ef4444;background-color:#ef4444}.mcq-option-label{font-weight:700;color:#16a34a;margin-right:8px;white-space:nowrap;flex-shrink:0;margin-top:2px}.mcq-option-text{font-size:.95rem;color:#4b5563;line-height:1.6;flex-grow:1;min-width:0;word-wrap:break-word}.mcq-result-state{align-self:center;flex:0 0 auto;margin-left:12px;padding:4px 8px;border:1px solid currentColor;border-radius:999px;color:#176b3b;font-size:.68rem;font-weight:700;letter-spacing:.02em;line-height:1.25;text-align:center}.mcq-option.incorrect .mcq-result-state{color:#ad3039}.mcq-option.missed-answer .mcq-result-state{color:#176b3b}.mcq-footer{margin-top:20px;padding:16px 20px 24px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-start;align-items:center;gap:12px}.mcq-hint-btn{background:transparent;border:2px solid #e5e7eb;color:#64748b;padding:8px 16px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;font-size:.9rem;font-family:Mukta,sans-serif}.mcq-hint-btn:hover{background:#f0f9ff;border-color:#bae6fd;color:#0284c7;transform:translateY(-1px)}.mcq-submit-btn{width:auto;background:#e5e7eb;color:#9ca3af;border:none;padding:10px 24px;border-radius:12px;font-size:1rem;font-weight:700;cursor:not-allowed;transition:all .2s;box-shadow:none}.mcq-submit-btn:not(:disabled){background:#58cc02;color:#fff;box-shadow:0 4px #46a302;cursor:pointer}.mcq-submit-btn:not(:disabled):hover{background:#58cc02}.mcq-submit-btn:not(:disabled):active{transform:translateY(2px);box-shadow:0 0 #46a302}.mcq-submit-btn:disabled.processing{background:#fff;color:#58cc02;border:2px solid #58cc02;cursor:wait}.mcq-feedback-box{padding:16px;border-radius:8px;animation:fadeIn .3s ease-out}.mcq-feedback-box.success{background-color:#f0fdf4;border:1px solid #bbf7d0}.mcq-feedback-box.error{background-color:#fef2f2;border:1px solid #fecaca}.mcq-result-header{font-size:1.1rem;font-weight:800;margin-bottom:8px}.success .mcq-result-header{color:#166534}.error .mcq-result-header{color:#991b1b}.mcq-explanation{font-size:.9rem;color:#444;line-height:1.5}.mcq-result-attachment{margin-top:10px;border-top:1px solid #f0f0f0;padding-top:10px;animation:fadeIn .4s ease-out}@media(max-width:768px){.mcq-passage-area{padding:12px 14px}.mcq-passage-title{font-size:1.05rem}.mcq-passage-text{font-size:.95rem;line-height:1.6}.mcq-question-area{padding:12px 14px 8px}.mcq-question-text{font-size:1rem}.mcq-options-list{padding:8px 14px 16px;gap:8px}.mcq-option{padding:10px 12px;border-radius:10px}.mcq-option-text{font-size:.9rem}.mcq-result-state{margin-left:8px;padding:3px 6px;font-size:.6rem}.mcq-radio{width:18px;height:18px;margin-right:10px}.mcq-footer{padding:14px;flex-direction:column;align-items:stretch;gap:10px}.mcq-hint-btn,.mcq-submit-btn{width:100%!important;justify-content:center;padding:12px;font-size:1rem}}.mcq-m-container{background:#fff;border-radius:12px;width:100%;max-width:100%;box-sizing:border-box;height:auto;overflow:visible;font-family:Poppins,sans-serif;display:flex;flex-direction:column;gap:12px}.mcq-m-passage-area{padding:16px 20px;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.mcq-m-section-label{margin:0 0 8px;font-size:.85rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px;font-weight:700}.mcq-m-passage-text{font-size:1rem;line-height:1.7;color:#333;height:auto;overflow:visible;padding-right:0}.mcq-m-passage-text p{margin-bottom:16px;text-align:justify}.mcq-m-passage-text p:last-child{margin-bottom:0}.mcq-m-passage-text::-webkit-scrollbar{width:6px}.mcq-m-passage-text::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.mcq-m-passage-text::-webkit-scrollbar-track{background:#f1f5f9}.mcq-m-question-area{padding:16px 20px 8px}.mcq-m-question-text{margin:0;font-size:1.1rem;font-weight:600;color:#212529}.mcq-m-hint{font-size:.85rem;color:#888;font-style:italic;margin-top:4px;display:block}.mcq-m-options-list{display:flex;flex-direction:column;gap:10px;padding:10px 20px 20px}.mcq-m-option{display:flex;align-items:flex-start;padding:12px 16px;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}.mcq-m-option:hover:not(.disabled):not(.correct):not(.incorrect):not(.missed){background-color:#f1f8ff;border-color:#d1e6fa}.mcq-m-option.selected{border-color:#1cb0f6;background-color:#f0faff;box-shadow:0 2px 4px #1cb0f61a}.mcq-m-option.correct{border-color:#58cc02;border-width:3px;background-color:#dffbe2;color:#2a6901;box-shadow:0 0 0 1px #58cc0233,0 5px 14px #367d091a;cursor:default}.mcq-m-option.incorrect{border-color:#ff4b4b;border-width:3px;background-color:#ffe5e5;color:#a30000;box-shadow:0 0 0 1px #ff4b4b2e,0 5px 14px #a3000014;cursor:default;opacity:.9}.mcq-m-option.missed{border-color:#58cc02;border-width:3px;background-color:#fff;color:#2a6901;border-style:dashed;cursor:default}.mcq-m-option.disabled{opacity:.5;cursor:default;border-color:#eee}.mcq-m-checkbox{width:18px;height:18px;border-radius:4px;border:2px solid #adb5bd;margin-right:12px;flex-shrink:0;margin-top:2px;position:relative;transition:all .2s}.mcq-m-option.selected .mcq-m-checkbox{border-color:#1cb0f6;background-color:#1cb0f6}.mcq-m-option.correct .mcq-m-checkbox{border-color:#58cc02;background-color:#58cc02}.mcq-m-option.incorrect .mcq-m-checkbox{border-color:#ff4b4b;background-color:#ff4b4b}.mcq-m-option.missed .mcq-m-checkbox{border-color:#58cc02;background-color:transparent}.mcq-m-checkbox.filled:after,.mcq-m-option.missed .mcq-m-checkbox:after{content:"";position:absolute;left:5px;top:1px;width:4px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.mcq-m-option.missed .mcq-m-checkbox:after{border-color:#58cc02}.mcq-m-option-label{font-weight:700;margin-right:8px;min-width:20px}.mcq-m-option-text{font-size:.95rem;line-height:1.4;min-width:0}.mcq-m-result-state{align-self:center;flex:0 0 auto;margin-left:12px;padding:4px 8px;border:1px solid currentColor;border-radius:999px;color:#2a6901;font-size:.68rem;font-weight:700;letter-spacing:.02em;line-height:1.25;text-align:center}.mcq-m-option.incorrect .mcq-m-result-state{color:#a30000}.mcq-m-footer{padding:16px 20px 24px;margin-top:20px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-start;align-items:center;gap:12px}.mcq-m-submit-btn{width:auto;padding:10px 24px;background-color:#e5e7eb;color:#9ca3af;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:not-allowed;transition:all .2s;box-shadow:none}.mcq-m-submit-btn:not(:disabled){background-color:#58cc02;color:#fff;box-shadow:0 4px #46a302;cursor:pointer}.mcq-m-submit-btn:not(:disabled):hover{background-color:#61e002}.mcq-m-submit-btn:not(:disabled):active{transform:translateY(2px);box-shadow:0 0 #46a302}.mcq-m-result-attachment{margin-top:10px;border-top:1px solid #f0f0f0;padding-top:10px;animation:fadeIn .4s ease-out}.mcq-passage-header{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:10px;border-bottom:2px dashed #e9ecef}.mcq-header-icon{font-size:1.4rem}.mcq-passage-title{font-size:1.15rem;font-weight:700;color:#2c3e50;margin:0;line-height:1.3}@media(max-width:768px){.mcq-m-passage-area{padding:12px 14px}.mcq-passage-title{font-size:1.05rem}.mcq-m-passage-text{font-size:.95rem;line-height:1.6}.mcq-m-question-area{padding:12px 14px 8px}.mcq-m-question-text{font-size:1rem}.mcq-m-options-list{padding:8px 14px 16px;gap:8px}.mcq-m-option{padding:10px 12px;border-radius:10px}.mcq-m-option-text{font-size:.9rem}.mcq-m-result-state{margin-left:8px;padding:3px 6px;font-size:.6rem}.mcq-m-footer{padding:14px;flex-direction:column;align-items:stretch;gap:10px}.mcq-hint-btn,.mcq-m-submit-btn{width:100%!important;justify-content:center;padding:12px;font-size:1rem}}.mcq-player-wrapper{padding:16px 16px 0}@media(max-width:768px){.mcq-player-wrapper{padding:10px 10px 0}}.wfd-container{background:#fff;border-radius:12px;width:100%;box-sizing:border-box;overflow:hidden;font-family:Poppins,sans-serif;display:flex;flex-direction:column;position:relative}.wfd-header{padding:12px;background:#f8f9fa;border-bottom:1px solid #e9ecef}.wfd-toolbar{padding:10px 16px;background:#fff;border-bottom:1px dashed #e9ecef;display:flex;justify-content:flex-start;align-items:center;gap:12px}.wfd-tools-left{display:flex;gap:8px}.wfd-tool-btn{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;padding:6px 12px;font-size:.85rem;color:#475569;cursor:pointer;transition:all .2s;font-weight:600;-webkit-user-select:none;user-select:none}.wfd-tool-btn:hover{background:#e2e8f0}.wfd-tool-btn.active{background:#e0f2fe;color:#0284c7;border-color:#7dd3fc}.wfd-tool-btn.template{background:#fff1f2;color:#e11d48;border-color:#fecdd3}.wfd-tool-btn.template:hover{background:#ffe4e6}.wfd-tool-btn.hint{background:#fffbeb;color:#b45309;border-color:#fcd34d}.wfd-tool-btn.hint:hover{background:#fef3c7}.wfd-initials-guide{padding:8px 16px;background:#fff7ed;color:#c2410c;font-family:Courier New,monospace;font-size:.95rem;letter-spacing:2px;border-bottom:1px solid #ffedd5}.wfd-input-area{padding:16px}.wfd-textarea{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;line-height:1.6;resize:vertical;min-height:100px;outline:none;transition:border-color .2s,box-shadow .2s,background-color .2s;font-family:inherit;box-sizing:border-box;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;caret-color:#1cb0f6}.wfd-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.wfd-textarea:disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}.wfd-footer{padding:16px 20px;border-top:1px solid #f1f5f9;display:flex;justify-content:center;align-items:center}.wfd-submit-btn{position:relative;overflow:hidden;background:#22c55e;color:#fff;border:none;padding:14px 32px;border-radius:50px;font-weight:700;font-size:1.05rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1;box-shadow:0 4px 12px #22c55e33}.wfd-submit-btn:hover:not(:disabled){background:#16a34a;transform:translateY(-2px);box-shadow:0 6px 16px #16a34a4d}.wfd-submit-btn:disabled{background:#cbd5e1;cursor:not-allowed;box-shadow:none}.wfd-submit-btn.is-empty{background:#cbd5e1;color:#64748b;box-shadow:none;cursor:not-allowed}.wfd-evaluating-overlay{position:absolute;inset:0;background-color:#ffffffe0;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:50;border-radius:12px}.wfd-spinner{width:36px;height:36px;border:4px solid rgba(28,176,246,.2);border-top-color:#1cb0f6;border-radius:50%;animation:wfd-spin 1s linear infinite}@keyframes wfd-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wfd-evaluating-text{margin-top:12px;font-size:16px;font-weight:800;color:#1cb0f6}.wfd-progress-text{margin-top:4px;font-size:26px;font-weight:900;color:#ff9600}.wfd-result-area{padding:16px;background:#f8fafc}.wfd-verdict{display:flex;align-items:center;gap:16px;padding:12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:16px}.wfd-score-circle{width:50px;height:50px;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;color:#334155}.wfd-verdict.correct .wfd-score-circle{background:#dcfce7;color:#166534}.wfd-verdict-text h4{margin:0 0 4px;font-size:.85rem;color:#64748b;text-transform:uppercase}.wfd-verdict-text p{margin:0;font-size:1rem;color:#0f172a;font-weight:500}.wfd-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.wfd-modal-content{background:#fff;width:100%;max-width:650px;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;overflow:hidden;animation:slideUp .3s ease-out;max-height:90vh;display:flex;flex-direction:column}.wfd-modal-scroll-area{overflow-y:auto;flex:1;padding:0;overscroll-behavior:contain}.wfd-modal-header{padding:16px 20px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#f8fafc}.wfd-modal-header h3{margin:0;color:#334155}.wfd-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#94a3b8}.wfd-note-guide-section{background:#fffbeb;border-bottom:1px solid #fcd34d;padding:16px 20px}.wfd-guide-label{font-size:.9rem;font-weight:700;color:#b45309;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.wfd-guide-list{margin:0;padding-left:20px}.wfd-guide-list li{color:#4b5563;margin-bottom:6px;font-size:.95rem;line-height:1.5}.wfd-guide-list li:last-child{margin-bottom:0}.wfd-guide-block{font-family:Courier New,monospace;font-size:1.1rem;font-weight:600;color:#d97706;background:#fff9;padding:10px;border-radius:6px;border:1px dashed #f59e0b}.wfd-template-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:20px}.wfd-template-card{border:1px solid #e2e8f0;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:8px}.wfd-card-header strong{display:block;color:#334155}.wfd-card-header span{font-size:.8rem;color:#64748b}.wfd-card-body code{display:block;background:#f1f5f9;padding:8px;border-radius:4px;font-size:.85rem;color:#0f172a;word-break:break-word}.wfd-use-btn{margin-top:auto;background:#fff;border:1px solid #3b82f6;color:#3b82f6;padding:6px;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s}.wfd-use-btn:hover{background:#eff6ff}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.wfd-container.swt-mode .wfd-textarea{min-height:160px;font-size:1.05rem;background-color:#fdfdfd}.wfd-word-count{margin-top:8px;font-size:.85rem;font-weight:600;text-align:right;transition:color .3s}.wfd-word-count.valid{color:#10b981}.wfd-word-count.invalid{color:#ef4444;animation:shake .4s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.wfd-container.swt-mode .wfd-header{background:#fff;padding:0;border-bottom:none}@media(max-width:768px){.wfd-container{overflow:visible;border-radius:16px}.wfd-header{padding:8px}.wfd-toolbar{padding:10px 14px;gap:8px}.wfd-tool-btn{flex:1;text-align:center}.wfd-input-area{padding:12px 14px 10px;scroll-margin-top:12px;scroll-margin-bottom:24px}.wfd-textarea{display:block;width:100%;padding:14px 14px 104px;border-radius:16px;font-size:16px;line-height:1.7;resize:none;min-height:unset;height:clamp(180px,36svh,300px);max-height:min(42svh,340px);overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scroll-padding-top:28px;scroll-padding-bottom:104px;-webkit-user-select:text;user-select:text;background:#fff;box-shadow:inset 0 1px #0f172a08}.wfd-container.wfd-mode .wfd-textarea{height:clamp(180px,36svh,280px);max-height:42svh}.wfd-container.sst-mode .wfd-textarea,.wfd-container.swt-mode .wfd-textarea,.wfd-container.we-mode .wfd-textarea{height:clamp(240px,48svh,460px);max-height:52svh}.wfd-container.wfd-writing-active .wfd-textarea{height:clamp(180px,34svh,280px);border-color:#1cb0f6;box-shadow:0 0 0 4px #1cb0f61f,inset 0 1px #0f172a08;background:#fff}.wfd-container.wfd-writing-active .wfd-input-area{position:relative;z-index:2}.wfd-footer{padding:8px 14px 16px}.wfd-submit-btn{width:100%;min-width:unset;padding:14px;font-size:1rem}.wfd-result-area{padding:14px}.wfd-verdict{padding:10px;gap:12px}.wfd-score-circle{width:44px;height:44px;font-size:1rem}.wfd-template-grid{grid-template-columns:1fr;padding:14px;gap:16px}}.wfd-container.wfd-mode{--wfd-black: #3f3b37;--wfd-red: #ef6f78;--wfd-yellow: #ffc928;padding:22px 26px 28px;border:1px solid rgba(16,16,16,.1);border-radius:18px;background:radial-gradient(circle at 8% 0%,rgba(255,201,40,.2),transparent 25%),radial-gradient(circle at 94% 10%,rgba(227,29,43,.14),transparent 28%),linear-gradient(145deg,#fffffff7,#f9f9f7e6);box-shadow:0 24px 65px #10101024,inset 0 1px #fffffff2;color:#182033}.wfd-task-intro{display:flex;align-items:center;gap:13px;padding:0 0 15px;border-bottom:2px solid rgba(63,59,55,.42);background:transparent}.wfd-task-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;flex-direction:column;flex:0 0 50px;gap:1px;border-radius:50%;background:linear-gradient(145deg,var(--wfd-black) 0 58%,var(--wfd-red) 58% 78%,var(--wfd-yellow) 78%);box-shadow:0 8px 18px #1010102e,inset 0 1px #ffffff4d;color:#fff}.wfd-task-icon small{color:#fff;font-size:7px;font-weight:900;letter-spacing:.12em}.wfd-task-label{color:#d64d58;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.wfd-task-intro h3{margin:2px 0 0;color:var(--wfd-black);font-size:21px;letter-spacing:-.02em}.wfd-instruction{margin:16px 0;color:#3f3b37;font-size:13px;line-height:1.65}.wfd-live-count{margin-top:8px;text-align:right;color:#756d66;font-size:10px;font-weight:700}.wfd-container.wfd-mode .wfd-header{padding:0;border:0;background:transparent}.wfd-container.wfd-mode .listening-master-player{margin:0;border-color:#1010102e;border-radius:10px;background:#ffffff94;box-shadow:inset 0 1px #fffffffa,0 10px 24px #10101012}.wfd-container.wfd-mode .lmp-immersion-deck{padding:13px;border-radius:10px;background:linear-gradient(135deg,#ffffffb8,#ffffff73)}.wfd-container.wfd-mode .lmp-play-button{width:42px;height:42px;background:var(--wfd-red);box-shadow:0 7px 15px #ef6f783b}.wfd-container.wfd-mode .lmp-wave-bar.active{background:linear-gradient(180deg,var(--wfd-yellow),var(--wfd-red))}.wfd-container.wfd-mode .lmp-speed-pill{background:#3f3b37e0;color:#ffe078}.wfd-container.wfd-mode .lmp-learning-deck{display:none}.wfd-container.wfd-mode .wfd-input-area{margin-top:17px;padding:18px;border:1px solid rgba(16,16,16,.1);border-radius:10px;background:linear-gradient(135deg,#ffffffa1,#fff9e580);box-shadow:inset 0 1px #fffffffa,0 12px 28px #10101014}.wfd-container.wfd-mode .wfd-textarea{min-height:150px;border:1px solid rgba(63,59,55,.18);border-radius:10px;background:#ffffffb8;color:#3f3b37}.wfd-container.wfd-mode .wfd-textarea:focus{border-color:var(--wfd-red);box-shadow:0 0 0 3px #ef6f7821}.wfd-container.wfd-mode .wfd-footer{justify-content:flex-start;flex-wrap:wrap;gap:10px;margin-top:15px;padding:15px 0 0;border-top:1px solid rgba(63,59,55,.1)}.wfd-support-btn,.wfd-container.wfd-mode .wfd-submit-btn{min-width:0;min-height:39px;display:inline-flex;align-items:center;justify-content:center;flex-direction:row;gap:7px;padding:8px 16px;border:1px solid rgba(63,59,55,.22);border-radius:999px;background:#ffffffa8;color:#625b55;box-shadow:inset 0 1px #fffffff2,0 5px 13px #3f3b370d;font:700 10px Poppins,sans-serif;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.wfd-support-btn svg{color:#df6872}.wfd-container.wfd-mode .wfd-submit-btn{margin-left:auto;border-color:#e5bc429e;background:linear-gradient(135deg,#ffe9aa,#ffd45f);color:#614a08;box-shadow:0 8px 18px #e5bc4238,inset 0 1px #ffffff8c}.wfd-container.wfd-mode .wfd-submit-btn svg{color:#7a5a00}.wfd-support-btn:hover,.wfd-container.wfd-mode .wfd-submit-btn:hover:not(:disabled){transform:scale(1.04);box-shadow:0 9px 20px #3f3b3717}.wfd-container.wfd-mode .wfd-submit-btn:disabled{background:#3f3b3714;color:#928981;box-shadow:none}.wfd-container.wfd-mode .wfd-result-area{margin-top:18px;padding:0;background:transparent}.hint-modal-overlay{position:fixed;inset:0;background-color:#000000a6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease-out}.hint-modal-container{background:#fff;width:100%;max-width:900px;height:85vh;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.2);animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.hint-modal-header{padding:20px 24px;border-bottom:1px solid #eef2f6;display:flex;justify-content:space-between;align-items:center;background:#f8fafc}.hint-header-left{display:flex;align-items:center;gap:16px}.kaka-avatar-circle{width:48px;height:48px;background:#e0f2fe;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;border:2px solid #fff;box-shadow:0 2px 4px #0000000d}.hint-modal-header h2{margin:0;font-size:1.25rem;color:#0f172a;font-weight:700}.hint-modal-header p{margin:2px 0 0;font-size:.9rem;color:#64748b}.hint-close-btn{background:transparent;border:none;cursor:pointer;color:#94a3b8;padding:8px;border-radius:50%;transition:all .2s;display:flex;align-items:center;justify-content:center}.hint-close-btn:hover{background:#f1f5f9;color:#ef4444}.hint-modal-body{flex:1;overflow-y:auto;padding:24px;background-color:#fff}.hint-intro-banner{background:#fffbeb;border:1px solid #fcd34d;color:#92400e;padding:12px 16px;border-radius:8px;margin-bottom:24px;font-size:.95rem;display:flex;align-items:center;gap:12px}.mcq-banner{background:#eef2ff;color:#4338ca;border:1px solid #c7d2fe;border-left:4px solid #4338ca}.rfib-banner{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;border-left:4px solid #059669}.hint-section-title{font-size:1.1rem;font-weight:700;color:#334155;margin:24px 0 12px;display:flex;align-items:center;gap:8px}.hint-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.hint-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:0;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.hint-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d;border-color:#cbd5e1}.hint-card-header{padding:12px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center}.hint-number{font-weight:700;color:#334155;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.hint-tag{background:#e0e7ff;color:#4338ca;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600}.hint-card-content{padding:16px;flex:1}.hint-card-content p,.hint-card-content span{margin:0;font-size:1rem;line-height:1.6;color:#334155;font-family:Mukta,sans-serif;display:block}.hint-highlight{color:#2563eb;font-weight:700;background-color:#eff6ff;padding:0 4px;border-radius:4px;display:inline}.no-hint{font-style:italic;color:#94a3b8}.hint-card-footer{padding:12px 16px;border-top:1px dashed #e2e8f0;background:#fff;border-radius:0 0 12px 12px;color:#64748b;font-size:.85rem}.hint-card.rop-card{border-top:4px solid #8b5cf6}.hint-card.rop-card .hint-tag{background:#f3e8ff;color:#7c3aed}.hint-card.rop-card .hint-number{color:#6d28d9}.hint-list-vertical{display:flex;flex-direction:column;gap:16px;padding:10px 0}.hint-row-item{display:flex;align-items:flex-start;gap:16px;background:#fff;border:1px solid #eee;border-radius:12px;padding:16px;box-shadow:0 2px 4px #00000008;transition:transform .2s}.hint-row-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000000f}.hint-icon-column{font-size:24px;background:#f8f9fa;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hint-text-column{flex:1}.hint-row-title{margin:0 0 4px;font-size:16px;color:#333;font-weight:700}.hint-markdown-content p{margin:0;font-size:14px;color:#555;line-height:1.5}.hint-markdown-content strong{color:#2563eb;font-weight:600;background:#eff6ff;padding:0 4px;border-radius:4px}.hint-modal-footer{padding:16px 24px;border-top:1px solid #eef2f6;background:#fff;display:flex;justify-content:flex-end}.hint-action-btn{background:#1cb0f6;color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s;box-shadow:0 4px #118cc6}.hint-action-btn:active{transform:translateY(2px);box-shadow:0 2px #118cc6}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.hint-modal-body::-webkit-scrollbar{width:8px}.hint-modal-body::-webkit-scrollbar-track{background:#f1f5f9}.hint-modal-body::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:4px}.swt-reader-card{background:#fff;border-radius:8px;padding:20px;border:1px solid #e2e8f0;margin-bottom:0;position:relative;font-family:Inter,sans-serif;transition:all .3s ease}.swt-reader-card.result-mode{border-color:#cbd5e1;background:#f8fafc}.swt-reader-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:2px solid #f1f5f9}.swt-reader-title{font-size:.9rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:8px}.swt-timer-badge{font-size:.85rem;font-weight:600;color:#ef4444;background:#fee2e2;padding:4px 8px;border-radius:4px}.swt-content-text{font-size:1.05rem;line-height:1.8;color:#334155;white-space:pre-wrap}.swt-highlight-red{color:#dc2626;background-color:#fef2f2;border-bottom:2px solid #fca5a5;font-weight:600;padding:0 2px;border-radius:2px;cursor:help;position:relative}.swt-highlight-red:hover:after{content:"Key Point";position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#dc2626;color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;white-space:nowrap;pointer-events:none;margin-bottom:4px}.swt-legend{margin-top:12px;display:flex;justify-content:flex-end;gap:12px;font-size:.8rem;color:#64748b;animation:fadeIn .5s ease}.legend-item{display:flex;align-items:center;gap:6px}.legend-dot.red{width:8px;height:8px;background:#dc2626;border-radius:50%}.wfd-ai-result{display:grid;gap:14px}.wfd-result-summary{display:flex;gap:16px;align-items:center;padding:18px;border-radius:15px;background:#ffffffa3;border:1px solid rgba(63,59,55,.12);box-shadow:inset 0 1px #fffffff5,0 10px 24px #3f3b370f}.wfd-result-summary.strong{background:#f0fdf4;border-color:#bbf7d0}.wfd-result-summary.developing{background:#fffbeb;border-color:#fde68a}.wfd-result-summary.review{background:#fff7ed;border-color:#fed7aa}.wfd-result-score{width:76px;height:76px;flex:0 0 76px;border-radius:18px;display:flex;align-items:baseline;justify-content:center;background:linear-gradient(145deg,#3f3b37,#57514b);color:#ffc928;box-shadow:0 8px 20px #3f3b3733;padding-top:20px;box-sizing:border-box}.wfd-result-score strong{font-size:28px;line-height:1}.wfd-result-score span{font-size:13px;color:#64748b}.wfd-result-kicker{color:#d64d58;font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.wfd-result-summary h3{margin:3px 0 4px;color:#0f172a;font-size:18px}.wfd-result-summary p{margin:0;color:#64748b;font-size:13px;line-height:1.5}.wfd-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.wfd-metric-grid div{padding:12px 8px;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.wfd-metric-grid strong{display:block;color:#0f172a;font-size:20px}.wfd-metric-grid span{color:#64748b;font-size:11px;font-weight:700}.wfd-result-legend{display:flex;flex-wrap:wrap;gap:8px 14px;color:#64748b;font-size:11px;font-weight:600}.wfd-result-legend span{display:inline-flex;align-items:center;gap:5px}.wfd-result-legend i{width:9px;height:9px;border-radius:50%}.wfd-result-legend .correct{background:#22c55e}.wfd-result-legend .misplaced{background:#f59e0b}.wfd-result-legend .extra{background:#ef4444}.wfd-result-legend .missed{background:#8b5cf6}.wfd-analysis-card,.wfd-feedback-card{padding:15px;background:#ffffffab;border:1px solid rgba(63,59,55,.12);border-radius:15px;box-shadow:inset 0 1px #fffffff5,0 10px 24px #3f3b370f}.wfd-analysis-card h4,.wfd-feedback-card h4{margin:0 0 10px;color:#334155;font-size:13px}.wfd-word-line{display:flex;flex-wrap:wrap;gap:7px;line-height:1.8}.wfd-word-token{padding:3px 8px;border-radius:8px;font-size:14px;border:1px solid transparent}.wfd-word-token.correct{color:#166534;background:#dcfce7;border-color:#bbf7d0}.wfd-word-token.misplaced{color:#92400e;background:#fef3c7;border-color:#fde68a}.wfd-word-token.extra{color:#991b1b;background:#fee2e2;border-color:#fecaca;text-decoration:line-through}.wfd-word-token.missed{color:#6d28d9;background:#ede9fe;border-color:#ddd6fe}.wfd-empty-answer{color:#94a3b8;font-style:italic}.wfd-feedback-card{color:#475569;font-size:13px;line-height:1.6}.wfd-feedback-card p:last-child{margin-bottom:0}@media(max-width:600px){.wfd-result-summary{align-items:flex-start;padding:14px}.wfd-result-score{width:62px;height:62px;flex-basis:62px;padding-top:16px;border-radius:18px}.wfd-result-score strong{font-size:23px}.wfd-metric-grid{grid-template-columns:repeat(2,1fr)}}.hiw-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;overflow:visible;font-family:Poppins,sans-serif;max-width:100%}.hiw-header{padding:16px 16px 0}.hiw-instructions{padding:12px 16px;background:#f8f9fa;border-bottom:1px solid #eee;font-size:.9rem;color:#2c3e50;margin-top:10px}.hiw-legend-green{color:#2ecc71;font-weight:600}.hiw-legend-red{color:#e74c3c;font-weight:600}.hiw-text-area{padding:20px 24px;line-height:2.2;font-size:1.05rem;color:#34495e;text-align:justify}.hiw-word{cursor:pointer;padding:2px 4px;border-radius:4px;transition:background-color .2s ease,transform .1s ease;position:relative;display:inline-block}.hiw-word:hover{background-color:#f1f2f6}.hiw-word.hiw-selected{background-color:#f1c40f;color:#2c3e50;font-weight:500;transform:scale(1.05);box-shadow:0 2px 4px #0000001a}.hiw-word.hiw-correct-hit{background-color:#2ecc71;color:#fff;text-decoration:line-through;cursor:default}.hiw-word.hiw-false-positive{background-color:#e74c3c;color:#fff;text-decoration:none;cursor:default}.hiw-word.hiw-missed{border:2px dashed #e74c3c;background-color:#e74c3c1a;cursor:default}.hiw-correction-badge{font-size:.75rem;color:#e67e22;font-weight:600;margin-left:6px;white-space:nowrap;vertical-align:super;pointer-events:none}.hiw-footer{padding:16px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f0f0f0}.hiw-submit-btn{background-color:#3498db;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;min-width:fit-content}.hiw-submit-btn:disabled{background-color:#bdc3c7;cursor:not-allowed}.hiw-submit-btn:hover:not(:disabled){background-color:#2980b9;transform:translateY(-1px)}@media(max-width:768px){.hiw-header{padding:10px 10px 0}.hiw-text-area{padding:16px 14px;font-size:1rem;line-height:2}.hiw-footer{flex-direction:column;align-items:stretch;gap:12px;padding:14px}.hiw-submit-btn{width:100%;justify-content:center;padding:12px;font-size:1rem}}.fib-l-container{display:flex;flex-direction:column;gap:16px;width:100%}.fib-l-header{margin-bottom:8px}.fib-l-timer-wrapper{display:flex;justify-content:flex-end;margin-bottom:6px;margin-top:4px}.fib-l-top-timer{display:flex;align-items:center}.fib-l-instructions{font-size:.95rem;color:#555;background-color:#f0f7ff;padding:10px 14px;border-radius:8px;border-left:4px solid #1cb0f6}.fib-l-text-area{font-size:1.1rem;line-height:2.2;color:#333;padding:16px;background-color:#fff;border:1px solid #e5e5e5;border-radius:12px}.fib-l-input-wrapper{display:inline-flex;flex-direction:column;align-items:center;position:relative;margin:0 6px}.fib-l-input{width:120px;padding:4px 8px;font-size:1.05rem;text-align:center;border:2px solid #ccc;border-radius:6px;outline:none;font-family:inherit;transition:border-color .2s}.fib-l-input:focus{border-color:#1cb0f6;box-shadow:0 0 0 2px #1cb0f633}.fib-l-input:disabled{background-color:#f7f7f7;color:#666}.fib-l-input-correct{border-color:#58cc02!important;background-color:#d7ffb8!important;color:#2b7a00!important}.fib-l-input-incorrect{border-color:#ff4b4b!important;background-color:#ffdfe0!important;color:#a50000!important;text-decoration:line-through}.fib-l-correction-badge{position:absolute;top:-24px;background-color:#58cc02;color:#fff;font-size:.75rem;font-weight:700;padding:2px 8px;border-radius:4px;white-space:nowrap;box-shadow:0 2px 4px #0000001a;z-index:2}.fib-l-footer{display:flex;justify-content:center;align-items:center;margin-top:16px}.fib-l-submit-btn{background-color:#1cb0f6;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px #1899d6;transition:all .1s ease}.fib-l-submit-btn:active{transform:translateY(4px);box-shadow:0 0 #1899d6}.fib-l-submit-btn:disabled{background-color:#e5e5e5;color:#afafaf;box-shadow:0 4px #cfcfcf;cursor:not-allowed;transform:none}.listening-mcq{width:100%;overflow:hidden;border:1px solid #e3e8ef;border-radius:18px;background:#fff;color:#172033;font-family:Poppins,sans-serif}.listening-mcq__instruction{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;border-bottom:1px solid #e8eef5;background:linear-gradient(100deg,#eef9ff,#f7fbff);color:#24405b}.listening-mcq__instruction svg{flex:0 0 auto;margin-top:2px;color:#168fd1}.listening-mcq__instruction strong{display:block;margin-bottom:2px;font-size:.95rem}.listening-mcq__instruction span{font-size:.84rem;line-height:1.45;color:#5c6c7e}.listening-mcq .listening-master-player{border-radius:0;border-left:0;border-right:0}.listening-mcq__tools{display:flex;gap:8px;padding:10px 20px 0}.listening-mcq__tools button{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid #dce6ef;border-radius:10px;background:#fff;color:#526579;font:600 .78rem Poppins,sans-serif;cursor:pointer}.listening-mcq__tools button:hover{border-color:#72c6ed;background:#f0faff;color:#087eae}.listening-mcq__guide{margin:12px 20px 0;padding:8px;border:1px solid #dceaf4;border-radius:13px;background:#f8fcff}.listening-mcq__guide-item{display:grid;grid-template-columns:25px 1fr;gap:10px;padding:9px}.listening-mcq__guide-item>span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#dff4ff;color:#0785ba;font-size:.75rem;font-weight:800}.listening-mcq__guide-item strong{font-size:.82rem}.listening-mcq__guide-item p{margin:2px 0 0;color:#617286;font-size:.78rem;line-height:1.45}.listening-mcq__question{min-width:0;margin:0;padding:20px;border:0}.listening-mcq__question legend{width:100%;padding:5px 0 17px;color:#172033;font-size:1rem;font-weight:700;line-height:1.55}.listening-mcq__options{display:grid;gap:10px}.listening-mcq__option{display:grid;grid-template-columns:22px 27px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;padding:13px 15px;border:1.5px solid #dfe5ec;border-radius:12px;background:#fff;color:#334155;text-align:left;cursor:pointer;transition:border-color .18s,background .18s,transform .18s}.listening-mcq__option:hover:not(:disabled){transform:translateY(-1px);border-color:#75c9ee;background:#f7fcff}.listening-mcq__option.selected{border-color:#169dd8;background:#ecf9ff;box-shadow:0 0 0 2px #d4f2ff}.listening-mcq__option.correct{border-color:#48b96c;background:#effbf2}.listening-mcq__option.incorrect{border-color:#ee6a67;background:#fff2f1}.listening-mcq__control{display:grid;place-items:center;width:19px;height:19px;border:2px solid #aeb9c6;color:#fff}.listening-mcq__control.radio{border-radius:50%}.listening-mcq__control.checkbox{border-radius:5px}.selected .listening-mcq__control,.correct .listening-mcq__control{border-color:#169dd8;background:#169dd8}.listening-mcq__control.radio span{width:8px;height:8px;border-radius:50%;background:#fff}.listening-mcq__letter{display:grid;place-items:center;width:25px;height:25px;border-radius:7px;background:#f1f5f9;color:#64748b;font-size:.78rem;font-weight:800}.listening-mcq__option-text{font:500 .9rem/1.5 Poppins,sans-serif}.listening-mcq__state-icon{color:#42a963}.incorrect .listening-mcq__state-icon{color:#df5551}.listening-mcq__footer{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 20px 20px;border-top:1px solid #edf1f5}.listening-mcq__footer>span{color:#788697;font-size:.78rem}.listening-mcq__submit{min-width:150px;padding:11px 18px;border:0;border-radius:11px;background:#169dd8;color:#fff;font:700 .88rem Poppins,sans-serif;cursor:pointer;box-shadow:0 3px #087eae}.listening-mcq__submit:disabled{background:#dce3ea;color:#99a4b0;box-shadow:none;cursor:not-allowed}.listening-mcq__result{padding:16px 20px 20px;border-top:1px solid #e9eef3;background:#fff8f7}.listening-mcq__result.perfect{background:#f2fbf4}.listening-mcq__score{display:flex;align-items:center;gap:10px}.listening-mcq__score svg{color:#169dd8}.listening-mcq__score strong,.listening-mcq__score span{display:block}.listening-mcq__score strong{font-size:1.05rem}.listening-mcq__score span{color:#667589;font-size:.78rem}.listening-mcq__explanation,.listening-mcq__transcript{margin-top:13px;padding:13px 15px;border:1px solid #e1e8ef;border-radius:11px;background:#fff;font-size:.84rem;line-height:1.55}.listening-mcq__explanation p,.listening-mcq__transcript p{margin:4px 0 0}@media(max-width:620px){.listening-mcq{border-radius:14px}.listening-mcq__instruction,.listening-mcq__question{padding:14px}.listening-mcq__tools{padding-left:14px;padding-right:14px}.listening-mcq__guide{margin-left:14px;margin-right:14px}.listening-mcq__option{grid-template-columns:20px 23px minmax(0,1fr) auto;padding:12px 10px;gap:7px}.listening-mcq__footer{align-items:stretch;flex-direction:column;padding:13px 14px 17px}.listening-mcq__submit{width:100%}}.sgdp-message-shell{width:100%;padding:16px;box-sizing:border-box}.sgdp-workspace{width:100%;max-width:1420px;margin:0 auto;padding:22px 26px 28px;box-sizing:border-box;border:1px solid #e7ebef;border-radius:18px;background:#fff;color:#182033;box-shadow:0 12px 32px #0f172a12;font-family:Poppins,sans-serif}.sgdp-header{display:flex;align-items:center;gap:13px;padding-bottom:15px;border-bottom:2px solid #f08a5d}.sgdp-task-icon{width:50px;height:50px;display:grid;place-items:center;flex:0 0 50px;border-radius:50%;background:#f08a5d;color:#fff;font-size:11px;font-weight:800}.sgdp-header>div:nth-child(2){min-width:0}.sgdp-header p{margin:0;color:#a66a51;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.sgdp-header h1{margin:2px 0 0;color:#e97847;font-size:21px;font-weight:700}.sgdp-tools{margin-left:auto;display:flex;gap:8px}.sgdp-tools button{width:66px;min-height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px;border:1px solid #ef956d;border-radius:11px;background:#fff;color:#c76b43;font:600 9px Poppins,sans-serif;cursor:pointer}.sgdp-tools button:hover,.sgdp-tools button.active{background:#f08a5d;color:#fff}.sgdp-instruction{margin:16px 0;font-size:13px;line-height:1.65}.sgdp-topic-bar{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 10px 7px 15px;border-radius:10px;background:#11c5c5;color:#fff}.sgdp-topic-bar>div{min-width:0;display:flex;align-items:center;gap:9px}.sgdp-topic-bar span{font-size:11px}.sgdp-topic-bar strong{overflow:hidden;font-size:15px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.sgdp-appeared{padding:6px 9px;border:1px solid rgba(255,255,255,.8);border-radius:6px;white-space:nowrap}.sgdp-script{margin-top:10px;padding:13px 15px;border:1px solid #d7e5e5;border-radius:9px;background:#f7fbfb;color:#4b5b5b;font-size:11px;line-height:1.6}.sgdp-script p{margin:5px 0 0}.sgdp-situation-prompt{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:start;gap:12px;margin:12px 0 16px;padding:16px 18px;border:1px solid rgba(239,111,120,.28);border-left:4px solid var(--sgdp-red,#ef6f78);border-radius:12px;background:linear-gradient(110deg,#ffe8ea85,#ffffffe6)}.sgdp-situation-prompt>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--sgdp-black,#3f3b37);color:var(--sgdp-yellow,#ffc928)}.sgdp-situation-prompt div{min-width:0}.sgdp-situation-prompt p{margin:0 0 4px;color:#d64d58;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sgdp-situation-prompt strong{display:block;color:var(--sgdp-black,#3f3b37);font-size:14px;font-weight:600;line-height:1.55}.sgdp-lecture-visual{display:grid;place-items:center;padding:14px;border:1px solid #e7ebef;border-radius:14px;background:#f8fafc}.sgdp-lecture-visual img{display:block;width:100%;max-width:760px;max-height:380px;object-fit:contain;border-radius:10px}.sgdp-di-visual{min-height:300px;margin:14px 0 18px;padding:18px;border-color:#13bfc3;background:linear-gradient(145deg,#fff,#f7ffff)}.sgdp-di-visual img{max-width:900px;max-height:520px}.sgdp-read-aloud-passage{margin:14px 0 18px;padding:20px 24px 23px;border:1px solid #13bfc3;border-radius:14px;background:linear-gradient(145deg,#fff,#f8ffff);box-shadow:0 7px 18px #13bfc312}.sgdp-ra-passage-label{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#078f94;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.sgdp-read-aloud-passage>p{margin:0;color:#24272b;font-size:clamp(17px,2vw,23px);line-height:1.85;letter-spacing:.01em}.sgdp-tags{display:flex;justify-content:flex-end;gap:8px;margin:12px 0}.sgdp-tags span{padding:7px 11px;border-radius:8px;background:#f7e0dc;color:#5a4f4a;font-size:10px;font-weight:700}.sgdp-tags span:first-child{border:1px solid #f08a5d;background:#fff;color:#dc7447}.sgdp-tags span:last-child{background:#e1f6f6}.sgdp-player-section h2{margin:18px 0 8px;font-size:12px;font-weight:400}.sgdp-player{min-height:66px;display:grid;grid-template-columns:38px 44px minmax(140px,1fr) 44px 62px 20px 110px;align-items:center;gap:8px;padding:9px 13px;border:1px solid #19bfc1;border-radius:9px}.sgdp-player input{width:100%;accent-color:#20bcbc}.sgdp-player>span{font-size:10px;text-align:center}.sgdp-play{width:38px;height:38px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#f08a5d;color:#fff;cursor:pointer}.sgdp-rate{height:32px;border:0;border-radius:999px;background:#43c0c2;color:#fff;font-size:10px;cursor:pointer}.sgdp-recorder{margin-top:17px;padding:18px;border-radius:10px;background:#fff5ef}.sgdp-recorder.recording{box-shadow:inset 0 0 0 1px #f08a5d5c}.sgdp-recorder-heading{text-align:center}.sgdp-recorder-heading strong{display:block;font-size:14px}.sgdp-recorder-heading>span{display:block;margin-top:3px;color:#8b796e;font-size:10px}.sgdp-recorder-row{display:grid;grid-template-columns:46px 48px minmax(160px,1fr) 48px;align-items:center;gap:10px;margin-top:13px}.sgdp-mic{width:46px;height:46px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#f08a5d;color:#fff;cursor:pointer}.sgdp-mic:disabled{cursor:not-allowed;opacity:.5}.sgdp-recorder.recording .sgdp-mic{animation:sgdp-pulse 1.4s ease-in-out infinite}.sgdp-recorder-row>span{font-size:11px;font-weight:700;text-align:center}.sgdp-wave{height:52px;display:flex;align-items:center;justify-content:center;gap:3px}.sgdp-wave i{width:4px;height:6px;border-radius:99px;background:linear-gradient(180deg,#11c5c5,#f08a5d);transition:height 70ms linear}.sgdp-record-progress{height:7px;margin:8px 55px 0 66px;overflow:hidden;border-radius:99px;background:#e4deda}.sgdp-record-progress span{display:block;height:100%;border-radius:inherit;background:#f08a5d;transition:width .2s linear}.sgdp-review-actions{display:flex;justify-content:center;gap:9px;margin-top:14px}.sgdp-review-actions button{min-height:36px;display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border:1px solid #dfd8d4;border-radius:8px;background:#fff;color:#5b514c;font:700 10px Poppins,sans-serif;cursor:pointer}.sgdp-review-actions button.primary{border-color:#13babb;background:#13babb;color:#fff}@keyframes sgdp-pulse{50%{box-shadow:0 0 0 8px #f08a5d29}}@media(max-width:760px){.sgdp-message-shell{padding:0}.sgdp-workspace{padding:14px 12px 20px;border:0;border-radius:0;box-shadow:none}.sgdp-header{align-items:flex-start;flex-wrap:wrap}.sgdp-task-icon{width:42px;height:42px;flex-basis:42px}.sgdp-header h1{font-size:15px}.sgdp-tools{width:100%;margin-left:0;display:grid;grid-template-columns:repeat(4,1fr)}.sgdp-tools button{width:100%;min-width:0;height:44px}.sgdp-topic-bar{align-items:flex-start;flex-direction:column}.sgdp-topic-bar>div{align-items:flex-start;flex-direction:column;gap:2px}.sgdp-topic-bar strong{font-size:14px;white-space:normal}.sgdp-appeared{align-self:flex-end;margin-top:-32px}.sgdp-player{grid-template-columns:36px 37px minmax(70px,1fr) 37px 60px;gap:5px}.sgdp-player>svg,.sgdp-volume{display:none}.sgdp-player .playback-speed-trigger{width:100%;min-width:0;padding-inline:5px}.sgdp-recorder-row{grid-template-columns:42px 40px minmax(80px,1fr) 40px;gap:5px}.sgdp-wave{gap:2px}.sgdp-wave i{width:2px}.sgdp-record-progress{margin-left:54px;margin-right:46px}}.sgdp-workspace{--sgdp-black: #3f3b37;--sgdp-red: #ef6f78;--sgdp-yellow: #ffc928;--sgdp-white: #ffffff;position:relative;isolation:isolate;border-color:#1010101a;background:radial-gradient(circle at 8% 0%,rgba(255,201,40,.2),transparent 25%),radial-gradient(circle at 94% 10%,rgba(227,29,43,.14),transparent 28%),linear-gradient(145deg,#fffffff7,#f9f9f7e6);box-shadow:0 24px 65px #10101024,inset 0 1px #fffffff2;-webkit-backdrop-filter:blur(24px) saturate(150%);backdrop-filter:blur(24px) saturate(150%)}.sgdp-workspace:before{content:"";position:absolute;z-index:-1;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(115deg,rgba(255,255,255,.6) 0%,transparent 28%,rgba(255,255,255,.18) 53%,transparent 70%)}.sgdp-header{border-bottom-color:#3f3b376b}.sgdp-task-icon{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1px;background:linear-gradient(145deg,var(--sgdp-black) 0 58%,var(--sgdp-red) 58% 78%,var(--sgdp-yellow) 78%);box-shadow:0 8px 18px #1010102e,inset 0 1px #ffffff4d}.sgdp-task-icon small{color:var(--sgdp-white);font-size:7px;font-weight:900;letter-spacing:.12em}.sgdp-header p{color:#d64d58}.sgdp-header h1{color:var(--sgdp-black);letter-spacing:-.02em}.sgdp-tools button{border-color:#10101021;background:#ffffff8c;color:var(--sgdp-black);box-shadow:inset 0 1px #fffffff2,0 5px 14px #1010100f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.sgdp-tools button{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.sgdp-tools button:hover{border-color:#ef6f7861;background:#ffffffc7;color:#b24b54;transform:scale(1.055);box-shadow:0 10px 22px #3f3b371c}.sgdp-tools button.active{border-color:#df6872;background:#ffeff0c7;color:#a43d47;box-shadow:0 0 0 2px #ef6f782b,0 8px 18px #3f3b3714}.sgdp-topic-bar{position:relative;overflow:hidden;background:linear-gradient(105deg,#373431f0,#524c46de);box-shadow:0 11px 25px #3f3b3726,inset 0 1px #ffffff38;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sgdp-topic-bar:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 10%,rgba(255,255,255,.16) 37%,transparent 58%)}.sgdp-topic-bar>div,.sgdp-appeared{position:relative;z-index:1}.sgdp-topic-bar .sgdp-topic-meta{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto}.sgdp-topic-meta .sgdp-appeared{align-self:auto;margin-top:0}.sgdp-difficulty{padding:6px 9px;border:1px solid rgba(255,255,255,.34);border-radius:6px;background:#ffffff1f;color:#fff;font-weight:700;white-space:nowrap}.sgdp-topic-bar,.sgdp-topic-bar strong{color:var(--sgdp-white)}.sgdp-topic-bar>div>span{color:var(--sgdp-yellow);font-weight:800}.sgdp-appeared{border-color:#ffc928b3;background:#ffc9281f;color:var(--sgdp-yellow)}.sgdp-script{border-color:#1010101f;background:linear-gradient(135deg,#ffffffad,#ffffff6b);color:#3e3e3e;box-shadow:inset 0 1px #ffffffeb,0 8px 20px #1010100f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sgdp-script strong{color:#cf4651}.sgdp-tags span{background:#10101012;color:var(--sgdp-black)}.sgdp-tags span:first-child{border-color:#ef6f78a6;background:#ef6f7814;color:#c8434e}.sgdp-tags span:last-child{background:#ffc92838;color:#6d5100}.sgdp-player{border-color:#1010102e;background:linear-gradient(135deg,#ffffffb8,#ffffff73);box-shadow:inset 0 1px #fffffffa,0 10px 24px #10101012;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sgdp-player input{accent-color:var(--sgdp-red)}.sgdp-play{background:var(--sgdp-red);color:#fff;box-shadow:0 7px 15px #ef6f783b}.sgdp-rate{background:#3f3b37e0;color:#ffe078}.sgdp-recorder{border:1px solid rgba(16,16,16,.1);background:linear-gradient(135deg,#ffffffa1,#fff9e580);box-shadow:inset 0 1px #fffffffa,0 12px 28px #10101014;-webkit-backdrop-filter:blur(20px) saturate(140%);backdrop-filter:blur(20px) saturate(140%)}.sgdp-recorder.recording{border-color:#ef6f7861;box-shadow:inset 0 0 0 1px #ef6f7821,0 12px 30px #ef6f781a}.sgdp-mic{background:linear-gradient(145deg,#f4878f,#e75f69);box-shadow:0 8px 18px #ef6f7840,inset 0 1px #ffffff52}.sgdp-wave i{background:linear-gradient(180deg,var(--sgdp-yellow),var(--sgdp-red) 64%,var(--sgdp-black))}.sgdp-record-progress{background:#1010101c}.sgdp-record-progress span{background:linear-gradient(90deg,var(--sgdp-red),var(--sgdp-yellow))}.sgdp-review-actions button{border-color:#10101024;background:#ffffffa6;color:var(--sgdp-black);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sgdp-review-actions button.primary{border-color:#e5bc42;background:linear-gradient(135deg,#ffe69a,#ffd35a);color:#594400;box-shadow:0 8px 18px #e5bc4238,inset 0 1px #ffffff8c}.sgdp-rate{text-shadow:0 1px 0 rgba(0,0,0,.2)}.sgdp-question-nav{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-top:16px;padding-top:15px;border-top:1px solid rgba(63,59,55,.1)}.sgdp-question-nav button{min-width:132px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:8px 15px;border:1px solid rgba(63,59,55,.14);border-radius:12px;background:#fff9;color:#514c47;box-shadow:inset 0 1px #fffffff2,0 6px 16px #3f3b370f;font:700 11px Poppins,sans-serif;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.sgdp-question-nav button span{display:flex;flex-direction:column;line-height:1.15}.sgdp-question-nav button small{color:#9a9189;font-size:8px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.sgdp-question-nav button.next{border-color:#ef6f7857;background:linear-gradient(135deg,#ffebedeb,#ffdaddc7);color:#a83f48}.sgdp-question-nav button:disabled{cursor:not-allowed;opacity:.42;box-shadow:none}.sgdp-question-nav button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 9px 20px #3f3b371a}.sgdp-transcript{margin-top:18px;overflow:hidden;scroll-margin-top:92px;border:1px solid rgba(63,59,55,.12);border-radius:15px;background:#ffffffa3;box-shadow:inset 0 1px #fffffff5,0 10px 24px #3f3b370f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sgdp-transcript>header{min-height:61px;display:flex;align-items:center;gap:10px;padding:10px 17px;border-bottom:1px solid rgba(239,111,120,.18);background:linear-gradient(135deg,#fff7e1b8,#ffe8ea7a)}.sgdp-transcript>header>svg{color:#df6872}.sgdp-transcript>header div{min-width:0}.sgdp-transcript>header p{margin:0;color:#a55b61;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sgdp-transcript>header h2{margin:2px 0 0;color:#514c47;font-size:14px}.sgdp-transcript>header>span{margin-left:auto;padding:5px 9px;border-radius:999px;background:#ffffffad;color:#887e76;font-size:8px;font-weight:700}.sgdp-transcript-body{padding:7px 17px 15px}.sgdp-transcript-body article{padding:16px 0;border-bottom:1px solid rgba(63,59,55,.08)}.sgdp-transcript-body article:last-child{border-bottom:0}.sgdp-transcript-body article strong{display:block;margin-bottom:6px;color:#3f3b37;font-size:14px;text-transform:capitalize}.sgdp-transcript-body article p{margin:0;color:#554f4a;font-size:14px;line-height:1.75}.sgdp-transcript-empty{margin:10px 0 2px;color:#827a73;font-size:10px}.sgdp-recorder--finished{padding:15px;background:linear-gradient(135deg,#ffffffb8,#fff9e57a)}.sgdp-review-title{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-bottom:11px}.sgdp-review-title strong{color:#514c47;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.sgdp-review-title span{color:#8c837c;font-size:9px}.sgdp-review-waveform{height:104px;padding:8px 12px;border:1px solid rgba(63,59,55,.1);border-radius:10px 10px 0 0;background:linear-gradient(180deg,#ffffffe6,#fff8e894)}.sgdp-wave-plot{position:relative;width:100%;height:100%;display:flex;align-items:center;gap:2px;outline:none;cursor:crosshair;-webkit-user-select:none;user-select:none}.sgdp-wave-plot:focus-visible{border-radius:6px;box-shadow:0 0 0 2px #ef7c8447}.sgdp-review-waveform i{width:0;min-width:1px;flex:1 1 0;border-radius:99px;background:#d5d0cb;opacity:.82;pointer-events:none}.sgdp-review-waveform i.played{background:linear-gradient(180deg,#ffd55f,#ef7c84);opacity:1}.sgdp-wave-playhead{position:absolute;z-index:2;top:7px;bottom:7px;width:1px;background:#5b514a8c;pointer-events:none}.sgdp-wave-playhead:after{content:"";position:absolute;left:-4px;top:-2px;width:9px;height:9px;border-radius:50%;background:#ef7c84;box-shadow:0 2px 6px #ef7c8459}.sgdp-wave-hover{position:absolute;z-index:4;top:-30px;transform:translate(-50%);padding:4px 7px;border-radius:6px;background:#3f3b37eb;color:#fff;font:700 8px Poppins,sans-serif;pointer-events:none}.sgdp-wave-hover b{position:absolute;top:30px;bottom:-111px;left:50%;width:1px;background:#3f3b374d}.sgdp-review-transport{min-height:48px;display:grid;grid-template-columns:auto 42px minmax(100px,1fr) 42px auto 92px auto;align-items:center;gap:8px;padding:6px 10px;border:1px solid rgba(63,59,55,.1);border-top:0;border-radius:0 0 10px 10px;background:#ffffffb3}.sgdp-review-transport>button:first-child{width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#ef7c84;color:#fff;cursor:pointer}.sgdp-review-transport>span{color:#6b645e;font-size:9px;font-weight:700;text-align:center}.sgdp-review-transport>input{width:100%;accent-color:#ef7c84}.sgdp-review-time-track{height:5px;overflow:hidden;border-radius:99px;background:#3f3b371c}.sgdp-review-time-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ef7c84,#ffd55f)}.sgdp-review-transport .redo{min-height:31px;display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border:1px solid rgba(63,59,55,.15);border-radius:999px;background:#fffc;color:#675f59;font:700 9px Poppins,sans-serif;cursor:pointer}.sgdp-response-toolkit{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:15px}.sgdp-response-toolkit button{min-height:39px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 16px;border:1px solid rgba(63,59,55,.22);border-radius:999px;background:#ffffffa8;color:#625b55;box-shadow:inset 0 1px #fffffff2,0 5px 13px #3f3b370d;font:700 10px Poppins,sans-serif;white-space:nowrap;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.sgdp-response-toolkit button{cursor:pointer}.sgdp-response-toolkit button>svg{flex:0 0 auto;color:#df6872}.sgdp-response-toolkit button.active{border-color:#df6872;color:#a43d47;box-shadow:0 0 0 2px #ef6f7833,inset 0 1px #fffffff2}.sgdp-response-toolkit button.submit{border-color:#e5bc429e;background:linear-gradient(135deg,#ffe9aa,#ffd45f);color:#614a08}.sgdp-response-toolkit button.submit>svg{color:#7a5a00}.sgdp-response-toolkit button:disabled{cursor:not-allowed;filter:grayscale(.35);opacity:.45}.sgdp-response-toolkit button{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.sgdp-response-toolkit button:not(:disabled):hover{transform:scale(1.04);box-shadow:0 9px 20px #3f3b3717}.sgdp-tool-note{margin-top:9px;padding:10px 13px;border:1px solid rgba(63,59,55,.1);border-radius:10px;background:#ffffff94;color:#756d66;font-size:9px;line-height:1.55}.sgdp-learning-panel{margin-top:18px;overflow:hidden;scroll-margin-top:92px;border:1px solid rgba(63,59,55,.12);border-radius:15px;background:#ffffffab;box-shadow:inset 0 1px #fffffff5,0 10px 24px #3f3b370f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sgdp-learning-panel>header{min-height:61px;display:flex;align-items:center;gap:10px;padding:10px 17px;border-bottom:1px solid rgba(239,111,120,.18);background:linear-gradient(135deg,#fff7e1b8,#ffe8ea7a)}.sgdp-learning-panel>header svg{color:#df6872}.sgdp-learning-panel>header p{margin:0;color:#a55b61;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sgdp-learning-panel>header h2{margin:2px 0 0;color:#514c47;font-size:14px}.sgdp-guide-sections{padding:4px 17px 13px}.sgdp-guide-sections>article{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;padding:16px 0;border-bottom:1px solid rgba(63,59,55,.08)}.sgdp-guide-sections>article:last-child{border-bottom:0}.sgdp-guide-sections>article>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#ffe694,#ffd052);color:#614a08;font-size:11px;font-weight:800}.sgdp-guide-sections h3{margin:3px 0 10px;color:#403c38;font-size:14px}.sgdp-guide-sections p,.sgdp-ai-response p{margin:0;color:#554f4a;font-size:14px;line-height:1.75}.sgdp-guide-markdown>:first-child{margin-top:0}.sgdp-guide-markdown>:last-child{margin-bottom:0}.sgdp-guide-markdown h3,.sgdp-guide-markdown h4,.sgdp-guide-markdown h5,.sgdp-guide-markdown h6{margin:16px 0 7px;color:#403c38;line-height:1.4}.sgdp-guide-markdown h3{font-size:15px}.sgdp-guide-markdown h4{font-size:14px}.sgdp-guide-markdown p{margin:7px 0}.sgdp-guide-markdown ul,.sgdp-guide-markdown ol{margin:8px 0;padding-left:21px;color:#554f4a}.sgdp-guide-markdown li{margin:5px 0;font-size:14px;line-height:1.65}.sgdp-guide-markdown strong{color:#3f3b37;font-weight:700}.sgdp-framing-step{margin-top:12px;padding:12px 14px;border-radius:9px;background:#ffc92838}.sgdp-note{margin:0 0 10px;padding:10px 12px;border-left:3px solid rgba(239,111,120,.55);border-radius:0 9px 9px 0;background:#fff4e880}.sgdp-note strong{color:#554f4a;font-size:12px}.sgdp-note p{margin-top:3px}.sgdp-note small{display:block;margin-top:5px;color:#9d5158;font-size:11px;font-weight:600}.sgdp-template-text mark,.sgdp-ai-response mark{padding:1px 3px;border-radius:4px;background:#ffc92847;color:#604900}.sgdp-ai-response{padding:20px 22px 23px}.sgdp-ai-sample>header{background:linear-gradient(135deg,#fff0beb8,#ffe1e480)}.sgdp-noise-overlay{position:fixed;z-index:1200;inset:0;display:grid;place-items:center;padding:20px;background:#25221f7a;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.sgdp-noise-modal{width:min(520px,100%);overflow:hidden;border:1px solid rgba(255,255,255,.55);border-radius:20px;background:#ffffffed;box-shadow:0 28px 80px #18161447,inset 0 1px #fff;color:#4a4541;-webkit-backdrop-filter:blur(26px) saturate(145%);backdrop-filter:blur(26px) saturate(145%)}.sgdp-noise-modal>header{display:flex;align-items:center;gap:12px;padding:18px 20px 14px;border-bottom:1px solid rgba(63,59,55,.09)}.sgdp-noise-modal>header>span{width:45px;height:45px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,#ffe69b,#ffd25a);color:#654d08}.sgdp-noise-modal>header div{min-width:0}.sgdp-noise-modal>header p{margin:0;color:#b05b62;font-size:8px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.sgdp-noise-modal>header h2{margin:2px 0 0;color:#3f3b37;font-size:19px}.sgdp-noise-modal>header button{width:34px;height:34px;display:grid;place-items:center;margin-left:auto;padding:0;border:0;border-radius:50%;background:#3f3b370f;color:#655e58;cursor:pointer}.sgdp-noise-intro{margin:0;padding:14px 20px 4px;color:#706862;font-size:11px;line-height:1.65}.sgdp-noise-switch{position:relative;display:flex;align-items:center;justify-content:space-between;margin:10px 20px;padding:13px 14px;border:1px solid rgba(63,59,55,.1);border-radius:13px;background:#fffaeb99;cursor:pointer}.sgdp-noise-switch>div{display:flex;align-items:center;gap:10px}.sgdp-noise-switch>div>svg{color:#dc6670}.sgdp-noise-switch span{display:flex;flex-direction:column}.sgdp-noise-switch strong{font-size:11px}.sgdp-noise-switch small{margin-top:2px;color:#8a817a;font-size:8px}.sgdp-noise-switch input{position:absolute;opacity:0}.sgdp-noise-switch>i{position:relative;width:42px;height:24px;flex:0 0 auto;border-radius:999px;background:#b9b4af;transition:.2s ease}.sgdp-noise-switch>i:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #0003;transition:.2s ease}.sgdp-noise-switch input:checked+i{background:#ef7c84}.sgdp-noise-switch input:checked+i:after{transform:translate(18px)}.sgdp-noise-levels{padding:7px 20px 4px}.sgdp-noise-levels>p{margin:0 0 8px;font-size:10px;font-weight:700}.sgdp-noise-levels>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.sgdp-noise-levels button{min-height:58px;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding:8px 11px;border:1px solid rgba(63,59,55,.13);border-radius:11px;background:#ffffffb8;color:#5c5550;cursor:pointer}.sgdp-noise-levels button span{font:700 10px Poppins,sans-serif}.sgdp-noise-levels button small{margin-top:2px;color:#928981;font:500 7px Poppins,sans-serif}.sgdp-noise-levels button.active{border-color:#df6872;background:#ffe5e7b3;box-shadow:0 0 0 2px #ef6f7829}.sgdp-noise-volume{display:grid;grid-template-columns:1fr auto;gap:8px;margin:13px 20px 18px}.sgdp-noise-volume span{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700}.sgdp-noise-volume strong{color:#a44a52;font-size:10px}.sgdp-noise-volume input{grid-column:1 / -1;width:100%;accent-color:#ef7c84}.sgdp-noise-modal>footer{display:flex;justify-content:flex-end;gap:9px;padding:13px 20px 18px;border-top:1px solid rgba(63,59,55,.08)}.sgdp-noise-modal>footer button{min-width:104px;min-height:39px;border:1px solid rgba(63,59,55,.15);border-radius:11px;background:#ffffffc2;color:#5d5650;font:700 10px Poppins,sans-serif;cursor:pointer}.sgdp-noise-modal>footer button.save{border-color:#e3bc48;background:linear-gradient(135deg,#ffe89e,#ffd35c);color:#614900}@media(max-width:760px){.sgdp-topic-bar{min-height:0;display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:10px;padding:12px;border-radius:12px}.sgdp-topic-bar>div:first-child{display:block;width:100%}.sgdp-topic-bar strong{display:-webkit-box;overflow:hidden;font-size:13px;line-height:1.42;white-space:normal;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sgdp-topic-bar .sgdp-topic-meta{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:6px}.sgdp-topic-meta .sgdp-difficulty,.sgdp-topic-meta .sgdp-appeared{min-height:26px;display:inline-flex;align-items:center;justify-content:center;align-self:auto;margin:0;padding:5px 9px;border-radius:999px;box-sizing:border-box;font-size:9px;line-height:1;letter-spacing:.01em;white-space:nowrap}.sgdp-topic-meta .sgdp-difficulty{border-color:#ffffff5c;background:#ffffff21}.sgdp-topic-meta .sgdp-appeared{border-color:#ffc9289e;background:#ffc92824}}@media(max-width:520px){.sgdp-question-nav button{min-width:0;flex:1}.sgdp-review-title{align-items:flex-start;flex-direction:column;gap:3px}.sgdp-review-waveform{height:68px;gap:1px;padding-inline:7px}.sgdp-review-transport{grid-template-columns:auto 35px minmax(65px,1fr) 35px auto}.sgdp-review-transport>input{display:none}.sgdp-review-transport .redo{grid-column:1 / -1;justify-self:end}.sgdp-response-toolkit{gap:7px}.sgdp-response-toolkit button{min-height:36px;padding:7px 11px;font-size:9px}.sgdp-transcript-body{padding-inline:12px}.sgdp-transcript-body article strong{font-size:13px}.sgdp-transcript-body article p{font-size:13px;line-height:1.7}.sgdp-guide-sections{padding-inline:12px}.sgdp-guide-sections>article{grid-template-columns:30px minmax(0,1fr);gap:9px}.sgdp-guide-sections p,.sgdp-ai-response p{font-size:13px}.sgdp-noise-overlay{align-items:end;padding:8px}.sgdp-noise-modal{max-height:92vh;overflow-y:auto;border-radius:18px 18px 12px 12px}.sgdp-noise-levels>div{grid-template-columns:1fr}}.sstp-workspace{--sstp-red:#ef6f78;--sstp-yellow:#ffc928;--sstp-ink:#3f3b37;width:100%;max-width:1420px;margin:0 auto;padding:22px 26px 28px;box-sizing:border-box;border:1px solid rgba(63,59,55,.12);border-radius:18px;background:radial-gradient(circle at 8% 0,rgba(255,201,40,.14),transparent 28%),radial-gradient(circle at 96% 6%,rgba(239,111,120,.14),transparent 30%),linear-gradient(145deg,#fffdf7f5,#fff7efe0);color:var(--sstp-ink);box-shadow:0 18px 45px #3f3b371a,inset 0 1px #fffffff5;font-family:Poppins,sans-serif}.sstp-header{display:flex;align-items:center;gap:13px;padding-bottom:15px;border-bottom:1px solid rgba(63,59,55,.12)}.sstp-task-icon{width:50px;height:50px;display:grid;place-items:center;flex:0 0 auto;border-radius:14px;background:linear-gradient(145deg,#ffe69b,#ffd25a);color:#624b08;box-shadow:0 8px 18px #e5bc4238,inset 0 1px #ffffffa6}.sstp-task-icon small{margin-top:-10px;font-size:8px;font-weight:900}.sstp-header>div:nth-child(2){min-width:0;flex:1}.sstp-header p,.sstp-header h1{margin:0}.sstp-header p{color:#a55b61;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sstp-header h1{color:#403c38;font-size:20px;line-height:1.25}.sstp-tools{display:flex;gap:7px}.sstp-tools button{min-width:61px;display:grid;place-items:center;gap:3px;padding:7px 8px;border:1px solid rgba(63,59,55,.14);border-radius:11px;background:#ffffff9e;color:#665f59;box-shadow:inset 0 1px #fffffff2,0 5px 14px #1010100d;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.sstp-tools button:hover:not(:disabled){transform:scale(1.055);border-color:#ef6f7861;color:#b24b54;box-shadow:0 10px 22px #3f3b371c}.sstp-tools button span{font-size:8px;font-weight:800}.sstp-tools button.active{border-color:#df6872;background:#ffeff0c7;color:#a43d47;box-shadow:0 0 0 2px #ef6f782b}.sstp-tools button:disabled{opacity:.4;cursor:not-allowed}.sstp-instruction{margin:16px 0 14px;color:#5b554f;font-size:13px;line-height:1.65}.sstp-topic-bar{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;border-radius:10px;background:linear-gradient(105deg,#373431f0,#524c46de);color:#fff;box-shadow:0 11px 25px #3f3b3726,inset 0 1px #ffffff38}.sstp-topic-bar:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 10%,rgba(255,255,255,.16) 37%,transparent 58%)}.sstp-topic-bar>strong,.sstp-topic-bar>div{position:relative;z-index:1}.sstp-topic-bar>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.sstp-topic-bar>div{display:flex;gap:8px}.sstp-topic-bar span{padding:5px 9px;border:1px solid rgba(255,255,255,.34);border-radius:7px;background:#ffffff1f;font-size:10px;font-weight:700;white-space:nowrap}.sstp-topic-bar span:last-child{border-color:#ffc928b3;background:#ffc9281f;color:var(--sstp-yellow)}.sstp-player-section{margin-top:16px;padding:15px 17px;border:1px solid rgba(16,16,16,.1);border-radius:14px;background:linear-gradient(135deg,#ffffffa1,#fff9e580);box-shadow:inset 0 1px #fffffffa,0 12px 28px #10101014;-webkit-backdrop-filter:blur(20px) saturate(140%);backdrop-filter:blur(20px) saturate(140%)}.sstp-player-heading{display:flex;align-items:center;gap:9px;margin-bottom:11px;color:var(--sstp-red)}.sstp-player-heading p,.sstp-player-heading h2{margin:0}.sstp-player-heading p{color:#a55b61;font-size:8px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.sstp-player-heading h2{color:#514c47;font-family:Poppins,sans-serif;font-size:14px;font-weight:300;letter-spacing:-.015em;line-height:1.4}.sstp-player{display:grid;grid-template-columns:auto 42px minmax(110px,1fr) 42px auto auto minmax(60px,120px);align-items:center;gap:9px;padding:10px 12px;border:1px solid rgba(16,16,16,.15);border-radius:11px;background:linear-gradient(135deg,#ffffffb8,#ffffff73);box-shadow:inset 0 1px #fffffffa,0 10px 24px #10101012}.sstp-play{width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--sstp-red);color:#fff;box-shadow:0 7px 15px #ef6f783b;cursor:pointer}.sstp-player>span{color:#6b645e;font-size:10px;font-weight:700;text-align:center}.sstp-player input{width:100%;accent-color:var(--sstp-red)}.sstp-rate{padding:6px 8px;border:0;border-radius:8px;background:#3f3b37e0;color:#ffe078;font-weight:800;cursor:pointer}.sstp-editor{margin-top:17px;overflow:hidden;border:1px solid rgba(16,16,16,.11);border-radius:15px;background:#ffffffa8;box-shadow:inset 0 1px #fffffffa,0 12px 28px #10101012;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sstp-editor>header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;border-bottom:1px solid rgba(239,111,120,.18);background:linear-gradient(135deg,#fff7e1b8,#ffe8ea7a)}.sstp-editor header p,.sstp-editor header h2{margin:0}.sstp-editor header p{color:#a55b61;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sstp-editor header h2{color:#514c47;font-size:15px}.sstp-editor header>div:last-child{display:flex;align-items:center;gap:9px}.sstp-editor header span,.sstp-editor header strong{padding:5px 9px;border:1px solid rgba(63,59,55,.13);border-radius:999px;background:#ffffffb8;color:#6b645e;font-size:10px}.sstp-editor header span.urgent{color:#b42320;border-color:#ef6f7880;background:#ffebedbf}.sstp-editor header strong.valid{color:#614a08;border-color:#e5bc429e;background:#ffe9aab3}.sstp-editor textarea{display:block;width:100%;min-height:230px;box-sizing:border-box;resize:vertical;padding:20px;border:0;outline:0;background:#ffffff6b;color:#403c38;font:400 15px/1.75 Poppins,sans-serif}.sstp-editor textarea:focus{box-shadow:inset 0 0 0 2px #ef6f7833}.sstp-editor textarea:disabled{background:#f6f3efb8}.sstp-editor>footer{display:grid;grid-template-columns:auto minmax(80px,1fr) auto;align-items:center;gap:12px;padding:10px 15px;border-top:1px solid rgba(63,59,55,.09);color:#756d66;font-size:9px;font-weight:700}.sstp-editor footer i{height:6px;overflow:hidden;border-radius:99px;background:#1010101c}.sstp-editor footer i b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--sstp-red),var(--sstp-yellow))}.sstp-error{margin:10px 0 0;padding:10px 12px;border:1px solid rgba(239,111,120,.45);border-radius:10px;background:#ffebedb8;color:#a43d47;font-size:11px}.sstp-toolkit{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:15px}.sstp-toolkit button{min-height:39px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 16px;border:1px solid rgba(63,59,55,.22);border-radius:999px;background:#ffffffa8;color:#625b55;box-shadow:inset 0 1px #fffffff2,0 5px 13px #3f3b370d;font:700 10px Poppins,sans-serif;white-space:nowrap;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.sstp-toolkit button>svg{color:#df6872}.sstp-toolkit button:not(:disabled):hover{transform:scale(1.04);box-shadow:0 9px 20px #3f3b3717}.sstp-toolkit button.active{border-color:#df6872;color:#a43d47;box-shadow:0 0 0 2px #ef6f7833,inset 0 1px #fffffff2}.sstp-toolkit button.submit{margin-left:auto;border-color:#e5bc429e;background:linear-gradient(135deg,#ffe9aa,#ffd45f);color:#614a08}.sstp-toolkit button.submit>svg{color:#7a5a00}.sstp-toolkit button:disabled{cursor:not-allowed;filter:grayscale(.35);opacity:.45}.sstp-learning-panel,.sstp-result{margin-top:18px;overflow:hidden;scroll-margin-top:92px;border:1px solid rgba(63,59,55,.12);border-radius:15px;background:#ffffffab;box-shadow:inset 0 1px #fffffff5,0 10px 24px #3f3b370f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sstp-learning-panel>header,.sstp-result>header{min-height:61px;display:flex;align-items:center;gap:10px;padding:10px 17px;border-bottom:1px solid rgba(239,111,120,.18);background:linear-gradient(135deg,#fff7e1b8,#ffe8ea7a);color:#df6872}.sstp-learning-panel header p,.sstp-learning-panel header h2,.sstp-result header p,.sstp-result header h2{margin:0}.sstp-learning-panel header p,.sstp-result header p{color:#a55b61;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.sstp-learning-panel header h2,.sstp-result header h2{color:#514c47;font-size:14px}.sstp-learning-grid{padding:4px 17px 13px}.sstp-learning-grid>article{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;padding:16px 0;border-bottom:1px solid rgba(63,59,55,.08)}.sstp-learning-grid>article:last-child{border-bottom:0}.sstp-learning-grid>article>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#ffe694,#ffd052);color:#614a08;font-size:11px;font-weight:800}.sstp-learning-grid h3,.sstp-template-grid h3,.sstp-reference-grid h3{margin:3px 0 9px;color:#403c38;font-size:14px}.sstp-learning-grid p,.sstp-learning-grid li,.sstp-template-grid p,.sstp-reference-grid p,.sstp-reference-grid li{color:#554f4a;font-size:13px;line-height:1.75}.sstp-learning-grid p{margin:5px 0}.sstp-template-grid,.sstp-reference-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:11px;padding:14px}.sstp-template-grid article,.sstp-reference-grid article{padding:14px;border:1px solid rgba(63,59,55,.1);border-radius:11px;background:#fffaeb80}.sstp-template-grid button{min-height:34px;padding:7px 11px;border:1px solid rgba(229,188,66,.62);border-radius:999px;background:linear-gradient(135deg,#ffe9aa,#ffd45f);color:#614a08;font-weight:800;cursor:pointer}.sstp-reference-grid p{white-space:pre-wrap}.sstp-result>header>strong{margin-left:auto;padding:6px 10px;border-radius:999px;background:linear-gradient(135deg,#ffe9aa,#ffd45f);color:#614a08}.sstp-result>.scoring-reading-container{margin:0;border:0;box-shadow:none}.sstp-nav{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-top:16px;padding-top:15px;border-top:1px solid rgba(63,59,55,.1)}.sstp-nav button{min-width:132px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:8px 15px;border:1px solid rgba(63,59,55,.14);border-radius:12px;background:#fff9;color:#514c47;box-shadow:inset 0 1px #fffffff2,0 6px 16px #3f3b370f;font:700 11px Poppins,sans-serif;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.sstp-nav button.next{margin-left:0;border-color:#ef6f7857;background:linear-gradient(135deg,#ffebedeb,#ffdaddc7);color:#a83f48}.sstp-nav button:disabled{opacity:.42;cursor:not-allowed;box-shadow:none}.sstp-nav button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 9px 20px #3f3b371a}.sstp-nav span{display:flex;flex-direction:column;text-align:left;font-weight:800;line-height:1.15}.sstp-nav .next span{text-align:right}.sstp-nav small{color:#9a9189;font-size:8px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}@media(max-width:720px){.sstp-workspace{padding:16px 12px 22px;border-radius:14px}.sstp-header{align-items:flex-start;flex-wrap:wrap}.sstp-tools{width:100%;overflow-x:auto;padding-bottom:3px}.sstp-tools button{flex:1 0 64px}.sstp-topic-bar{align-items:flex-start;flex-direction:column}.sstp-player{grid-template-columns:auto 37px minmax(70px,1fr) 37px 66px}.sstp-player>svg,.sstp-volume{display:none}.sstp-player .playback-speed-trigger{width:100%;min-width:0;padding-inline:6px}.sstp-editor textarea{min-height:210px}.sstp-editor>header{align-items:flex-start;flex-direction:column}.sstp-toolkit{gap:7px}.sstp-toolkit button{min-height:36px;padding:7px 11px;font-size:9px}.sstp-toolkit button.submit{margin-left:0}.sstp-nav button{min-width:0;flex:1}.sstp-template-grid,.sstp-reference-grid{grid-template-columns:1fr}}.sstp-topic-bar>strong{color:#fff!important}.sstp-play{display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:0}.sstp-play svg{display:block}.sstp-play svg:not(.lucide-pause){transform:translate(1px)}.sstp-toolkit button.submit{margin-left:0}.listening-question-toolkit{align-items:stretch}.listening-toolkit-divider{width:1px;align-self:stretch;margin:2px;background:#3f3b3724}.listening-toolkit-navigation-row{display:flex;align-items:stretch;gap:10px}.sstp-toolkit button.listening-toolkit-navigation{border-color:#3f3b3729;background:#ffffffb8;color:#514c47}.sstp-toolkit button.listening-toolkit-navigation.next{border-color:#ef6f7857;background:linear-gradient(135deg,#ffebedeb,#ffdaddc7);color:#a83f48}.sstp-edit-actions{display:flex;align-items:center;gap:7px;padding:9px 14px;border-bottom:1px solid rgba(63,59,55,.09);background:#ffffff73}.sstp-edit-actions button{min-height:31px;display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border:1px solid rgba(63,59,55,.14);border-radius:999px;background:#ffffffbf;color:#625b55;font:700 9px Poppins,sans-serif;cursor:pointer}.sstp-edit-actions button:hover:not(:disabled){border-color:#ef6f7861;color:#a43d47}.sstp-edit-actions button:disabled{opacity:.42;cursor:not-allowed}.wfdp-workspace .sstp-editor textarea{min-height:170px}.wfdp-workspace .wfd-ai-result{padding:18px}@media(max-width:720px){.sstp-toolkit{align-items:flex-start}.sstp-toolkit button.submit{margin-left:0}.sstp-edit-actions{overflow-x:auto}.sstp-edit-actions button{flex:0 0 auto}.listening-question-toolkit{align-items:stretch;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.listening-question-toolkit button{width:100%;white-space:normal}.listening-toolkit-divider{display:none}.listening-toolkit-navigation-row{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.listening-toolkit-navigation-row button:only-child{grid-column:1/-1}}.listening-practice-content{position:relative;margin-top:16px;overflow:visible;border:1px solid rgba(16,16,16,.1);border-radius:15px;background:#ffffff9e;box-shadow:inset 0 1px #fffffffa,0 12px 28px #10101012;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.listening-practice-content .listening-mcq,.listening-practice-content .fib-l-container,.listening-practice-content .hiw-container,.listening-practice-content .mcq-container,.listening-practice-content .mcq-m-container{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.listening-practice-content .listening-master-player{border-color:#10101024!important;background:linear-gradient(135deg,#ffffffb8,#fff9e57a)!important;box-shadow:none!important}.listening-practice-content button[class*=submit]{border:1px solid rgba(229,188,66,.62)!important;border-radius:999px!important;background:linear-gradient(135deg,#ffe9aa,#ffd45f)!important;color:#614a08!important;box-shadow:0 7px 16px #e5bc4233!important;font-family:Poppins,sans-serif!important}.listening-practice-content button[class*=submit]:disabled{filter:grayscale(.45);opacity:.5;box-shadow:none!important}.listening-practice-content [class*=instructions],.listening-practice-content .listening-mcq__instruction{border-color:#ef6f782e!important;background:linear-gradient(135deg,#fff7e1b8,#ffe8ea7a)!important;color:#514c47!important}.listening-practice-content .listening-mcq__tools button,.listening-practice-content [class*=hint-btn]{border-color:#3f3b372e!important;border-radius:999px!important;background:#ffffffb3!important;color:#a43d47!important}.listening-practice-content .listening-mcq__option,.listening-practice-content .mcq-option,.listening-practice-content .mcq-m-option{border-color:#3f3b3724!important;border-radius:12px!important;background:#ffffffa8!important}.listening-practice-content .listening-mcq__option.selected,.listening-practice-content .mcq-option.selected,.listening-practice-content .mcq-m-option.selected{border-color:#df6872!important;background:#ffe5e7ad!important;box-shadow:0 0 0 2px #ef6f7826!important}.listening-practice-content .fib-l-input{border-color:#3f3b3738!important;border-radius:8px!important;background:#fffc!important}.listening-practice-content .fib-l-input:focus{border-color:#df6872!important;box-shadow:0 0 0 2px #ef6f7829!important}.listening-practice-content .hiw-word.hiw-selected{background:#ffd45f!important;color:#514000!important}.listening-practice-content .hiw-text-area,.listening-practice-content .fib-l-text-area{color:#514c47!important}.listening-practice-content{--listening-surface:rgba(255,255,255,.66);--listening-border:rgba(63,59,55,.12);--listening-muted:#756d66;--listening-accent:#df6872;--listening-gold:#ffd45f}.listening-practice-content .listening-mcq,.listening-practice-content .fib-l-container,.listening-practice-content .hiw-container{width:100%;box-sizing:border-box;color:#514c47;font-family:Poppins,sans-serif}.listening-practice-content .fib-l-container{gap:0}.listening-practice-content .fib-l-header,.listening-practice-content .hiw-header{margin:0;padding:15px 17px;border-bottom:1px solid var(--listening-border);background:linear-gradient(135deg,#ffffff85,#fff9e566)}.listening-practice-content .listening-mcq .listening-master-player,.listening-practice-content .fib-l-header .listening-master-player,.listening-practice-content .hiw-header .listening-master-player{overflow:visible;border:1px solid rgba(16,16,16,.13)!important;border-radius:11px!important;background:linear-gradient(135deg,#ffffffc7,#fff9e58a)!important}.listening-practice-content .listening-mcq>.listening-master-player{margin:15px 17px 0;width:auto}.listening-practice-content .listening-mcq__instruction,.listening-practice-content .fib-l-instructions,.listening-practice-content .hiw-instructions{margin:0!important;padding:13px 17px!important;border:0!important;border-bottom:1px solid rgba(239,111,120,.18)!important;border-radius:0!important;background:linear-gradient(135deg,#fff7e1c2,#ffe8ea80)!important;color:#514c47!important;font-size:12px!important;line-height:1.55}.listening-practice-content .listening-mcq__instruction{border-bottom:1px solid rgba(239,111,120,.18)!important}.listening-practice-content .listening-mcq__instruction svg{color:var(--listening-accent)}.listening-practice-content .listening-mcq__instruction span{color:var(--listening-muted)}.listening-practice-content .fib-l-timer-wrapper{margin:0;padding:10px 17px 0;background:#ffffff61}.listening-practice-content .fib-l-text-area,.listening-practice-content .hiw-text-area{margin:16px 17px;padding:19px 20px;border:1px solid var(--listening-border)!important;border-radius:13px!important;background:var(--listening-surface)!important;box-shadow:inset 0 1px #fffffff5,0 8px 20px #3f3b370d;font-size:14px;line-height:2.15;text-align:left}.listening-practice-content .fib-l-input-wrapper{margin:7px 5px 2px}.listening-practice-content .fib-l-input{min-height:34px;padding:4px 9px;font:600 13px Poppins,sans-serif}.listening-practice-content .hiw-word{margin:1px 0;padding:2px 4px;border-radius:6px}.listening-practice-content .listening-mcq__question{padding:18px 17px}.listening-practice-content .listening-mcq__question legend{color:#514c47}.listening-practice-content .listening-mcq__letter{background:#ffe49785;color:#71550a}.listening-practice-content .listening-mcq__footer,.listening-practice-content .fib-l-footer,.listening-practice-content .hiw-footer{min-height:68px;box-sizing:border-box;margin:0;padding:13px 17px 17px;border-top:1px solid var(--listening-border);background:#ffffff5c}.listening-practice-content .fib-l-footer{display:flex;justify-content:flex-start}.listening-practice-content .hiw-footer{display:flex;gap:12px}.listening-practice-content .listening-mcq__result,.listening-practice-content .hiw-container>.scoring-reading-container,.listening-practice-content .fib-l-container>.scoring-reading-container{margin:0!important;border:0!important;border-top:1px solid rgba(239,111,120,.18)!important;border-radius:0!important;background:linear-gradient(135deg,#fff7e18c,#ffeeef6b)!important;box-shadow:none!important}.listening-practice-content .listening-mcq__guide,.listening-practice-content .listening-mcq__explanation,.listening-practice-content .listening-mcq__transcript{border-color:var(--listening-border);background:#ffffffad}.listening-practice-content .listening-mcq__guide-item>span{background:linear-gradient(145deg,#ffe694,#ffd052);color:#614a08}.listening-practice-content>.listening-mcq,.listening-practice-content>.fib-l-container,.listening-practice-content>.hiw-container{padding:0 17px 17px}.listening-practice-content .sstp-player-section{position:relative;z-index:100;margin-top:17px;overflow:visible}.listening-task-canvas{margin-top:17px;overflow:hidden;border:1px solid rgba(16,16,16,.11);border-radius:15px;background:#ffffffa8;box-shadow:inset 0 1px #fffffffa,0 12px 28px #10101012;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.listening-task-canvas>header{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 16px;border-bottom:1px solid rgba(239,111,120,.18);background:linear-gradient(135deg,#fff7e1b8,#ffe8ea7a)}.listening-task-canvas>header p,.listening-task-canvas>header h2{margin:0}.listening-task-canvas>header p{color:#a55b61;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.listening-task-canvas>header h2{color:#514c47;font-size:15px}.listening-task-canvas>header>strong{padding:5px 9px;border:1px solid rgba(63,59,55,.13);border-radius:999px;background:#ffffffb8;color:#6b645e;font-size:10px}.listening-task-canvas>header .question-timer{width:auto;padding:0}.listening-task-canvas>header .timer-badge{border-color:#3f3b3721;background:#ffffffb8;box-shadow:none}.listening-task-canvas .listening-mcq__question{padding:17px}.listening-task-canvas .hiw-instructions,.listening-task-canvas .fib-l-instructions{border-top:0!important}.listening-task-canvas .hiw-text-area,.listening-task-canvas .fib-l-text-area{margin:16px 17px!important}.listening-practice-content .sstp-toolkit{margin-top:15px}.listening-practice-content .sstp-learning-panel{margin-top:16px}.listening-practice-content .sstp-result{margin-top:26px!important;border:1px solid rgba(63,59,55,.12)!important;border-radius:15px!important;box-shadow:inset 0 1px #fffffff5,0 12px 28px #3f3b3714!important}.listening-practice-content .listening-mcq__result{padding:0!important}.listening-practice-content .listening-mcq__result>.listening-mcq__score{padding:16px 17px}.listening-practice-content .listening-mcq__result>.listening-mcq__explanation{margin:0 17px 17px}@media(max-width:720px){.listening-practice-content{margin-top:13px;border-radius:13px}.listening-practice-content .fib-l-header,.listening-practice-content .hiw-header{padding:12px}.listening-practice-content .listening-mcq>.listening-master-player{margin:12px 12px 0}.listening-practice-content .listening-mcq__instruction,.listening-practice-content .fib-l-instructions,.listening-practice-content .hiw-instructions{padding:11px 12px!important}.listening-practice-content .fib-l-timer-wrapper{padding:9px 12px 0}.listening-practice-content .fib-l-text-area,.listening-practice-content .hiw-text-area{margin:12px;padding:15px 13px;font-size:13px;line-height:2}.listening-practice-content .listening-mcq__question{padding:14px 12px}.listening-practice-content .listening-mcq__footer,.listening-practice-content .fib-l-footer,.listening-practice-content .hiw-footer{padding:12px}.listening-practice-content .fib-l-footer,.listening-practice-content .hiw-footer{align-items:stretch;flex-direction:column}.listening-practice-content .fib-l-submit-btn,.listening-practice-content .hiw-submit-btn{width:100%}.listening-practice-content>.listening-mcq,.listening-practice-content>.fib-l-container,.listening-practice-content>.hiw-container{padding:0 12px 12px}.listening-practice-content .sstp-player-section{margin-top:12px;padding:12px}.listening-task-canvas{margin-top:12px;border-radius:13px}.listening-task-canvas>header{align-items:flex-start;flex-direction:column;padding:11px 12px}.listening-task-canvas .hiw-text-area,.listening-task-canvas .fib-l-text-area{margin:12px!important}.listening-practice-content .sstp-result{margin-top:20px!important;border-radius:13px!important}}.sstp-toolkit .listening-submit-progress{position:relative;overflow:hidden;min-width:126px;isolation:isolate;transition:border-color .2s ease,box-shadow .2s ease}.sstp-toolkit .listening-submit-progress.grading{border-color:#8ab4f8!important;background:#e8f0fe!important;color:#174ea6!important;filter:none!important;opacity:1!important;box-shadow:0 0 0 1px #4285f414,0 7px 16px #4285f41f!important}.listening-submit-progress-fill{position:absolute;z-index:-1;inset:0 auto 0 0;background:linear-gradient(90deg,#d2e3fc,#aecbfa);transition:width .12s linear}.listening-submit-progress-label{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}.listening-submit-progress-label .spinning{animation:listening-submit-spin .9s linear infinite}@keyframes listening-submit-spin{to{transform:rotate(360deg)}}.listening-question-toolkit{padding:10px;border:1px solid #eadde1;border-radius:13px;background:#fffdfa;box-shadow:0 7px 20px #382c300f;-webkit-backdrop-filter:none;backdrop-filter:none}.listening-question-toolkit button{border-radius:9px;background:#fff;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;transition:background .16s ease,border-color .16s ease,transform .16s ease}.listening-question-toolkit button:not(:disabled):hover{transform:translateY(-1px);border-color:#a8426261;background:#fdf4f7;box-shadow:none}.listening-question-toolkit button.active{border-color:#a842626b;background:#fbeef2;box-shadow:none}.listening-question-toolkit button:focus-visible{outline:3px solid rgba(168,66,98,.22);outline-offset:2px}.listening-question-toolkit button.submit{border-radius:9px;box-shadow:none}.reading-practice-workspace{--rp-red:#ef6f78;--rp-yellow:#ffc928;--rp-ink:#3f3b37;width:100%;max-width:1420px;margin:0 auto;padding:22px 26px 28px;box-sizing:border-box;border:1px solid rgba(63,59,55,.12);border-radius:18px;background:radial-gradient(circle at 8% 0,rgba(255,201,40,.14),transparent 28%),radial-gradient(circle at 96% 6%,rgba(239,111,120,.14),transparent 30%),linear-gradient(145deg,#fffdf7f5,#fff7efe0);color:var(--rp-ink);box-shadow:0 18px 45px #3f3b371a,inset 0 1px #fffffff5;font-family:Poppins,sans-serif}.reading-practice-header{display:flex;align-items:center;gap:13px;padding-bottom:15px;border-bottom:1px solid rgba(63,59,55,.12)}.reading-practice-icon{width:50px;height:50px;display:grid;place-items:center;flex:0 0 auto;border-radius:14px;background:linear-gradient(145deg,#ffe69b,#ffd25a);color:#624b08;box-shadow:0 8px 18px #e5bc4238,inset 0 1px #ffffffa6}.reading-practice-icon small{margin-top:-10px;font-size:8px;font-weight:900}.reading-practice-heading{min-width:0;flex:1}.reading-practice-heading p,.reading-practice-heading h1{margin:0}.reading-practice-heading p{color:#a55b61;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.reading-practice-heading h1{color:#403c38;font-size:20px;line-height:1.25}.reading-bookmark{min-width:70px;display:grid;place-items:center;gap:3px;padding:7px 8px;border:1px solid rgba(63,59,55,.14);border-radius:11px;background:#ffffff9e;color:#665f59;box-shadow:inset 0 1px #fffffff2,0 5px 14px #1010100d;cursor:pointer}.reading-bookmark span{font-size:8px;font-weight:800}.reading-bookmark.active{border-color:#df6872;background:#ffeff0c7;color:#a43d47;box-shadow:0 0 0 2px #ef6f782b}.reading-practice-instruction{margin:16px 0 14px;color:#5b554f;font-size:13px;line-height:1.65}.reading-practice-topic{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;border-radius:10px;background:linear-gradient(105deg,#373431f0,#524c46de);color:#fff;box-shadow:0 11px 25px #3f3b3726,inset 0 1px #ffffff38}.reading-practice-topic>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff!important;font-size:14px}.reading-practice-topic>div{display:flex;gap:8px}.reading-practice-topic span{padding:5px 9px;border:1px solid rgba(255,255,255,.34);border-radius:7px;background:#ffffff1f;font-size:10px;font-weight:700;white-space:nowrap}.reading-practice-topic span:last-child{border-color:#ffc928b3;background:#ffc9281f;color:var(--rp-yellow)}.reading-practice-content{margin-top:16px;overflow:visible;border:1px solid rgba(16,16,16,.1);border-radius:15px;background:#ffffff9e;box-shadow:inset 0 1px #fffffffa,0 12px 28px #10101012;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.reading-practice-content .rop-bubble-container,.reading-practice-content .rw-fib-container,.reading-practice-content .r-fib-container,.reading-practice-content .mcq-container,.reading-practice-content .mcq-m-container{width:100%;max-width:none;margin:0!important;border:0!important;border-radius:15px!important;background:transparent!important;box-shadow:none!important;color:#514c47;font-family:Poppins,sans-serif}.reading-practice-content .question-timer{display:flex;justify-content:flex-end;padding:12px 16px 0}.reading-practice-content .timer-badge{border:1px solid rgba(63,59,55,.14);border-radius:999px;background:#ffffffb8;color:#a43d47;box-shadow:inset 0 1px #fffffff2}.reading-practice-content [class*=instructions],.reading-practice-content [class*=instruction]{border-color:#ef6f782e!important;background:linear-gradient(135deg,#fff7e1bd,#ffe8ea7a)!important;color:#514c47!important}.reading-practice-content [class*=passage],.reading-practice-content [class*=text-area],.reading-practice-content [class*=drop-zone],.reading-practice-content [class*=sentence]{border-color:#3f3b3721!important;background:#ffffffa8!important;color:#514c47!important}.reading-practice-content [class*=option]{border-color:#3f3b3724!important;border-radius:12px!important;background:#ffffffad!important;color:#514c47!important}.reading-practice-content [class*=option].selected{border-color:#df6872!important;background:#ffe5e7ad!important;box-shadow:0 0 0 2px #ef6f7826!important}.reading-practice-content button[class*=submit],.reading-practice-content .rw-fib-check-btn,.reading-practice-content .r-fib-check-btn{border:1px solid rgba(229,188,66,.62)!important;border-radius:999px!important;background:linear-gradient(135deg,#ffe9aa,#ffd45f)!important;color:#614a08!important;box-shadow:0 7px 16px #e5bc4233!important;font-family:Poppins,sans-serif!important}.reading-practice-content button[class*=hint],.reading-practice-content button[class*=reset],.reading-practice-content button[class*=clear]{border:1px solid rgba(63,59,55,.18)!important;border-radius:999px!important;background:#ffffffb8!important;color:#a43d47!important;font-family:Poppins,sans-serif!important}.reading-practice-content .scoring-reading-container{margin:0!important;border:0!important;border-top:1px solid rgba(239,111,120,.18)!important;border-radius:0 0 15px 15px!important;background:linear-gradient(135deg,#fff7e194,#ffeeef70)!important;box-shadow:none!important}.reading-practice-nav{display:flex;align-items:center;gap:10px;margin-top:16px;padding-top:15px;border-top:1px solid rgba(63,59,55,.1)}.reading-practice-nav button{min-width:132px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:8px 15px;border:1px solid rgba(63,59,55,.14);border-radius:12px;background:#fff9;color:#514c47;box-shadow:inset 0 1px #fffffff2,0 6px 16px #3f3b370f;font:700 11px Poppins,sans-serif;cursor:pointer}.reading-practice-nav button.next{border-color:#ef6f7857;background:linear-gradient(135deg,#ffebedeb,#ffdaddc7);color:#a83f48}.reading-practice-nav button:disabled{opacity:.42;cursor:not-allowed}.reading-practice-nav span{display:flex;flex-direction:column;text-align:left;font-weight:800;line-height:1.15}.reading-practice-nav .next span{text-align:right}.reading-practice-nav small{color:#9a9189;font-size:8px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}@media(max-width:720px){.reading-practice-workspace{padding:16px 12px 22px;border-radius:14px}.reading-practice-header{align-items:flex-start}.reading-practice-heading h1{font-size:17px}.reading-bookmark{min-width:58px}.reading-practice-topic{align-items:flex-start;flex-direction:column}.reading-practice-content{margin-top:13px;border-radius:13px}.reading-practice-content .question-timer{padding:10px 12px 0}.reading-practice-content .rop-bubble-container,.reading-practice-content .rw-fib-container,.reading-practice-content .r-fib-container,.reading-practice-content .mcq-container,.reading-practice-content .mcq-m-container{border-radius:13px!important}.reading-practice-nav button{min-width:0;flex:1}}.reading-practice-tools{display:flex;align-items:stretch;gap:9px}.reading-practice-tools button{min-width:70px;display:grid;place-items:center;gap:3px;padding:7px 8px;border:1px solid rgba(63,59,55,.14);border-radius:11px;background:#ffffff9e;color:#665f59;box-shadow:inset 0 1px #fffffff2,0 5px 14px #1010100d;cursor:pointer}.reading-practice-tools button span{font-size:8px;font-weight:800}.reading-practice-tools button.active{border-color:#df6872;background:#ffeff0c7;color:#a43d47;box-shadow:0 0 0 2px #ef6f782b}.reading-question-toolkit{display:flex;align-items:stretch;flex-wrap:wrap;gap:10px;margin:16px 17px;padding-top:15px;border-top:1px solid rgba(63,59,55,.1)}.reading-question-toolkit button{min-height:39px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 16px;border:1px solid rgba(63,59,55,.22);border-radius:999px;background:#ffffffa8;color:#625b55;box-shadow:inset 0 1px #fffffff2,0 5px 13px #3f3b370d;font:700 10px Poppins,sans-serif;white-space:nowrap;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.reading-question-toolkit button>svg{color:#df6872}.reading-question-toolkit button:not(:disabled):hover{transform:scale(1.04);box-shadow:0 9px 20px #3f3b3717}.reading-question-toolkit button.active{border-color:#df6872;color:#a43d47;box-shadow:0 0 0 2px #ef6f7833,inset 0 1px #fffffff2}.reading-question-toolkit button.submit{border-color:#e5bc429e;background:linear-gradient(135deg,#ffe9aa,#ffd45f);color:#614a08}.reading-question-toolkit button.submit>svg{color:#7a5a00}.reading-question-toolkit button:disabled{cursor:not-allowed;filter:grayscale(.35);opacity:.45}.reading-toolkit-divider{width:1px;align-self:stretch;margin:2px;background:#3f3b3724}.reading-toolkit-navigation-row{display:flex;align-items:stretch;gap:10px}.reading-question-toolkit button.reading-toolkit-navigation{border-color:#3f3b3729;background:#ffffffb8;color:#514c47}.reading-question-toolkit button.reading-toolkit-navigation.next{border-color:#ef6f7857;background:linear-gradient(135deg,#ffebedeb,#ffdaddc7);color:#a83f48}.reading-practice-result{scroll-margin-top:92px;margin-top:22px;border-top:1px solid rgba(239,111,120,.18)}.reading-practice-content>.rop-bubble-container,.reading-practice-content>.rw-fib-container,.reading-practice-content>.r-fib-container,.reading-practice-content>.mcq-container,.reading-practice-content>.mcq-m-container{overflow:visible!important}.reading-practice-content .rop-actions,.reading-practice-content .rw-fib-footer,.reading-practice-content .r-fib-footer,.reading-practice-content .mcq-footer,.reading-practice-content .mcq-m-footer{display:none!important}.reading-practice-workspace--rop{max-width:1580px;padding-inline:clamp(18px,2.4vw,38px);background:linear-gradient(180deg,#fff,#fffdfa)}.reading-practice-workspace--rop .reading-practice-heading h1{font-family:Poppins,sans-serif;font-size:clamp(23px,2vw,31px);font-weight:300;letter-spacing:-.035em;line-height:1.18;text-shadow:0 4px 14px rgba(76,48,57,.13)}.reading-practice-workspace--rop .reading-practice-heading p{font-size:10px;font-weight:600;letter-spacing:.12em}.reading-practice-workspace--rop .reading-practice-instruction{margin:16px 0 14px;padding:14px 16px;border:1px solid rgba(168,66,98,.14);border-left:4px solid #a84262;border-radius:10px;background:#fff;color:#4e4548;font-size:15px;font-weight:550;line-height:1.55;box-shadow:0 3px 10px #4a2b350b}.reading-practice-workspace--rop .reading-practice-instruction{padding:clamp(15px,1.6vw,22px) clamp(17px,2vw,28px);font-family:Poppins,sans-serif;font-size:clamp(15px,1.25vw,18px);font-weight:300;letter-spacing:-.012em;line-height:1.6;text-shadow:0 2px 8px rgba(76,48,57,.09);box-shadow:0 8px 24px #4a2b3511}.reading-practice-workspace--rop .reading-practice-topic{background:#fff;color:#40383b;border:1px solid rgba(63,59,55,.12);box-shadow:0 5px 15px #3f3b370f}.reading-practice-workspace--rop .reading-practice-topic>strong{color:#40383b!important;font-size:clamp(16px,1.25vw,19px);font-weight:300;letter-spacing:-.02em;text-shadow:0 2px 8px rgba(76,48,57,.1)}.reading-practice-workspace--rop .reading-practice-topic span{padding:6px 11px;border-color:#a8426229;background:#fdf4f7;color:#7f2f4a;font-size:12px}.reading-practice-workspace--rop .reading-practice-topic span:last-child{border-color:#be901033;background:#fff8df;color:#775b08}.reading-practice-workspace--rop .reading-practice-content{margin-top:20px}@media(max-width:720px){.reading-practice-workspace--rop{padding-inline:12px}.reading-practice-workspace--rop .reading-practice-heading h1{font-size:22px;letter-spacing:-.025em}.reading-practice-workspace--rop .reading-practice-instruction{padding:14px 15px;font-size:15px;line-height:1.58}.reading-practice-workspace--rop .reading-practice-topic>strong{font-size:16px;white-space:normal}}.reading-support-panel{margin:18px 17px 0;overflow:hidden;scroll-margin-top:92px;border:1px solid rgba(63,59,55,.12);border-radius:15px;background:#ffffffb3;box-shadow:inset 0 1px #fffffff5,0 12px 28px #3f3b3712;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.reading-support-panel>header{min-height:62px;display:flex;align-items:center;gap:10px;padding:11px 17px;border-bottom:1px solid rgba(239,111,120,.18);background:linear-gradient(135deg,#fff7e1cc,#ffe8ea8c);color:#df6872}.reading-support-panel>header>div{min-width:0}.reading-support-panel>header p,.reading-support-panel>header h2{margin:0}.reading-support-panel>header p{color:#a55b61;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.reading-support-panel>header h2{color:#514c47;font-size:14px}.reading-support-panel>header>span,.reading-support-panel>header>strong{margin-left:auto;display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border:1px solid rgba(229,188,66,.5);border-radius:999px;background:#ffffffa8;color:#70550a;font-size:9px;font-weight:800;white-space:nowrap}.reading-guide-intro{display:flex;align-items:flex-start;gap:11px;margin:14px 15px 0;padding:13px 14px;border:1px solid rgba(229,188,66,.35);border-radius:12px;background:linear-gradient(135deg,#fff5ccb8,#fed9);color:#775c13}.reading-guide-intro svg{flex:0 0 auto;margin-top:2px;color:#df6872}.reading-guide-intro p{margin:0;color:#5d554d;font-size:12px;line-height:1.65}.reading-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:11px;padding:14px 15px 16px}.reading-guide-grid article{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:11px;padding:14px;border:1px solid rgba(63,59,55,.1);border-radius:12px;background:#ffffff9e;box-shadow:inset 0 1px #fffffff0,0 7px 17px #3f3b370a}.reading-guide-grid article>span{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(145deg,#ffe694,#ffd052);color:#614a08;font-size:10px;font-weight:900;box-shadow:0 5px 11px #e5bc422e}.reading-guide-grid h3{margin:2px 0 7px;color:#403c38;font-size:13px}.reading-guide-grid p,.reading-guide-grid li{margin:0;color:#5a534d;font-size:11px;line-height:1.7}.reading-guide-grid strong{color:#a43d47}.reading-guide-grid ul,.reading-guide-grid ol{margin:7px 0 0;padding-left:18px}.reading-blank-guide{margin:0 15px 16px;padding:14px;border:1px solid rgba(239,111,120,.16);border-radius:12px;background:linear-gradient(135deg,#fff6f7c7,#fffbeb9e)}.reading-blank-guide__heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:11px}.reading-blank-guide__heading p{margin:0;color:#514c47;font-size:12px;font-weight:800}.reading-blank-guide__heading span{padding:4px 8px;border-radius:999px;background:#ef6f781a;color:#a43d47;font-size:8px;font-weight:800}.reading-blank-guide>div:last-child{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:9px}.reading-blank-guide article{padding:11px 12px;border:1px solid rgba(63,59,55,.09);border-radius:10px;background:#ffffffb3}.reading-blank-guide article>strong{display:block;margin-bottom:5px;color:#a43d47;font-size:10px}.reading-blank-guide article p{margin:0;color:#5a534d;font-size:10px;line-height:1.65}.reading-result-panel>header>strong{border-color:#e5bc429e;background:linear-gradient(135deg,#ffe9aa,#ffd45f);font-size:11px}.reading-result-panel.perfect>header{background:linear-gradient(135deg,#efffe7c2,#fff7dab8)}.reading-result-panel.perfect>header>svg{color:#5d9d32}.reading-result-overview{display:grid;grid-template-columns:74px minmax(0,1fr);align-items:center;gap:15px;margin:15px;padding:15px;border:1px solid rgba(63,59,55,.1);border-radius:13px;background:linear-gradient(135deg,#ffffffc2,#fff9e594);box-shadow:inset 0 1px #fffffff2}.reading-result-ring{width:68px;height:68px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(#ef6f78 0 var(--reading-score),rgba(63,59,55,.1) var(--reading-score) 360deg);position:relative}.reading-result-ring:after{content:"";position:absolute;inset:6px;border-radius:50%;background:#fffaf1;box-shadow:inset 0 1px 5px #3f3b3714}.reading-result-ring span{position:relative;z-index:1;color:#514c47;font-size:14px;font-weight:900}.reading-result-overview>div:last-child>span{display:inline-flex;align-items:center;gap:6px;color:#a43d47;font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.reading-result-overview h3{margin:4px 0 3px;color:#403c38;font-size:16px}.reading-result-overview p{margin:0;color:#6d655e;font-size:10px;line-height:1.55}.reading-result-body{padding:0 15px 16px}.reading-result-panel .scoring-reading-container{max-width:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}.reading-result-panel .scoring-reading-container>.score-header{display:none!important}.reading-result-panel .rop-result-layout,.reading-result-panel .score-breakdown-list{gap:11px}.reading-result-panel .rop-global-explanation{margin:0 0 12px;padding:14px;border:1px solid rgba(229,188,66,.3);border-radius:12px;background:linear-gradient(135deg,#fff5cc9e,#ffebed8a);box-shadow:none}.reading-result-panel .explanation-header{color:#a43d47}.reading-result-panel .explanation-content p,.reading-result-panel .explanation-content li{color:#514c47;font-size:11px;line-height:1.7}.reading-result-panel .explanation-content strong{color:#a43d47;background:#ef6f781a}.reading-result-panel .score-item-card{padding:13px 14px;border:1px solid rgba(63,59,55,.1);border-left:4px solid #ef6f78;border-radius:12px;background:#ffffffb3;box-shadow:0 7px 18px #3f3b370b}.reading-result-panel .score-item-card.correct{border-left-color:#73ad4b;background:#f6fff0b8}.reading-result-panel .score-item-header{margin-bottom:9px}.reading-result-panel .blank-number{color:#514c47;font-size:10px}.reading-result-panel .status-badge{border-radius:999px;font-size:8px}.reading-result-panel .answer-comparison{gap:12px;margin-bottom:9px}.reading-result-panel .label{font-size:8px;text-transform:uppercase;letter-spacing:.04em}.reading-result-panel .value{font-size:11px}.reading-result-panel .explanation-box{padding:10px 11px;border:1px solid rgba(229,188,66,.25);border-radius:9px;background:#fff8e1b8;font-size:10px}.reading-result-panel .rop-comparison-grid{gap:11px}.reading-result-panel .rop-column{padding:12px;border:1px solid rgba(63,59,55,.09);border-radius:12px;background:#ffffff94}.reading-result-panel .rop-column h4{color:#6d655e;font-size:9px;letter-spacing:.07em}.reading-result-panel .rop-result-item{padding:10px;border-color:#3f3b371a;border-radius:9px;background:#ffffffbd}.reading-result-panel .rop-result-item.correct{border-color:#73ad4b47;background:#f1faebc2}.reading-result-panel .rop-result-item p{color:#514c47;font-size:10px;line-height:1.55}.reading-result-panel .follow-up-section{margin-top:14px;padding-top:13px;border-top:1px solid rgba(63,59,55,.1)}.reading-result-panel .follow-up-title{color:#514c47;font-size:10px}.reading-result-panel .follow-up-grid{gap:7px}.reading-result-panel .follow-up-chip{padding:7px 11px;border-color:#ef6f7833;background:#fff4f5a8;color:#705f5b;font-size:9px;box-shadow:none}.reading-result-panel .follow-up-chip:hover{border-color:#df6872;background:#ffe8eacc;color:#a43d47}.reading-result-panel .chip-highlight{color:#a43d47;background:#ef6f781a}.reading-result-panel .empty-explanation{padding:14px;border:1px dashed rgba(63,59,55,.18);border-radius:11px;background:#ffffff8c;color:#756d66;font-size:10px}@media(max-width:720px){.reading-practice-header{flex-wrap:wrap}.reading-practice-tools{width:100%;overflow-x:auto;padding-bottom:3px}.reading-practice-tools button{min-width:0;flex:1}.reading-question-toolkit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:13px 12px}.reading-question-toolkit button{width:100%;min-height:36px;padding:7px 11px;font-size:9px;white-space:normal}.reading-toolkit-divider{display:none}.reading-toolkit-navigation-row{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.reading-toolkit-navigation-row button:only-child{grid-column:1/-1}.reading-support-panel{margin:14px 12px 0;border-radius:13px}.reading-support-panel>header{align-items:flex-start;padding:11px 12px}.reading-support-panel>header>span{display:none}.reading-guide-intro{margin:12px 11px 0;padding:11px}.reading-guide-grid{grid-template-columns:1fr;padding:11px}.reading-guide-grid article{padding:12px}.reading-blank-guide{margin:0 11px 12px;padding:11px}.reading-blank-guide>div:last-child{grid-template-columns:1fr}.reading-result-overview{grid-template-columns:58px minmax(0,1fr);gap:11px;margin:11px;padding:12px}.reading-result-ring{width:56px;height:56px}.reading-result-ring span{font-size:12px}.reading-result-overview h3{font-size:14px}.reading-result-body{padding:0 11px 12px}.reading-result-panel .rop-comparison-grid{grid-template-columns:1fr}}.di-feedback-full-container{width:100%;background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;font-family:Poppins,sans-serif;border:1px solid #e5e7eb;overflow:hidden;margin-top:16px}.di-feedback-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:linear-gradient(90deg,#f0fdfa,#e0f2fe);border-bottom:1px solid #e5e7eb}.di-header-title{display:flex;align-items:center;gap:10px}.di-header-title h2{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0}.di-sparkle-icon{font-size:1.5rem}.di-overall-score-badge{background-color:#3b82f6;padding:8px 16px;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 8px #3b82f64d}.di-score-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600;opacity:.9}.di-score-value{font-size:1.4rem;font-weight:700;line-height:1.2}.di-feedback-body{display:flex;flex-direction:row;align-items:center;padding:24px;gap:32px}.di-feedback-list{flex:1;display:flex;flex-direction:column;gap:16px}.di-list-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin-top:0;margin-bottom:8px}.di-feature-item{display:flex;align-items:flex-start;gap:12px}.di-feature-icon{font-size:1.5rem;background:#f3f4f6;padding:8px;border-radius:50%;min-width:44px;height:44px;display:flex;align-items:center;justify-content:center}.di-feature-text{display:flex;flex-direction:column}.di-feature-text strong{font-size:.95rem;color:#374151;margin-bottom:2px}.di-feature-text p{font-size:.85rem;color:#6b7280;margin:0;line-height:1.4}.di-feedback-chart-wrapper{flex:1;min-width:320px;display:flex;align-items:center;justify-content:center}@media(max-width:850px){.di-feedback-header{flex-direction:column;align-items:flex-start;gap:16px}.di-overall-score-badge{align-self:flex-start}.di-feedback-body{flex-direction:column-reverse}.di-feedback-chart-wrapper{width:100%;min-width:unset}}.di-feature-text .di-skill-header{font-size:.95rem;color:#374151;margin-bottom:2px;display:block}.di-feedback-markdown p{font-size:.85rem;color:#6b7280;margin:0;line-height:1.5}.di-feedback-markdown strong{color:#1e40af;font-weight:600;background-color:#dbeafe;padding:0 3px;border-radius:4px}.di-skeleton-container{position:relative;min-height:480px;pointer-events:none}.di-skeleton-dim{opacity:.35;filter:grayscale(100%)}.di-skeleton-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;background:#fff6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px}.di-progress-circle-wrapper{position:relative;width:90px;height:90px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;background:#fff;border-radius:50%;box-shadow:0 8px 30px #3b82f633}.di-progress-circle-wrapper svg.di-responsive-svg-ring{position:absolute;top:0;left:0;width:100%;height:100%;transform:rotate(-90deg);transform-origin:center;overflow:visible}.di-progress-text-center{font-family:Poppins,sans-serif;font-weight:700;font-size:1.15rem;color:#1e293b;z-index:2;letter-spacing:-.5px}.di-loading-text{font-family:Poppins,sans-serif;font-weight:600;color:#3b82f6;font-size:1.05rem;margin:0;animation:pulse-text 2s infinite ease-in-out;text-shadow:0 2px 10px rgba(255,255,255,.8)}@keyframes pulse-text{0%,to{opacity:.6;transform:scale(.98)}50%{opacity:1;transform:scale(1)}}.di-shimmer-box,.di-shimmer-circle{background-color:#e2e8f0;background-image:linear-gradient(90deg,#fff0,#fffc,#fff0);background-size:200% 100%;background-repeat:no-repeat;animation:shimmer-sweep 2s infinite ease-in-out;border-radius:6px}.di-shimmer-circle{border-radius:50%}@keyframes shimmer-sweep{0%{background-position:-200% 0}to{background-position:200% 0}}.di-upsell-container{position:relative;min-height:480px;pointer-events:auto}.di-upsell-preview-dim{opacity:.42;filter:blur(2px) grayscale(20%);transform:scale(.995);transition:all .3s ease}.di-upsell-backdrop{position:absolute;inset:0;z-index:11;border-radius:16px}.di-upsell-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:12;padding:24px;background:#ffffff47;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px}.di-upsell-card{width:min(460px,100%);background:#ffffffeb;border:1px solid rgba(59,130,246,.18);box-shadow:0 18px 50px #0f172a24;border-radius:20px;padding:24px;text-align:center}.di-upsell-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:600;font-size:.8rem;margin-bottom:14px}.di-upsell-locked-icon{font-size:1rem}.di-upsell-title{font-size:1.35rem;font-weight:700;color:#0f172a;margin:0 0 8px}.di-upsell-subtitle{font-size:.95rem;line-height:1.55;color:#475569;margin:0 0 18px}.di-upsell-cta{width:100%;border:none;border-radius:14px;padding:14px 16px;background:linear-gradient(90deg,#2563eb,#1d4ed8);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 10px 24px #2563eb47;transition:transform .2s ease,box-shadow .2s ease}.di-upsell-cta:hover{transform:translateY(-2px);box-shadow:0 14px 28px #2563eb59}.di-feedback-chart-wrapper{height:350px}@media(max-width:850px){.di-feedback-chart-wrapper{height:300px}}@media(max-width:480px){.di-feedback-full-container{border-radius:12px}.di-feedback-header{padding:16px;gap:12px}.di-header-title h2{font-size:1.1rem}.di-sparkle-icon{font-size:1.3rem}.di-overall-score-badge{padding:6px 12px;border-radius:8px}.di-score-value{font-size:1.2rem}.di-feedback-body{padding:16px;gap:20px}.di-feature-item{gap:10px}.di-feature-icon{min-width:36px;height:36px;font-size:1.1rem;padding:6px}.di-feature-text strong{font-size:.9rem}.di-feedback-markdown p{font-size:.8rem}.di-skeleton-container{min-height:360px}.di-progress-circle-wrapper{width:70px;height:70px;margin-bottom:12px}.di-progress-text-center,.di-loading-text{font-size:.9rem}.di-feedback-chart-wrapper{height:260px;min-width:100%}.di-upsell-container{min-height:360px}.di-upsell-overlay{padding:16px}.di-upsell-card{padding:20px 16px;width:100%}.di-upsell-title{font-size:1.15rem}.di-upsell-subtitle{font-size:.85rem}}.expandable-analysis-toggle{width:100%;min-height:42px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding:9px 14px;border:1px solid #d8d8d8;border-radius:8px;background:#fff;color:#303030;font:700 13px/1.2 Poppins,sans-serif;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.expandable-analysis-toggle:hover{border-color:#ef8a5d;background:#fff8f4}.expandable-analysis-toggle:active{transform:translateY(1px)}.expandable-analysis-toggle:focus-visible{outline:3px solid rgba(28,176,246,.25);outline-offset:2px}.expandable-analysis-toggle small{color:#777;font-size:11px;font-weight:600}.expandable-analysis-toggle i{color:#ef6f78;font-size:15px;font-style:normal}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{transform:translateY(20px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.question-modal-overlay{position:fixed;inset:0;background-color:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:2000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-out}.practice-modal-content{background-color:#f7f7f7;width:80vw;height:90vh;border-radius:16px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;overflow:hidden;animation:slideInUp .4s ease-out}.speech-recognition-mode{padding:2rem 2.5rem;display:flex;flex-direction:column;gap:1.5rem;overflow-y:hidden;position:relative}.practice-modal-close{position:absolute;top:1.25rem;right:1.5rem;background:#e5e5e5;border:none;width:36px;height:36px;border-radius:50%;font-size:1.5rem;font-weight:700;color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s ease}.practice-modal-close:hover{background:#dcdcdc;color:#555;transform:rotate(90deg)}.speech-recognition-header{display:flex;flex-direction:column;gap:1.25rem;flex-shrink:0;margin-right:2rem}.header-titles h2{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;color:#3c3c3c;margin:0 0 .25rem}.header-titles p{font-size:.95rem;color:#777;margin:0}.speech-legend{display:flex;gap:1.25rem;align-items:center;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:#4b4b4b}.legend-item .dot{width:12px;height:12px;border-radius:50%;display:inline-block}.dot.good{background-color:#58cc02}.dot.average{background-color:#ffc800}.dot.bad{background-color:#ff4b4b}.dot.omitted{background-color:#afafaf}.dot.excellent{background-color:#1cb0f6}.dot.grammar-error{background-color:#ff9800}.transcript-card{background-color:#fff;border-radius:16px;border:2px solid var(--duo-border-light, #e5e5e5);box-shadow:0 4px 0 0 var(--duo-border-light, #e5e5e5);padding:1.5rem 2rem;flex-grow:1;overflow-y:auto;min-height:0}.transcript-text{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:500;line-height:2.2;color:#3c3c3c;word-wrap:break-word}.transcript-word{display:inline-block;margin-right:.15rem;padding:.1rem .25rem;border-radius:6px;cursor:pointer;transition:background-color .2s,transform .1s}.transcript-word.good{color:#58cc02}.transcript-word.average{color:#ffc800}.transcript-word.bad{color:#ff4b4b}.transcript-word.omitted{color:#afafaf;text-decoration:line-through}.transcript-word.inserted{color:#ce82ff;text-decoration:underline;text-decoration-style:dotted}.transcript-word.excellent{color:#1cb0f6;font-weight:700}.transcript-word.grammar-error{color:#ff9800;text-decoration:underline;text-decoration-style:wavy}.transcript-word:hover{background-color:#f5f5f5}.transcript-word.bad:hover{background-color:#fff4f4;transform:translateY(-2px)}.transcript-word.average:hover{background-color:#fffbe5;transform:translateY(-2px)}.transcript-word.inserted:hover{background-color:#fbf5ff}.transcript-word.excellent:hover{background-color:#eaf8ff;transform:translateY(-2px)}.transcript-word.grammar-error:hover{background-color:#fff3e0;transform:translateY(-2px)}.legacy-mistakes-view{padding:2rem;display:flex;flex-direction:column;flex-grow:1;min-height:0;overflow-y:auto}.legacy-mistakes-view h2{font-family:Poppins,sans-serif;margin-bottom:1.5rem;color:#3c3c3c}.mistake-section h3{color:#555;margin-bottom:1rem}.mistake-section ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.mistake-section li{background:#fff;border:2px solid #e5e5e5;border-radius:12px;padding:1rem;font-size:1.1rem;font-weight:700;color:#4b4b4b}.phonetic-hint{color:#1cb0f6}.word-details-overlay{position:fixed;inset:0;background-color:#fff6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease-out}.word-details-panel{position:relative;z-index:100;width:100%;max-width:450px;max-height:100%;background-color:#f0fbff;border:2px solid #bce6ff;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 12px 32px #1cb0f640;display:flex;flex-direction:column;animation:slideDownFadeIn .2s ease-out}@keyframes slideDownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.word-fetching-state,.word-not-found-state{display:flex;align-items:center;justify-content:space-between;color:#555;font-family:Poppins,sans-serif;font-size:.95rem}.loading-spinner{display:inline-block;width:18px;height:18px;border:2px solid #bce6ff;border-top-color:#1cb0f6;border-radius:50%;animation:spin 1s linear infinite;margin-right:10px}@keyframes spin{to{transform:rotate(360deg)}}.word-data-state{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.word-data-left{display:flex;flex-direction:column}.word-data-title{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700;color:#3c3c3c;margin:0;text-transform:capitalize}.word-data-phonetic{font-size:.9rem;color:#1cb0f6;font-weight:500;margin-top:.2rem}.word-data-actions{display:flex;align-items:center;gap:.75rem}.pronunciation-btn{background-color:#fff;border:2px solid #e5e5e5;border-radius:10px;padding:.5rem .75rem;font-family:Poppins,sans-serif;font-weight:600;font-size:.9rem;color:#4b4b4b;cursor:pointer;display:flex;align-items:center;gap:.4rem;box-shadow:0 2px #e5e5e5;transition:all .1s ease}.pronunciation-btn:hover{background-color:#f7f7f7}.pronunciation-btn:active{transform:translateY(2px);box-shadow:0 0 #e5e5e5}.pronunciation-btn .flag{font-size:1.1rem}.speak-emoji{margin-left:4px;font-size:1.1rem;transition:transform .2s ease}.pronunciation-btn:hover .speak-emoji{transform:scale(1.15)}.no-audio-text{font-size:.85rem;color:#888;font-style:italic}.close-panel-btn{background:transparent;border:none;font-size:1.5rem;color:#888;cursor:pointer;padding:0 .25rem;margin-left:.5rem}.close-panel-btn:hover{color:#ff4b4b}.drawer-scrollable-area{display:flex;flex-direction:column;flex-grow:1;min-height:0;width:100%;overflow-y:hidden}.transcript-area-wrapper{display:flex;flex-direction:column;flex-grow:1;min-height:0;width:100%;position:relative}@media(max-width:600px){.question-modal-overlay{align-items:flex-end!important;padding:0!important}.practice-modal-content{width:100vw!important;height:85dvh!important;max-height:85dvh!important;border-radius:24px 24px 0 0!important;box-shadow:0 -10px 40px #00000026;margin:0!important;animation:bottomSheetSlideIn .35s cubic-bezier(.2,.8,.2,1) forwards}@keyframes bottomSheetSlideIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-drag-handle{display:block;width:40px;height:5px;background-color:#dcdcdc;border-radius:10px;margin:0 auto 12px}.speech-recognition-mode{padding:1.5rem 1rem;gap:1rem}.practice-modal-close{top:1rem;right:1rem;width:32px;height:32px;font-size:1.2rem}.header-titles h2{font-size:1.2rem}.header-titles p{font-size:.85rem}.speech-legend{gap:.75rem}.legend-item{font-size:.85rem}.transcript-card{padding:1.25rem;border-radius:12px}.transcript-text{font-size:1.1rem;line-height:2}}@media(max-width:768px){.mobile-drawer-overlay,.question-modal-overlay{position:fixed!important;inset:0!important;height:auto!important;padding:0!important;align-items:flex-end!important}.mobile-drawer-content,.practice-modal-content{width:100vw!important;margin:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.mobile-drawer-overlay{background:#0006;z-index:3000;display:flex;animation:drawerFadeIn .3s ease-out}.mobile-drawer-content{max-height:85dvh;background:#fff;border-radius:24px 24px 0 0;position:relative;display:flex;flex-direction:column;box-shadow:0 -4px 24px #00000026;animation:drawerSlideUp .3s cubic-bezier(.16,1,.3,1) forwards}.drawer-drag-handle{width:40px;height:5px;background:#dcdcdc;border-radius:4px;margin:12px auto;flex-shrink:0}.mobile-drawer-content .practice-modal-close{top:12px;right:16px;background:#f0f0f0}.drawer-scrollable-area{overflow-y:auto;padding:0 1.25rem 2rem;-webkit-overflow-scrolling:touch;flex-grow:1}@keyframes drawerFadeIn{0%{background:#0000}to{background:#0006}}@keyframes drawerSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-drawer-content.speech-recognition-mode{padding:0;gap:0}.mobile-drawer-content .speech-recognition-header{margin-right:3rem;margin-bottom:1rem}}.word-meanings-container{margin-top:1.25rem;padding-top:1rem;border-top:1px dashed #bce6ff;flex-grow:1;overflow-y:auto;text-align:left;display:flex;flex-direction:column;gap:1.25rem}.word-meanings-container::-webkit-scrollbar{width:6px}.word-meanings-container::-webkit-scrollbar-thumb{background-color:#bce6ff;border-radius:4px}.meaning-group{display:flex;flex-direction:column;gap:.5rem}.part-of-speech{font-family:Poppins,sans-serif;font-weight:600;color:#1cb0f6;font-size:.9rem;font-style:italic;display:inline-block}.definitions-list{margin:0;padding-left:1.25rem;color:#4b4b4b;display:flex;flex-direction:column;gap:.75rem}.definition-item{line-height:1.5}.definition-text{margin:0 0 .25rem;font-size:.95rem;font-weight:500}.example-text{margin:0 0 .25rem;font-size:.9rem;font-style:italic;color:#777;padding-left:.5rem;border-left:2px solid #e5e5e5}.synonyms-text,.antonyms-text{margin:.25rem 0 0;font-size:.85rem;color:#666}.synonyms-text strong,.antonyms-text strong{color:#555;font-weight:600}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-base{animation:shimmer 2s infinite linear;background:#f6f7f8;background:linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);background-size:1000px 100%;border-radius:8px}.transcript-skeleton-wrapper{display:flex;flex-direction:column;gap:1rem;padding:1rem 0}.skeleton-line{height:20px;margin-bottom:10px;border-radius:4px}.skeleton-line.w-90{width:90%}.skeleton-line.w-100{width:100%}.skeleton-line.w-80{width:80%}.skeleton-line.w-60{width:60%}.speech-recognition-card-shell{display:flex;flex-direction:column;width:100%;height:100%}.speech-recognition-inline-loading{min-height:260px;display:flex;flex-direction:column;gap:1.25rem}.speech-recognition-status-row{display:flex;align-items:center;justify-content:space-between}.speech-recognition-status-pill{display:inline-flex;align-items:center;gap:.5rem;background-color:#f0fbff;color:#1cb0f6;border:1px solid #bce6ff;padding:.4rem 1rem;border-radius:999px;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600}.speech-recognition-score-skeleton{width:56px;height:56px;border-radius:50%;flex-shrink:0}.speech-recognition-transcript-skeleton{background-color:#fff;border-radius:12px;border:2px solid var(--duo-border-light, #e5e5e5);padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1rem;flex-grow:1}.practice-modal-inline-wrapper{width:100%;background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid #e5e7eb;overflow:hidden;max-height:600px;display:flex;flex-direction:column;transition:min-height .3s ease}.speech-recognition-mode.inline-mode{padding:24px;height:100%}.practice-modal-inline-wrapper .transcript-area-wrapper{position:relative;min-height:150px}.sstp-player .sstp-rate{width:54px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;border:1px solid #d6d3ce;border-radius:8px;background:#fff;color:#4f4b47;box-shadow:0 1px 2px #1018280d;font:700 12px/1 Poppins,sans-serif;letter-spacing:-.01em;white-space:nowrap;cursor:pointer;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.sstp-player .sstp-rate:hover{border-color:#b9b5af;background:#f8f7f5;color:#34312e;box-shadow:0 2px 5px #10182814}.sstp-player .sstp-rate:focus-visible{outline:2px solid rgba(66,133,244,.38);outline-offset:2px}.writing-practice-workspace{--writing-red: #ef6f78;--writing-red-dark: #a43d47;--writing-gold: #ffc928;--writing-ink: #3f3b37;width:100%;max-width:1420px;margin:0 auto;padding:22px 26px 28px;box-sizing:border-box;border:1px solid rgba(63,59,55,.12);border-radius:18px;background:radial-gradient(circle at 8% 0,rgba(255,201,40,.14),transparent 28%),radial-gradient(circle at 96% 6%,rgba(239,111,120,.14),transparent 30%),linear-gradient(145deg,#fffdf7f5,#fff7eeeb);color:var(--writing-ink);box-shadow:0 18px 48px #3f3b371c,inset 0 1px #fff;font-family:Poppins,sans-serif}.writing-practice-header{min-height:64px;display:flex;align-items:center;gap:13px}.writing-practice-icon{width:52px;height:52px;flex:0 0 52px;display:grid;place-items:center;position:relative;border-radius:15px;background:linear-gradient(145deg,#ffe694,#ffd052);color:#614a08;box-shadow:0 8px 20px #e5bc4238}.writing-practice-icon small{position:absolute;right:-6px;bottom:-5px;min-width:25px;padding:3px 5px;border:2px solid #fffaf1;border-radius:999px;background:var(--writing-red);color:#fff;font-size:7px;font-weight:900;text-align:center}.writing-practice-heading{min-width:0}.writing-practice-heading p,.writing-practice-heading h1,.writing-practice-instruction,.writing-question-card p,.writing-answer-card p,.writing-support-panel p,.writing-practice-result p{margin:0}.writing-practice-heading p{color:#a55b61;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.writing-practice-heading h1{color:#403c38;font-size:21px;line-height:1.25;letter-spacing:-.035em}.writing-practice-tools{display:flex;align-items:stretch;gap:9px;margin-left:auto}.writing-practice-tools button{min-width:68px;display:grid;place-items:center;gap:3px;padding:7px 8px;border:1px solid rgba(63,59,55,.14);border-radius:11px;background:#ffffff9e;color:#665f59;box-shadow:inset 0 1px #fffffff2,0 5px 14px #1010100d;cursor:pointer}.writing-practice-tools button span{font:800 8px Poppins,sans-serif}.writing-practice-tools button.active{border-color:#df6872;background:#ffeff0c7;color:var(--writing-red-dark);box-shadow:0 0 0 2px #ef6f782b}.writing-practice-instruction{margin-top:15px;padding:13px 15px;border-left:4px solid var(--writing-red);border-radius:0 11px 11px 0;background:linear-gradient(135deg,#fff7e1c7,#ffe8ea87);color:#514c47;font-size:12px;font-weight:550;line-height:1.65}.writing-practice-topic{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:13px;padding:9px 13px;box-sizing:border-box;border-radius:12px;background:#3f3b37eb;box-shadow:inset 0 1px #ffffff1f,0 7px 16px #3f3b371f}.writing-practice-topic strong{overflow:hidden;color:#fff;font-size:11px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.writing-practice-topic div{display:flex;gap:7px}.writing-practice-topic span{padding:5px 9px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff1a;color:#ffe694;font-size:8px;font-weight:800;white-space:nowrap}.writing-practice-columns{display:grid;grid-template-columns:minmax(0,50fr) 18px minmax(0,50fr);gap:0;margin-top:16px}.writing-column-divider{width:18px;min-height:100%;display:grid;place-items:center;position:relative;z-index:3;cursor:col-resize;touch-action:none;outline:none}.writing-column-divider:before{content:"";width:4px;height:calc(100% - 18px);border-radius:999px;background:#3f3b372e;box-shadow:inset 1px 0 #ffffffb3,0 0 0 1px #3f3b370a;transition:width .16s ease,background .16s ease,box-shadow .16s ease}.writing-column-divider>span{width:28px;height:36px;display:grid;place-items:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(239,111,120,.32);border-radius:999px;background:#fffaf4;color:var(--writing-red-dark);box-shadow:0 5px 14px #3f3b3724,inset 0 1px #fff;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.writing-column-divider:hover:before,.writing-column-divider:focus-visible:before,.writing-practice-columns.is-resizing .writing-column-divider:before{width:6px;background:#ef6f787a;box-shadow:0 0 0 4px #ef6f7817}.writing-column-divider:hover>span,.writing-column-divider:focus-visible>span,.writing-practice-columns.is-resizing .writing-column-divider>span{transform:translate(-50%,-50%) scale(1.08);border-color:var(--writing-red);box-shadow:0 7px 18px #a43d4733,inset 0 1px #fff}body.writing-column-resizing,body.writing-column-resizing *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.writing-question-card,.writing-answer-card{min-width:0;height:clamp(440px,58vh,650px);overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(63,59,55,.12);border-radius:15px;background:#ffffffb3;box-shadow:inset 0 1px #fffffffa,0 12px 28px #3f3b3712;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.writing-question-card>header,.writing-answer-card>header{min-height:67px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;box-sizing:border-box;border-bottom:1px solid rgba(239,111,120,.18);background:linear-gradient(135deg,#fff7e1c7,#ffe8ea80)}.writing-question-card>header p,.writing-answer-card>header p,.writing-support-panel>header p,.writing-practice-result>header p{color:#a55b61;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.writing-question-card>header h2,.writing-answer-card>header h2,.writing-support-panel>header h2,.writing-practice-result>header h2{margin:3px 0 0;color:#514c47;font-size:14px;line-height:1.35}.writing-question-card>header>span{padding:5px 9px;border:1px solid rgba(229,188,66,.5);border-radius:999px;background:#ffffffad;color:#70550a;font-size:8px;font-weight:800;text-transform:uppercase}.writing-question-copy{flex:1;min-height:0;overflow-y:auto;padding:20px 22px;scrollbar-width:thin;scrollbar-color:rgba(164,61,71,.45) transparent}.writing-question-copy p{margin-bottom:15px;color:#403c38;font-family:Georgia,Times New Roman,serif;font-size:15px;line-height:1.82}.writing-question-copy p:last-child{margin-bottom:0}.writing-question-copy ol{margin:0 0 15px;padding-left:28px;color:#403c38;font-family:Georgia,Times New Roman,serif;font-size:15px;line-height:1.7}.writing-question-copy li{margin-bottom:9px;padding-left:5px}.writing-question-copy li:last-child{margin-bottom:0}.writing-question-unavailable{min-height:100%;display:grid;place-content:center;justify-items:center;gap:8px;padding:28px;color:#8b4354;text-align:center}.writing-question-unavailable p{margin:0;color:#5b4249;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;line-height:1.5}.writing-question-unavailable span{max-width:360px;color:#796a6f;font-size:11px;line-height:1.6}.writing-question-card>footer{display:flex;align-items:center;gap:8px;padding:11px 15px;border-top:1px solid rgba(63,59,55,.09);background:#fff9e58c;color:#6d655e;font-size:9px;font-weight:650;line-height:1.45}.writing-question-card>footer svg{flex:0 0 auto;color:#df6872}.writing-answer-status{display:flex;align-items:center;gap:7px}.writing-answer-status span,.writing-answer-status strong{padding:5px 8px;border:1px solid rgba(63,59,55,.12);border-radius:999px;background:#ffffffb8;color:#6b645e;font-size:9px;font-weight:800;white-space:nowrap}.writing-answer-status span.urgent{border-color:#ef6f7859;color:var(--writing-red-dark)}.writing-answer-status strong.valid{border-color:#51963447;background:#f3ffedbf;color:#477e2f}.writing-edit-actions{display:flex;align-items:center;gap:7px;padding:9px 14px;border-bottom:1px solid rgba(63,59,55,.09);background:#ffffff73}.writing-edit-actions button{min-height:31px;display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border:1px solid rgba(63,59,55,.14);border-radius:999px;background:#ffffffbf;color:#625b55;font:700 9px Poppins,sans-serif;cursor:pointer}.writing-edit-actions button:hover:not(:disabled){border-color:#ef6f7861;color:var(--writing-red-dark)}.writing-edit-actions button:disabled{cursor:not-allowed;opacity:.42}.writing-answer-card textarea{flex:1;min-height:0;width:100%;padding:18px 19px;box-sizing:border-box;resize:none;border:0;background:#ffffff6b;color:#403c38;outline:none;font:450 14px/1.78 Poppins,sans-serif}.writing-answer-card textarea::placeholder{color:#9a9189}.writing-answer-card textarea:focus{background:#ffffffc2;box-shadow:inset 0 0 0 2px #ef6f782e}.writing-answer-card textarea:disabled{color:#6d655e;opacity:1}.writing-answer-card>footer{display:grid;grid-template-columns:auto minmax(80px,1fr) auto;align-items:center;gap:10px;padding:11px 14px;border-top:1px solid rgba(63,59,55,.09);color:#756d66;font-size:8px;font-style:normal;font-weight:700}.writing-answer-card>footer i{height:6px;overflow:hidden;border-radius:999px;background:#3f3b3717}.writing-answer-card>footer b{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--writing-gold),var(--writing-red));transition:width .18s ease}.writing-answer-card>footer strong{color:var(--writing-red-dark);font-size:8px;text-align:right}.writing-practice-error{margin:11px 0 0;padding:10px 12px;border:1px solid rgba(239,111,120,.26);border-radius:11px;background:#ffeff0c7;color:#a43d47;font-size:10px;font-weight:750}.writing-question-toolkit{display:flex;align-items:stretch;flex-wrap:wrap;gap:10px;margin-top:16px;padding-top:15px;border-top:1px solid rgba(63,59,55,.1)}.writing-question-toolkit button{min-height:39px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 16px;border:1px solid rgba(63,59,55,.22);border-radius:999px;background:#ffffffa8;color:#625b55;box-shadow:inset 0 1px #fffffff2,0 5px 13px #3f3b370d;font:700 10px Poppins,sans-serif;white-space:nowrap;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.writing-question-toolkit button>svg{color:#df6872}.writing-question-toolkit button:not(:disabled):hover{transform:scale(1.04);box-shadow:0 9px 20px #3f3b3717}.writing-question-toolkit button.active{border-color:#df6872;color:var(--writing-red-dark);box-shadow:0 0 0 2px #ef6f7833,inset 0 1px #fffffff2}.writing-question-toolkit button.submit{border-color:#e5bc429e;background:linear-gradient(135deg,#ffe9aa,#ffd45f);color:#614a08}.writing-question-toolkit button.submit>svg{color:#7a5a00}.writing-question-toolkit button.navigation.next{border-color:#ef6f7857;background:linear-gradient(135deg,#ffebedeb,#ffdaddc7);color:#a83f48}.writing-question-toolkit button:disabled{cursor:not-allowed;filter:grayscale(.35);opacity:.45}.writing-toolkit-divider{width:1px;align-self:stretch;margin:2px;background:#3f3b3724}.writing-support-panel,.writing-practice-result{margin-top:18px;overflow:hidden;scroll-margin-top:92px;border:1px solid rgba(63,59,55,.12);border-radius:15px;background:#ffffffb3;box-shadow:inset 0 1px #fffffff5,0 12px 28px #3f3b3712}.writing-support-panel>header,.writing-practice-result>header{min-height:62px;display:flex;align-items:center;gap:10px;padding:11px 17px;box-sizing:border-box;border-bottom:1px solid rgba(239,111,120,.18);background:linear-gradient(135deg,#fff7e1cc,#ffe8ea8c);color:#df6872}.writing-practice-result>header>strong{margin-left:auto;padding:6px 10px;border:1px solid rgba(229,188,66,.62);border-radius:999px;background:linear-gradient(135deg,#ffe9aa,#ffd45f);color:#614a08;font-size:11px}.writing-source-panel{padding:17px 19px}.writing-source-panel p{color:#514c47;font-family:Georgia,Times New Roman,serif;font-size:14px;line-height:1.85;white-space:pre-line}.writing-support-grid,.writing-template-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;padding:14px 15px 16px}.writing-support-grid>p,.writing-template-grid>p{padding:12px;color:#756d66;font-size:11px}.writing-support-grid article{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:start;align-self:start;gap:13px;padding:17px 18px;border:1px solid #e4e1dc;border-radius:11px;background:#ffffffd1;box-shadow:0 1px 2px #3f3b3709;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.writing-support-grid article:hover{transform:translateY(-1px);border-color:#d8d2ca;box-shadow:0 5px 14px #3f3b370f}.writing-support-grid article>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(229,188,66,.42);border-radius:9px;background:#fff4c7;color:#70550a;font-size:11px;font-weight:900}.writing-support-grid h3,.writing-template-grid h3{margin:1px 0 7px;color:#403c38;font-size:13px;line-height:1.4}.writing-support-grid p,.writing-support-grid li,.writing-template-grid p,.writing-template-grid li{color:#5a534d;font-size:12px;line-height:1.72}.writing-support-grid article>div>:last-child,.writing-support-grid article>div>:last-child>:last-child{margin-bottom:0}.writing-support-grid ul,.writing-support-grid ol,.writing-template-grid ul,.writing-template-grid ol{margin:7px 0 0;padding-left:18px}.writing-template-grid article{padding:14px;border:1px solid rgba(63,59,55,.1);border-radius:12px;background:#ffffffa8}.writing-template-grid article>button{min-height:34px;margin-top:10px;padding:6px 12px;border:1px solid rgba(229,188,66,.62);border-radius:999px;background:linear-gradient(135deg,#ffe9aa,#ffd45f);color:#614a08;font:750 9px Poppins,sans-serif;cursor:pointer}.writing-template-grid article>button:disabled{cursor:not-allowed;opacity:.45}.writing-practice-result .scoring-reading-container{max-width:none;margin:0;border:0;border-radius:0;background:transparent;box-shadow:none}.writing-practice-result .scoring-reading-container>.score-header{display:none}.writing-practice-result .scoring-reading-container{padding:17px;background:#ffffff57}.writing-practice-result .swt-result-layout{gap:13px}.writing-practice-result .sst-subscore-grid{gap:0;overflow:hidden;margin:0;border:1px solid rgba(63,59,55,.1);border-radius:10px;background:#ffffff7a}.writing-practice-result .sst-subscore-card{padding:11px 8px;border:0;border-right:1px solid rgba(63,59,55,.08);border-radius:0;background:transparent;box-shadow:none}.writing-practice-result .sst-subscore-card:last-child{border-right:0}.writing-practice-result .sst-subscore-label{color:#756d66;font-size:9px;letter-spacing:.02em}.writing-practice-result .sst-subscore-value{color:#514c47;font-size:17px}.writing-practice-result .swt-feedback-box,.writing-practice-result .actionable-fix-box,.writing-practice-result .explanation-box{margin:0;padding:14px 15px;border:1px solid rgba(63,59,55,.1);border-left:3px solid rgba(239,111,120,.62);border-radius:9px;background:#ffffff7a;color:#514c47;box-shadow:none}.writing-practice-result .actionable-fix-box{border-left-color:#e5bc42c7;background:#fffcf294}.writing-practice-result .ai-sparkle-icon,.writing-practice-result .actionable-icon{margin:1px 8px 0 0;color:#a55b61;font-size:17px}.writing-practice-result .himal-feedback-header,.writing-practice-result .actionable-header{margin-bottom:7px;color:#514c47;font-size:13px;font-weight:800}.writing-practice-result .feedback-markdown-content,.writing-practice-result .actionable-fix-content,.writing-practice-result .explanation-content p,.writing-practice-result .explanation-content li{color:#5d554d;font-size:11px;line-height:1.72}.writing-practice-result .ai-feedback-highlight,.writing-practice-result .fix-highlight,.writing-practice-result .explanation-content strong{padding:0 2px;border-radius:2px;background:#ef6f7814;color:#8f4249}.writing-practice-result .swt-answer-section{gap:10px;padding-top:4px;border-top:1px solid rgba(63,59,55,.08)}.writing-practice-result .swt-answer-section-heading{padding:10px 2px 0}.writing-practice-result .swt-answer-section-heading h3,.writing-practice-result .swt-coach-title-wrap h4{color:#514c47}.writing-practice-result .swt-answer-section-heading p,.writing-practice-result .swt-coach-title-wrap p{color:#756d66}.writing-practice-result .swt-answer-section-heading .legend-dot{background:#df6872}.writing-practice-result .swt-coach-card{padding:12px;border:1px solid rgba(63,59,55,.1);border-left-width:2px;border-radius:9px;background:#ffffff6b;box-shadow:none}.writing-practice-result .swt-coach-card.simple{border-left-color:#ef6f7894}.writing-practice-result .swt-coach-card.advanced{border-left-color:#e5bc42c2}.writing-practice-result .swt-coach-icon,.writing-practice-result .swt-coach-panel{border-color:#3f3b3717;background:#f8f6f1ad}.writing-practice-result .swt-connector-chip{border-color:#3f3b371a;background:#ffffff9e;color:#6d655e}.writing-practice-result .swt-model-answer-card,.writing-practice-result .band-essay-text{border:1px solid rgba(63,59,55,.1);border-radius:9px;background:#fff9e580;color:#514c47;box-shadow:none}.writing-practice-result .swt-model-answer-card p{color:#514c47;font-weight:600}.writing-practice-result .swt-answer-meta span{border-color:#3f3b371a;background:#ffffff8a;color:#756d66}@media(max-width:900px){.writing-practice-columns{grid-template-columns:1fr!important}.writing-column-divider{display:none}.writing-question-card,.writing-answer-card{height:auto;min-height:380px}.writing-question-copy{max-height:420px}.writing-answer-card textarea{min-height:280px}.writing-support-grid,.writing-template-grid{grid-template-columns:1fr}}@media(max-width:720px){.writing-practice-workspace{padding:16px 12px 22px;border-radius:14px}.writing-practice-header{align-items:flex-start;flex-wrap:wrap}.writing-practice-heading h1{font-size:18px}.writing-practice-tools{width:100%;overflow-x:auto;padding-bottom:3px}.writing-practice-tools button{min-width:0;flex:1 0 64px}.writing-practice-topic{align-items:flex-start;flex-direction:column}.writing-practice-topic strong{white-space:normal}.writing-practice-columns{gap:12px;margin-top:13px}.writing-question-card,.writing-answer-card{min-height:340px;border-radius:13px}.writing-question-card>header,.writing-answer-card>header{min-height:60px;align-items:flex-start;padding:11px 12px}.writing-question-copy{max-height:44vh;padding:16px 14px}.writing-question-copy p{font-size:14px;line-height:1.75}.writing-question-copy ol{padding-left:24px;font-size:14px}.writing-answer-card textarea{min-height:250px;padding:15px 14px}.writing-answer-card>footer{grid-template-columns:1fr auto}.writing-answer-card>footer i{grid-column:1 / -1;grid-row:2}.writing-edit-actions{overflow-x:auto;padding:8px 11px}.writing-edit-actions button{flex:0 0 auto}.writing-question-toolkit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:13px}.writing-question-toolkit button{width:100%;min-height:36px;padding:7px 11px;font-size:9px;white-space:normal}.writing-toolkit-divider{display:none}.writing-support-grid,.writing-template-grid{grid-template-columns:1fr;padding:11px}.writing-support-panel,.writing-practice-result{border-radius:13px}}.gemini-input-container{width:100%;max-width:800px;margin:0 auto;padding:10px 15px;position:relative;z-index:100;box-sizing:border-box}.gemini-desktop-only{display:block}.gemini-mobile-rn-only{display:none}.gemini-input-wrapper{display:flex;flex-direction:column;align-items:stretch;background-color:#fff;border:1px solid #d3d3d3;border-radius:26px;padding:12px 16px;transition:all .2s ease-in-out;box-sizing:border-box}.gemini-input-wrapper:focus-within{background-color:#fff;border-color:#a842626b;box-shadow:0 0 0 3px #a842621a,0 4px 12px #0000001f}.gemini-textarea{width:100%;background:transparent;border:none;resize:none;font-family:inherit;font-size:16px;line-height:24px;color:#1f1f1f;margin-bottom:8px;padding:0;max-height:150px;outline:none;overflow-y:hidden}.mobile-chat-view .gemini-textarea:focus-visible,.mobile-chat-view .rn-imessage-textarea:focus-visible{outline:none!important;outline-offset:0!important}.gemini-textarea:disabled{opacity:.6;cursor:not-allowed}.gemini-bottom-toolbar{display:flex;justify-content:space-between;align-items:center;width:100%}.gemini-left-actions{display:flex;align-items:center;gap:8px}.gemini-right-actions{display:flex;align-items:center}.gemini-tool-btn{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#5f6368;transition:background-color .2s,color .2s;font-family:inherit}.gemini-tool-btn:hover{background-color:#f0f1f3;color:#202124}.circle-btn{width:32px;height:32px;border-radius:50%;padding:6px;background-color:#f0f4f9}.pill-btn{height:32px;padding:0 12px;border-radius:16px;font-size:13px;font-weight:500;background-color:#f0f4f9}.gemini-mic-btn,.gemini-send-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.gemini-mic-btn img,.gemini-send-btn img{width:24px;height:24px;object-fit:contain}.gemini-mic-btn:hover,.gemini-send-btn:hover{background-color:#f0f4f9}.gemini-mic-btn.active{background-color:#ffebee;animation:pulse-red 1.5s infinite}@keyframes pulse-red{0%{box-shadow:0 0 #ff525266}70%{box-shadow:0 0 0 10px #ff525200}to{box-shadow:0 0 #ff525200}}@keyframes rainbow-glow{0%{box-shadow:0 0 5px red,0 0 10px red;border-color:red;color:#d32f2f}20%{box-shadow:0 0 5px #ff9a00,0 0 10px #ff9a00;border-color:#ff9a00;color:#f57c00}40%{box-shadow:0 0 5px #ffeb3b,0 0 10px #ffeb3b;border-color:#fbc02d;color:#fbc02d}60%{box-shadow:0 0 5px #4caf50,0 0 10px #4caf50;border-color:#4caf50;color:#388e3c}80%{box-shadow:0 0 5px #2196f3,0 0 10px #2196f3;border-color:#2196f3;color:#1976d2}to{box-shadow:0 0 5px #9c27b0,0 0 10px #9c27b0;border-color:#9c27b0;color:#7b1fa2}}.tuition-glow-btn{margin-left:8px;border:1.5px solid transparent;font-weight:700!important;animation:rainbow-glow 3s infinite alternate;background-color:#fff!important;white-space:nowrap}.tuition-glow-btn:hover{transform:scale(1.05);background-color:#fafafa!important}.btn-icon{margin-right:6px}@media(max-width:1225px){.gemini-desktop-only{display:none!important}.gemini-mobile-rn-only{display:block}.gemini-input-container{padding:0;max-width:100%}.rn-input-wrapper{background-color:#fff;border-top-left-radius:32px;border-top-right-radius:32px;padding:20px 20px calc(16px + env(safe-area-inset-bottom)) 20px;box-shadow:0 -3px 10px #0000000d;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.rn-task-controls-row{display:flex;justify-content:center;gap:10px;margin-bottom:16px}.rn-task-control-button{display:flex;align-items:center;background-color:#f0f4f9;padding:8px 16px;border-radius:20px;gap:6px;border:none;cursor:pointer;font-family:inherit;transition:opacity .2s}.rn-task-control-button:active{opacity:.7}.rn-next-button{background-color:#1cb0f6}.rn-task-control-text{font-size:14px;font-weight:700;color:#444746}.rn-next-button-text{color:#fff}.rn-text-input{font-size:18px;color:#1f1f1f;min-height:40px;max-height:120px;margin-bottom:16px;border:none;resize:none;background:transparent;font-family:inherit;outline:none;padding:0;width:100%}.rn-text-input::placeholder{color:#5f6368}.rn-toolbar{display:flex;justify-content:space-between;align-items:center}.rn-left-actions{display:flex;align-items:center;gap:16px}.rn-icon-button{padding:4px;background:transparent;border:none;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center}.rn-config-button{gap:6px;padding-left:8px}.rn-config-text{font-size:14px;font-weight:600;color:#444746;font-family:inherit}.rn-config-icon-wrapper{position:relative;display:flex}.rn-notification-dot{position:absolute;top:-2px;right:-2px;width:10px;height:10px;border-radius:50%;background-color:#1cb0f6;border:2px solid #ffffff}.rn-right-actions{display:flex;align-items:center;gap:12px}.rn-pill-button{background-color:#f0f4f9;padding:10px 16px;border-radius:20px;font-size:14px;font-weight:600;color:#444746;border:none;cursor:pointer;font-family:inherit}.rn-pill-button:active{opacity:.7}.rn-circle-button{width:44px;height:44px;border-radius:22px;display:flex;justify-content:center;align-items:center;border:none;cursor:pointer;transition:background-color .2s}.rn-send-active{background-color:#eaf8ff}.rn-send-disabled{background-color:#f3f4f6;cursor:not-allowed}.rn-send-icon{width:34px;height:34px;flex-shrink:0}}@media(max-width:1225px){.gemini-mobile-rn-only{display:block;width:100%}.gemini-input-container{padding:0;max-width:100%;width:100%}.rn-input-wrapper-imessage{width:100%;padding:0;background:transparent;border:none;border-radius:0;box-shadow:none;box-sizing:border-box}.rn-imessage-composer{width:100%;min-height:44px;display:flex;align-items:flex-end;gap:7px;padding:6px 10px;box-sizing:border-box;background:transparent}.rn-imessage-textarea{flex:1;min-width:0;min-height:36px;max-height:88px;margin:0;padding:7px 14px;border-radius:19px;border:1px solid #d9d9de;background:#fff;color:#111827;font-family:inherit;font-size:16px;line-height:20px;font-weight:400;resize:none;outline:none;overflow-y:auto;box-sizing:border-box;box-shadow:none}.rn-imessage-textarea::placeholder{color:#b8b8be;font-weight:400}.rn-imessage-textarea:focus{border-color:#c9c9cf;box-shadow:0 0 0 1px #00000005}.rn-imessage-action{width:34px;height:34px;flex:0 0 34px;margin-bottom:1px;border:none;border-radius:999px;display:grid;place-items:center;background:#f0f1f3;color:#8e8e93;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent;transition:transform .12s ease,background-color .12s ease,color .12s ease,opacity .12s ease}.rn-imessage-action svg{width:19px;height:19px;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.rn-imessage-action-send{background:#1cb0f6;color:#fff}.rn-imessage-action-send.rn-imessage-action-disabled{background:#f0f1f3;color:#a1a1aa;opacity:1;cursor:not-allowed}.rn-imessage-action:active:not(:disabled){transform:scale(.92)}.rn-imessage-action-disabled{pointer-events:none}.rn-task-controls-row-compact{margin:0 0 4px;gap:8px}.rn-task-controls-row-compact .rn-task-control-button{height:30px;padding:0 12px;border-radius:999px}.rn-task-controls-row-compact .rn-task-control-text{font-size:12px}.rn-bottom-action-nav,.rn-primary-actions-dock,.rn-toolbar-premium{display:none!important}}@media(max-width:390px){.rn-imessage-composer{min-height:42px;padding:5px 8px;gap:6px}.rn-imessage-textarea{min-height:34px;padding:6px 12px;border-radius:18px;font-size:15.5px;line-height:20px}.rn-imessage-action{width:32px;height:32px;flex-basis:32px}.rn-imessage-action svg{width:18px;height:18px}}:root,.mobile-chat-view{--pte-brand: #a84262;--pte-brand-strong: #7f2f4a;--pte-brand-action: #df6872;--pte-brand-soft: #fbeef2;--pte-gold: #f5c94a;--pte-gold-strong: #94700a;--pte-gold-soft: #fff8df;--pte-ink: #382c30;--pte-body: #55494d;--pte-muted: #796a6f;--pte-line: #eadde1;--pte-canvas: #fffdfa;--pte-surface: #fff;--pte-success: #5d9d65;--pte-danger: #d36a73;--pte-radius-control: 10px;--pte-radius-panel: 14px;--pte-radius-shell: 18px;--pte-shadow-low: 0 5px 15px rgba(74, 43, 53, .06);--pte-shadow-panel: 0 12px 28px rgba(74, 43, 53, .075), inset 0 1px 0 #fff;--pte-shadow-shell: 0 18px 45px rgba(63, 43, 50, .09), inset 0 1px 0 #fff}.mtg-sheet{--mtg-coral: var(--pte-brand-action);--mtg-yellow: var(--pte-gold);--mtg-ink: var(--pte-ink);--mtg-muted: var(--pte-muted);--mtg-border: var(--pte-line);color:var(--pte-ink);background:linear-gradient(180deg,#fff 0%,var(--pte-canvas) 100%)}.mtg-sheet .mtg-title-icon{border-color:#be90103d;background:linear-gradient(145deg,#ffe69b,#ffd25a);color:#624b08}.mtg-sheet :is(.mtg-rules,.mtg-top-workspace,.mtg-question-row){border-color:var(--pte-line);background:#fff;box-shadow:var(--pte-shadow-low)}.mtg-sheet .mtg-guide-toggle>span:first-child{border-color:#be901040;background:var(--pte-gold-soft);color:var(--pte-gold-strong)}.mtg-sheet .mtg-question-row:hover{border-color:#a8426261;background:#fff8fa;transform:translateY(-1px)}.mtg-sheet .mtg-question-row.selected{border-color:var(--pte-brand);background:var(--pte-brand-soft);box-shadow:0 0 0 2px #a842621f}.mtg-sheet .mtg-cta:not(:disabled){border-color:#be90106b;background:linear-gradient(145deg,#ffe69b,#ffd25a);color:#614a08;box-shadow:0 7px 16px #e5bc4233}.mobile-chat-view .pte-practice-shell{width:100%;max-width:1580px;margin-inline:auto;padding:clamp(18px,2.2vw,34px);box-sizing:border-box;border:1px solid var(--pte-line);border-radius:var(--pte-radius-shell);background:linear-gradient(180deg,var(--pte-surface) 0%,var(--pte-canvas) 100%);color:var(--pte-ink);box-shadow:var(--pte-shadow-shell);font-family:Poppins,sans-serif}.mobile-chat-view .pte-practice-header{display:flex;align-items:center;gap:13px;padding-bottom:15px;border-bottom:1px solid rgba(63,59,55,.12)}.mobile-chat-view .pte-practice-icon{width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;border:1px solid rgba(190,144,16,.22);border-radius:14px;background:linear-gradient(145deg,#ffe69b,#ffd25a);color:#624b08;box-shadow:0 8px 18px #e5bc4233,inset 0 1px #ffffffb3}.mobile-chat-view .pte-practice-icon small{margin-top:-9px;font-size:8px;font-weight:900}.mobile-chat-view .pte-practice-heading{min-width:0;flex:1}.mobile-chat-view .pte-practice-heading>p,.mobile-chat-view .pte-practice-heading>h1{margin:0}.mobile-chat-view .pte-practice-heading>p{color:var(--pte-brand);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.mobile-chat-view .pte-practice-heading>h1{color:var(--pte-ink);font-size:clamp(23px,2vw,31px);font-weight:300;letter-spacing:-.035em;line-height:1.18;text-shadow:0 4px 14px rgba(76,48,57,.11)}.mobile-chat-view .pte-practice-utilities{display:flex;align-items:stretch;gap:9px}.mobile-chat-view .pte-practice-utilities button{min-width:70px;min-height:44px;display:grid;place-items:center;gap:3px;padding:7px 9px;border:1px solid rgba(63,59,55,.14);border-radius:11px;background:#ffffffc7;color:#665f59;box-shadow:var(--pte-shadow-low);font-family:Poppins,sans-serif}.mobile-chat-view .pte-practice-utilities button span{font-size:8px;font-weight:800}.mobile-chat-view .pte-practice-utilities button:hover:not(:disabled){border-color:#a842625c;background:#fff8fa;color:var(--pte-brand-strong);transform:translateY(-1px)}.mobile-chat-view .pte-practice-utilities button.active{border-color:var(--pte-brand-action);background:var(--pte-brand-soft);color:var(--pte-brand-strong);box-shadow:0 0 0 2px #a842621f}.mobile-chat-view .pte-practice-instruction,.mobile-chat-view .pte-practice-shell>.sstp-instruction,.mobile-chat-view .pte-practice-shell>.sgdp-instruction{margin:16px 0 14px;padding:clamp(15px,1.6vw,22px) clamp(17px,2vw,28px);border:1px solid rgba(168,66,98,.14);border-left:4px solid var(--pte-brand);border-radius:var(--pte-radius-control);background:var(--pte-surface);color:#4e4548;box-shadow:0 8px 24px #4a2b350f;font-size:clamp(14px,1.15vw,17px);font-weight:300;letter-spacing:-.01em;line-height:1.65}.mobile-chat-view .pte-practice-context{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;border:1px solid rgba(63,59,55,.12);border-radius:var(--pte-radius-control);background:var(--pte-surface);color:var(--pte-ink);box-shadow:var(--pte-shadow-low)}.mobile-chat-view .pte-practice-context>strong,.mobile-chat-view .pte-practice-context>div>strong{min-width:0;max-width:100%;color:var(--pte-ink)!important;font-size:clamp(15px,1.2vw,19px);font-weight:300;letter-spacing:-.02em;overflow-wrap:anywhere}.mobile-chat-view .pte-practice-context>strong,.mobile-chat-view .pte-practice-context>div:first-child{flex:1 1 auto}.mobile-chat-view .pte-practice-context>div{min-width:0;display:flex;gap:8px}.mobile-chat-view .pte-practice-context>div>span,.mobile-chat-view .pte-practice-context .sgdp-topic-meta>span{padding:6px 11px;border:1px solid rgba(168,66,98,.16);border-radius:7px;background:#fdf4f7;color:var(--pte-brand-strong);font-size:11px;font-weight:700;white-space:nowrap}.mobile-chat-view .pte-practice-context>div>span:last-child,.mobile-chat-view .pte-practice-context .sgdp-topic-meta>span:last-child{border-color:#be901033;background:var(--pte-gold-soft);color:#775b08}.mobile-chat-view .pte-practice-content,.mobile-chat-view .listening-practice-content{margin-top:20px;overflow:visible;border:1px solid rgba(63,59,55,.11);border-radius:15px;background:#ffffffb8;box-shadow:var(--pte-shadow-panel)}.mobile-chat-view .pte-practice-content>:is(.rw-fib-container,.r-fib-container,.mcq-container,.mcq-m-container,.listening-mcq,.hiw-container,.fib-l-container),.mobile-chat-view .listening-practice-content>:is(.listening-mcq,.hiw-container,.fib-l-container){width:100%;max-width:none;margin:0!important;border:0!important;border-radius:15px!important;background:transparent!important;box-shadow:none!important;color:var(--pte-body);font-family:Poppins,sans-serif}.mobile-chat-view :is(.rw-fib-instructions,.r-fib-instructions,.mcq-instructions,.mcq-m-instructions,.hiw-instructions,.fib-l-instructions){border:1px solid rgba(168,66,98,.15)!important;border-left:4px solid var(--pte-brand)!important;border-radius:10px!important;background:#fff!important;color:var(--pte-body)!important;box-shadow:var(--pte-shadow-low)!important}.mobile-chat-view :is(.rw-fib-text-area,.r-fib-passage-area,.mcq-passage-area,.mcq-m-passage-area,.listening-task-canvas,.hiw-text-area,.fib-l-text-area,.sgdp-player-section,.sgdp-recorder,.sgdp-read-aloud-passage,.sgdp-situation-prompt,.sstp-player-section,.sstp-editor){border-color:var(--pte-line)!important;border-radius:var(--pte-radius-panel)!important;background:var(--pte-surface)!important;color:var(--pte-body)!important;box-shadow:var(--pte-shadow-panel)!important}.mobile-chat-view :is(.mcq-option,.mcq-m-option,.listening-mcq__option,.r-fib-chip,.fib-option-item){border-color:var(--pte-line)!important;border-radius:var(--pte-radius-control)!important;background:var(--pte-surface)!important;color:var(--pte-body)!important;box-shadow:0 2px 6px #3f2a310d!important}.mobile-chat-view :is(.mcq-option,.mcq-m-option,.listening-mcq__option,.r-fib-chip,.fib-option-item):hover:not(:disabled){border-color:#a842627a!important;background:#fff8fa!important;transform:translateY(-1px)}.mobile-chat-view :is(.mcq-option.selected,.mcq-m-option.selected,.listening-mcq__option.selected,.r-fib-chip.tap-selected,.fib-dropdown-trigger.active){border-color:var(--pte-brand)!important;background:var(--pte-brand-soft)!important;box-shadow:0 0 0 3px #a842621f!important}.mobile-chat-view .pte-question-card{overflow:hidden;border:1px solid var(--pte-line)!important;border-radius:var(--pte-radius-panel)!important;background:var(--pte-surface)!important;box-shadow:var(--pte-shadow-panel)!important}.mobile-chat-view .pte-question-card--source{border-top:3px solid var(--pte-brand)!important}.mobile-chat-view .pte-question-card--answer{border-top:3px solid var(--pte-gold)!important;background:#fffdfa!important}.mobile-chat-view .pte-question-toolkit{display:flex;align-items:stretch;flex-wrap:wrap;gap:9px;margin:16px 17px;padding-top:15px;border-top:1px solid rgba(63,59,55,.1)}.mobile-chat-view .pte-question-toolkit button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 15px;border:1px solid rgba(63,59,55,.18);border-radius:var(--pte-radius-control);background:#ffffffdb;color:#625b55;box-shadow:var(--pte-shadow-low);font:700 10px Poppins,sans-serif;white-space:nowrap}.mobile-chat-view .pte-question-toolkit button>svg{color:var(--pte-brand-action)}.mobile-chat-view .pte-question-toolkit button:hover:not(:disabled){border-color:#a842625c;background:#fff8fa;color:var(--pte-brand-strong);transform:translateY(-1px)}.mobile-chat-view .pte-question-toolkit button.active{border-color:var(--pte-brand);background:var(--pte-brand-soft);color:var(--pte-brand-strong);box-shadow:0 0 0 2px #a842621f}.mobile-chat-view .pte-question-toolkit button.submit{margin-left:auto;border-color:#be90106b;background:linear-gradient(145deg,#ffe69b,#ffd25a);color:#614a08;box-shadow:0 7px 16px #e5bc4233}.mobile-chat-view .pte-question-toolkit button.submit>svg{color:#755800}.mobile-chat-view .pte-question-toolkit button:disabled{cursor:not-allowed;filter:grayscale(.25);opacity:.44;transform:none}.mobile-chat-view .pte-support-panel,.mobile-chat-view :is(.sstp-learning-panel,.writing-support-panel,.sgdp-transcript,.sgdp-guide-panel,.sstp-result,.writing-practice-result,.sgdp-result){margin-top:18px;overflow:hidden;scroll-margin-top:92px;border:1px solid var(--pte-line)!important;border-radius:15px!important;background:#ffffffe6!important;box-shadow:var(--pte-shadow-panel)!important}.mobile-chat-view :is(.pte-support-panel,.sstp-learning-panel,.writing-support-panel,.sgdp-transcript,.sstp-result,.writing-practice-result,.sgdp-result)>header{min-height:60px;display:flex;align-items:center;gap:10px;padding:11px 16px;border-bottom:1px solid rgba(168,66,98,.14)!important;background:linear-gradient(135deg,#fff8dfd1,#fbeef2b8)!important;color:var(--pte-brand-action)!important}.mobile-chat-view :is(button,[role=button],input,textarea:not(.gemini-textarea):not(.rn-imessage-textarea),select):focus-visible{outline:2px solid var(--pte-brand)!important;outline-offset:2px}@media(max-width:800px){.mobile-chat-view .pte-practice-shell{padding:16px 12px 22px;border-radius:14px}.mobile-chat-view .pte-practice-header{align-items:flex-start;flex-wrap:wrap}.mobile-chat-view .pte-practice-heading>h1{font-size:22px;letter-spacing:-.025em;overflow-wrap:anywhere}.mobile-chat-view .pte-practice-utilities{width:100%;overflow-x:auto;padding-bottom:3px}.mobile-chat-view .pte-practice-utilities button{min-width:72px;flex:1}.mobile-chat-view .pte-practice-context{width:100%;min-width:0;box-sizing:border-box;align-items:flex-start;flex-direction:column}.mobile-chat-view .pte-practice-context>strong,.mobile-chat-view .pte-practice-context>div:first-child{width:100%;flex:0 1 auto}.mobile-chat-view .pte-practice-context>strong,.mobile-chat-view .pte-practice-context>div:first-child>strong{display:block;overflow:visible;text-overflow:clip;white-space:normal}.mobile-chat-view .pte-practice-context>div{max-width:100%;flex-wrap:wrap}.mobile-chat-view .pte-practice-content,.mobile-chat-view .listening-practice-content{margin-top:14px;border-radius:13px}.mobile-chat-view .pte-question-toolkit{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:13px 12px}.mobile-chat-view .pte-question-toolkit button{width:100%;min-width:0;min-height:42px;padding:7px 10px;white-space:normal}.mobile-chat-view .pte-question-toolkit button.submit{margin-left:0}.mobile-chat-view .pte-question-toolkit :is(.reading-toolkit-navigation-row,.listening-toolkit-navigation-row){grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}}@media(prefers-reduced-motion:reduce){.mobile-chat-view .pte-practice-shell *,.mobile-chat-view .pte-practice-shell *:before,.mobile-chat-view .pte-practice-shell *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.sidebar-overlay{--side-brand:#a84262;--side-brand-strong:#7f2f4a;--side-brand-soft:#fbeef2;--side-gold:#f5c94a;--side-gold-soft:#fff8df;--side-ink:#382c30;--side-body:#55494d;--side-muted:#8b747c;--side-line:#eadde1;position:fixed;inset:0;z-index:4500;visibility:hidden;opacity:0;font-family:Poppins,sans-serif;transition:opacity .18s ease,visibility .18s ease}.sidebar-overlay.open{visibility:visible;opacity:1}.sidebar-scrim{position:absolute;inset:0;width:100%;height:100%;padding:0;border:0;background:#34232a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:default}.sidebar-drawer{position:absolute;inset:0 auto 0 0;width:clamp(310px,31vw,390px);max-width:calc(100vw - 34px);height:100vh;height:100dvh;display:flex;flex-direction:column;overflow:hidden;outline:none;color:var(--side-body);background:linear-gradient(180deg,#fff,#fffdfa 75%,#fff9ee);border-right:1px solid var(--side-line);box-shadow:16px 0 55px #44273233,inset -1px 0 #fffc;transform:translate(-101%);transition:transform .23s cubic-bezier(.2,.8,.2,1)}.sidebar-overlay.open .sidebar-drawer{transform:translate(0)}.sidebar-brand-row{min-height:86px;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;border-bottom:1px solid var(--side-line);background:#fffdfaf0}.sidebar-brand-lockup{min-width:0;display:flex;align-items:center;gap:11px}.sidebar-brand-mark{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:11px;color:#6e5200;background:linear-gradient(145deg,#ffe58c,var(--side-gold));box-shadow:0 7px 15px #b98f1433,inset 0 1px #ffffffb3}.sidebar-brand-lockup>div{min-width:0;display:flex;flex-direction:column;gap:1px}.app-sidebar-brand-logo{display:block;width:126px;height:auto;max-height:31px;margin:0;object-fit:contain;object-position:left center}.sidebar-brand-lockup small{color:var(--side-muted);font-size:8.5px;font-weight:450;letter-spacing:.01em}.sidebar-menu-button{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;padding:0;border:1px solid var(--side-line);border-radius:11px;color:#79646c;background:#fff;cursor:pointer;transition:.15s ease}.sidebar-menu-button:hover{color:var(--side-brand-strong);border-color:#dfc2cc;background:var(--side-brand-soft)}.sidebar-content{flex:1;min-height:0;padding:16px 13px 20px;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#d8c5cc transparent;scrollbar-width:thin}.sidebar-nav-group{display:grid;gap:3px}.sidebar-nav-group+.sidebar-nav-group{margin-top:18px;padding-top:14px;border-top:1px solid var(--side-line)}.sidebar-group-title{margin:0;padding:0 10px 8px;color:var(--side-muted);font-size:8.5px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}.sidebar-nav-item{position:relative;width:100%;min-height:46px;padding:5px 10px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid transparent;border-radius:11px;color:var(--side-body);background:transparent;font-family:Poppins,sans-serif;text-align:left;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.sidebar-nav-item:hover{transform:translateY(-1px);border-color:var(--side-line);background:#fff;box-shadow:0 5px 14px #462a340e}.sidebar-nav-item:active{transform:translateY(0) scale(.99)}.sidebar-nav-item:focus-visible,.sidebar-streak-card button:focus-visible,.sidebar-menu-button:focus-visible{outline:3px solid rgba(168,66,98,.22);outline-offset:2px}.sidebar-nav-item.active{border-color:#efd8df;color:var(--side-brand-strong);background:linear-gradient(100deg,#fbeef2,#fff8f9);box-shadow:inset 3px 0 0 var(--side-brand)}.sidebar-nav-icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(86,61,70,.08);border-radius:10px;color:#7c6870;background:#ffffffb8}.sidebar-nav-item:hover .sidebar-nav-icon{color:var(--side-brand);background:var(--side-brand-soft)}.sidebar-nav-item.active .sidebar-nav-icon{border-color:#edcfda;color:var(--side-brand-strong);background:#fff}.sidebar-nav-item--whatsapp{border-color:#25d36633;background:linear-gradient(100deg,#fff,#f1fff6)}.sidebar-nav-item--whatsapp .sidebar-nav-icon{border-color:#25d36633;color:#128c4a;background:#eafff1}.sidebar-nav-item--whatsapp:hover{border-color:#128c4a52;background:#f2fff7}.sidebar-nav-item--whatsapp:hover .sidebar-nav-icon{color:#087a3d;background:#dcfbe8}.sidebar-nav-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.sidebar-nav-label{min-width:0;overflow:hidden;color:inherit;font-size:11.5px;font-weight:520;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.sidebar-nav-copy small{overflow:hidden;color:var(--side-muted);font-size:8.5px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.sidebar-nav-item.active .sidebar-nav-label{font-weight:650}.sidebar-nav-chevron{color:#b39da5}.sidebar-nav-badge{min-width:25px;height:24px;padding:0 7px;display:grid;place-items:center;border:1px solid #ead28d;border-radius:8px;color:#725700;background:var(--side-gold-soft);font-size:9.5px;font-weight:750}.sidebar-nav-group--primary{gap:6px}.sidebar-nav-group--primary .sidebar-nav-item{min-height:60px;padding:7px 10px}.sidebar-nav-group--primary .sidebar-nav-icon{width:40px;height:40px}.sidebar-nav-group--primary .sidebar-nav-label{font-size:12.5px}.sidebar-nav-item.featured:not(.active){border-color:#eed7de;background:linear-gradient(100deg,#fff,#fdf3f6)}.sidebar-nav-item.featured:not(.active) .sidebar-nav-icon{color:var(--side-brand-strong);background:var(--side-brand-soft)}.sidebar-streak-card{margin:14px 2px 18px;padding:11px 12px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid #eadba7;border-radius:12px;background:linear-gradient(120deg,#fffaf0,#fff5d8);box-shadow:inset 0 1px #ffffffd9}.sidebar-streak-card>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;color:#8b6200;background:linear-gradient(145deg,#ffe582,var(--side-gold))}.sidebar-streak-card>div{min-width:0;display:flex;flex-direction:column}.sidebar-streak-card small{color:#957522;font-size:7.5px;font-weight:750;letter-spacing:.1em}.sidebar-streak-card strong{color:#654d09;font-size:11px;font-weight:600}.sidebar-streak-card button{min-height:32px;padding:0 9px;border:1px solid rgba(118,87,5,.16);border-radius:8px;color:#6f5509;background:#ffffff9e;font:650 8.5px Poppins,sans-serif;cursor:pointer}.sidebar-footer{min-height:61px;padding:9px 20px calc(9px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:10px;flex-shrink:0;border-top:1px solid var(--side-line);background:#fffcf6f0}.sidebar-footer>span{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;color:var(--side-brand-strong);background:var(--side-brand-soft)}.sidebar-footer>div{display:flex;flex-direction:column}.sidebar-footer strong{color:var(--side-ink);font-size:9.5px;font-weight:550}.sidebar-footer small{color:var(--side-muted);font-size:7.5px;letter-spacing:.04em}@media(max-width:480px){.sidebar-drawer{width:clamp(286px,88vw,340px);max-width:calc(100vw - 28px)}.sidebar-brand-row{min-height:75px;padding:calc(9px + env(safe-area-inset-top)) 13px 9px}.sidebar-brand-mark{width:36px;height:36px;flex-basis:36px}.app-sidebar-brand-logo{width:116px}.sidebar-content{padding:12px 9px 15px}.sidebar-nav-group--primary .sidebar-nav-item{min-height:56px}.sidebar-nav-item{min-height:45px;grid-template-columns:36px minmax(0,1fr) auto;padding-inline:8px}.sidebar-nav-icon{width:34px;height:34px}.sidebar-nav-label{font-size:11px}.sidebar-group-title{padding-left:8px}.sidebar-footer{min-height:55px;padding-inline:15px}}@media(max-height:720px){.sidebar-brand-row{min-height:68px}.sidebar-content{padding-top:9px}.sidebar-nav-group--primary{gap:3px}.sidebar-nav-group--primary .sidebar-nav-item{min-height:52px}.sidebar-streak-card{margin-block:9px 12px;padding-block:8px}.sidebar-nav-group+.sidebar-nav-group{margin-top:12px;padding-top:10px}.sidebar-nav-item{min-height:42px}.sidebar-footer{min-height:48px}}@media(prefers-reduced-motion:reduce){.sidebar-overlay,.sidebar-drawer,.sidebar-nav-item{transition:none}}:root{--lb-brand:#a84262;--lb-dark:#71293f;--lb-rose:#fbeef2;--lb-gold:#f5c94a;--lb-ink:#382c30;--lb-muted:#796a6f;--lb-line:#eadde1;--lb-canvas:#fffdfa}body.leaderboard-modal-open{overflow:hidden}.leaderboard-overlay{position:fixed;inset:0;z-index:1700;display:grid;place-items:center;padding:3dvh 3vw;background:#2a1f2394;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.leaderboard-modal{width:80vw;height:80dvh;max-width:1280px;overflow:hidden;display:grid;grid-template-rows:auto auto 1fr;border:1px solid rgba(255,255,255,.7);border-radius:20px;background:var(--lb-canvas);box-shadow:0 34px 100px #22161a57;color:var(--lb-ink);font-family:Poppins,sans-serif}.leaderboard-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:15px 20px;background:var(--lb-dark);color:#fff}.leaderboard-title-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;background:var(--lb-gold);color:#654700}.leaderboard-header p,.leaderboard-header h2,.leaderboard-header span{margin:0}.leaderboard-header p{color:#ffdce6;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.leaderboard-header h2{font-size:clamp(22px,2.2vw,32px);font-weight:500;letter-spacing:-.035em}.leaderboard-header span{display:block;color:#f2dfe5;font-size:10px}.leaderboard-close,.leaderboard-refresh{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--lb-line);border-radius:10px;background:#fff;color:var(--lb-ink);cursor:pointer}.leaderboard-close{border-color:#ffffff47;background:#ffffff1a;color:#fff}.leaderboard-modal button:focus-visible{outline:3px solid rgba(245,201,74,.55);outline-offset:2px}.leaderboard-command-bar{display:flex;align-items:center;gap:10px;padding:9px 20px;border-bottom:1px solid var(--lb-line);background:#fff}.leaderboard-tabs{display:flex;padding:3px;border:1px solid var(--lb-line);border-radius:10px}.leaderboard-tabs button{min-height:34px;padding:6px 14px;border:0;border-radius:7px;background:transparent;color:var(--lb-muted);font:700 10px Poppins;cursor:pointer}.leaderboard-tabs button.active{background:var(--lb-rose);color:var(--lb-dark)}.leaderboard-reset{margin-right:auto;display:flex;flex-direction:column}.leaderboard-reset small{font-size:8px;color:var(--lb-muted)}.leaderboard-reset strong{font-size:11px}.leaderboard-privacy{min-height:38px;display:flex;align-items:center;gap:6px;padding:7px 11px;border:1px solid var(--lb-line);border-radius:9px;background:#fff;color:var(--lb-ink);font:700 9px Poppins;cursor:pointer}.leaderboard-content{position:relative;overflow:auto;padding:15px 20px 24px;scrollbar-color:#d4aeba transparent}.leaderboard-award{position:absolute;z-index:4;top:78px;right:24px;display:flex;gap:9px;padding:10px 14px;border:1px solid #e3be42;border-radius:10px;background:#fff6cf;color:#654700;box-shadow:0 14px 32px #48300833;animation:lb-in .25s ease-out}.leaderboard-award span{display:flex;flex-direction:column;font-size:9px}.leaderboard-award strong{font-size:13px}.leaderboard-player-status{display:grid;grid-template-columns:auto minmax(160px,1fr) auto auto;align-items:center;gap:16px;max-width:1000px;margin:0 auto 14px;padding:14px 17px;border:1px solid #dab3bf;border-left:5px solid var(--lb-brand);border-radius:14px;background:linear-gradient(110deg,#fff,#fff7e3);box-shadow:0 8px 24px #472a3312}.leaderboard-player-status__copy p,.leaderboard-player-status__copy h3{margin:0}.leaderboard-player-status__copy p{color:var(--lb-brand);font-size:8px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.leaderboard-player-status__copy h3{font-size:18px}.leaderboard-player-status__copy span{color:var(--lb-muted);font-size:9px}.leaderboard-player-status__rank,.leaderboard-player-status__xp{min-width:78px;padding-left:15px;border-left:1px solid var(--lb-line);display:flex;flex-direction:column}.leaderboard-player-status small{color:var(--lb-muted);font-size:8px}.leaderboard-player-status__rank strong,.leaderboard-player-status__xp strong{font-size:19px}.leaderboard-player-status__progress{grid-column:2/-1}.leaderboard-player-status__progress>span{display:flex;justify-content:space-between;margin-bottom:5px;font-size:8px}.leaderboard-player-status__progress em{color:#7a5600;font-style:normal;font-weight:800}.leaderboard-player-status__progress>i{height:7px;display:block;overflow:hidden;border-radius:8px;background:#eee4e5}.leaderboard-player-status__progress>i b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--lb-brand),var(--lb-gold))}.leaderboard-crown-badge{position:relative;width:61px;height:61px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#ece7e3;color:#766b65;box-shadow:inset 0 0 0 4px #ffffffbf,0 3px 9px #422b3129}.leaderboard-crown-badge svg{width:33px;height:33px;fill:currentColor;stroke:#fff;stroke-width:1.2}.leaderboard-crown-badge b{position:absolute;bottom:5px;color:#fff;font-size:9px}.leaderboard-crown-badge.is-compact{width:34px;height:34px}.leaderboard-crown-badge.is-compact svg{width:21px;height:21px}.leaderboard-crown-badge.is-compact b{bottom:2px;font-size:6px}.leaderboard-crown-badge.is-fluent{background:#bd8b5b;color:#6f4327}.leaderboard-crown-badge.is-scholar{background:#d3d6db;color:#737982}.leaderboard-crown-badge.is-ace{background:#e5b93d;color:#8b6200}.leaderboard-crown-badge.is-master{background:#d990a8;color:#852c4c}.leaderboard-crown-badge.is-pinnacle{background:#7f2f4a;color:#f5c94a}.leaderboard-levels{max-width:1000px;margin:0 auto 15px;border:1px solid var(--lb-line);border-radius:13px;background:#fff;overflow:hidden}.leaderboard-levels>header{display:flex;align-items:end;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--lb-line)}.leaderboard-levels p,.leaderboard-levels h3{margin:0}.leaderboard-levels p{color:var(--lb-brand);font-size:8px;font-weight:800;text-transform:uppercase}.leaderboard-levels h3{font-size:14px}.leaderboard-levels>header>span{color:var(--lb-muted);font-size:8px}.leaderboard-levels__track{display:grid;grid-template-columns:repeat(6,1fr)}.leaderboard-levels__track article{position:relative;min-width:0;display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:7px;padding:9px 10px;border-right:1px solid var(--lb-line)}.leaderboard-levels__track article:last-child{border-right:0}.leaderboard-levels__track article.is-earned{background:#fffaf0}.leaderboard-levels__track article.is-current{background:var(--lb-rose);box-shadow:inset 0 -3px 0 var(--lb-brand)}.leaderboard-levels__track strong{font-size:9px;white-space:nowrap}.leaderboard-levels__track small{grid-column:2;color:var(--lb-muted);font-size:7px}.leaderboard-levels__track em{position:absolute;right:5px;top:4px;color:#825d00;font-size:8px;font-style:normal;font-weight:900}.leaderboard-table{max-width:1000px;margin:0 auto;border:1px solid var(--lb-line);border-radius:12px;background:#fff;overflow:hidden}.leaderboard-neighbors{margin-bottom:12px;border-color:#d8a9b8}.leaderboard-table>header,.leaderboard-row__main{display:grid;grid-template-columns:58px minmax(190px,1fr) 145px 72px 85px 18px;align-items:center;gap:8px}.leaderboard-table>header{padding:9px 14px;background:var(--lb-dark);color:#fff;font-size:8px;font-style:normal;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.leaderboard-table>header span:nth-last-child(2){text-align:right}.leaderboard-row{border-bottom:1px solid var(--lb-line)}.leaderboard-row:last-child{border-bottom:0}.leaderboard-row.is-current{background:#fff3d1;box-shadow:inset 4px 0 0 var(--lb-gold)}.leaderboard-row__main{width:100%;min-height:58px;padding:7px 14px;border:0;background:transparent;color:var(--lb-ink);text-align:left;cursor:pointer}.leaderboard-row__main:hover{background:#fdf4f7}.leaderboard-row__rank{font-size:12px}.leaderboard-row__learner{min-width:0;display:flex;align-items:center;gap:9px}.leaderboard-avatar{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;border-radius:50%;background:var(--lb-brand);color:#fff;font-size:9px;font-weight:800}.leaderboard-avatar img{width:100%;height:100%;object-fit:cover}.leaderboard-row__identity{min-width:0;display:flex;flex-direction:column}.leaderboard-row__identity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.leaderboard-row__identity small{color:var(--lb-muted);font-size:8px}.leaderboard-row__identity em{margin-left:5px;padding:1px 5px;border-radius:4px;background:var(--lb-gold);color:#654700;font-size:7px;font-style:normal}.leaderboard-row__crown{display:flex;align-items:center;gap:7px}.leaderboard-row__crown small{font-size:8px}.leaderboard-row__streak{display:flex;align-items:center;gap:4px;color:#a84262}.leaderboard-row__streak strong{font-size:10px}.leaderboard-row__points{text-align:right}.leaderboard-row__points strong{display:block;color:#705000;font-size:11px}.leaderboard-row__points small{display:block;color:var(--lb-muted);font-size:7px}.leaderboard-row__main>svg{color:#9a848b;transition:transform .18s}.leaderboard-row.is-expanded .leaderboard-row__main>svg{transform:rotate(180deg)}.leaderboard-row__details{display:flex;gap:16px;padding:0 14px 10px 80px;color:var(--lb-muted);font-size:8px}.leaderboard-row__details span{display:flex;align-items:center;gap:5px}.leaderboard-row__details svg{color:var(--lb-brand)}.leaderboard-private-note{display:flex;align-items:center;gap:10px;max-width:1000px;margin:0 auto 12px;padding:10px;border:1px solid #e5ca72;border-radius:10px;background:#fff8df;color:#694f08}.leaderboard-private-note>span{display:flex;flex:1;flex-direction:column;font-size:8px}.leaderboard-private-note button,.leaderboard-state button{min-height:36px;padding:7px 12px;border:0;border-radius:8px;background:var(--lb-brand);color:#fff;font:700 9px Poppins;cursor:pointer}.leaderboard-state,.leaderboard-loading{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--lb-muted)}.leaderboard-state h3,.leaderboard-state p{margin:4px}.leaderboard-state h3{color:var(--lb-ink);font-size:16px}.leaderboard-state p{font-size:10px}.leaderboard-state.compact{min-height:90px}.leaderboard-loading{display:grid;grid-template-columns:repeat(3,9px);align-content:center;gap:7px}.leaderboard-loading span{width:9px;height:9px;border-radius:50%;background:var(--lb-brand);animation:lb-pulse 1s infinite alternate}.leaderboard-loading p{grid-column:1/-1;font-size:10px}.leaderboard-list-empty{padding:22px;text-align:center;color:var(--lb-muted);font-size:9px}.leaderboard-live-region{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@keyframes lb-pulse{to{opacity:.3;transform:translateY(-4px)}}@keyframes lb-in{0%{opacity:0;transform:translateY(-7px)}}@media(max-width:820px){.leaderboard-levels__track{overflow-x:auto;display:flex}.leaderboard-levels__track article{min-width:135px}.leaderboard-table{overflow-x:auto}.leaderboard-table>header,.leaderboard-row__main{min-width:720px}.leaderboard-player-status{grid-template-columns:auto 1fr auto}.leaderboard-player-status__xp{display:none}.leaderboard-player-status__progress{grid-column:2/-1}}@media(max-width:700px){.leaderboard-overlay{display:block;padding:0;background:#fff}.leaderboard-modal{width:100dvw;height:100dvh;max-width:none;border:0;border-radius:0}.leaderboard-header{padding:calc(10px + env(safe-area-inset-top,0px)) 12px 10px}.leaderboard-title-mark{width:42px;height:42px}.leaderboard-header h2{font-size:19px}.leaderboard-header span{display:none}.leaderboard-close{width:44px;height:44px}.leaderboard-command-bar{padding:8px 10px;flex-wrap:wrap}.leaderboard-reset{order:3;width:100%;display:grid;grid-template-columns:1fr auto}.leaderboard-privacy{margin-left:auto}.leaderboard-content{padding:10px 10px calc(20px + env(safe-area-inset-bottom,0px))}.leaderboard-player-status{grid-template-columns:auto 1fr auto;gap:10px;padding:11px}.leaderboard-player-status__copy h3{font-size:14px}.leaderboard-player-status__rank{min-width:50px;padding-left:9px}.leaderboard-player-status__rank strong{font-size:16px}.leaderboard-player-status__progress{grid-column:1/-1}.leaderboard-crown-badge{width:50px;height:50px}.leaderboard-crown-badge svg{width:28px;height:28px}.leaderboard-levels>header>span{display:none}.leaderboard-levels__track article{min-width:122px}.leaderboard-table>header,.leaderboard-row__main{grid-template-columns:52px minmax(170px,1fr) 120px 65px 74px 18px;min-width:650px}.leaderboard-table>header,.leaderboard-row__main{padding-inline:10px}.leaderboard-award{position:fixed;top:70px;left:10px;right:10px}.leaderboard-private-note{flex-wrap:wrap}.leaderboard-private-note button{width:100%}}@media(prefers-reduced-motion:reduce){.leaderboard-modal *{animation-duration:.01ms!important;transition-duration:.01ms!important}}.leaderboard-overlay{background:#362b2f57;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.leaderboard-header{border-bottom:1px solid #e6d5da;background:linear-gradient(110deg,#fff8fa,#f8edf1);color:#3f3438}.leaderboard-header p{color:#914b62}.leaderboard-header h2{color:#3f3438;font-weight:400}.leaderboard-header span{color:#74676b}.leaderboard-title-mark{background:#f7e6a8;color:#664d14;box-shadow:inset 0 0 0 1px #7d5b0c14}.leaderboard-close{border-color:#dfcdd3;background:#ffffffdb;color:#673849}.leaderboard-modal button:focus-visible{outline-color:#9a4b6447}.leaderboard-player-status{border-color:#e3cfd5;border-left-color:#b66d84;background:linear-gradient(110deg,#fff,#fffbf1);box-shadow:0 6px 18px #472a330d}.leaderboard-crown-badge.is-fluent{background:#dfc3a8;color:#70492f}.leaderboard-crown-badge.is-scholar{background:#e2e3e6;color:#666c75}.leaderboard-crown-badge.is-ace{background:#f1d98a;color:#765914}.leaderboard-crown-badge.is-master{background:#ecc4d1;color:#74384e}.leaderboard-crown-badge.is-pinnacle{background:#d8a9b8;color:#673247}.leaderboard-levels__track article.is-earned{background:#fffdf7}.leaderboard-levels__track article.is-current{background:#fbf2f5;box-shadow:inset 0 -3px #bd7c91}.leaderboard-table>header{border-bottom:1px solid #e4d2d8;background:#f8ecef;color:#5d3c48}.leaderboard-row.is-current{background:#fffaf0;box-shadow:inset 4px 0 #e5c865}.leaderboard-row__main:hover{background:#fdf7f9}.leaderboard-avatar{background:#efd7df;color:#613747;box-shadow:inset 0 0 0 1px #dfbec9}.leaderboard-row__identity em{background:#f5e6a9;color:#634b12}.leaderboard-row__points strong,.leaderboard-player-status__progress em,.leaderboard-levels__track em{color:#6b531c}.leaderboard-overlay{display:block;padding:0}.leaderboard-modal{width:100dvw;height:100dvh;max-width:none;border:0;border-radius:0}.leaderboard-close{position:relative;padding:0;line-height:0}.leaderboard-close svg{position:absolute;inset:50% auto auto 50%;display:block;width:20px;height:20px;margin:0;transform:translate(-50%,-50%);stroke-width:2.25}.leaderboard-levels__track{position:relative;isolation:isolate;padding:13px 8px 15px}.leaderboard-levels__track:before,.leaderboard-levels__track:after{content:"";position:absolute;z-index:-1;top:29px;left:calc(8.333% + 8px);height:4px;border-radius:999px}.leaderboard-levels__track:before{right:calc(8.333% + 8px);background:#eadde1}.leaderboard-levels__track:after{right:calc(8.333% + 8px);background:linear-gradient(90deg,#a84262,#d28a85 70%,#f5c94a);transform:scaleX(var(--milestone-progress,0));transform-origin:left center;transition:transform .35s ease}.leaderboard-levels__track article{z-index:1;border-right:0;background:transparent!important;text-align:left}.leaderboard-levels__track article.is-current{box-shadow:none}.leaderboard-levels__track article.is-current .leaderboard-crown-badge{outline:3px solid #fff;box-shadow:0 0 0 3px #bd7c91,0 5px 14px #572f3c33}.leaderboard-levels__track article.is-earned .leaderboard-crown-badge{box-shadow:inset 0 0 0 3px #ffffffd1,0 4px 10px #422b312e}.leaderboard-table>header strong small{margin-left:6px;color:#8d6471;font-size:7px;font-weight:700;letter-spacing:0;text-transform:none}@media(max-width:820px){.leaderboard-levels__track{padding:13px 8px 15px}.leaderboard-levels__track:before,.leaderboard-levels__track:after{display:none}.leaderboard-levels__track article{position:relative}.leaderboard-levels__track article:not(:last-child):after{content:"";position:absolute;z-index:-1;top:26px;left:44px;width:98px;height:4px;background:var(--lb-line)}.leaderboard-levels__track article.is-earned:not(:last-child):after{background:linear-gradient(90deg,var(--lb-brand),var(--lb-gold))}}.leaderboard-overlay{display:grid;place-items:center;padding:24px;background:#382c306b}.leaderboard-modal{width:min(940px,calc(100vw - 48px));height:min(92dvh,930px);max-width:940px;border:1px solid rgba(255,255,255,.82);border-radius:24px;background:#fffdfa;box-shadow:0 34px 100px #22161a4d}.leaderboard-header{min-height:78px;padding:15px 22px;border-bottom:1px solid #dfcdd3;background:linear-gradient(118deg,#fff8fa,#fbeef2 60%,#fff7dc)}.leaderboard-header h2{font-size:clamp(22px,2vw,29px);font-weight:500}.leaderboard-header span{font-size:9px}.leaderboard-title-mark{width:48px;height:48px;border-bottom:4px solid #d2ad32;border-radius:14px;background:linear-gradient(145deg,#fff1a9,#f5cf55)}.leaderboard-command-bar{position:relative;z-index:3;min-height:57px;padding:9px 22px;background:#fffffff5}.leaderboard-refresh{position:relative;flex:0 0 42px;padding:0;line-height:0}.leaderboard-refresh svg{position:absolute;inset:50% auto auto 50%;display:block;width:17px;height:17px;margin:0;transform:translate(-50%,-50%)}.leaderboard-tabs{border-radius:12px}.leaderboard-tabs button{min-height:36px;border-radius:9px}.leaderboard-tabs button.active{background:#a84262;color:#fff;box-shadow:0 4px 10px #a8426233}.leaderboard-content{padding:20px clamp(18px,4vw,42px) 38px}.leaderboard-league-intro{max-width:660px;margin:2px auto 18px;text-align:center}.leaderboard-league-intro>span{display:inline-flex;align-items:center;gap:6px;color:#a84262;font-size:8px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.leaderboard-league-intro h3{margin:5px 0 3px;color:#382c30;font-size:clamp(25px,3vw,36px);font-weight:500;letter-spacing:-.04em}.leaderboard-league-intro p{margin:0;color:#796a6f;font-size:9px}.leaderboard-player-status{max-width:760px;margin-bottom:20px;padding:14px 16px;border-bottom:4px solid #d8b53b;border-left-width:1px;border-radius:18px;background:linear-gradient(145deg,#fff,#fff9e7);box-shadow:0 10px 24px #472a3312}.leaderboard-player-status__copy h3{font-size:16px}.leaderboard-player-status__progress>i{height:8px}.leaderboard-podium{max-width:700px;min-height:218px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:12px;margin:0 auto 21px;padding:26px 16px 0;border:1px solid #eadde1;border-radius:20px;background:radial-gradient(circle at 50% 0%,rgba(245,201,74,.22),transparent 42%),linear-gradient(180deg,#fff,#fffaf6);box-shadow:inset 0 1px #fff,0 10px 24px #4a2b350d}.leaderboard-podium__place{position:relative;min-width:0;min-height:145px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:46px 10px 14px;border:1px solid #eadde1;border-bottom:4px solid #bdaeb3;border-radius:17px 17px 0 0;background:#fff;text-align:center}.leaderboard-podium__place.is-rank-1{min-height:180px;border-color:#e3c96d;border-bottom-color:#d4a91c;background:linear-gradient(180deg,#fffdf4,#fff5cb)}.leaderboard-podium__place.is-rank-2{border-bottom-color:#aeb3bb;background:linear-gradient(180deg,#fff,#f5f5f6)}.leaderboard-podium__place.is-rank-3{border-bottom-color:#a87955;background:linear-gradient(180deg,#fff,#f8eee6)}.leaderboard-podium .leaderboard-avatar{position:absolute;top:-22px;width:58px;height:58px;border:5px solid #fff;font-size:13px;box-shadow:0 7px 17px #4a2b3529}.leaderboard-podium__place.is-rank-1 .leaderboard-avatar{width:68px;height:68px}.leaderboard-podium__winner{position:absolute;z-index:2;top:-50px;color:#b58505;transform:rotate(-7deg)}.leaderboard-podium__winner svg{fill:#f5c94a}.leaderboard-podium__place>strong{max-width:100%;overflow:hidden;color:#382c30;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.leaderboard-podium__place>small{margin-top:2px;color:#796a6f;font-size:7px}.leaderboard-podium__place>b{margin-top:8px;color:#7f2f4a;font-size:11px}.leaderboard-podium__rank{position:absolute;top:7px;right:8px;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#fbeef2;color:#7f2f4a;font-size:9px;font-weight:900}.leaderboard-podium__place.is-rank-1 .leaderboard-podium__rank{background:#f5c94a;color:#654700}.leaderboard-levels{max-width:760px;margin-bottom:16px;border-radius:17px}.leaderboard-levels>header{padding:12px 15px}.leaderboard-levels__track{padding-block:15px 17px}.leaderboard-levels__track article{grid-template-columns:34px minmax(0,1fr);padding-inline:8px}.leaderboard-levels__track strong{overflow:hidden;text-overflow:ellipsis}.leaderboard-table{max-width:760px;border-radius:17px;box-shadow:0 8px 20px #4a2b350a}.leaderboard-neighbors{border:2px solid rgba(168,66,98,.24)}.leaderboard-table>header,.leaderboard-row__main{grid-template-columns:52px minmax(200px,1fr) 72px 86px 18px}.leaderboard-table>header{min-height:38px;padding-inline:16px;border:0;background:#fbeef2;color:#6a3b4a}.leaderboard-table>header>span:nth-child(3),.leaderboard-row__crown{display:none}.leaderboard-row__main{min-height:64px;padding-inline:16px}.leaderboard-row__rank{color:#7f2f4a;font-size:13px}.leaderboard-row__learner{gap:11px}.leaderboard-avatar{background:linear-gradient(145deg,#f3dbe3,#e9c7d2);color:#623648}.leaderboard-row.is-current{background:#fff8df;box-shadow:inset 5px 0 #f5c94a}.leaderboard-row__streak{justify-self:center}.leaderboard-row__points strong{color:#7f2f4a;font-size:12px}.leaderboard-row__details{padding-left:79px}@media(max-width:700px){.leaderboard-overlay{display:block;padding:0;background:#fffdfa}.leaderboard-modal{width:100dvw;height:100dvh;max-width:none;border:0;border-radius:0}.leaderboard-header{min-height:64px;padding:calc(8px + env(safe-area-inset-top,0px)) 12px 8px}.leaderboard-title-mark{width:42px;height:42px}.leaderboard-header h2{font-size:18px}.leaderboard-command-bar{padding-inline:10px}.leaderboard-content{padding:14px 10px calc(26px + env(safe-area-inset-bottom,0px))}.leaderboard-league-intro{margin-bottom:14px}.leaderboard-league-intro h3{font-size:26px}.leaderboard-player-status{margin-bottom:16px}.leaderboard-podium{min-height:190px;gap:6px;padding:24px 7px 0}.leaderboard-podium__place{min-height:128px;padding-inline:5px}.leaderboard-podium__place.is-rank-1{min-height:156px}.leaderboard-podium .leaderboard-avatar{width:50px;height:50px}.leaderboard-podium__place.is-rank-1 .leaderboard-avatar{width:58px;height:58px}.leaderboard-podium__place>small{display:none}.leaderboard-levels__track{overflow-x:auto}.leaderboard-levels__track article{min-width:118px}.leaderboard-table{overflow:hidden}.leaderboard-table>header,.leaderboard-row__main{min-width:0;grid-template-columns:40px minmax(130px,1fr) 54px 68px 16px;padding-inline:9px}.leaderboard-row__identity small{max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-row__details{padding-left:58px}}@media(max-width:420px){.leaderboard-privacy{width:38px;padding:0;justify-content:center;font-size:0}.leaderboard-podium__place>b{font-size:9px}.leaderboard-table>header,.leaderboard-row__main{grid-template-columns:34px minmax(115px,1fr) 44px 58px 14px;gap:5px}.leaderboard-avatar{width:32px;height:32px}.leaderboard-row__streak svg{display:none}}.pgm-overlay{position:fixed;inset:0;z-index:4200;display:grid;place-items:center;padding:clamp(14px,2.4vw,34px);background:#2f252994;backdrop-filter:blur(7px) saturate(.88);-webkit-backdrop-filter:blur(7px) saturate(.88)}.pgm-modal{--pgm-ink: #382c30;--pgm-body: #55494d;--pgm-muted: #82747a;--pgm-line: #eadde1;--pgm-brand: #a84262;--pgm-brand-strong: #7f2f4a;width:min(95vw,1460px);height:min(89dvh,820px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(234,221,225,.95);border-radius:22px;background:linear-gradient(180deg,#fff,#fffdfa);box-shadow:0 30px 90px #36262c47,inset 0 1px #fff;color:var(--pgm-ink);font-family:Poppins,sans-serif}.pgm-header{min-height:64px;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:8px 14px 8px 16px;border-bottom:1px solid var(--pgm-line);background:#ffffffeb}.pgm-heading-mark{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(197,151,20,.25);border-radius:10px;background:linear-gradient(145deg,#fff8df,#f8d760);color:#725710;box-shadow:0 8px 20px #af841229,inset 0 1px #fff}.pgm-heading-copy{min-width:0}.pgm-heading-copy p,.pgm-heading-copy h2{margin:0}.pgm-eyebrow{display:flex;align-items:center;gap:5px;color:var(--pgm-brand);font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.pgm-header h2{margin-top:1px;color:var(--pgm-ink);font-size:clamp(18px,1.45vw,23px);font-weight:350;letter-spacing:-.042em;line-height:1.16;text-shadow:0 3px 12px rgba(76,48,57,.1)}.pgm-subtitle{margin-top:1px!important;overflow:hidden;color:var(--pgm-muted);font-size:8px;font-weight:450;text-overflow:ellipsis;white-space:nowrap}.pgm-mode-summary{min-width:0;display:flex;flex-direction:row;align-items:center;gap:6px;padding:6px 9px;border:1px solid rgba(168,66,98,.13);border-radius:9px;background:#fdf4f7;text-align:right}.pgm-mode-summary span{color:var(--pgm-brand-strong);font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pgm-mode-summary strong{color:var(--pgm-body);font-size:9px;font-weight:650;white-space:nowrap}.pgm-mode-summary strong:before{content:"·";margin-right:6px;color:var(--pgm-brand)}.pgm-close{width:36px;height:36px;display:grid;place-items:center;padding:0;border:1px solid rgba(63,59,55,.12);border-radius:10px;background:#ffffffd1;color:#796a6f;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.pgm-close:hover{transform:translateY(-1px);border-color:#a842624d;background:#fdf4f7;color:var(--pgm-brand)}.pgm-toolbar{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:6px 16px;border-bottom:1px solid rgba(234,221,225,.78);background:linear-gradient(90deg,#fdf4f7b8,#fffcf094)}.pgm-search{width:min(320px,34vw);min-height:34px;display:flex;align-items:center;gap:9px;padding:0 9px 0 11px;border:1px solid rgba(63,59,55,.14);border-radius:10px;background:#ffffffe6;color:#9a9189;box-shadow:inset 0 1px #fff}.pgm-search:focus-within{border-color:var(--pgm-brand);box-shadow:0 0 0 3px #a842621f}.pgm-search input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:var(--pgm-ink);font:500 10px Poppins,sans-serif}.pgm-search button{width:24px;height:24px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:0;border-radius:8px;background:#f6eff1;color:#796a6f;cursor:pointer}.pgm-legend{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:9px 16px}.pgm-legend span{display:inline-flex;align-items:center;gap:6px;color:#6f6367;font-size:9px;font-weight:700}.pgm-legend i{width:7px;height:7px;border-radius:50%;background:var(--skill-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--skill-color) 12%,transparent)}.pgm-mobile-tabs{display:none}.pgm-body{flex:1;min-height:0;overflow-y:auto;padding:14px 18px 18px;scrollbar-color:rgba(168,66,98,.32) transparent;scrollbar-width:thin}.pgm-contribution-note{display:flex;align-items:center;gap:10px;margin-bottom:13px;padding:9px 12px;border:1px solid rgba(168,66,98,.14);border-left:3px solid var(--pgm-brand);border-radius:10px;background:linear-gradient(90deg,#fdf4f7,#fffaf0);color:var(--pgm-body)}.pgm-note-icon{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;background:#fff;color:var(--pgm-brand);box-shadow:0 3px 10px #3f3b3712}.pgm-contribution-note div{min-width:0;display:flex;align-items:baseline;gap:8px}.pgm-contribution-note strong{flex:0 0 auto;color:var(--pgm-brand-strong);font-size:10px}.pgm-contribution-note div>span{color:#796a6f;font-size:9px;line-height:1.5}.pgm-section-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:stretch}.pgm-skill-column{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(63,59,55,.11);border-radius:15px;background:#ffffffe0;box-shadow:0 9px 25px #3f2e340e,inset 0 1px #fff}.pgm-skill-heading{display:flex;align-items:center;gap:10px;min-height:59px;padding:10px 12px;border-top:3px solid var(--section-color);border-bottom:1px solid rgba(63,59,55,.08);background:linear-gradient(135deg,var(--section-soft),rgba(255,255,255,.82))}.pgm-skill-heading>span{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border:1px solid color-mix(in srgb,var(--section-color) 18%,transparent);border-radius:10px;background:#fffc;color:var(--section-color)}.pgm-skill-heading h3,.pgm-skill-heading p{margin:0}.pgm-skill-heading h3{color:var(--pgm-ink);font-size:13px;font-weight:700;letter-spacing:-.02em}.pgm-skill-heading p{margin-top:1px;color:var(--pgm-muted);font-size:8px;font-weight:550}.pgm-task-list{display:grid;align-content:start;gap:5px;padding:8px}.pgm-task-row{width:100%;min-height:46px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;padding:7px 8px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--pgm-body);font-family:Poppins,sans-serif;text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.pgm-task-row:hover{transform:translateY(-1px);border-color:#3f3b371a;background:#fffdfaf5;box-shadow:0 5px 14px #3f2e340f}.pgm-task-row.selected{border-color:color-mix(in srgb,var(--section-color) 42%,transparent);background:linear-gradient(135deg,var(--section-soft),rgba(255,255,255,.88));box-shadow:0 0 0 2px color-mix(in srgb,var(--section-color) 9%,transparent)}.pgm-task-check{width:17px;height:17px;display:grid;place-items:center;border:1px solid rgba(63,59,55,.17);border-radius:6px;color:#fff}.pgm-task-row.selected .pgm-task-check{border-color:var(--section-color);background:var(--section-color)}.pgm-task-name{min-width:0;font-size:10px;font-weight:550;line-height:1.35}.pgm-task-contributions{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:3px}.pgm-task-contributions>span{display:inline-flex;align-items:center;gap:3px;padding:3px 5px;border:1px solid color-mix(in srgb,var(--contribution-color) 17%,transparent);border-radius:6px;background:var(--contribution-soft);color:var(--contribution-color);font-size:8px;font-weight:800;white-space:nowrap}.pgm-task-contributions small{font-size:6px;font-weight:900;opacity:.72}.pgm-empty{margin:26px 8px;color:#9a9189;font-size:10px;text-align:center}.pgm-footer{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 10px 6px 14px;border-top:1px solid var(--pgm-line);background:#fffffff5;box-shadow:0 -10px 28px #3f2e340b}.pgm-selection-summary{min-width:0;display:flex;align-items:center;gap:8px}.pgm-selection-icon{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;border:1px solid color-mix(in srgb,var(--section-color, #a84262) 18%,transparent);border-radius:9px;background:var(--section-soft, #fbeef2);color:var(--section-color, #a84262)}.pgm-selection-summary>div{min-width:0;display:grid;grid-template-columns:auto minmax(0,auto);align-items:baseline;column-gap:7px}.pgm-selection-summary small{color:var(--pgm-brand);font-size:7px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pgm-selection-summary strong{overflow:hidden;color:var(--pgm-ink);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.pgm-selection-summary p{display:none}.pgm-continue{min-width:174px;min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:5px 12px 5px 15px;border:1px solid rgba(181,137,14,.45);border-radius:10px;background:linear-gradient(135deg,#ffe9a1,#f5c94a);color:#614a08;box-shadow:0 8px 20px #b5890e30,inset 0 1px #ffffffa6;font-family:Poppins,sans-serif;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.pgm-continue>span{display:flex;flex-direction:column;align-items:flex-start;font-size:10px;font-weight:850;line-height:1.2}.pgm-continue small{margin-top:2px;font-size:7px;font-weight:650;letter-spacing:.06em;opacity:.72;text-transform:uppercase}.pgm-continue:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 11px 25px #b5890e40}.pgm-continue:disabled{filter:grayscale(.6);cursor:not-allowed;opacity:.46;box-shadow:none}.pgm-task-row:focus-visible,.pgm-close:focus-visible,.pgm-continue:focus-visible,.pgm-mobile-tabs button:focus-visible,.pgm-search button:focus-visible{outline:3px solid rgba(168,66,98,.22);outline-offset:2px}@media(max-width:1120px){.pgm-modal{width:min(94vw,900px)}.pgm-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pgm-skill-column{min-height:220px}}@media(max-width:760px){.pgm-overlay{align-items:end;padding:0}.pgm-modal{width:100%;height:min(94dvh,880px);border-radius:22px 22px 0 0}.pgm-header{min-height:56px;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;padding:7px 9px}.pgm-heading-mark{width:32px;height:32px;border-radius:9px}.pgm-heading-mark svg{width:17px;height:17px}.pgm-eyebrow{font-size:6px}.pgm-eyebrow svg{width:8px;height:8px}.pgm-header h2{font-size:17px;line-height:1.08}.pgm-subtitle,.pgm-mode-summary{display:none}.pgm-close{width:34px;height:34px}.pgm-close svg{width:18px;height:18px}.pgm-toolbar{min-height:42px;padding:5px 8px}.pgm-search{width:min(100%,360px);min-height:32px;gap:7px}.pgm-search>svg{width:14px;height:14px}.pgm-legend{display:none}.pgm-mobile-tabs{display:grid;grid-template-columns:repeat(4,minmax(76px,1fr));gap:5px;overflow-x:auto;padding:5px 8px;border-bottom:1px solid var(--pgm-line);background:#fff;scrollbar-width:none}.pgm-mobile-tabs::-webkit-scrollbar{display:none}.pgm-mobile-tabs button{min-height:36px;display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;align-items:center;justify-content:center;column-gap:4px;padding:3px 6px;border:1px solid rgba(63,59,55,.11);border-radius:9px;background:#fff;color:#796a6f;font:700 7px Poppins,sans-serif;cursor:pointer}.pgm-mobile-tabs button svg{width:13px;height:13px}.pgm-mobile-tabs button svg{grid-row:1 / 3;color:var(--section-color)}.pgm-mobile-tabs button small{color:#9a9189;font-size:7px}.pgm-mobile-tabs button.active{border-color:color-mix(in srgb,var(--section-color) 34%,transparent);background:var(--section-soft);color:var(--section-color);box-shadow:0 0 0 2px color-mix(in srgb,var(--section-color) 8%,transparent)}.pgm-body{padding:7px 8px 9px}.pgm-contribution-note{margin-bottom:7px;padding:5px 7px}.pgm-note-icon{width:24px;height:24px}.pgm-contribution-note div{display:block}.pgm-contribution-note strong,.pgm-contribution-note div>span{display:block}.pgm-contribution-note div>span{margin-top:1px;font-size:8px}.pgm-section-grid{display:block}.pgm-skill-column{display:none;min-height:0}.pgm-skill-column.mobile-active{display:flex}.pgm-section-grid:has(.search-visible) .pgm-skill-column{display:none}.pgm-section-grid:has(.search-visible) .pgm-skill-column.search-visible{display:flex;margin-bottom:9px}.pgm-skill-heading{min-height:46px;padding-block:7px}.pgm-skill-heading>span{width:30px;height:30px}.pgm-task-row{min-height:44px}.pgm-footer{min-height:54px;padding:5px 8px calc(5px + env(safe-area-inset-bottom))}.pgm-selection-summary p{display:none}.pgm-continue{min-width:154px;min-height:40px}}@media(max-width:430px){.pgm-modal{height:96dvh;border-radius:18px 18px 0 0}.pgm-heading-mark{display:grid;width:30px;height:30px}.pgm-header{grid-template-columns:auto minmax(0,1fr) auto}.pgm-header h2{font-size:16px}.pgm-mobile-tabs{grid-template-columns:repeat(4,minmax(70px,1fr))}.pgm-selection-icon{display:none}.pgm-selection-summary>div{display:block}.pgm-selection-summary strong{display:block;max-width:36vw;margin-top:1px;font-size:9px}.pgm-continue{min-width:145px;min-height:40px;padding-inline:11px}.pgm-continue>span{font-size:9px}.pgm-continue small{display:none}}@media(max-height:650px)and (min-width:761px){.pgm-modal{height:94dvh}.pgm-header{min-height:56px;padding-block:6px}.pgm-heading-mark{width:32px;height:32px}.pgm-subtitle{display:none}.pgm-toolbar{min-height:42px}.pgm-footer{min-height:52px}}@media(prefers-reduced-motion:reduce){.pgm-close,.pgm-task-row,.pgm-continue{transition:none}}.guide-prompt-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:guideFadeIn .2s ease-out}.guide-prompt-modal{background:#fff;width:90%;max-width:600px;max-height:85vh;border-radius:20px;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;overflow:hidden;position:relative;animation:guideScaleUp .25s cubic-bezier(.175,.885,.32,1.275)}.guide-prompt-header{padding:20px 24px 10px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f0f0;flex-shrink:0}.header-title-row{display:flex;align-items:center;gap:10px}.guide-bulb{font-size:24px;filter:drop-shadow(0 0 5px rgba(255,215,0,.5))}.guide-prompt-header h3{margin:0;font-size:1.25rem;color:#202124;font-weight:700}.guide-close-btn{background:transparent;border:none;cursor:pointer;color:#5f6368;padding:5px;border-radius:50%;transition:background .2s;display:flex;align-items:center;justify-content:center}.guide-close-btn:hover{background-color:#f1f3f4;color:#202124}.guide-tabs-container{display:flex;padding:15px 24px;gap:10px;overflow-x:auto;scrollbar-width:none;border-bottom:1px solid #f0f0f0;background-color:#fafafa;flex-shrink:0}.guide-tabs-container::-webkit-scrollbar{display:none}.guide-tab-btn{white-space:nowrap;padding:8px 16px;border-radius:20px;border:1px solid transparent;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;background-color:#fff;color:#5f6368;border-color:#e0e0e0;display:flex;align-items:center;justify-content:center}.guide-tab-btn:hover{background-color:#f1f3f4;color:#202124}.guide-tab-btn.active{background-color:#e6f4ea;color:#1e8e3e;border-color:#ceead6;box-shadow:0 2px 4px #0000000d}.guide-content-area{padding:24px;overflow-y:auto;background-color:#fff;flex:1;min-height:0}.guide-questions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.question-chip{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:12px 16px;text-align:left;font-size:14px;color:#3c4043;cursor:pointer;transition:all .2s ease;line-height:1.4;position:relative;overflow:hidden}.question-chip:hover{border-color:#1e8e3e;background-color:#f8fcf9;transform:translateY(-2px);box-shadow:0 4px 8px #00000014;color:#1e8e3e}.question-chip:active{transform:translateY(0)}.guide-footer-hint{padding:12px;text-align:center;font-size:12px;color:#9aa0a6;background-color:#fafafa;border-top:1px solid #f0f0f0;flex-shrink:0}@keyframes guideFadeIn{0%{opacity:0}to{opacity:1}}@keyframes guideScaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media(max-width:600px){.guide-prompt-modal{width:100%;height:80vh;max-height:80vh;border-bottom-left-radius:0;border-bottom-right-radius:0;position:absolute;bottom:0;top:auto;animation:slideUpMobile .3s ease-out}.guide-questions-grid{grid-template-columns:1fr}@keyframes slideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}}.mtm-root,.mtm-root *{box-sizing:border-box}.mtm-backdrop{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:18px;background:#18181b6b;animation:mtm-fade .16s ease-out}.mtm-root{width:min(1120px,100%);max-height:min(900px,calc(100dvh - 36px));overflow:hidden;display:flex;flex-direction:column;color:#171717;background:#f7f7f6;border:1px solid #e2e2e0;border-radius:18px;box-shadow:0 28px 80px #0003;font-family:Poppins,sans-serif;animation:mtm-enter .19s ease-out}.mtm-header{position:relative;padding:24px 64px 14px;text-align:center;flex:0 0 auto}.mtm-header-kicker{color:#747474;font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.mtm-header h2{margin:4px 0 3px;font-size:25px;line-height:1.25;font-weight:500;letter-spacing:-.025em}.mtm-header p{margin:0;color:#717171;font-size:12px;font-weight:400}.mtm-close-btn{position:absolute;top:18px;right:20px;width:34px;height:34px;border:1px solid #dedede;border-radius:50%;color:#555;background:#fff;font:300 24px/1 Arial,sans-serif;cursor:pointer}.mtm-content{padding:0 28px 22px;overflow-y:auto}.mtm-billing-toggle{width:max-content;margin:0 auto 14px;padding:3px;display:flex;gap:2px;background:#e8e8e7;border-radius:999px}.mtm-billing-toggle button{min-height:29px;padding:5px 13px;border:0;border-radius:999px;color:#777;background:transparent;font:500 10px Poppins,sans-serif;cursor:pointer}.mtm-billing-toggle button.active{color:#171717;background:#fff;box-shadow:0 1px 3px #00000014}.mtm-billing-toggle button span{margin-left:4px;color:#16774a;font-size:8px}.mtm-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}.mtm-plan-card{min-height:490px;padding:21px 20px;display:flex;flex-direction:column;border:1px solid #ddddda;border-radius:13px;background:#fff;transition:border-color .16s,box-shadow .16s,transform .16s}.mtm-plan-card.selected{border-color:#9fc9ef;box-shadow:0 0 0 1px #d5e9fb;transform:translateY(-2px)}.mtm-plan-pro{background:#eff7ff;border-color:#bddcf8}.mtm-plan-elite.selected{border-color:#e2bc6d;box-shadow:0 0 0 1px #f3dfb7}.mtm-plan-topline{min-height:31px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.mtm-plan-topline h3{margin:0;font-size:19px;font-weight:600;letter-spacing:-.02em}.mtm-recommended{padding:4px 7px;border-radius:999px;color:#326da7;background:#dcecff;font-size:7px;font-weight:600;text-transform:uppercase}.mtm-plan-price{height:56px;display:flex;align-items:baseline;gap:3px}.mtm-plan-price sup{color:#777;font-size:12px}.mtm-plan-price strong{font-size:34px;line-height:1;font-weight:500;letter-spacing:-.045em}.mtm-plan-price span{color:#747474;font-size:8px}.mtm-plan-description{min-height:52px;margin:5px 0 12px;color:#393939;font-size:10.5px;line-height:1.55}.mtm-select-plan,.mtm-current-plan{width:100%;min-height:35px;padding:8px 12px;border-radius:999px;font:500 10px Poppins,sans-serif}.mtm-select-plan{border:1px solid #111;color:#fff;background:#111;cursor:pointer}.mtm-plan-pro .mtm-select-plan{border-color:#1687ed;background:#1687ed}.mtm-current-plan{border:1px solid #e1e1df;color:#8a8a86;background:#fff}.mtm-feature-heading{margin:17px 0 10px;color:#333;font-size:9px;font-weight:500}.mtm-plan-features{margin:0;padding:0;display:flex;flex-direction:column;gap:11px;list-style:none}.mtm-plan-features li{display:grid;grid-template-columns:15px 1fr;gap:7px;color:#303030;font-size:9.5px;line-height:1.45}.mtm-plan-features li span{font-weight:600}.mtm-payment-panel{margin-top:16px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #dededb;border-radius:13px;background:#fff}.mtm-payment-summary{min-width:160px;display:flex;flex-direction:column}.mtm-payment-summary span{color:#888;font-size:8px;text-transform:uppercase;letter-spacing:.05em}.mtm-payment-summary strong{margin-top:2px;font-size:13px;font-weight:600}.mtm-payment-summary small{color:#747474;font-size:9px}.mtm-payment-actions{display:flex;gap:8px}.mtm-card-btn,.mtm-whatsapp-btn{min-height:38px;padding:9px 17px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:999px;font:500 10px Poppins,sans-serif;text-decoration:none;cursor:pointer}.mtm-card-btn{border:1px solid #111;color:#fff;background:#111}.mtm-card-btn:disabled{opacity:.58;cursor:wait}.mtm-whatsapp-btn{border:1px solid #b7ddc7;color:#167848;background:#f1fbf5}.mtm-whatsapp-btn span{font-size:13px}.mtm-checkout-error{margin:9px 2px 0;padding:9px 11px;border:1px solid #fac6c6;border-radius:9px;color:#a42626;background:#fff5f5;font-size:10px}.mtm-payment-note{margin:10px 0 0;color:#858585;font-size:8.5px;text-align:center}@keyframes mtm-fade{0%{opacity:0}}@keyframes mtm-enter{0%{opacity:0;transform:translateY(10px) scale(.99)}}@media(max-width:760px){.mtm-backdrop{padding:0;place-items:end stretch}.mtm-root{width:100%;max-height:94dvh;border-radius:20px 20px 0 0}.mtm-header{padding:22px 50px 13px}.mtm-header h2{font-size:21px}.mtm-header p{font-size:10px}.mtm-content{padding:0 14px calc(18px + env(safe-area-inset-bottom))}.mtm-plan-grid{grid-template-columns:1fr;gap:12px}.mtm-plan-card{min-height:0;padding:18px}.mtm-plan-description{min-height:0}.mtm-payment-panel{align-items:stretch;flex-direction:column}.mtm-payment-actions{flex-direction:column}}.mtm-root .mtm-close-btn{display:grid;place-items:center;width:34px;min-width:34px;max-width:34px;height:34px;min-height:34px;max-height:34px;margin:0;padding:0;overflow:hidden;border:1px solid #dedede;border-radius:50%;color:#555;background:#fff;font-family:Arial,sans-serif;font-size:23px;font-weight:300;line-height:1;text-align:center;appearance:none}.mtm-root .mtm-close-btn:hover{border-color:#c8c8c8;color:#222;background:#f2f2f2}.mtm-promo-panel{margin-top:16px;padding:13px 14px;display:grid;grid-template-columns:auto minmax(0,1fr) minmax(240px,.8fr);align-items:center;gap:11px;border:1px solid #eadde1;border-radius:13px;background:linear-gradient(110deg,#fff,#fff8fa)}.mtm-promo-panel.is-applied{border-color:#b9d8bd;background:linear-gradient(110deg,#fff,#f2faf3)}.mtm-promo-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;color:#7f2f4a;background:#fbeef2}.mtm-promo-panel.is-applied .mtm-promo-icon{color:#4f8757;background:#e7f4e8}.mtm-promo-copy{min-width:0;display:flex;flex-direction:column}.mtm-promo-copy strong{color:#382c30;font-size:11px}.mtm-promo-copy small{margin-top:2px;color:#846f76;font-size:9px}.mtm-promo-entry{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px}.mtm-promo-entry input{min-width:0;height:38px;padding:0 11px;border:1px solid #dccbd1;border-radius:9px;color:#382c30;background:#fff;font:600 10px Poppins,sans-serif;letter-spacing:.06em;text-transform:uppercase}.mtm-promo-entry button{min-height:38px;padding:8px 13px;border:1px solid #a84262;border-radius:9px;color:#fff;background:#a84262;font:600 10px Poppins,sans-serif;cursor:pointer}.mtm-promo-entry button:disabled{opacity:.5;cursor:not-allowed}.mtm-payment-summary del{margin-right:3px;color:#a28f95}@media(max-width:760px){.mtm-promo-panel{grid-template-columns:auto minmax(0,1fr)}.mtm-promo-entry{grid-column:1/-1}}@media(max-width:430px){.mtm-promo-panel{grid-template-columns:1fr}.mtm-promo-icon{display:none}.mtm-promo-entry{grid-column:auto}}.my-progress-container{display:flex;align-items:center;gap:10px}.my-progress-pill,.profile-circle-btn,.progress-icon-button{border:1px solid #d2d0ce;background:#fffffff0;color:#323130;box-shadow:0 2px 6px #00000014}.my-progress-pill{min-height:42px;display:inline-flex;align-items:center;gap:9px;padding:5px 13px 5px 6px;border-radius:8px;cursor:pointer}.progress-anim-wrapper,.profile-circle-btn,.progress-icon-button{display:inline-grid;place-items:center}.progress-anim-wrapper{width:32px;height:32px;border-radius:6px;background:#e6f4f6;color:#006b78}.progress-info{display:flex;flex-direction:column;align-items:flex-start}.progress-label{font-size:12px;font-weight:700}.progress-stat{color:#006b78;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.profile-circle-btn,.progress-icon-button{width:42px;height:42px;border-radius:8px;cursor:pointer}.progress-icon-button{position:relative}.progress-icon-score{position:absolute;right:-5px;bottom:-5px;min-width:19px;height:19px;display:grid;place-items:center;padding:0 4px;border-radius:10px;background:#a3007e;color:#fff;font-size:9px;font-weight:800}.my-progress-pill:hover,.profile-circle-btn:hover,.progress-icon-button:hover{border-color:#006b78;background:#f7fbfc}.progress-drawer-backdrop{position:fixed;inset:0;z-index:3000;visibility:hidden;border:0;background:#201f1e61;opacity:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .18s ease,visibility .18s ease}.progress-drawer-backdrop.open{visibility:visible;opacity:1}.task-coach-shell{--task-accent: #006b78;position:fixed;z-index:3001;top:0;right:0;bottom:0;width:70vw;display:flex;flex-direction:column;overflow:hidden;border-left:1px solid rgba(0,0,0,.08);background:#f5f5f5;color:#323130;box-shadow:-16px 0 44px #0000002e;font-family:Poppins,sans-serif;transform:translate(102%);transition:transform .26s cubic-bezier(.2,.9,.3,1)}.task-coach-shell *,.task-coach-shell button{font-family:Poppins,sans-serif}.task-coach-shell.open{transform:translate(0)}.task-coach-mobile-handle{display:none}.task-coach-header{min-height:91px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:21px 24px 18px;border-bottom:1px solid #e1dfdd;background:#fffffff7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.task-coach-title-group{min-width:0;display:flex;align-items:flex-start;gap:12px}.task-coach-task-icon{width:44px;height:44px;display:grid;place-items:center;flex:0 0 44px;border:1px solid color-mix(in srgb,var(--task-accent) 18%,white);border-radius:10px;background:linear-gradient(145deg,color-mix(in srgb,var(--task-accent) 15%,white),#fff);color:var(--task-accent);box-shadow:0 5px 14px color-mix(in srgb,var(--task-accent) 12%,transparent)}.task-coach-title-group p,.task-coach-section-heading p,.task-coach-overview-copy>p,.task-coach-recommendation p{margin:0;color:#605e5c;font-size:10px;font-weight:700;line-height:1.25;letter-spacing:.08em;text-transform:uppercase}.task-coach-title-group h2{margin:2px 0 0;overflow:hidden;color:#242424;font-size:22px;line-height:1.25;font-weight:700;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap}.task-coach-context-tags{display:flex;align-items:center;gap:6px;margin-top:7px}.task-coach-context-tags span{padding:3px 7px;border:1px solid #e1dfdd;border-radius:4px;background:#faf9f8;color:#605e5c;font-size:10px;font-weight:600}.task-coach-context-tags span:first-child{border-color:color-mix(in srgb,var(--task-accent) 30%,#e1dfdd);color:color-mix(in srgb,var(--task-accent) 80%,#242424)}.task-coach-header-actions{display:flex;align-items:center;gap:6px}.task-coach-full-link,.task-coach-close{min-height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:6px;background:transparent;color:#424242;font:inherit;cursor:pointer}.task-coach-full-link{gap:5px;padding:0 9px;font-size:11px;font-weight:600}.task-coach-close{width:34px;padding:0}.task-coach-full-link:hover,.task-coach-close:hover{border-color:#e1dfdd;background:#f5f5f5}.task-coach-full-link:focus-visible,.task-coach-close:focus-visible,.task-coach-shell button:focus-visible{outline:2px solid #006b78;outline-offset:2px}.task-coach-body{flex:1;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;gap:16px;padding:22px 24px 34px;scrollbar-color:#c8c6c4 transparent;scrollbar-width:thin}.task-coach-card,.task-coach-overview,.task-coach-recommendation,.task-coach-empty-state{border:1px solid #e1dfdd;border-radius:14px;background:#fff;box-shadow:0 1px 2px #00000009,0 9px 24px #3231300b}.task-coach-overview{min-width:0;display:grid;grid-template-columns:auto minmax(190px,.75fr) minmax(310px,1.25fr);align-items:center;gap:22px;padding:22px;border-top:3px solid var(--task-accent)}.task-coach-score-ring{width:96px;height:96px;display:grid;place-items:center;flex:0 0 96px;border-radius:50%;background:conic-gradient(var(--task-accent) 0 var(--task-ring),#edebe9 var(--task-ring) 360deg)}.task-coach-score-ring:before{grid-area:1 / 1;width:78px;height:78px;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px #f3f2f1;content:""}.task-coach-score-ring span{grid-area:1 / 1;z-index:1;display:flex;align-items:baseline;gap:2px}.task-coach-score-ring strong{color:#242424;font-size:29px;line-height:1;letter-spacing:-.04em}.task-coach-score-ring small{color:#797775;font-size:10px}.task-coach-overview-copy{min-width:0}.task-coach-overview-copy h3{margin:4px 0 10px;color:#242424;font-size:17px;line-height:1.3;letter-spacing:-.015em}.task-coach-overview-copy>small{display:block;margin-top:7px;color:#797775;font-size:11px;line-height:1.5}.task-coach-confidence{width:fit-content;display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:4px;background:#f3f2f1;color:#605e5c;font-size:10px;font-weight:700}.task-coach-confidence.positive{background:#e7f4ed;color:#107c10}.task-coach-confidence.warning{background:#fff4ce;color:#8a6a00}.task-coach-overview-metrics{width:100%;min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.task-coach-metric{min-width:0;display:flex;align-items:flex-start;gap:9px;padding:12px;border:1px solid #edebe9;border-radius:10px;background:linear-gradient(145deg,#fff,#fafafa)}.task-coach-metric-icon{width:25px;height:25px;display:grid;place-items:center;flex:0 0 25px;border-radius:5px;background:color-mix(in srgb,var(--task-accent) 11%,white);color:var(--task-accent)}.task-coach-metric div{min-width:0;display:flex;flex-direction:column}.task-coach-metric small{overflow:hidden;color:#797775;font-size:9px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.task-coach-metric strong{color:#242424;font-size:18px;line-height:1.25}.task-coach-metric div span{overflow:hidden;color:#8a8886;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.task-coach-card{padding:18px 19px}.task-coach-section-heading{min-width:0;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.task-coach-section-heading h3{margin:3px 0 0;color:#242424;font-size:15px;line-height:1.3;letter-spacing:-.01em}.task-coach-section-heading>span{display:inline-flex;align-items:center;gap:4px;color:#797775;font-size:9px;font-weight:600}.task-coach-section-heading>span.positive{color:#107c10}.task-coach-section-heading>span.negative{color:#c50f1f}.task-coach-evidence-label{padding:3px 6px;border-radius:4px;background:#f3f2f1}.task-coach-trend-card{min-height:176px}.task-coach-sparkline{width:100%;height:116px;display:block;overflow:visible}.task-coach-chart-axis{stroke:#edebe9;stroke-width:1}.task-coach-chart-empty{height:94px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px dashed #d2d0ce;border-radius:7px;background:#fafafa;color:#8a8886;font-size:10px;text-align:center}.task-coach-two-column{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(260px,.7fr);gap:16px;align-items:stretch}.task-coach-criteria-list{display:flex;flex-direction:column;gap:12px}.task-coach-criterion>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:4px}.task-coach-criterion span{color:#424242;font-size:11px;font-weight:600}.task-coach-criterion strong{color:#242424;font-size:11px}.task-coach-criterion>div:nth-child(2){height:7px;overflow:hidden;border-radius:4px;background:#edebe9}.task-coach-criterion>div:nth-child(2).is-empty{background:repeating-linear-gradient(90deg,#edebe9 0 8px,transparent 8px 11px)}.task-coach-criterion i{height:100%;display:block;border-radius:inherit;background:var(--task-accent)}.task-coach-criterion>small{display:block;margin-top:4px;color:#a19f9d;font-size:9px}.task-coach-difficulty-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.task-coach-difficulty-list>div{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;border:1px solid #edebe9;border-radius:9px;background:#fafafa}.task-coach-difficulty-list span{display:inline-flex;align-items:center;gap:6px;color:#605e5c;font-size:10px;font-weight:600}.task-coach-difficulty-list i{width:7px;height:7px;border:1px solid #c8c6c4;border-radius:50%;background:#fff}.task-coach-difficulty-list .has-evidence i{border-color:var(--task-accent);background:var(--task-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--task-accent) 13%,white)}.task-coach-difficulty-list strong{color:#242424;font-size:12px}.task-coach-inline-empty{margin:10px 0 0;color:#8a8886;font-size:9px;line-height:1.5}.task-coach-recommendation{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;padding:18px 19px;border-color:color-mix(in srgb,#006b78 25%,#e1dfdd);background:linear-gradient(105deg,#effafb,#fff 72%);box-shadow:0 10px 28px #006b7812}.task-coach-recommendation-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:7px;background:#dff2f4;color:#006b78}.task-coach-recommendation h3{margin:2px 0 3px;color:#242424;font-size:14px}.task-coach-recommendation div>span{display:block;color:#605e5c;font-size:11px;line-height:1.55}.task-coach-recommendation button,.task-coach-empty-state button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;border:1px solid #005a65;border-radius:6px;background:#006b78;color:#fff;font:inherit;font-size:10px;font-weight:700;cursor:pointer;box-shadow:0 1px 2px #00000014}.task-coach-recommendation button:hover,.task-coach-empty-state button:hover{background:#005a65}.task-coach-attempt-list{display:flex;flex-direction:column}.task-coach-attempt-list>div{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #edebe9}.task-coach-attempt-list>div:first-child{border-top:0}.task-coach-attempt-list span{display:flex;flex-direction:column}.task-coach-attempt-list strong{color:#424242;font-size:11px}.task-coach-attempt-list small{color:#8a8886;font-size:8px;font-weight:500}.task-coach-attempt-list b{color:#242424;font-size:14px}.task-coach-attempt-list b small{margin-left:2px}.task-coach-empty-state{margin:auto;max-width:440px;display:flex;flex-direction:column;align-items:center;padding:32px;text-align:center}.task-coach-empty-state>span{width:48px;height:48px;display:grid;place-items:center;border-radius:9px;background:#e6f4f6;color:#006b78}.task-coach-empty-state h3{margin:16px 0 6px;color:#242424;font-size:18px}.task-coach-empty-state p{margin:0 0 18px;color:#605e5c;font-size:11px;line-height:1.6}@media(min-width:721px)and (max-width:1200px){.task-coach-overview{grid-template-columns:auto minmax(0,1fr)}.task-coach-overview-metrics{grid-column:1 / -1}}@media(max-width:720px){.task-coach-shell{top:auto;left:0;width:100vw;height:min(92svh,820px);border:0;border-radius:18px 18px 0 0;transform:translateY(102%)}.task-coach-shell.open{transform:translateY(0)}.task-coach-mobile-handle{width:38px;height:4px;display:block;flex:0 0 4px;margin:8px auto 0;border-radius:2px;background:#c8c6c4}.task-coach-header{min-height:80px;padding:10px 14px 13px;border-radius:18px 18px 0 0}.task-coach-task-icon{width:36px;height:36px;flex-basis:36px}.task-coach-title-group h2{font-size:17px}.task-coach-full-link{width:34px;overflow:hidden;padding:0;color:transparent;gap:0}.task-coach-full-link svg{color:#424242;flex:0 0 auto}.task-coach-body{padding:12px 12px calc(22px + env(safe-area-inset-bottom))}.task-coach-overview{grid-template-columns:auto minmax(0,1fr);gap:12px;padding:13px}.task-coach-overview-metrics{grid-column:1 / -1}.task-coach-two-column{grid-template-columns:1fr}.task-coach-recommendation{grid-template-columns:auto minmax(0,1fr)}.task-coach-recommendation button{grid-column:1 / -1;width:100%}}@media(max-width:420px){.task-coach-header{gap:8px}.task-coach-context-tags span{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-coach-overview-metrics{gap:5px}.task-coach-metric{flex-direction:column;gap:4px;padding:7px}.task-coach-metric-icon{width:22px;height:22px}.task-coach-difficulty-list{grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){.task-coach-shell,.progress-drawer-backdrop{transition:none}}.mtg-backdrop{position:fixed;inset:0;background-color:#00000080;z-index:4000;opacity:0;visibility:hidden;transition:all .3s ease}.mtg-backdrop.open{opacity:1;visibility:visible}.mtg-sheet{position:fixed;left:0;right:0;bottom:0;background:#fff;border-radius:20px 20px 0 0;z-index:4001;transform:translateY(100%);transition:transform .3s cubic-bezier(.2,.9,.2,1);display:flex;flex-direction:column;max-height:90vh;box-sizing:border-box}.mtg-sheet.open{transform:translateY(0)}.mtg-drag-handle{display:flex;justify-content:center;padding:10px 0}.mtg-drag-indicator{width:40px;height:4px;background-color:#ddd;border-radius:2px}.mtg-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 20px 10px;border-bottom:1px solid #eee}.mtg-back{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border:0;border-radius:9px;background:#f1f3f5;color:#465365;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;white-space:nowrap;cursor:pointer}.mtg-back:hover{background:#eaf8ff;color:#087fb5}.mtg-back span:first-child{font-size:17px;line-height:1}.mtg-title{min-width:0;font-weight:700;font-size:1.1rem;color:#333;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.mtg-close{background:none;border:none;font-size:1.5rem;color:#888}.mtg-body{flex-grow:1;overflow-y:auto;display:flex;flex-direction:column}.mtg-rules{padding:15px 20px;background-color:#f9f9f9}.mtg-rules ul{list-style:none;padding:0;margin:0;font-size:.9rem;color:#555}.mtg-rules li{display:flex;gap:10px}.mtg-rules p{margin:0 0 5px}.mtg-filters-scroll{padding:10px 20px;border-bottom:1px solid #eee}.mtg-filter-row{display:flex;align-items:center;gap:10px;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.mtg-filter-row::-webkit-scrollbar{display:none}.mtg-segmented-control{display:inline-flex;background:#eee;border-radius:8px;padding:3px}.mtg-segmented-control button{border:none;background:none;padding:6px 12px;border-radius:6px;font-size:.8rem;font-weight:700;color:#666}.mtg-segmented-control button.active{background:#fff;color:#333;box-shadow:0 1px 3px #0000001a}.mtg-pill-group{display:flex;gap:6px}.mtg-pill{border:1px solid #ddd;background:#fff;padding:6px 12px;border-radius:20px;font-size:.8rem;color:#555;white-space:nowrap}.mtg-pill.active{background:#eaf8ff;border-color:#1cb0f6;color:#007ab3}.mtg-figure-row{margin-top:10px}.mtg-list-container{flex-grow:1;padding:10px 20px;min-height:200px}.mtg-question-row{display:flex;justify-content:space-between;align-items:center;padding:12px;border:1px solid #eee;border-radius:10px;margin-bottom:8px;transition:background .2s}.mtg-question-row.practiced{opacity:.7;background-color:#fcfcfc}.mtg-question-row.selected{border-color:#1cb0f6;background-color:#eaf8ff}.mtg-q-title{font-size:.9rem;color:#333;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:10px}.mtg-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.dot-easy{background-color:#58cc02}.dot-medium{background-color:#ff9600}.dot-hard{background-color:#ff4b4b}.dot-expert{background-color:#ce82ff}.mtg-empty{text-align:center;color:#999;padding:40px 0}.mtg-footer{padding:15px 20px 25px;border-top:1px solid #eee;background:#fff}.mtg-cta{width:100%;padding:14px;background:#58cc02;color:#fff;border:none;border-radius:12px;font-weight:700;font-size:1rem;border-bottom:4px solid #46a302}.mtg-cta:disabled{background:#ccc;border-bottom-color:#bbb}.mtg-segmented-control button{display:inline-flex;align-items:center;justify-content:center;gap:5px}.mtg-meta-chip.bookmarked{color:#8a5a00;background:#fff4cf;border-color:#f1d174}@media(min-width:900px){.mtg-sheet{left:50%;right:auto;bottom:50%;width:90vw;height:85vh;max-width:1400px;max-height:900px;border:1px solid #e5e5e5;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;transform:translate(-50%,calc(50% + 100vh));overflow:hidden}.mtg-sheet.open{transform:translate(-50%,50%)}.mtg-drag-handle{display:none}.mtg-header{height:48px;min-height:48px;padding:0 20px}.mtg-back{padding:8px 11px;font-size:.76rem}.mtg-title{font-size:.95rem;font-weight:700}.mtg-close{width:42px;height:42px;border-radius:50%;cursor:pointer;transition:background-color .2s ease,color .2s ease}.mtg-close:hover{background:#f2f4f7;color:#333}.mtg-rules{padding:12px 20px}.mtg-rules ul{font-size:.85rem}.mtg-filters-scroll{padding:12px 20px}.mtg-filter-row{gap:16px;overflow:visible}.mtg-segmented-control button,.mtg-pill{padding:7px 13px;font-size:.8rem;cursor:pointer}.mtg-list-container{min-height:260px;padding:16px 20px 20px;background:#f8f9fa}.mtg-questions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.mtg-question-row{min-height:54px;margin-bottom:0;padding:10px 14px;background:#fff;border-radius:8px;cursor:pointer}.mtg-question-row:hover{border-color:#b9dff1;background:#f8fcff}.mtg-question-row.selected:hover{border-color:#1cb0f6;background:#eaf8ff}.mtg-q-title{font-size:.82rem;font-weight:600}.mtg-footer{min-height:64px;padding:10px 20px}.mtg-cta{max-width:520px;padding:11px 18px;border-radius:8px;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em;margin:0 auto;display:block;cursor:pointer}.mtg-cta:disabled{cursor:not-allowed}}@media(min-width:900px)and (max-width:1120px){.mtg-sheet{width:90vw}.mtg-questions{grid-template-columns:1fr}}.mtg-backdrop{background:#1f1b188a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.mtg-sheet{--mtg-coral:#ef6f78;--mtg-yellow:#ffc928;--mtg-ink:#3f3b37;--mtg-muted:#756d66;--mtg-border:#e6dfda;font-family:Poppins,sans-serif;color:var(--mtg-ink)}.mtg-header{min-height:66px;padding:8px 14px;border-bottom:1px solid var(--mtg-border);background:linear-gradient(115deg,#fffdf8,#fff7ef 60%,#fff0f1)}.mtg-back{border:1px solid #ded8d2;background:#fff;color:#625b55;transition:border-color .18s,background .18s}.mtg-back:hover{border-color:#efb5ba;background:#fff4f5;color:#ad3f49}.mtg-title{display:flex;align-items:center;justify-content:center;gap:9px;text-align:left}.mtg-title-icon{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(145deg,#ffe69b,#ffd25a)}.mtg-title>span:last-child{display:flex;flex-direction:column}.mtg-title small{color:#a55b61;font-size:8px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.mtg-title strong{color:var(--mtg-ink);font-size:13px}.mtg-header-actions{display:flex;align-items:center;gap:8px}.mtg-count{padding:5px 8px;border:1px solid #f2c7ca;border-radius:999px;background:#fff5f5;color:#a83f48;font-size:8px;font-weight:700;white-space:nowrap}.mtg-close{display:grid;place-items:center;border:1px solid #ded8d2!important;border-radius:9px!important;background:#fff!important;color:#655e58!important;cursor:pointer}.mtg-body{min-height:0;overflow:hidden;background:#fbfaf8}.mtg-rules{margin:10px 14px 0;padding:0;border:1px solid var(--mtg-border);border-radius:10px;background:#fff;flex:0 0 auto}.mtg-guide-toggle{width:100%;display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 10px;border:0;background:transparent;text-align:left;cursor:pointer}.mtg-guide-toggle>span:first-child{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:#fff4ce}.mtg-guide-toggle>span:nth-child(2){display:flex;flex-direction:column}.mtg-guide-toggle strong{color:var(--mtg-ink);font-size:9px}.mtg-guide-toggle small{margin-top:1px;color:var(--mtg-muted);font-size:7px}.mtg-rules ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px;padding:8px 10px;border-top:1px solid #eee9e5}.mtg-rules li{padding:6px;border-radius:7px;background:#faf8f5;font-size:9px}.mtg-command-bar{display:grid;grid-template-columns:minmax(210px,1fr) minmax(240px,360px) 140px;align-items:center;gap:10px;padding:11px 14px 9px}.mtg-command-copy{display:flex;align-items:center;gap:8px;color:#df6872}.mtg-command-copy>span{display:flex;flex-direction:column}.mtg-command-copy strong{color:var(--mtg-ink);font-size:10px}.mtg-command-copy small{margin-top:1px;color:var(--mtg-muted);font-size:7px}.mtg-search{height:35px;display:flex;align-items:center;gap:7px;padding:0 8px 0 11px;border:1px solid #d9d3ce;border-radius:999px;background:#fff;color:#8a837d}.mtg-search:focus-within{border-color:var(--mtg-coral);box-shadow:0 0 0 3px #ef6f781f}.mtg-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--mtg-ink);font:500 9px Poppins,sans-serif}.mtg-search button{width:23px;height:23px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#f2efec;color:#706862}.mtg-sort{height:35px;padding:0 9px;border:1px solid #d9d3ce;border-radius:8px;background:#fff;color:#514c47;font:600 9px Poppins,sans-serif}.mtg-filters-scroll{padding:8px 14px;border-top:1px solid var(--mtg-border);border-bottom:1px solid var(--mtg-border);background:#faf8f5}.mtg-segmented-control{padding:2px;border:1px solid #ddd6d0;background:#eeeae6}.mtg-segmented-control button{padding:6px 10px;font-size:8px;cursor:pointer}.mtg-segmented-control button.active{color:#a43d47;box-shadow:0 1px 3px #3f3b3714}.mtg-pill{padding:6px 10px;border-color:#ddd6d0;font-size:8px;cursor:pointer}.mtg-pill.active{border-color:var(--mtg-coral);background:#fff0f1;color:#a43d47;box-shadow:0 0 0 2px #ef6f7817}.mtg-list-container{min-height:0;padding:9px 12px 13px;overflow-y:auto;background:#fff}.mtg-questions{display:flex;flex-direction:column;gap:7px}.mtg-question-row{width:100%;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;padding:8px 10px;border:1px solid #e3ddd8;border-radius:9px;background:#fff;text-align:left;cursor:pointer;transition:transform .16s,border-color .16s,box-shadow .16s}.mtg-question-row:hover{transform:translateY(-1px);border-color:#efb5ba;background:snow;box-shadow:0 5px 13px #3f3b370f}.mtg-question-row.selected,.mtg-question-row.selected:hover{border-color:var(--mtg-coral);background:#fff3f4;box-shadow:0 0 0 2px #ef6f781c}.mtg-question-row.practiced{opacity:1}.mtg-q-main{min-width:0;display:flex;align-items:center;gap:12px;flex:1}.mtg-q-number{min-width:76px;color:#c55761;font-size:9px;font-weight:750}.mtg-q-title{padding:0;color:var(--mtg-ink);font-size:10px;font-weight:650}.mtg-q-meta{display:flex;align-items:center;gap:6px;flex:0 0 auto}.mtg-meta-chip,.mtg-difficulty,.mtg-practiced{min-height:23px;display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border:1px solid #e1dcd7;border-radius:6px;background:#faf9f7;color:#6b645e;font-size:7px;font-weight:700;white-space:nowrap}.mtg-meta-chip.prediction{border-color:#c6daf1;background:#f2f7fc;color:#0f6cbd}.mtg-meta-chip.appeared{border-color:#f0d88d;background:#fffaf0;color:#86620a}.mtg-difficulty i{width:6px;height:6px;border-radius:50%;background:#f9ab00}.mtg-difficulty.difficulty-easy i{background:#34a853}.mtg-difficulty.difficulty-hard i{background:#ea4335}.mtg-difficulty.difficulty-expert i{background:#a142f4}.mtg-practiced{border-color:#c8e6d2;background:#f1f8f3;color:#137547}.mtg-footer{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 14px;border-top:1px solid var(--mtg-border);background:#fff}.mtg-selection{display:flex;align-items:center;gap:8px}.mtg-selection>span{width:27px;height:27px;display:grid;place-items:center;border:1px dashed #cdc6c0;border-radius:7px;background:#faf8f5;color:#fff}.mtg-selection>span.ready{border-style:solid;border-color:#df6872;background:var(--mtg-coral)}.mtg-selection>div{display:flex;flex-direction:column}.mtg-selection strong{color:var(--mtg-ink);font-size:9px}.mtg-selection small{color:var(--mtg-muted);font-size:7px}.mtg-cta{width:auto;min-width:180px;margin:0;padding:10px 17px;border:1px solid #df6872;border-bottom:1px solid #c1535d;border-radius:9px;background:linear-gradient(135deg,#ef7a83,#e75f69);box-shadow:0 6px 14px #ef6f7833;font-size:9px;text-transform:none;letter-spacing:0}.mtg-cta:disabled{border-color:#d5d1ce;background:#dedbd8;box-shadow:none}@media(min-width:900px){.mtg-sheet{inset:0 0 0 auto;width:min(1240px,calc(100vw - 64px));height:100dvh;max-width:none;max-height:none;border:0;border-left:1px solid rgba(63,59,55,.12);border-radius:0;box-shadow:-22px 0 60px #2c231d33;transform:translate(100%)}.mtg-sheet.open{transform:translate(0)}.mtg-header{height:66px;padding:8px 18px}.mtg-questions{display:flex}.mtg-list-container{padding:9px 14px 14px}.mtg-footer{padding:9px 18px}.mtg-cta{max-width:none}}@media(max-width:899px){.mtg-command-bar{grid-template-columns:1fr}.mtg-command-copy{display:none}.mtg-rules ul{grid-template-columns:1fr}.mtg-count{display:none}.mtg-q-number{min-width:62px}.mtg-meta-chip,.mtg-selection{display:none}.mtg-cta{width:100%}}@media(max-width:560px){.mtg-header{padding:0 10px 8px}.mtg-back span:last-child{display:none}.mtg-title strong{font-size:11px}.mtg-command-bar{padding:9px 10px 7px}.mtg-filters-scroll{padding:7px 10px}.mtg-list-container{padding:8px}.mtg-question-row{align-items:flex-start}.mtg-q-main{align-items:flex-start;flex-direction:column;gap:2px}.mtg-q-number{min-width:0}.mtg-q-title{white-space:normal;line-height:1.35}.mtg-difficulty{padding:3px 5px}.mtg-practised{font-size:0}}.mtg-header{grid-template-columns:auto minmax(0,1fr) auto;gap:18px;padding-inline:20px;background:#fff!important}.mtg-back{position:relative;min-height:38px;padding:8px 13px;border-radius:10px;font-size:10px;box-shadow:0 1px 2px #3f3b370a}.mtg-back:after{content:"";position:absolute;top:4px;right:-10px;width:1px;height:30px;background:#e8e2dd}.mtg-title{justify-content:flex-start;gap:11px}.mtg-title-icon{width:42px;height:42px;border:1px solid #f2d273;border-radius:12px;background:linear-gradient(145deg,#fff1b8,#ffd45e);color:#805d00;box-shadow:0 5px 14px #e0b42b2e,inset 0 1px #fffc}.mtg-title small{font-size:8px;letter-spacing:.1em}.mtg-title strong{margin-top:2px;font-size:14px;letter-spacing:-.01em}.mtg-header-actions{gap:10px}.mtg-count{padding:6px 10px;border-color:#e3ddd8;background:#faf8f5;color:#6b645e;font-size:8px}.mtg-close{width:38px;height:38px;min-width:38px;display:grid;place-items:center;margin:0;padding:0;box-sizing:border-box;border-radius:10px!important;line-height:0;transition:border-color .18s,background .18s,color .18s,transform .18s,box-shadow .18s}.mtg-close svg{display:block;flex:none}.mtg-close:hover{border-color:#efb5ba!important;background:#fff3f4!important;color:#ad3f49!important;transform:scale(1.035)}.mtg-close:focus-visible{outline:0;box-shadow:0 0 0 3px #ef6f7833}.mtg-close:active{transform:scale(.96)}.mtg-top-workspace{position:relative;z-index:2;display:grid;grid-template-columns:280px minmax(0,1fr);align-items:stretch;margin:12px 14px 0;border:1px solid #e3ddd8;border-radius:14px;background:#fff;box-shadow:0 4px 14px #3f3b370b}.mtg-rules{position:relative;margin:0;border:0;border-right:1px solid #ece6e1;border-radius:14px 0 0;background:#fff}.mtg-guide-toggle{height:58px;padding:9px 12px}.mtg-guide-toggle>span:first-child{width:34px;height:34px;border:1px solid #f1d98e;border-radius:9px;background:#fff8df;color:#8c6806}.mtg-guide-toggle strong{font-size:9px}.mtg-guide-toggle small{font-size:7px;line-height:1.35}.mtg-rules ul{position:absolute;top:calc(100% + 6px);left:0;z-index:20;width:min(520px,calc(100vw - 44px));grid-template-columns:1fr;margin:0;padding:10px;border:1px solid #e3ddd8;border-radius:11px;background:#fff;box-shadow:0 16px 34px #3f3b3726}.mtg-command-bar{grid-template-columns:minmax(170px,1fr) minmax(260px,420px) 150px;gap:12px;min-height:58px;padding:9px 12px;background:#fff}.mtg-command-copy{gap:10px}.mtg-command-copy>svg{width:32px;height:32px;padding:8px;box-sizing:border-box;border-radius:9px;background:#edf6fc;color:#0f6cbd}.mtg-command-copy strong{font-size:9px}.mtg-command-copy small{font-size:7px}.mtg-search{height:36px;border-radius:10px;background:#fbfaf8}.mtg-search input{font-size:8px}.mtg-sort{height:36px;border-radius:10px;background:#fbfaf8;font-size:8px}.mtg-top-workspace>.mtg-filters-scroll{grid-column:1/-1;margin:0;padding:8px 12px;border-top:1px solid #ece6e1;border-bottom:0;border-radius:0 0 14px 14px;background:#faf8f5}.mtg-filter-row{gap:12px}.mtg-segmented-control{border:0;background:#ece8e4}.mtg-segmented-control button{min-height:29px;padding:6px 11px}.mtg-pill{min-height:29px;padding:6px 11px;background:#fff}.mtg-list-container{padding-top:10px}@media(min-width:900px){.mtg-header{height:72px;min-height:72px;padding-inline:22px}.mtg-body{background:#fbfaf8}.mtg-list-container{margin-top:10px;border-top:1px solid #e7e1dc}}@media(min-width:900px)and (max-width:1120px){.mtg-top-workspace{grid-template-columns:240px minmax(0,1fr)}.mtg-command-bar{grid-template-columns:minmax(230px,1fr) 135px}.mtg-command-copy{display:none}}@media(max-width:899px){.mtg-header{gap:10px;padding-inline:12px}.mtg-back:after{display:none}.mtg-title-icon{width:36px;height:36px}.mtg-top-workspace{display:block;margin:10px 10px 0}.mtg-rules{border-right:0;border-bottom:1px solid #ece6e1;border-radius:14px 14px 0 0}.mtg-rules ul{position:static;width:auto;border:0;border-top:1px solid #ece6e1;border-radius:0;box-shadow:none}.mtg-command-bar{display:grid;grid-template-columns:minmax(0,1fr) 130px}.mtg-command-copy{display:none}.mtg-top-workspace>.mtg-filters-scroll{border-radius:0 0 14px 14px}}@media(max-width:560px){.mtg-header{width:100%;grid-template-columns:36px minmax(0,1fr) 36px;padding-inline:12px;box-sizing:border-box}.mtg-back{width:36px;height:36px;justify-content:center;padding:0}.mtg-title{justify-content:center}.mtg-title-icon,.mtg-count{display:none}.mtg-header-actions{width:36px;display:grid;place-items:center;justify-self:end}.mtg-close{width:36px;height:36px;min-width:36px}.mtg-command-bar{grid-template-columns:1fr}.mtg-sort{width:100%}}@media(max-width:560px){.mtg-sheet{top:0;width:100%;height:100dvh;max-height:100dvh;border-radius:0;overflow:hidden}.mtg-drag-handle{display:none}.mtg-header{min-height:58px;padding:8px 10px;gap:8px}.mtg-title>span:last-child{min-width:0}.mtg-title small{font-size:7px;line-height:1.1}.mtg-title strong{max-width:100%;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mtg-body{overscroll-behavior:contain}.mtg-top-workspace{margin:7px 8px 0;border-radius:11px}.mtg-rules{border-radius:11px 11px 0 0}.mtg-guide-toggle{height:48px;grid-template-columns:28px minmax(0,1fr) 16px;gap:7px;padding:6px 9px}.mtg-guide-toggle>span:first-child{width:28px;height:28px;border-radius:8px}.mtg-guide-toggle strong{font-size:8px}.mtg-guide-toggle small{font-size:6.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mtg-rules ul{max-height:32dvh;overflow-y:auto;padding:7px}.mtg-rules li{padding:5px;font-size:8px}.mtg-command-bar{grid-template-columns:minmax(0,1fr) 112px;min-height:0;gap:6px;padding:7px 8px}.mtg-search,.mtg-sort{height:33px;border-radius:8px}.mtg-search{padding-left:9px}.mtg-search svg{width:14px;height:14px;flex:0 0 auto}.mtg-search input{font-size:7.5px}.mtg-sort{min-width:0;padding:0 5px;font-size:7.5px}.mtg-top-workspace>.mtg-filters-scroll{padding:6px;border-radius:0 0 11px 11px}.mtg-filter-row{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr);align-items:stretch;gap:6px;overflow:visible;white-space:normal}.mtg-segmented-control{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:2px;box-sizing:border-box}.mtg-segmented-control button{min-width:0;min-height:28px;padding:4px 2px;gap:2px;font-size:6.5px;line-height:1}.mtg-segmented-control button svg{width:10px;height:10px}.mtg-segmented-control button:last-child{font-size:0}.mtg-segmented-control button:last-child svg{width:12px;height:12px}.mtg-pill-group{min-width:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;padding:2px;border:1px solid #ddd6d0;border-radius:8px;background:#f3f0ed}.mtg-pill{min-width:0;min-height:28px;padding:4px 1px;border:0;border-radius:6px;overflow:hidden;font-size:6.5px;text-overflow:ellipsis}.mtg-pill.active{box-shadow:0 1px 3px #3f3b371a}.mtg-figure-row{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:6px}.mtg-list-container{padding:7px 8px 9px}.mtg-questions{gap:6px}.mtg-question-row{min-height:54px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 8px;border-radius:8px}.mtg-q-main{min-width:0;gap:2px}.mtg-q-number{font-size:7.5px;line-height:1.2}.mtg-q-title{display:-webkit-box;font-size:9px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.mtg-q-meta{max-width:94px;justify-content:flex-end;flex-wrap:wrap;gap:3px}.mtg-meta-chip.appeared,.mtg-difficulty{min-height:20px;display:inline-flex;padding:2px 5px;font-size:6.5px}.mtg-difficulty i{width:5px;height:5px}.mtg-practiced{min-height:19px;padding:2px 4px;font-size:0}.mtg-practiced svg{width:10px;height:10px}.mtg-footer{min-height:62px;padding:8px 10px max(8px,env(safe-area-inset-bottom))}.mtg-cta{min-width:0;min-height:40px;padding:9px 14px;font-size:8px}}@media(max-width:370px){.mtg-command-bar{grid-template-columns:minmax(0,1fr) 96px}.mtg-filter-row{grid-template-columns:1fr;gap:5px}.mtg-segmented-control button,.mtg-pill{font-size:6.25px}.mtg-question-row{gap:5px}.mtg-q-meta{max-width:82px}}.mtg-difficulty.difficulty-easy{border-color:#b9dfc4;background:#f1f8f3;color:#137547}.mtg-difficulty.difficulty-medium{border-color:#f0d88d;background:#fffaf0;color:#86620a}.mtg-difficulty.difficulty-hard{border-color:#f2c2bd;background:#fff4f3;color:#b3261e}.mtg-difficulty.difficulty-expert{border-color:#ddc5f6;background:#faf5ff;color:#7e22ce}.sgds-overlay{position:fixed;z-index:1400;inset:0;display:grid;place-items:center;padding:24px;background:#0f0f0f9e}.sgds-modal{width:min(920px,calc(100vw - 48px));max-height:calc(100vh - 48px);display:flex;overflow:hidden;flex-direction:column;border:1px solid #d8d8d8;border-radius:12px;background:#fff;box-shadow:0 20px 48px #0000003d;color:#202124;font:14px Arial,Helvetica,sans-serif}.sgds-header{min-height:64px;display:flex;align-items:center;gap:12px;padding:9px 12px 9px 16px;border-bottom:1px solid #e5e5e5}.sgds-brand{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border:1px solid rgba(255,201,40,.72);border-radius:50%;background:linear-gradient(145deg,#3f3b37,#57514b);box-shadow:0 3px 9px #3f3b3733;color:#ffc928}.sgds-brand>svg,.sgds-header>button>svg{display:block}.sgds-header>div{min-width:0;display:flex;flex:1;align-items:flex-start;flex-direction:column;justify-content:center;gap:2px}.sgds-header p,.sgds-header h1{margin:0}.sgds-header h1{color:#0f0f0f;font-size:17px;font-weight:600;line-height:1.25}.sgds-header div>span{overflow:hidden;color:#606060;font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.sgds-header>button{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;margin-left:auto;padding:0;border:0;border-radius:50%;background:transparent;color:#303030;line-height:0;cursor:pointer}.sgds-header>button:hover{background:#f2f2f2}.sgds-header>button:focus-visible,.sgds-footer button:focus-visible,.sgds-loading button:focus-visible{outline:2px solid #ef6f78;outline-offset:2px}.sgds-content{flex:1;overflow-y:auto;padding:24px 28px 30px}.sgds-score-overview{display:grid;grid-template-columns:220px minmax(0,1fr);gap:32px;align-items:start}.sgds-section-scores{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.sgds-section-scores article{display:flex;align-items:center;flex-direction:column;padding:8px 0;color:#d64d58}.sgds-section-scores span{margin-top:8px;color:#303030;font-size:13px;font-weight:600}.sgds-section-scores strong{margin-top:2px;color:#0f0f0f;font-size:36px;font-weight:500;line-height:1.05}.sgds-section-scores small{margin-top:2px;color:#606060;font-size:12px}.sgds-enabling{min-width:0}.sgds-enabling>div{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:14px}.sgds-enabling p{margin:0;color:#0f0f0f;font-size:16px;font-weight:600}.sgds-enabling small{color:#606060;font-size:12px}.sgds-enabling label{display:grid;grid-template-columns:110px minmax(100px,1fr) 50px;align-items:center;gap:12px;min-height:34px;color:#303030;font-size:13px}.sgds-enabling label>i{height:6px;overflow:hidden;border-radius:99px;background:#e5e5e5}.sgds-enabling label b{display:block;height:100%;border-radius:inherit}.sgds-enabling label b.excellent{background:#198754}.sgds-enabling label b.good{background:#8a6d00}.sgds-enabling label b.developing{background:#c45d18}.sgds-enabling label b.focus{background:#c5221f}.sgds-enabling label>strong{color:#0f0f0f;font-size:13px;text-align:right}.sgds-estimate-note{margin:18px 0 22px;padding-top:14px;border-top:1px solid #e5e5e5;color:#606060;font-size:12px;line-height:1.5}.sgds-diagnostics{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-block:1px solid #e5e5e5}.sgds-diagnostics article{min-width:0;display:flex;align-items:center;gap:12px;padding:16px}.sgds-diagnostics article+article{border-left:1px solid #e5e5e5}.sgds-diagnostics article>svg{flex:0 0 auto;color:#8a6d00}.sgds-diagnostics article.positive>svg{color:#198754}.sgds-diagnostics article.negative>svg{color:#c5221f}.sgds-diagnostics article div{min-width:0;display:flex;flex-direction:column;gap:2px}.sgds-diagnostics span{color:#606060;font-size:11px}.sgds-diagnostics strong{overflow:hidden;color:#0f0f0f;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.sgds-diagnostics small{color:#606060;font-size:12px}.sgds-answer-verdict{display:grid;grid-template-columns:46px minmax(180px,.8fr) minmax(260px,1.2fr);align-items:center;gap:16px;margin-top:22px;padding:18px;border:1px solid;border-radius:12px}.sgds-answer-verdict.correct{border-color:#9bcab1;background:#f2faf5}.sgds-answer-verdict.incorrect{border-color:#e3a09e;background:#fff5f4}.sgds-answer-verdict.pending{border-color:#d6c273;background:#fffbea}.sgds-answer-verdict-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;color:#fff;font-size:23px;font-weight:800}.sgds-answer-verdict.correct .sgds-answer-verdict-icon{background:#137547}.sgds-answer-verdict.incorrect .sgds-answer-verdict-icon{background:#b42320}.sgds-answer-verdict.pending .sgds-answer-verdict-icon{background:#8a6d00}.sgds-answer-verdict-copy p,.sgds-answer-verdict-copy h2{margin:0}.sgds-answer-verdict-copy p{color:#606060;font-size:11px;text-transform:uppercase}.sgds-answer-verdict-copy h2{margin-top:3px;font-size:17px}.sgds-answer-verdict-copy>span{display:block;margin-top:4px;color:#505050;font-size:12px;line-height:1.4}.sgds-answer-comparison{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid rgba(0,0,0,.1);border-radius:9px;background:#ffffffb8}.sgds-answer-comparison article{min-width:0;padding:11px 13px}.sgds-answer-comparison article+article{border-left:1px solid rgba(0,0,0,.1)}.sgds-answer-comparison span{display:block;color:#606060;font-size:10px;font-weight:700;text-transform:uppercase}.sgds-answer-comparison strong{display:block;margin-top:4px;overflow-wrap:anywhere;color:#202124;font-size:14px}.sgds-audio{display:grid;grid-template-columns:220px minmax(0,1fr);align-items:center;gap:20px;margin-top:22px}.sgds-audio>div{display:flex;align-items:center;gap:10px}.sgds-audio>div>svg{flex:0 0 auto;color:#d64d58}.sgds-audio span{display:flex;flex-direction:column;gap:2px}.sgds-audio strong{font-size:13px}.sgds-audio small{color:#606060;font-size:12px}.sgds-audio audio{width:100%;height:38px}.sgds-word-analysis{margin-top:28px;padding:20px;border:1px solid #dedede;border-radius:12px;background:#fafafa}.sgds-word-analysis>header{display:flex;align-items:end;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid #dedede}.sgds-word-analysis>header p,.sgds-word-analysis>header h2{margin:0}.sgds-word-analysis>header p{color:#606060;font-size:12px}.sgds-word-analysis>header h2{margin-top:2px;font-size:18px}.sgds-word-analysis>header>span{color:#606060;font-size:12px}.sgds-detected-speech{display:grid;grid-template-columns:82px minmax(0,1fr);gap:12px;margin-top:16px;padding:12px 14px;border-left:3px solid #ffc928;background:#fff}.sgds-detected-speech span{color:#606060;font-size:11px;font-weight:700;text-transform:uppercase}.sgds-detected-speech p{margin:0;line-height:1.55}.sgds-word-legend{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 12px}.sgds-word-legend>span{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid #dedede;border-radius:999px;background:#fff;color:#4b4b4b;font-size:11px}.sgds-word-legend i{width:8px;height:8px;border-radius:50%;background:currentColor}.sgds-word-legend strong{color:#202124}.sgds-word-map{display:flex;flex-wrap:wrap;gap:8px;padding:16px;border:1px solid #e4e4e4;border-radius:10px;background:#fff}.sgds-word-chip{position:relative;display:inline-flex;align-items:center;flex-direction:column;gap:2px;padding:7px 9px 6px;border:1px solid currentColor;border-radius:7px;background:color-mix(in srgb,currentColor 8%,white);cursor:default}.sgds-word-chip strong{color:#202124;font-size:13px}.sgds-word-chip small{color:currentColor;font-size:9px;font-weight:700;text-transform:uppercase}.sgds-word-chip em{display:none;position:absolute;z-index:3;left:50%;bottom:calc(100% + 8px);width:max-content;max-width:260px;padding:8px 10px;border-radius:6px;background:#202124;box-shadow:0 6px 16px #0003;color:#fff;font-size:11px;font-style:normal;line-height:1.4;transform:translate(-50%)}.sgds-word-chip:hover em,.sgds-word-chip:focus em{display:block}.sgds-word-legend .excellent,.sgds-word-chip.excellent,.sgds-word-notes span.excellent{color:#137547}.sgds-word-legend .good,.sgds-word-chip.good,.sgds-word-notes span.good{color:#337a3e}.sgds-word-legend .average,.sgds-word-chip.average,.sgds-word-notes span.average{color:#8a6d00}.sgds-word-legend .bad,.sgds-word-chip.bad,.sgds-word-notes span.bad{color:#c5221f}.sgds-word-legend .grammar-error,.sgds-word-chip.grammar-error,.sgds-word-notes span.grammar-error{color:#9c3db4}.sgds-word-legend .omitted,.sgds-word-chip.omitted,.sgds-word-notes span.omitted{color:#b54f16}.sgds-word-legend .inserted,.sgds-word-chip.inserted,.sgds-word-notes span.inserted{color:#1769aa}.sgds-word-notes{margin-top:18px}.sgds-word-notes h3{margin:0 0 8px;font-size:14px}.sgds-word-notes article{display:grid;grid-template-columns:minmax(90px,auto) 1fr;gap:12px;padding:9px 0;border-top:1px solid #e5e5e5}.sgds-word-notes span{font-weight:700}.sgds-word-notes p{margin:0;color:#404040;line-height:1.45}.sgds-feedback{margin-top:28px}.sgds-feedback>header{display:flex;align-items:end;justify-content:space-between;gap:16px;padding-bottom:10px;border-bottom:1px solid #d8d8d8}.sgds-feedback>header p,.sgds-feedback>header h2{margin:0}.sgds-feedback>header p{color:#606060;font-size:12px}.sgds-feedback>header h2{margin-top:2px;color:#0f0f0f;font-size:18px;font-weight:600}.sgds-feedback>header>span{color:#606060;font-size:12px}.sgds-feedback>div{display:grid}.sgds-feedback article{display:grid;grid-template-columns:112px minmax(0,1fr);gap:18px;padding:18px 0;border-bottom:1px solid #ededed}.sgds-feedback-score{align-self:start;padding:10px 11px 9px;border:1px solid #dedede;border-radius:9px;background:#fafafa;text-align:left}.sgds-feedback-score>span{display:flex;align-items:baseline;gap:3px}.sgds-feedback-score strong{color:#202124;font-size:24px;line-height:1}.sgds-feedback-score small{color:#606060;font-size:10px}.sgds-feedback-score>i{display:block;height:5px;margin-top:8px;overflow:hidden;border-radius:99px;background:#dedede}.sgds-feedback-score>i b{display:block;height:100%;border-radius:inherit;background:currentColor}.sgds-feedback-score>em{display:block;margin-top:6px;color:currentColor;font-size:10px;font-style:normal;font-weight:700}.sgds-feedback article.excellent .sgds-feedback-score{border-color:#9bcab1;color:#137547;background:#f2faf5}.sgds-feedback article.good .sgds-feedback-score{border-color:#c6bd87;color:#756000;background:#fbf9ed}.sgds-feedback article.developing .sgds-feedback-score{border-color:#e2b38f;color:#a74d13;background:#fff7f1}.sgds-feedback article.focus .sgds-feedback-score{border-color:#e3a09e;color:#b42320;background:#fff5f4}.sgds-feedback article header{display:flex;align-items:center;justify-content:space-between;gap:16px}.sgds-feedback h3{margin:0;color:#0f0f0f;font-size:15px;font-weight:600}.sgds-feedback article header span{color:#606060;font-size:12px;font-weight:600}.sgds-feedback article p{max-width:72ch;margin:6px 0 0;color:#303030;font-size:14px;line-height:1.55}.sgds-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid #e5e5e5;background:#fff}.sgds-footer button,.sgds-loading button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 14px;border:1px solid #c7c7c7;border-radius:4px;background:#fff;color:#242424;font:600 13px Arial,Helvetica,sans-serif;cursor:pointer}.sgds-footer button:hover,.sgds-loading button:hover{background:#f5f5f5}.sgds-footer button.primary{border-color:#e3b20e;background:#ffc928;color:#3f3b37}.sgds-footer button.primary:hover{border-color:#d5a400;background:#f2bc17}.sgds-loading{min-height:360px;display:grid;place-content:center;justify-items:center;padding:32px;text-align:center}.sgds-loading>span{width:44px;height:44px;border:4px solid rgba(239,111,120,.18);border-top-color:#ef6f78;border-radius:50%;animation:sgds-spin .85s linear infinite}.sgds-loading h2{margin:18px 0 6px;font-size:18px;font-weight:600}.sgds-loading p{max-width:440px;margin:0;color:#606060;font-size:14px;line-height:1.5}.sgds-loading.error h2{color:#c5221f}.sgds-loading button{margin-top:18px}@keyframes sgds-spin{to{transform:rotate(360deg)}}@media(max-width:760px){.sgds-overlay{padding:0}.sgds-modal{width:100%;max-height:100%;height:100%;border:0;border-radius:0}.sgds-header{min-height:56px;padding-left:12px}.sgds-header>div{gap:1px}.sgds-header h1{font-size:16px}.sgds-header div>span{font-size:11px}.sgds-content{padding:20px 16px 28px}.sgds-score-overview{grid-template-columns:1fr;gap:24px}.sgds-section-scores{max-width:260px}.sgds-enabling>div{align-items:start;flex-direction:column;gap:2px}.sgds-enabling label{grid-template-columns:92px minmax(70px,1fr) 48px;gap:9px}.sgds-diagnostics{grid-template-columns:1fr}.sgds-diagnostics article+article{border-top:1px solid #e5e5e5;border-left:0}.sgds-answer-verdict{grid-template-columns:42px minmax(0,1fr)}.sgds-answer-comparison{grid-column:1 / -1}.sgds-audio{grid-template-columns:1fr;gap:12px}.sgds-feedback{margin-top:24px}.sgds-word-analysis{padding:16px 12px}.sgds-word-analysis>header{align-items:start;flex-direction:column;gap:3px}.sgds-detected-speech{grid-template-columns:1fr;gap:4px}.sgds-word-map{padding:12px}.sgds-word-chip em{display:none!important}.sgds-word-notes article{grid-template-columns:1fr;gap:4px}.sgds-feedback article{grid-template-columns:94px minmax(0,1fr);gap:12px}.sgds-feedback article header{align-items:start;flex-direction:column;gap:2px}.sgds-footer button{flex:1}}@media(max-width:390px){.sgds-brand{display:none}.sgds-header{gap:6px}.sgds-content{padding-inline:12px}.sgds-section-scores{max-width:none}.sgds-footer{padding-inline:12px}}:root{--juicy-bg: #F7F9FA;--juicy-card-bg: #FFFFFF;--juicy-shadow: 0 12px 32px -8px rgba(0,0,0,.08);--juicy-radius: 20px;--anim-spring: cubic-bezier(.2, .8, .2, 1)}.template-drawer-backdrop{position:fixed;inset:0;background-color:#0000004d;z-index:3000;opacity:0;visibility:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.template-drawer-backdrop.open{opacity:1;visibility:visible}.template-drawer-shell{position:fixed;top:0;right:0;bottom:0;width:1100px;max-width:90vw;background-color:#fff;z-index:3001;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.2,.9,.2,1);box-shadow:-10px 0 40px #00000026;font-family:Poppins,sans-serif}.template-drawer-shell.open{transform:translate(0)}.template-drawer-header{padding:12px 32px;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.header-title-stack{display:flex;align-items:center;gap:12px}.header-icon-box{width:36px;height:36px;border-radius:8px;background-color:#eaf8ff;display:flex;align-items:center;justify-content:center;border:2px solid #cceeff;box-shadow:0 3px #cef}.template-drawer-header h2{margin:0;font-size:18px;color:#3c3c3c;font-weight:700;letter-spacing:-.5px}.template-drawer-close-btn{background:none;border:none;cursor:pointer;color:#ccc;padding:8px;border-radius:12px;transition:all .2s ease}.template-drawer-close-btn:hover{background-color:#f7f7f7;color:#3c3c3c;transform:scale(1.1)}.control-deck-container{background-color:#fff;padding:16px 32px 20px;border-bottom:2px solid #f0f0f0;display:flex;flex-direction:column;gap:16px;flex-shrink:0}.skill-toggle-row{display:flex;justify-content:flex-start;gap:12px}.skill-tile{position:relative;height:48px;padding:0 20px 0 16px;border-radius:12px;background-color:#fff;border:2px solid #e5e5e5;box-shadow:0 4px #e5e5e5;color:#999;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .2s cubic-bezier(.25,1,.5,1)}.skill-icon-wrapper{display:flex;align-items:center;justify-content:center}.skill-label-text{font-family:Poppins,sans-serif;font-size:14px;font-weight:700;text-transform:capitalize;letter-spacing:.3px}.skill-tile:hover{transform:translateY(-2px);border-color:#d0d0d0;color:#666}.skill-tile:active{transform:translateY(2px);box-shadow:0 0 0 transparent}.skill-tile.active{background-color:var(--brand-color);border-color:var(--brand-color);box-shadow:0 4px #0003;color:#fff;transform:translateY(-2px)}.carousel-wrapper{position:relative;display:flex;align-items:center;width:100%;padding:4px 0}.task-carousel-row{display:flex;gap:10px;overflow-x:auto;padding:4px 40px;scrollbar-width:none;-ms-overflow-style:none;white-space:nowrap;scroll-behavior:smooth;width:100%}.task-carousel-row::-webkit-scrollbar{display:none}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:32px;height:32px;border-radius:50%;background-color:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0;margin:0}.carousel-arrow.left{left:0}.carousel-arrow.right{right:0}.carousel-arrow:hover{background-color:#1cb0f6;border-color:#1cb0f6;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #1cb0f640}.carousel-arrow:hover svg{stroke:#fff!important}.task-chip{padding:8px 16px;border-radius:12px;background-color:#fff;border:2px solid #e5e5e5;border-bottom:4px solid #e5e5e5;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;color:#999;cursor:pointer;transition:all .2s ease;flex-shrink:0}.task-chip:hover{background-color:#f9f9f9;transform:translateY(-1px)}.task-chip.active{background-color:#fff;color:var(--brand-color);border-color:var(--brand-color);border-bottom-color:var(--brand-color);box-shadow:0 2px 8px #0000000d;transform:translateY(2px);border-bottom-width:2px;margin-bottom:2px}.template-drawer-body{flex-grow:1;background-color:var(--juicy-bg);padding:0;overflow-y:auto;display:flex;flex-direction:column}.juicy-content-wrapper{max-width:800px;margin:0 auto;width:100%;padding:32px;display:flex;flex-direction:column;gap:32px}.switch-wrapper{display:flex;justify-content:center;position:sticky;top:0;z-index:50;padding-bottom:16px}.juicy-switch-container{background-color:#fff;padding:6px;border-radius:99px;display:grid;grid-template-columns:1fr 1fr 1fr;width:100%;max-width:400px;position:relative;box-shadow:0 8px 20px #0000000f;border:1px solid #eee}.juicy-switch-glider{position:absolute;top:6px;left:6px;bottom:6px;width:calc(33.33% - 4px);border-radius:99px;transition:transform .4s var(--anim-spring),background-color .3s ease;z-index:1}.juicy-switch-btn{background:none;border:none;padding:10px;font-family:Poppins,sans-serif;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;z-index:2;transition:color .2s ease;text-align:center}.content-stage{min-height:300px}.juicy-fade-in{animation:slideUpFade .4s var(--anim-spring) forwards}@keyframes slideUpFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.empty-state-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-weight:500;border:2px dashed #e0e0e0;border-radius:16px;text-align:center;line-height:1.6}.empty-juicy-state{text-align:center;color:#999;padding:40px;font-style:italic;background:#fff;border-radius:var(--juicy-radius);border:2px dashed #eee}.rules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:24px}.rule-card{background:#fff;padding:24px;border-radius:var(--juicy-radius);box-shadow:var(--juicy-shadow);display:flex;align-items:flex-start;gap:16px;transition:transform .2s ease}.rule-card:hover{transform:translateY(-4px)}.rule-icon-box{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rule-content h3{margin:0 0 4px;font-size:18px;font-weight:700;color:#333}.rule-label{margin:0 0 2px;font-size:12px;font-weight:600;color:#888;text-transform:uppercase}.rule-sub{font-size:12px;color:#aaa}.pro-tip-box{background:#fff;border:2px solid;padding:20px;border-radius:var(--juicy-radius);display:flex;gap:16px;align-items:center}.pro-tip-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;flex-shrink:0}.strategy-container{display:flex;flex-direction:column;gap:32px}.strategy-main-title{font-size:20px;font-weight:800;color:#333;margin-bottom:24px;display:flex;align-items:center;gap:10px}.strategy-section-wrapper{display:flex;flex-direction:column;gap:32px}.strategy-phase-block{display:flex;flex-direction:column;gap:16px}.strategy-phase-header{background-color:#f4f4f4;color:#555;font-family:Poppins,sans-serif;font-weight:700;font-size:15px;padding:12px 20px;border-radius:8px;border-left:4px solid #ccc}.strategy-timeline{display:flex;flex-direction:column;gap:16px;padding-left:12px;position:relative}.strategy-step{display:flex;gap:20px}.step-marker{width:36px;height:36px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;flex-shrink:0;box-shadow:0 2px 8px #0000000d;z-index:2}.step-card{background:#fff;padding:20px 24px;border-radius:16px;box-shadow:var(--juicy-shadow);flex-grow:1}.step-card h4{margin:0 0 8px;font-size:16px;color:#333}.step-card p{margin:0;font-size:14px;color:#666;line-height:1.6}.strategy-cheat-code{border-left:6px solid;border-radius:12px;padding:20px;display:flex;gap:16px;align-items:center}.cheat-icon{width:40px;height:40px;border-radius:50%;color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.strategy-cheat-code h4{margin:0 0 4px;font-size:12px;font-weight:800;letter-spacing:1px}.strategy-cheat-code p{margin:0;font-size:16px;font-weight:600;color:#333}.strategy-header{font-size:18px;margin-bottom:20px;color:#444;border-bottom:2px solid #eee;padding-bottom:10px}.strategy-split-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.strategy-card{background:#fff;padding:24px;border-radius:16px;border:1px solid #eee;box-shadow:0 4px 12px #00000008}.strategy-card h4{margin:0 0 12px;font-size:16px;font-weight:700;text-transform:uppercase}.strategy-card ul{padding-left:20px;margin:0}.strategy-card li{margin-bottom:8px;font-size:14px;color:#555;line-height:1.5}.error-card{background:#fff5f5;border-color:#ffcdd2}.template-view-container{display:flex;flex-direction:column;gap:24px}.template-paper{background:#fff;padding:32px;border-radius:var(--juicy-radius);box-shadow:var(--juicy-shadow);border:1px solid #eee;position:relative}.template-paper pre{font-family:Courier Prime,Roboto Mono,monospace;font-size:16px;line-height:1.8;white-space:pre-wrap;color:#333;margin:0}.juicy-copy-btn{align-self:center;display:flex;align-items:center;gap:10px;padding:16px 32px;border-radius:99px;border:none;font-family:Poppins,sans-serif;font-weight:700;font-size:16px;color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 8px 24px -6px #0003}.juicy-copy-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px -8px #0000004d}.juicy-copy-btn:active{transform:scale(.98)}.juicy-copy-btn.copied{background-color:#4caf50!important}.template-typography-wrapper{font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;color:#2d2d2d}.template-list-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;line-height:1.6;font-size:15px}.template-bullet{font-size:20px;line-height:1;flex-shrink:0;margin-top:-2px}.template-text{flex:1}.template-paragraph{margin:0 0 16px;line-height:1.7;font-size:15px;color:#333}.template-spacer{height:12px}strong{font-weight:700;color:#000}.template-paper{background:#fff;padding:40px;border-radius:var(--juicy-radius);box-shadow:var(--juicy-shadow);border:1px solid #eee;position:relative;min-height:200px}@media(max-width:760px){.template-drawer-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none}.template-drawer-shell{width:100vw;max-width:100vw;height:100dvh;bottom:auto;border-radius:0}.template-drawer-header{min-height:54px;padding:8px 12px}.header-title-stack{gap:8px;min-width:0}.header-icon-box{width:32px;height:32px;flex:0 0 32px}.template-drawer-header h2{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.template-drawer-close-btn{width:34px;height:34px;padding:5px;flex:0 0 34px}.control-deck-container{padding:10px 10px 11px;gap:10px;border-bottom-width:1px}.skill-toggle-row{width:100%;gap:6px;overflow-x:auto;padding:1px 1px 5px;scrollbar-width:none}.skill-toggle-row::-webkit-scrollbar{display:none}.skill-tile{height:40px;min-width:max-content;padding:0 11px;gap:6px;border-width:1px;border-radius:9px;box-shadow:0 3px #e5e5e5}.skill-label-text{font-size:10px;font-weight:600}.skill-icon-wrapper svg{width:17px;height:17px}.task-carousel-row{gap:6px;padding:3px 31px}.task-chip{min-height:34px;padding:7px 10px;font-size:8px;border-radius:9px}.carousel-arrow{width:27px;height:27px}.juicy-content-wrapper{max-width:none;padding:14px 11px 28px}.switch-wrapper{top:0;padding:0 0 12px}.juicy-switch-container{width:min(100%,360px);padding:4px}.juicy-switch-glider{top:4px;left:4px;bottom:4px}.juicy-switch-btn{padding:8px 4px;font-size:9px}.content-stage{min-height:220px}.rules-grid{grid-template-columns:1fr;gap:11px;margin-bottom:14px}.rule-card{padding:15px;border-radius:13px}.rule-card:hover{transform:none}.rule-icon-box{width:36px;height:36px;border-radius:9px}.strategy-split-row{grid-template-columns:1fr;gap:12px}.strategy-card{padding:15px;border-radius:13px}.strategy-phase-block,.strategy-cheat-code{padding:14px}.strategy-cheat-code p{font-size:12px}.template-paper{min-height:140px;padding:17px;border-radius:13px}.template-paper pre{font-size:12px;line-height:1.65}.template-list-item,.template-paragraph{font-size:12px}.juicy-copy-btn{padding:11px 20px;font-size:11px}}.pooja-modal-header{display:flex;justify-content:space-between;align-items:center;width:100%;flex-shrink:0}.pooja-session-timer{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:#333}.pooja-waveform{display:flex;align-items:flex-end;height:24px;gap:4px}.pooja-wave-bar{width:5px;height:4px;background-color:#b0c4de;border-radius:2px;transition:height .2s ease}.pooja-waveform.active .pooja-wave-bar:nth-child(1){animation:pooja-wave-pulse .8s infinite alternate}.pooja-waveform.active .pooja-wave-bar:nth-child(2){animation:pooja-wave-pulse .8s .2s infinite alternate}.pooja-waveform.active .pooja-wave-bar:nth-child(3){animation:pooja-wave-pulse .8s .4s infinite alternate}.pooja-waveform.active .pooja-wave-bar:nth-child(4){animation:pooja-wave-pulse .8s .6s infinite alternate}.pooja-waveform.active .pooja-wave-bar:nth-child(5){animation:pooja-wave-pulse .8s .8s infinite alternate}.pooja-waveform.active .pooja-wave-bar:nth-child(6){animation:pooja-wave-pulse .8s 1s infinite alternate}@keyframes pooja-wave-pulse{0%{height:4px}to{height:24px}}.pooja-modal-avatar-section{display:flex;flex-direction:column;align-items:center;gap:16px}.pooja-avatar-ring{width:180px;height:180px;border-radius:50%;padding:8px;background-color:#ffffffb3;box-shadow:0 4px 20px #0000001a;transition:box-shadow .4s ease-in-out}.pooja-avatar-ring.recording{box-shadow:0 0 20px 10px #1cb0f680}.pooja-avatar-image{width:100%;height:100%;border-radius:50%;object-fit:cover}.pooja-avatar-subtitle{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#555}.pooja-modal-controls{display:flex;justify-content:center;gap:32px;align-items:center;width:100%;padding-bottom:20px;flex-shrink:0}.pooja-control-button{border:none;background-color:#fff;border-radius:24px;width:105px;height:50px;padding:0 8px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.25;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .1s ease}.pooja-control-button:active{transform:scale(.95)}.pooja-end-button{color:#e53935}.pooja-learn-button{color:#777}.pooja-learn-button.active{background-color:var(--duo-blue, #1cb0f6);color:#fff}.pooja-mic-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px;position:relative}.pooja-utterance-timer{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#333}.pooja-mic-button{width:80px;height:80px;border-radius:50%;border:none;background-color:var(--duo-green, #58cc02);color:#fff;box-shadow:0 4px #4faa01;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .1s ease,box-shadow .1s ease,background-color .2s ease}.pooja-mic-button:active{transform:translateY(2px);box-shadow:0 2px #4faa01}.pooja-mic-icon{font-size:36px;line-height:1}.pooja-mic-button.recording{background-color:#e53935;box-shadow:0 4px #c62828;animation:pooja-pulse-animation 1.5s infinite ease-in-out}.pooja-mic-button.recording:active{transform:translateY(2px);box-shadow:0 2px #c62828}.pooja-mic-rec-text{font-family:Poppins,sans-serif;font-size:18px;font-weight:700;letter-spacing:1px}@keyframes pooja-pulse-animation{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.pooja-modal-overlay{position:fixed;inset:0;z-index:2000;background-color:#f0f4f8;display:flex;flex-direction:column;justify-content:space-between;padding:24px;box-sizing:border-box;opacity:0;transform:translateY(100%);transition:opacity .3s ease-out,transform .3s ease-out}.pooja-modal-overlay.open{opacity:1;transform:translateY(0)}.pooja-onboarding-scrim{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;background-color:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.pooja-onboarding-scrim.visible{opacity:1}.pooja-onboarding-card{background-color:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;padding:24px;width:90%;max-width:380px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;opacity:0;transform:scale(.95);transition:opacity .3s ease,transform .3s ease}.pooja-onboarding-scrim.visible .pooja-onboarding-card{opacity:1;transform:scale(1)}.pooja-onboarding-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 2px 8px #0000001a;margin-top:-56px;margin-bottom:16px}.pooja-instruction-list{display:flex;flex-direction:column;gap:16px;width:100%;margin-bottom:20px}.pooja-instruction-row{display:flex;align-items:flex-start;gap:12px}.pooja-instruction-icon{font-size:24px;line-height:1.4;flex-shrink:0;width:28px;text-align:center}.pooja-instruction-text{display:flex;flex-direction:column;gap:2px}.pooja-instruction-heading{font-family:Poppins,sans-serif;font-size:16px;font-weight:700;color:#333}.pooja-instruction-subtext{font-family:Poppins,sans-serif;font-size:14px;color:#555;line-height:1.5}.pooja-reassurance-text{font-family:Poppins,sans-serif;font-size:13px;color:#777;text-align:center;margin:0 0 20px}.pooja-onboarding-button{width:100%;padding:14px;border:none;background-color:var(--duo-blue, #1cb0f6);color:#fff;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;border-radius:12px;cursor:pointer;box-shadow:0 4px #1899d6;transition:transform .1s ease,box-shadow .1s ease}.pooja-onboarding-button:active{transform:translateY(2px);box-shadow:0 2px #1899d6}.pooja-mic-button.muted{background-color:#6c757d}.pooja-mic-button.muted:hover{background-color:#858e96}.pooja-avatar-ring.speaking{border-color:#007bff;box-shadow:0 0 20px 5px #007bff80;animation:pooja-pulse 1.5s infinite ease-in-out}@keyframes pooja-pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.7}to{transform:scale(1);opacity:1}}.pooja-connect-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;background-color:#f0f4f8f2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease-in-out}.pooja-connect-content{display:flex;flex-direction:column;align-items:center;gap:16px;transform:scale(.95);animation:pooja-connect-pop-in .3s ease-out forwards}@keyframes pooja-connect-pop-in{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.pooja-connect-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;box-shadow:0 4px 20px #0000001a}.pooja-connect-text{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:#333}.pooja-connect-dots{display:flex;justify-content:center;align-items:center;gap:8px}.pooja-connect-dots span{display:inline-block;width:10px;height:10px;border-radius:50%;background-color:var(--duo-blue, #1cb0f6);animation:pooja-connect-pulse 1.4s infinite ease-in-out}.pooja-connect-dots span:nth-child(1){animation-delay:0s}.pooja-connect-dots span:nth-child(2){animation-delay:.2s}.pooja-connect-dots span:nth-child(3){animation-delay:.4s}@keyframes pooja-connect-pulse{0%,to{opacity:.3;transform:scale(.9)}50%{opacity:1;transform:scale(1)}}.pooja-connect-overlay.connecting,.pooja-connect-overlay.connected{opacity:1}.pooja-connect-overlay.fading{opacity:0}.pooja-mic-button.ai-speaking{background-color:#6c757d;box-shadow:0 4px #5a6268;animation:pooja-pulse 1.5s infinite ease-in-out;color:#f0f0f0}.pooja-stop-recording-cue{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:12px;white-space:nowrap;background-color:#fff;border:2px solid #e5e5e5;border-bottom-width:4px;border-radius:12px;padding:10px 16px;box-shadow:0 2px 4px #0000000d;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#333;animation:pooja-cue-fade-in .3s ease-out}@keyframes pooja-cue-fade-in{0%{opacity:0;transform:translate(-50%) translateY(5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(min-width:768px){.pooja-modal-controls.desktop-spacing{gap:20px}}.lwk-modal-scrim{position:fixed;top:0;left:0;width:100vw;height:100dvh;z-index:2500;background-color:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;opacity:0;transition:opacity .3s ease}.lwk-modal-scrim.visible{opacity:1}.lwk-modal-card{background-color:#fff;border-radius:20px;box-shadow:0 10px 40px #0003;width:100%;max-width:400px;box-sizing:border-box;padding:24px;display:flex;flex-direction:column;gap:16px;opacity:0;transform:scale(.95);transition:opacity .3s ease,transform .3s ease;font-family:Poppins,sans-serif}.lwk-modal-scrim.visible .lwk-modal-card{opacity:1;transform:scale(1)}.lwk-header{display:flex;flex-direction:column;align-items:flex-start;gap:4px;border-bottom:1px solid #eee;padding-bottom:12px}.lwk-title{font-size:22px;font-weight:700;color:#222}.lwk-tag{background-color:#f0f4f8;color:#007bff;font-size:13px;font-weight:600;padding:4px 10px;border-radius:12px}.lwk-main-text{font-size:16px;color:#444;line-height:1.6;margin:0}.lwk-main-text strong{color:#1cb0f6}.lwk-features-section{display:flex;flex-direction:column;gap:12px}.lwk-features-title{font-size:18px;font-weight:700;color:#333;margin:0}.lwk-features-list{display:flex;flex-direction:column;gap:12px}.lwk-feature-row{display:flex;align-items:flex-start;gap:12px;background-color:#f8f9fa;padding:10px;border-radius:8px}.lwk-feature-icon{font-size:20px;line-height:1.5;flex-shrink:0;margin-top:2px}.lwk-feature-text{display:flex;flex-direction:column;gap:2px}.lwk-feature-nepali{font-size:15px;font-weight:600;color:#333}.lwk-feature-english{font-size:13px;color:#555;line-height:1.5}.lwk-close-button{width:100%;padding:14px;border:none;background-color:var(--duo-blue, #1cb0f6);color:#fff;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;border-radius:12px;cursor:pointer;box-shadow:0 4px #1899d6;transition:transform .1s ease,box-shadow .1s ease;margin-top:8px}.lwk-close-button:active{transform:translateY(2px);box-shadow:0 2px #1899d6}.score-display-container{padding:16px 20px;background-color:#f7f9fa;border-radius:12px;color:#1a1a1a;max-width:450px;line-height:1.3}.score-display-title{font-size:18px;font-weight:700;margin:0 0 20px;text-align:center;color:#3c4043}.overall-score-container{display:flex;flex-direction:column;align-items:center;margin-bottom:24px;padding-bottom:20px;border-bottom:2px dashed #e6e8eb}.overall-score-circle{width:90px;height:90px;border-radius:50%;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 4px 15px #00000014;border:4px solid #1cb0f6;margin-bottom:8px;position:relative}.overall-score-circle.score-high{border-color:#58cc02;color:#58cc02}.overall-score-circle.score-med{border-color:#ffc800;color:#e5a500}.overall-score-circle.score-low{border-color:#ff4b4b;color:#ff4b4b}.overall-value{font-size:32px;font-weight:800;line-height:1}.overall-max{font-size:12px;font-weight:600;color:#afafaf;margin-top:-2px}.overall-label{font-size:16px;font-weight:700;color:#3c4043;text-transform:uppercase;letter-spacing:.5px}.scores-wrapper{display:flex;justify-content:space-around;align-items:flex-start;gap:15px}.score-item{display:flex;flex-direction:column;align-items:center;text-align:center;width:120px}.score-circle-container{position:relative;width:80px;height:80px;margin-bottom:10px}.score-circle-svg{transform:rotate(-90deg)}.score-circle-bg,.score-circle-fg{fill:none;stroke-width:8}.score-circle-bg{stroke:#e6e8eb}.score-circle-fg{stroke:#1cb0f6;stroke-linecap:round;transition:stroke-dashoffset .8s ease-out}.score-circle-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:22px;font-weight:700;color:#1cb0f6}.score-label-container{display:flex;flex-direction:column;align-items:center}.score-emoji{font-size:20px;margin-bottom:4px}.score-label{font-size:14px;font-weight:500;color:#4a4a4a;line-height:1.3}.analysis-placeholder-bubble{display:flex;flex-direction:column;padding:12px 16px;font-size:15px;color:#555;min-width:280px;gap:8px}.analysis-header-row{display:flex;align-items:center;width:100%}.analysis-placeholder-bubble .sound-wave-icon{width:24px;height:24px;margin-right:12px;display:flex;justify-content:space-around;align-items:flex-end;flex-shrink:0}.analysis-placeholder-bubble .sound-wave-icon span{width:3px;height:100%;background-color:#1cb0f6;border-radius:3px;animation:quiet-wave 1.2s ease-in-out infinite}.analysis-placeholder-bubble .sound-wave-icon span:nth-of-type(2){animation-delay:-1s}.analysis-placeholder-bubble .sound-wave-icon span:nth-of-type(3){animation-delay:-.8s}.analysis-placeholder-bubble .sound-wave-icon span:nth-of-type(4){animation-delay:-.6s}.analysis-placeholder-bubble p{margin:0;line-height:1.4}.analysis-progress-wrapper{display:flex;align-items:center;gap:10px;width:100%;margin-top:4px}.analysis-progress-track{flex-grow:1;height:6px;background-color:#e5e5e5;border-radius:3px;overflow:hidden}.analysis-progress-fill{height:100%;background-color:#1cb0f6;border-radius:3px;transition:width .1s linear}.analysis-progress-text{font-size:11px;font-weight:700;color:#1cb0f6;min-width:30px;text-align:right}@keyframes quiet-wave{0%,to{transform:scaleY(.2)}50%{transform:scaleY(1)}}.score-display-container.loading-mode{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:120px}.loading-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.loading-icon{font-size:24px;animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.loading-text{font-family:Poppins,sans-serif;font-size:15px;color:#555;margin:0;font-weight:500}.scoring-progress-container{width:100%;max-width:300px;display:flex;flex-direction:column;align-items:center;gap:8px}.scoring-progress-bar{width:100%;height:14px;background-color:#e5e5e5;border-radius:7px;overflow:hidden;box-shadow:inset 0 2px 4px #0000000d}.scoring-progress-fill{height:100%;background-color:#58cc02;border-radius:7px;transition:width .3s cubic-bezier(.4,0,.2,1);background-image:linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-size:20px 20px;animation:stripes 1s linear infinite}@keyframes stripes{0%{background-position:20px 0}to{background-position:0 0}}.scoring-progress-text{font-size:13px;color:#888;font-weight:600}.goal-modal-content,.goal-modal-content.huge-modal{width:90vw!important;height:85vh!important;max-width:1400px!important;max-height:900px!important;min-width:unset;min-height:unset;background-color:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;overflow:hidden;padding:0;animation:zoomInModal .3s cubic-bezier(.16,1,.3,1)}@keyframes zoomInModal{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.goal-modal-header{display:flex;align-items:center;justify-content:space-between;padding:4px 16px;height:32px;min-height:32px;background-color:#fff;border-bottom:1px solid #f0f0f0;flex-shrink:0}.goal-modal-title{font-family:Poppins,sans-serif;font-size:.9rem;font-weight:700;color:#333;margin:0;line-height:1}.pte-section-tabs{display:flex;align-items:center;background-color:#fff;border-bottom:1px solid #e5e5e5;overflow-x:auto;flex-shrink:0;height:36px;padding:0 16px;gap:8px}.pte-section-tab{padding:6px 4px;font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#888;background:transparent;border:none;border-bottom:3px solid transparent;cursor:pointer;white-space:nowrap;transition:color .2s}.pte-section-tab.active{color:#1cb0f6;border-bottom-color:#1cb0f6}.goal-modal-scroll-area{flex-grow:1;overflow-y:auto;padding:16px;background-color:#f8f9fa;display:flex;flex-direction:column;gap:16px}.goal-modal-section{width:100%}.goal-section-title{font-family:Poppins,sans-serif;font-size:12px;font-weight:700;color:#999;text-transform:uppercase;margin:0 0 8px;letter-spacing:.5px}.question-type-grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px;margin-bottom:12px}.question-type-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 4px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.25,.8,.25,1);height:80px;text-align:center}.question-type-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000000f;border-color:#bce6ff}.question-type-card.active{background-color:#f0f9ff;border-color:#1cb0f6;box-shadow:0 0 0 1px #1cb0f6 inset}.q-card-icon{font-size:20px;margin-bottom:6px}.q-card-title{font-family:Poppins,sans-serif;font-size:11px;font-weight:600;color:#444;line-height:1.2}.question-type-card.active .q-card-title{color:#1cb0f6}.goal-modal-footer{padding:2px 12px;height:28px;min-height:28px;background-color:#fff;border-top:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;overflow:hidden}.footer-summary{font-family:Poppins,sans-serif;font-size:9px;color:#999;font-weight:500;white-space:nowrap}.footer-summary strong{color:#555}.start-practice-button{padding:3px 12px;font-family:Poppins,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff;background-color:#58cc02;border:none;border-radius:6px;border-bottom:2px solid #46a302;cursor:pointer;transition:all .1s;line-height:1.2}.start-practice-button:hover{filter:brightness(1.1);transform:translateY(-1px)}.start-practice-button:active{transform:translateY(1px);border-bottom-width:1px}.start-practice-button:disabled{background-color:#f0f0f0;border-bottom-color:#e0e0e0;color:#ccc;cursor:not-allowed;transform:none}.score-slider-container{display:flex;flex-direction:column;align-items:center;gap:10px;padding:12px;background-color:#fff;border-radius:12px;border:1px solid #eee}.current-score-label{font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:700;color:#333;background-color:#f7f9fa;padding:2px 16px;border-radius:8px;border:1px solid #e1e1e1}.slider-labels{display:flex;justify-content:space-between;width:100%;padding:0 10px}.slider-labels span{font-family:Poppins,sans-serif;font-size:12px;font-weight:600;color:#999}.slider-labels span.active-label{color:#1cb0f6;font-weight:700;transform:scale(1.1)}.goal-score-slider{-webkit-appearance:none;width:100%;height:12px;background:#e5e5e5;border-radius:6px;outline:none;cursor:pointer}.goal-score-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;background:#1cb0f6;border-radius:50%;border:3px solid white;box-shadow:0 2px 5px #0003;margin-top:-6px}.goal-score-slider::-moz-range-thumb{width:24px;height:24px;background:#1cb0f6;border-radius:50%;border:3px solid white;box-shadow:0 2px 5px #0003;cursor:pointer}.figure-type-grid{display:flex;flex-wrap:wrap;gap:8px}.figure-type-chip{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif;color:#4b4b4b;font-weight:500;font-size:12px}.figure-type-chip:hover{background-color:#eaf8ff;border-color:#bce6ff}.figure-type-chip.active{background-color:#ddf4ff;border-color:#1cb0f6;color:#1cb0f6;font-weight:700;box-shadow:0 0 0 1px #1cb0f6 inset}@media(max-width:1024px){.question-type-grid-container{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}@media(max-width:768px){.goal-modal-content,.goal-modal-content.huge-modal{width:100vw!important;height:100vh!important;border-radius:0;max-height:none}.goal-modal-header,.pte-section-tabs,.goal-modal-footer{padding:10px 16px;height:auto}.goal-modal-scroll-area{padding:16px}.question-type-grid-container{grid-template-columns:repeat(3,1fr)}.start-practice-button{width:100%;margin-top:10px}.goal-modal-footer{flex-direction:column;align-items:stretch;gap:10px}}@media(max-width:580px){.score-display-container{padding:10px;margin-left:-40px;margin-right:auto}.score-display-title{font-size:16px;margin-bottom:16px}.scores-wrapper{gap:8px}.score-item{width:auto;flex:1;min-width:0}.score-circle-container{width:120px;height:60px;margin-bottom:8px}.score-circle-svg{width:60px;height:60px}.score-circle-value{font-size:18px}.score-label{font-size:12px}.score-emoji{font-size:16px}.analysis-placeholder-bubble{font-size:14px;min-width:0;padding:10px 12px}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}body.auth-route-body{background:#fbfbfa!important;background-image:none!important;overscroll-behavior:none}.auth-page,.auth-page *,.auth-page *:before,.auth-page *:after{box-sizing:border-box}.auth-page{position:fixed;inset:0;z-index:2000;width:100vw;min-height:100svh;overflow:auto;color:#0d0d0d;background:#fbfbfa;font-family:DM Sans,Arial,sans-serif}#recaptcha-container{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.auth-header{width:100%;min-height:72px;display:flex;align-items:center;justify-content:center}.auth-brand-link{display:inline-flex;border-radius:8px}.auth-brand-link:focus-visible{outline:3px solid rgba(0,0,0,.14);outline-offset:4px}.auth-logo{display:block;width:154px;height:auto}.auth-layout{width:100%;min-height:calc(100svh - 72px);display:grid;grid-template-columns:minmax(0,1.52fr) minmax(390px,.78fr);gap:clamp(58px,7vw,122px);align-items:start;padding:18px clamp(56px,6vw,112px) 40px}.auth-content-column{width:100%;min-width:0;padding-left:clamp(0px,1.25vw,22px)}.auth-title-row{display:flex;align-items:flex-start;justify-content:center;text-align:center;transform:translateY(20px)}.auth-title-row h1{max-width:100%;margin:0;color:#090909;font-family:Poppins,Arial,sans-serif;font-size:clamp(3.6rem,4.15vw,5rem);font-weight:300;letter-spacing:-.045em;line-height:.98;white-space:nowrap}.auth-subtitle{margin:28px 0 59px;color:#101010;font-family:Poppins,Arial,sans-serif;font-size:clamp(1.25rem,1.45vw,1.75rem);font-weight:300;line-height:1.35;text-align:center;transform:translateY(20px)}.auth-form-card{width:min(100%,675px);margin:0 auto;padding:42px 48px 44px;border:1px solid #dededc;border-radius:44px;background:#fff;box-shadow:0 18px 42px #00000012}.auth-form-stack{width:100%;display:flex;flex-direction:column}.auth-field-group+.auth-field-group{margin-top:18px}.auth-country__control{min-height:60px!important;border:1px solid #dededc!important;border-radius:15px!important;background:#fff!important;box-shadow:0 1px 3px #00000014!important;cursor:pointer!important;font-family:DM Sans,sans-serif!important}.auth-country__control:hover{border-color:#b8b8b5!important}.auth-country__control--is-focused{border-color:#777!important;box-shadow:0 0 0 3px #0000000f!important}.auth-country__value-container{padding:0 20px!important}.auth-country__single-value{margin:0!important;color:#242424!important;font-size:1rem!important;font-weight:400!important}.auth-country__input-container{margin:0!important;padding:0!important}.auth-country__menu{overflow:hidden!important;border:1px solid #dededc!important;border-radius:15px!important;background:#fff!important;box-shadow:0 18px 45px #00000024!important;z-index:3000!important}.auth-country__option{cursor:pointer!important;font-family:DM Sans,sans-serif!important}.auth-country-option{display:flex;align-items:center;width:100%;gap:10px}.auth-country-code{margin-left:auto;color:#858585;font-size:.82rem}.auth-flag{display:block;width:24px;height:auto;object-fit:contain}.auth-flag--compact{width:21px}.auth-phone-field{display:flex;align-items:stretch;width:100%;height:60px;overflow:hidden;border:1px solid #dededc;border-radius:15px;background:#fff;box-shadow:0 1px 3px #00000014;transition:border-color .15s,box-shadow .15s}.auth-phone-field:hover{border-color:#b8b8b5}.auth-phone-field:focus-within{border-color:#a84262;box-shadow:0 0 0 3px #a842621c}.auth-phone-prefix{flex:0 0 auto;display:flex;align-items:center;gap:8px;min-width:92px;padding:0 16px;border-right:1px solid #eadde1;color:#382c30;background:#fdf8fa;font-size:.92rem;font-weight:600;-webkit-user-select:none;user-select:none}.auth-phone-input{flex:1 1 auto;min-width:0;width:100%;height:58px;padding:0 20px;border:0;outline:none;color:#161616;background:transparent;font:400 1rem/1 DM Sans,sans-serif}.auth-phone-input::placeholder{color:#898985}.auth-primary-button{width:100%;min-height:59px;margin-top:24px;padding:0 20px;border:1px solid #f2d66a;border-radius:15px;color:#3f3b37;background:#fff3c4;box-shadow:inset 0 1px #ffffffb8;cursor:pointer;font:600 1.03rem/1 DM Sans,sans-serif;transition:background .15s,border-color .15s,transform .15s}.auth-primary-button:hover{border-color:#e5bd32;background:#ffe68c}.auth-primary-button:active{transform:translateY(1px)}.auth-primary-button:disabled{color:#777;border-color:#d9d9d7;background:#d9d9d7;cursor:wait}.auth-legal{margin:18px 0 0;color:#8b8b87;font-size:.78rem;line-height:1.5;text-align:center}.auth-legal a{color:#0758bc;text-underline-offset:2px}.auth-error{margin-top:14px;padding:10px 12px;border:1px solid #e9b8ba;border-radius:10px;color:#a51f28;background:#fff3f3;font-size:.78rem;text-align:center}.auth-hero-video{display:block;width:100%;max-width:520px;height:calc(100svh - 84px);min-height:560px;max-height:790px;justify-self:end;border-radius:28px;background:#e9e9e6;box-shadow:0 10px 32px #0000000f;object-fit:cover}.auth-form-heading{margin-bottom:28px;text-align:center}.auth-form-kicker{margin:0 0 10px;color:#777;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.auth-form-heading h2{margin:0;font-family:Newsreader,Georgia,serif;font-size:2.35rem;font-weight:400;letter-spacing:-.035em}.auth-form-heading>p:not(.auth-form-kicker){margin:10px auto 0;max-width:460px;color:#73736f;font-size:.85rem;line-height:1.55}.auth-form-heading strong{color:#262626;font-weight:600}.auth-field-label{margin-bottom:9px;color:#454545;font-size:.75rem;font-weight:500}.auth-otp-slots{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:8px;cursor:text}.auth-otp-input{position:absolute;inset:0;z-index:1;width:100%;height:100%;margin:0;padding:0;border:0;outline:0;opacity:.01;color:transparent;background:transparent;caret-color:transparent;cursor:text;font-size:16px}.auth-otp-slot{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;height:58px;padding:0;border:1px solid #dededc;border-radius:12px;color:#382c30;background:#fff;font:600 1.1rem/1 DM Sans,sans-serif;text-align:center;transition:border-color .15s,box-shadow .15s,background .15s}.auth-otp-slots:hover .auth-otp-slot{border-color:#c9b7bd}.auth-otp-slots:focus-within .auth-otp-slot[data-active=true]{border-color:#a84262;background:#fffafb;box-shadow:0 0 0 3px #a842621f,inset 0 -2px #a84262}.auth-otp-slot--filled{box-shadow:inset 0 -2px #382c30}.auth-otp-slots--disabled{cursor:wait}.auth-otp-slots--disabled .auth-otp-slot{color:#8f8588;background:#f4f1f2}.auth-link-button{align-self:center;margin-top:16px;padding:5px;border:0;color:#555;background:transparent;cursor:pointer;font:500 .78rem/1 DM Sans,sans-serif;text-decoration:underline;text-underline-offset:3px}.auth-primary-button:focus-visible,.auth-link-button:focus-visible{outline:3px solid rgba(0,0,0,.15);outline-offset:3px}@media(max-width:1100px){.auth-layout{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:42px;padding:18px 38px 32px}.auth-title-row h1{font-size:clamp(3.7rem,5vw,5.4rem)}.auth-subtitle{margin:32px 0 38px}.auth-form-card{padding:36px;border-radius:36px}.auth-hero-video{min-height:540px}}@media(max-width:820px){.auth-header{min-height:64px}.auth-logo{width:136px}.auth-layout{grid-template-columns:1fr;gap:30px;width:min(100%,680px);margin:0 auto;padding:18px 24px 44px;min-height:auto}.auth-content-column{padding-left:0}.auth-title-row h1{white-space:normal;font-size:clamp(3.8rem,11vw,5.6rem)}.auth-subtitle{margin:18px 0 44px;text-align:center}.auth-form-card{width:100%}.auth-hero-video{grid-row:1;width:100%;max-width:none;height:clamp(300px,56vw,430px);min-height:0;border-radius:25px;object-position:center 42%}.auth-content-column{grid-row:2}}@media(max-width:560px){.auth-layout{padding:12px 14px 30px;gap:24px}.auth-hero-video{height:270px;border-radius:20px}.auth-title-row{align-items:flex-start}.auth-title-row h1{font-size:clamp(3.15rem,15vw,4.5rem);line-height:.9}.auth-subtitle{margin:22px 0 28px;font-size:1.25rem}.auth-form-card{padding:27px 20px 25px;border-radius:27px}.auth-country__control,.auth-phone-field{min-height:56px!important;height:56px}.auth-phone-input{height:54px}.auth-phone-prefix{min-width:84px;padding:0 12px}.auth-primary-button{min-height:56px;margin-top:18px}.auth-legal{font-size:.7rem}.auth-form-heading h2{font-size:2rem}.auth-otp-slots{gap:5px}.auth-otp-slot{height:49px;border-radius:9px}}@media(prefers-reduced-motion:reduce){.auth-page *{scroll-behavior:auto!important;transition:none!important}.auth-hero-video{display:none}}.notification-popover{--np-brand: #a84262;--np-brand-strong: #7f2f4a;--np-brand-soft: #fbeef2;--np-rose: #ef6f78;--np-gold: #f5c94a;--np-gold-strong: #94700a;--np-gold-soft: #fff8df;--np-ink: #382c30;--np-body: #514c47;--np-muted: #796a6f;--np-line: #eadde1;--np-canvas: #fffdfa;--np-correct: #5d9d65;--np-error: #d36a73;position:absolute;top:calc(100% + 12px);right:0;width:400px;max-width:92vw;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--np-line);border-radius:18px;background:linear-gradient(180deg,#fff 0%,var(--np-canvas) 68%,#fff9f6 100%);box-shadow:0 18px 48px #52303c2e,0 4px 12px #52303c0f;z-index:2500;font-family:Poppins,sans-serif;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .18s ease,transform .2s cubic-bezier(.16,1,.3,1),visibility .18s;pointer-events:none}.notification-popover.open{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.notification-popover-header{padding:14px 16px 10px;border-bottom:1px solid var(--np-line);background:#fffdfae6}.notification-popover-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.notification-popover-title-group{display:flex;flex-direction:column;gap:1px;min-width:0}.notification-eyebrow{margin:0;color:var(--np-brand);font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;line-height:1.2}.notification-popover-title{display:flex;align-items:center;gap:6px;margin:0;color:var(--np-ink);font-size:17px;font-weight:300;letter-spacing:-.02em;line-height:1.25}.notification-unread-badge{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border:1px solid rgba(168,66,98,.25);border-radius:999px;color:var(--np-brand-strong);background:var(--np-brand-soft);font-size:9px;font-weight:800;line-height:1}.notification-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.notification-mark-read-btn{min-height:32px;padding:4px 10px;border:1px solid transparent;border-radius:8px;color:var(--np-brand-strong);background:transparent;font-family:inherit;font-size:10.5px;font-weight:600;cursor:pointer;transition:background .14s ease,border-color .14s ease}.notification-mark-read-btn:hover{background:var(--np-brand-soft);border-color:#a842622e}.notification-popover :is(button,[role=button],input):focus-visible{outline:2px solid rgba(168,66,98,.55);outline-offset:2px}.notification-mobile-close-btn{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;padding:0;border:1px solid var(--np-line);border-radius:10px;color:var(--np-muted);background:#fff;cursor:pointer;transition:color .14s ease,background .14s ease}.notification-mobile-close-btn svg{width:20px;height:20px;display:block}.notification-mobile-close-btn:hover{color:var(--np-brand-strong);background:var(--np-brand-soft)}.notification-mobile-handle-row{display:flex;justify-content:center;padding:0 0 10px}.notification-mobile-handle{width:40px;height:4px;border-radius:999px;background:var(--np-line)}.notification-quota-card{margin:12px 14px 10px;padding:11px 12px;display:flex;flex-direction:column;gap:10px;border:1px solid var(--np-line);border-radius:14px;background:#fff;box-shadow:0 4px 16px #52303c0d,inset 0 1px #fff}.notification-quota-card.is-loading{gap:8px;padding:18px 16px}.notification-skeleton-line{height:10px;border-radius:6px;background:var(--np-line);opacity:.7}.notification-skeleton-line.short{width:55%}.notification-subscription-summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;min-width:0}.notification-summary-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border:1px solid var(--np-line);border-radius:10px;color:var(--np-brand);background:#ffffffbf;box-shadow:inset 0 1px #fff}.notification-summary-icon svg{width:19px;height:19px;display:block}.notification-summary-icon.is-pro{color:var(--np-brand-strong);background:var(--np-brand-soft);border-color:#a842622e}.notification-summary-icon.is-elite{color:#8b6200;background:linear-gradient(145deg,#ffe58c,var(--np-gold));border-color:#b98f1433}.notification-summary-copy{min-width:0;display:flex;flex-direction:column;gap:1px}.notification-summary-copy strong{overflow:hidden;color:var(--np-ink);font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.notification-summary-copy span{overflow:hidden;color:var(--np-muted);font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.notification-summary-status{padding:3px 7px;border:1px solid rgba(168,66,98,.18);border-radius:999px;color:var(--np-brand-strong);background:var(--np-brand-soft);font-size:8.5px;font-weight:700;white-space:nowrap}.notification-summary-status.is-elite{color:#8b6200;background:var(--np-gold-soft);border-color:#b98f142e}.notification-summary-actions{display:flex;align-items:center;justify-content:flex-end}.notification-summary-cta{min-height:30px;padding:4px 10px;border:1px solid var(--np-line);border-radius:8px;color:var(--np-brand-strong);background:#fff;font-family:inherit;font-size:9.5px;font-weight:600;cursor:pointer;transition:background .14s ease,border-color .14s ease}.notification-summary-cta:hover{background:var(--np-brand-soft);border-color:#a8426238}.notification-details-back{display:inline-flex;align-items:center;gap:4px;padding:2px 0;border:0;color:var(--np-muted);background:transparent;font-family:inherit;font-size:10px;font-weight:500;cursor:pointer;transition:color .14s ease}.notification-details-back:hover{color:var(--np-brand-strong)}.notification-quota-top{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.notification-quota-plan{display:flex;align-items:center;gap:10px;min-width:0}.notification-quota-plan-copy{min-width:0;display:flex;flex-direction:column;gap:1px}.notification-quota-plan-name{overflow:hidden;color:var(--np-ink);font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.notification-status-pill{flex-shrink:0;padding:3px 7px;border:1px solid var(--np-line);border-radius:999px;color:var(--np-brand-strong);background:var(--np-brand-soft);font-size:8.5px;font-weight:700;white-space:nowrap}.notification-status-pill.is-elite{color:#8b6200;background:var(--np-gold-soft);border-color:#b98f142e}.notification-status-pill.is-pro{color:var(--np-brand-strong);background:var(--np-brand-soft)}.notification-status-pill.is-warning{color:#8b6200;background:var(--np-gold-soft);border-color:#b98f142e}.notification-status-pill.is-limit{color:#b12d38;background:#fdf1f2;border-color:#d36a7338}.notification-status-pill.is-healthy{color:var(--np-brand-strong);background:var(--np-brand-soft)}.notification-status-pill.is-free{color:var(--np-muted);background:#796a6f14}.notification-quota-main{display:flex;flex-direction:column;gap:2px;min-width:0}.notification-quota-value{color:var(--np-ink);font-size:22px;font-weight:300;letter-spacing:-.025em;line-height:1.1}.notification-quota-subtitle{margin:2px 0 0;color:var(--np-muted);font-size:10.5px;line-height:1.5}.notification-quota-track{width:100%;height:5px;overflow:hidden;border-radius:999px;background:#eee5e8}.notification-quota-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--np-brand),#c75479);transition:width .22s ease}.notification-quota-card.is-complete .notification-quota-fill,.notification-quota-fill.is-complete{background:linear-gradient(90deg,#b38a13,var(--np-gold))}.notification-quota-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.notification-meta-chip{display:inline-flex;align-items:center;padding:4px 9px;border:1px solid var(--np-line);border-radius:8px;color:var(--np-brand-strong);background:#fff;font-family:inherit;font-size:9.5px;font-weight:600;cursor:pointer;transition:background .14s ease,border-color .14s ease}.notification-meta-chip:hover:not(:disabled){background:var(--np-brand-soft);border-color:#a8426238}.notification-meta-chip:disabled{cursor:default;opacity:.8}.notification-meta-hint{color:var(--np-muted);font-size:9.5px;font-weight:500}.notification-step-title{margin:0;color:var(--np-ink);font-size:15px;font-weight:600;letter-spacing:-.01em}.notification-step-subtitle{margin:2px 0 0;color:var(--np-muted);font-size:11px;line-height:1.5}.notification-reason-list{display:flex;flex-direction:column;gap:6px;margin:12px 0;padding:0;list-style:none}.notification-reason-item{display:flex;align-items:center;gap:9px;color:var(--np-body);font-size:12px;cursor:pointer;line-height:1.4}.notification-reason-item input[type=radio]{width:15px;height:15px;flex:0 0 15px;margin:0;accent-color:var(--np-brand);cursor:pointer}.notification-reason-item span{color:var(--np-ink);font-weight:500}.notification-reason-input{width:100%;margin-top:4px;padding:8px 11px;border:1px solid var(--np-line);border-radius:9px;color:var(--np-ink);background:#fff;font-family:inherit;font-size:12px;outline:none;transition:border-color .14s ease,box-shadow .14s ease}.notification-reason-input::placeholder{color:var(--np-muted)}.notification-reason-input:focus{border-color:var(--np-brand);box-shadow:0 0 0 3px #a842621f}.notification-confirm-box{padding:13px 14px;border:1px solid rgba(211,106,115,.22);border-radius:11px;color:var(--np-body);background:#fdf5f6;font-size:12px;line-height:1.5}.notification-confirm-box p{margin:4px 0 0}.notification-confirm-box strong{color:var(--np-ink);font-weight:600}.notification-action-error{padding:9px 11px;border:1px solid rgba(211,106,115,.28);border-radius:9px;color:var(--np-error);background:#fdf1f2;font-size:11.5px;line-height:1.5}.notification-subscription-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--np-line)}.notification-subscription-actions.column{flex-direction:column}.notification-btn-primary,.notification-btn-secondary,.notification-btn-danger{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border:1px solid transparent;border-radius:9px;font-family:inherit;font-size:10.5px;font-weight:600;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,background .14s ease,border-color .14s ease}.notification-btn-primary{color:#604300;background:linear-gradient(145deg,var(--np-gold),#ffc928);border-color:#a071102e;box-shadow:0 6px 14px #a0711026,inset 0 1px #ffffff8c}.notification-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 9px 20px #a0711033,inset 0 1px #ffffff8c}.notification-btn-primary:disabled{color:#60430080;background:#eee5e8;border-color:var(--np-line);box-shadow:none;cursor:not-allowed}.notification-btn-secondary{color:var(--np-body);background:#fff;border-color:var(--np-line)}.notification-btn-secondary:hover:not(:disabled){color:var(--np-brand-strong);background:var(--np-brand-soft);border-color:#a8426233}.notification-btn-danger{color:#fff;background:var(--np-error);border-color:#d36a7340}.notification-btn-danger:hover:not(:disabled){transform:translateY(-1px);background:#c25460}.notification-btn-danger:disabled{background:#e5b9bc;cursor:not-allowed}.notification-toolbar{padding:7px 16px;border-bottom:1px solid var(--np-line);background:#fffdfacc}.notification-filter-tabs{display:flex;gap:6px}.notification-filter-tab{min-height:30px;padding:5px 12px;border:1px solid transparent;border-radius:999px;color:var(--np-muted);background:transparent;font-family:inherit;font-size:10.5px;font-weight:600;cursor:pointer;transition:color .14s ease,background .14s ease,border-color .14s ease}.notification-filter-tab:hover{color:var(--np-brand-strong);background:var(--np-brand-soft)}.notification-filter-tab.active{color:var(--np-brand-strong);background:var(--np-brand-soft);border-color:#a8426233;box-shadow:inset 0 1px #fff}.notification-list{max-height:50vh;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:#d8c5cc transparent;scrollbar-width:thin}.notification-list::-webkit-scrollbar{width:6px}.notification-list::-webkit-scrollbar-thumb{background-color:#d8c5cc;border-radius:10px}.notification-item{position:relative;display:flex;align-items:flex-start;gap:11px;padding:13px 16px;border-bottom:1px solid var(--np-line);cursor:pointer;transition:background .14s ease}.notification-item:last-child{border-bottom:0}.notification-item:hover{background:var(--np-brand-soft)}.notification-item.unread{background:#fdf4f7}.notification-item.unread:hover{background:var(--np-brand-soft)}.notification-item-icon{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border:1px solid var(--np-line);border-radius:10px;color:var(--np-brand);background:#fffc;font-size:17px;box-shadow:inset 0 1px #fff}.notification-item-content{flex:1;min-width:0}.notification-item-header{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:3px}.notification-item-title{overflow:hidden;color:var(--np-ink);font-size:12.5px;font-weight:600;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.notification-item-time{flex-shrink:0;color:var(--np-muted);font-size:9.5px;font-weight:500;padding-top:1px}.notification-item-body{margin:0;overflow:hidden;color:var(--np-muted);font-size:11.5px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.notification-unread-dot{width:7px;height:7px;flex:0 0 7px;margin-top:6px;border:1.5px solid #fff;border-radius:50%;background:var(--np-brand)}.notification-state-block{padding:36px 20px;text-align:center;color:var(--np-muted);font-size:12px}.notification-state-block p{margin:0}.notification-state-block.empty{display:flex;flex-direction:column;align-items:center;gap:8px}.notification-state-icon{font-size:36px;opacity:.8}.notification-state-block.empty h4{margin:0;color:var(--np-ink);font-size:14px;font-weight:600}.notification-state-block.empty p{color:var(--np-muted);font-size:11.5px}.notification-popover-footer{padding:10px 16px;border-top:1px solid var(--np-line);background:#fffdfae6;text-align:center}.notification-footer-btn{width:100%;min-height:32px;padding:7px;border:0;border-radius:9px;color:var(--np-brand-strong);background:transparent;font-family:inherit;font-size:11.5px;font-weight:600;cursor:pointer;transition:background .14s ease}.notification-footer-btn:hover{background:var(--np-brand-soft)}@media(max-width:1226px){.notification-popover.is-mobile{position:fixed;inset:auto 0 0;width:100%;max-width:none;height:80dvh;max-height:80dvh;min-height:50dvh;border-radius:22px 22px 0 0;padding-bottom:env(safe-area-inset-bottom,0px);z-index:2600;transform:translateY(100%);box-shadow:0 -14px 48px #52303c38;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;transition:opacity .3s ease,transform .3s cubic-bezier(.16,1,.3,1),visibility .3s}.notification-popover.open.is-mobile{transform:translateY(0)}.notification-popover.is-mobile .notification-popover-header{padding:10px 14px 8px}.notification-popover.is-mobile .notification-list{max-height:none;overflow:visible}.notification-popover.is-mobile .notification-item{padding:12px 14px;gap:10px}.notification-popover.is-mobile .notification-item-icon{width:32px;height:32px;flex-basis:32px;font-size:15px;border-radius:9px}.notification-popover.is-mobile .notification-item-title{white-space:normal}.notification-popover.is-mobile .notification-quota-card{margin:4px 12px 8px;padding:12px;gap:10px}.notification-popover.is-mobile .notification-quota-value{font-size:20px}}@media(max-width:480px){.notification-popover.is-mobile .notification-popover-title{font-size:15px}.notification-popover.is-mobile .notification-mark-read-btn{font-size:11.5px}.notification-popover.is-mobile .notification-item{padding:12px 14px}.notification-popover.is-mobile .notification-item-icon{width:30px;height:30px;flex-basis:30px;font-size:14px}.notification-popover.is-mobile .notification-item-icon{border-radius:8px}.notification-popover.is-mobile .notification-item-title{font-size:12.5px}.notification-popover.is-mobile .notification-item-body{font-size:11px}.notification-popover.is-mobile .notification-quota-value{font-size:18px}.notification-popover.is-mobile .notification-quota-subtitle{font-size:10px}.notification-popover.is-mobile .notification-subscription-summary{gap:8px}.notification-popover.is-mobile .notification-summary-icon{width:30px;height:30px;flex-basis:30px;border-radius:9px}.notification-popover.is-mobile .notification-summary-icon svg{width:16px;height:16px}.notification-popover.is-mobile .notification-summary-cta{padding:4px 8px;font-size:9px}.notification-popover.is-mobile .notification-summary-status{padding:3px 6px;font-size:8px}}@media(min-width:1100px){.mobile-notification-backdrop{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;animation:none}.mobile-notification-trigger .notification-popover.is-mobile{position:absolute;top:calc(100% + 10px);right:-2px;bottom:auto;left:auto;width:430px;max-width:min(430px,calc(100vw - 130px));height:min(74dvh,680px);min-height:420px;max-height:calc(100dvh - 82px);padding:0;border:1px solid var(--np-line);border-radius:16px;background:linear-gradient(180deg,#fff 0%,var(--np-canvas) 100%);box-shadow:0 20px 52px #52303c33,0 2px 8px #52303c14;display:flex;flex-direction:column;overflow:hidden;transform:translateY(-8px);transform-origin:top right}.mobile-notification-trigger .notification-popover.open.is-mobile{transform:translateY(0);opacity:1;visibility:visible}.notification-popover.is-mobile .notification-popover-header{position:relative;flex:0 0 auto;padding:16px 16px 12px;border-bottom:1px solid var(--np-line);background:#fffdfaeb}.notification-popover.is-mobile .notification-mobile-handle-row{display:none!important}.notification-popover.is-mobile .notification-popover-title{font-size:18px;font-weight:300;letter-spacing:-.02em}.notification-popover.is-mobile .notification-unread-badge{padding:3px 7px;font-size:10px}.notification-popover.is-mobile .notification-mobile-close-btn{position:static;width:34px;height:34px;flex:0 0 34px;border-radius:9px;font-size:0}.notification-popover.is-mobile .notification-mobile-close-btn svg{width:18px;height:18px}.notification-popover.is-mobile .notification-mark-read-btn{padding:5px 10px;font-size:11px}.notification-popover.is-mobile .notification-quota-card{flex:0 0 auto;margin:10px 12px 8px;padding:10px 12px;gap:10px;border-radius:12px}.notification-popover.is-mobile .notification-quota-value{font-size:20px}.notification-popover.is-mobile .notification-toolbar{flex:0 0 auto;padding:7px 14px;border-bottom-color:var(--np-line);background:#fffdfad9}.notification-popover.is-mobile .notification-list{flex:1 1 auto;min-height:0;max-height:none;overflow-y:auto;background:#fff}.notification-popover.is-mobile .notification-popover-footer{flex:0 0 auto;padding:8px 12px;border-top-color:var(--np-line);background:#fffdfae6}}@media(prefers-reduced-motion:reduce){.notification-popover,.notification-item,.notification-btn-primary,.notification-btn-secondary,.notification-btn-danger,.notification-filter-tab,.notification-summary-cta,.notification-meta-chip{transition:none!important}}.notepad-backdrop{position:fixed;inset:0;z-index:7400;background:transparent}.notepad-workspace{position:fixed;z-index:7401;top:82px;right:110px;width:460px;height:470px;display:grid;grid-template-columns:minmax(0,1fr);overflow:hidden;border:1px solid #b9b29f;border-radius:12px;background:#fff5bf;box-shadow:0 24px 50px #1a181247;font-family:Poppins,sans-serif;color:#4d4738;transform-origin:top right;animation:notepad-open .15s ease-out}.notepad-workspace.maximized{width:min(760px,calc(100vw - 170px));height:min(680px,calc(100vh - 105px))}.notepad-workspace.history-open{grid-template-columns:180px minmax(0,1fr);width:640px}.notepad-workspace.maximized.history-open{width:min(850px,calc(100vw - 150px))}.notepad-history{padding:12px 9px;overflow:hidden;border-right:1px solid #ded29c;background:#f8edb8}.notepad-history-head{display:flex;align-items:center;justify-content:space-between;padding:2px 5px 9px}.notepad-history-head strong{font-size:11px;font-weight:600}.notepad-history-head button{width:27px;height:27px;padding:0;border:0;border-radius:6px;background:#ffffff8c;font-size:17px}.notepad-note-list{height:calc(100% - 39px);display:flex;flex-direction:column;gap:4px;overflow-y:auto}.notepad-note-list button{padding:9px;border:1px solid transparent;border-radius:7px;background:transparent;text-align:left}.notepad-note-list button.active{border-color:#d4c37c;background:#ffffff80}.notepad-note-list strong,.notepad-note-list span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notepad-note-list strong{font-size:9.5px;font-weight:600}.notepad-note-list span{margin-top:2px;color:#8a8064;font-size:8px}.notepad-paper{min-width:0;display:flex;flex-direction:column;background:#fff6c6;background-image:linear-gradient(rgba(191,147,55,.08) 1px,transparent 1px);background-size:100% 28px}.notepad-titlebar{height:48px;padding:0 10px 0 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(143,117,52,.14);background:#ffefa7}.notepad-new,.notepad-window-actions button{display:grid!important;place-items:center;width:31px!important;min-width:31px!important;height:31px!important;min-height:31px!important;margin:0!important;padding:0!important;border:0!important;border-radius:6px!important;color:#69614e!important;background:transparent!important;font:400 21px/1 Arial,sans-serif!important}.notepad-window-actions{display:flex;align-items:center;gap:3px}.notepad-window-actions button:first-child{width:38px!important;font-size:15px!important;letter-spacing:2px}.notepad-window-actions button:nth-child(2){font-size:18px!important}.notepad-window-actions button:hover,.notepad-new:hover{background:#ffffff6b!important}.notepad-note-title{margin:10px 18px 0;padding:0;border:0;outline:0;color:#665c43;background:transparent;font:500 11px Poppins,sans-serif}.notepad-tags{padding:7px 16px 4px;display:flex;gap:5px;overflow-x:auto}.notepad-tags button{padding:4px 7px;border:1px solid rgba(134,112,56,.18);border-radius:999px;background:#ffffff4d;color:#86795c;font:500 7.5px Poppins,sans-serif}.notepad-tags button.active{border-color:#c58368;color:#914632;background:#ffe2cc}.notepad-editor{flex:1;margin:0;padding:8px 18px 16px;overflow-y:auto;border:0;outline:0;color:#4c4637;font-size:14px;line-height:28px;background:transparent}.notepad-editor:empty:before{content:attr(data-placeholder);color:#89816f}.notepad-audio{padding:7px 14px;display:flex;align-items:center;gap:8px;border-top:1px solid rgba(143,117,52,.14);background:#ffffff40}.notepad-audio audio{height:29px;max-width:250px}.notepad-audio a{color:#795d25;font-size:8px}.notepad-save-indicator{min-height:25px;padding:5px 15px;display:flex;align-items:center;gap:6px;color:#786e56;font-size:8px;background:#ffffff2e}.notepad-save-indicator>span{width:6px;height:6px;border-radius:50%;background:#55a66f}.notepad-save-indicator>span.syncing{border:1px solid #9a8245;border-top-color:transparent;background:transparent;animation:notepad-spin .75s linear infinite}.notepad-toolbar{min-height:58px;padding:9px 11px;display:flex;align-items:center;gap:3px;overflow-x:auto;border-top:1px solid rgba(143,117,52,.16);background:#fff9d0eb}.notepad-toolbar button,.notepad-toolbar select{height:31px;min-width:31px;padding:4px 7px;border:0;border-radius:5px;background:transparent;color:#655e4b;font:500 11px Poppins,sans-serif}.notepad-toolbar button:hover,.notepad-toolbar select:hover{background:#ffffff8c}.notepad-toolbar select{width:77px;font-size:8px}.notepad-toolbar button.recording{color:#b42318;background:#ffe0d8}.notepad-toolbar .notepad-delete{margin-left:auto;color:#9a443d;font-size:8px}@keyframes notepad-open{0%{opacity:0;transform:scale(.96) translateY(-5px)}}@keyframes notepad-spin{to{transform:rotate(360deg)}}@media(max-width:760px){.notepad-workspace:not(.maximized){top:max(64px,calc(env(safe-area-inset-top,0px) + 54px));right:14px;width:min(320px,calc(100vw - 28px));height:clamp(280px,46dvh,340px);grid-template-columns:1fr;border-radius:11px;box-shadow:0 16px 36px #32271238}.notepad-workspace.maximized,.notepad-workspace.maximized.history-open{top:max(58px,calc(env(safe-area-inset-top,0px) + 50px));right:8px;width:calc(100vw - 16px);height:min(620px,calc(100dvh - 126px - env(safe-area-inset-bottom,0px)))}.notepad-workspace.history-open .notepad-history{position:absolute;z-index:3;inset:40px auto 0 0;width:min(168px,calc(100% - 44px));display:block;box-shadow:8px 0 20px #0000001f}.notepad-titlebar{height:40px;padding-inline:8px}.notepad-new,.notepad-window-actions button{width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;font-size:18px!important}.notepad-window-actions button:first-child{width:34px!important;font-size:13px!important}.notepad-window-actions button:nth-child(2){font-size:15px!important}.notepad-note-title{margin:7px 13px 0;font-size:10px}.notepad-tags{padding:5px 11px 3px;gap:4px}.notepad-tags button{padding:3px 6px;font-size:6.5px}.notepad-editor{padding:5px 13px 9px;font-size:12px;line-height:23px}.notepad-save-indicator{min-height:20px;padding:3px 11px;font-size:7px}.notepad-toolbar{min-height:44px;padding:6px 7px;gap:1px}.notepad-toolbar button,.notepad-toolbar select{height:28px;min-width:28px;padding:3px 5px;font-size:9px}.notepad-toolbar select{width:66px;font-size:7px}.notepad-toolbar .notepad-delete{font-size:7px}.notepad-audio{padding:5px 9px}.notepad-audio audio{height:26px;max-width:170px}}@media(max-width:380px){.notepad-workspace:not(.maximized){right:10px;width:min(306px,calc(100vw - 20px))}}@media(max-width:760px)and (max-height:620px){.notepad-workspace:not(.maximized){height:clamp(260px,44dvh,300px)}}@media(min-width:1100px)and (max-width:1500px){.notepad-workspace{top:70px;right:78px;width:350px;height:clamp(350px,46vh,390px);border-radius:10px}.notepad-workspace.maximized{width:min(570px,calc(100vw - 160px));height:min(510px,calc(100vh - 90px))}.notepad-workspace.history-open{width:490px;grid-template-columns:140px minmax(0,1fr)}.notepad-workspace.maximized.history-open{width:min(650px,calc(100vw - 150px))}.notepad-history{padding:9px 7px}.notepad-history-head strong{font-size:9px}.notepad-history-head button{width:23px;height:23px;font-size:14px}.notepad-note-list button{padding:7px}.notepad-note-list strong{font-size:8px}.notepad-note-list span{font-size:7px}.notepad-titlebar{height:38px;padding-inline:8px}.notepad-new,.notepad-window-actions button{width:25px!important;min-width:25px!important;height:25px!important;min-height:25px!important;font-size:17px!important}.notepad-window-actions button:first-child{width:31px!important;font-size:12px!important}.notepad-window-actions button:nth-child(2){font-size:14px!important}.notepad-note-title{margin:7px 14px 0;font-size:9px}.notepad-tags{padding:5px 12px 3px;gap:3px}.notepad-tags button{padding:3px 5px;font-size:6px}.notepad-editor{padding:6px 14px 12px;font-size:11px;line-height:22px}.notepad-save-indicator{min-height:20px;padding:4px 11px;font-size:6.5px}.notepad-save-indicator>span{width:5px;height:5px}.notepad-toolbar{min-height:45px;padding:6px 8px;gap:2px}.notepad-toolbar button,.notepad-toolbar select{height:25px;min-width:25px;padding:3px 5px;font-size:8px}.notepad-toolbar select{width:61px;font-size:6.5px}.notepad-toolbar .notepad-delete{font-size:6.5px}.notepad-audio{padding:5px 10px}.notepad-audio audio{height:25px;max-width:190px}.notepad-audio a{font-size:6.5px}}.notepad-titlebar{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.notepad-titlebar:active{cursor:grabbing}.notepad-titlebar button{cursor:pointer}.notepad-text-size{height:31px;display:flex;align-items:center;gap:4px;padding-left:6px;color:#655e4b;font-size:8px;font-weight:500;white-space:nowrap}.notepad-toolbar .notepad-text-size select{width:59px;min-width:59px}.notepad-colour-tool{position:relative;width:31px;min-width:31px;height:31px;display:grid;place-items:center;border-radius:5px;color:#655e4b;font-size:11px;font-weight:600;cursor:pointer}.notepad-colour-tool:hover{background:#ffffff8c}.notepad-colour-tool span{pointer-events:none}.notepad-colour-tool input{position:absolute;inset:auto 6px 3px;width:19px;height:4px;padding:0;overflow:hidden;border:0;background:transparent;cursor:pointer}.notepad-colour-tool input::-webkit-color-swatch-wrapper{padding:0}.notepad-colour-tool input::-webkit-color-swatch{border:0;border-radius:2px}.notepad-highlight-tool{width:40px;min-width:40px;font-size:7px;font-weight:500}.notepad-highlight-tool input{right:7px;left:7px;width:26px}.notepad-table-button{font-size:8px!important}.notepad-editor table{width:min(100%,520px);margin:8px 0;border-collapse:collapse;background:#ffffff57}.notepad-editor td,.notepad-editor th{min-width:64px;padding:5px 7px;border:1px solid rgba(101,94,75,.4);vertical-align:top}.notepad-editor td:focus{background:#ffffff80}@media(max-width:760px),(min-width:1100px)and (max-width:1500px){.notepad-text-size{height:28px;padding-left:4px;font-size:7px}.notepad-toolbar .notepad-text-size select{width:51px;min-width:51px}.notepad-colour-tool{width:28px;min-width:28px;height:28px}.notepad-highlight-tool{width:36px;min-width:36px}}.notepad-resize-handle{position:absolute;z-index:6;touch-action:none;-webkit-user-select:none;user-select:none}.notepad-resize-n,.notepad-resize-s{right:12px;left:12px;height:10px;cursor:ns-resize}.notepad-resize-e,.notepad-resize-w{top:12px;bottom:12px;width:10px;cursor:ew-resize}.notepad-resize-n{top:-5px}.notepad-resize-e{right:-5px}.notepad-resize-s{bottom:-5px}.notepad-resize-w{left:-5px}.notepad-resize-ne,.notepad-resize-nw,.notepad-resize-se,.notepad-resize-sw{width:18px;height:18px}.notepad-resize-ne{top:-6px;right:-6px;cursor:nesw-resize}.notepad-resize-nw{top:-6px;left:-6px;cursor:nwse-resize}.notepad-resize-se{right:-6px;bottom:-6px;cursor:nwse-resize}.notepad-resize-sw{bottom:-6px;left:-6px;cursor:nesw-resize}.notepad-resize-se:after{content:"";position:absolute;right:5px;bottom:5px;width:8px;height:8px;border-right:2px solid rgba(101,94,75,.55);border-bottom:2px solid rgba(101,94,75,.55);border-radius:0 0 2px}@media(hover:none)and (pointer:coarse){.notepad-resize-handle{display:none}}@media(max-width:760px){.notepad-workspace:not(.maximized){top:max(58px,calc(env(safe-area-inset-top,0px) + 50px));right:8px;width:calc(100vw - 16px);height:min(560px,calc(72dvh - env(safe-area-inset-bottom,0px)));min-height:360px;border-radius:12px}.notepad-workspace.maximized,.notepad-workspace.maximized.history-open{top:max(52px,calc(env(safe-area-inset-top,0px) + 46px));right:6px;width:calc(100vw - 12px);height:calc(100dvh - max(64px,calc(env(safe-area-inset-top,0px) + 58px)) - env(safe-area-inset-bottom,0px));border-radius:12px}.notepad-paper{min-height:0}.notepad-titlebar{flex:0 0 44px;height:44px;padding-inline:8px}.notepad-new,.notepad-window-actions button{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;border-radius:8px!important}.notepad-window-actions{gap:1px}.notepad-window-actions button:first-child{width:40px!important}.notepad-note-title{margin:9px 14px 0;font-size:11px;line-height:20px}.notepad-tags{padding:6px 12px 5px;gap:5px;scrollbar-width:none}.notepad-tags::-webkit-scrollbar{display:none}.notepad-tags button{min-height:28px;padding:5px 9px;font-size:7px}.notepad-editor{min-height:96px;padding:8px 14px 12px;line-height:1.7;overscroll-behavior:contain}.notepad-save-indicator{flex:0 0 24px;min-height:24px;padding:4px 12px;font-size:7px}.notepad-toolbar{flex:0 0 84px;min-height:84px;display:grid;grid-template-rows:repeat(2,36px);grid-auto-flow:column;grid-auto-columns:max-content;align-content:center;align-items:center;gap:3px;padding:5px 8px calc(5px + env(safe-area-inset-bottom,0px));overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:rgba(127,47,74,.28) transparent;scroll-snap-type:x proximity}.notepad-toolbar>*{scroll-snap-align:start}.notepad-toolbar button,.notepad-toolbar select{height:36px;min-width:36px;padding:5px 8px;border:1px solid transparent;border-radius:7px;font-size:10px}.notepad-toolbar button:focus-visible,.notepad-toolbar select:focus-visible,.notepad-colour-tool:focus-within{outline:2px solid #a84262;outline-offset:-2px;background:#fbeef2}.notepad-toolbar select{width:76px;font-size:8px}.notepad-text-size{height:36px;gap:5px;padding-left:7px;font-size:8px}.notepad-toolbar .notepad-text-size select{width:62px;min-width:62px}.notepad-colour-tool{width:36px;min-width:36px;height:36px;border-radius:7px}.notepad-highlight-tool{width:46px;min-width:46px}.notepad-highlight-tool input{right:9px;left:9px;width:28px}.notepad-table-button{font-size:8px!important}.notepad-toolbar .notepad-delete{margin-left:0;font-size:8px}.notepad-workspace.history-open .notepad-history{inset:44px auto 0 0;width:min(220px,calc(100% - 48px));padding:12px 9px;border-radius:0 0 0 11px;box-shadow:10px 0 24px #382c302e}.notepad-history-head{min-height:40px;padding:2px 5px 9px}.notepad-history-head strong{font-size:11px}.notepad-history-head button{width:36px;height:36px;font-size:18px}.notepad-note-list button{min-height:52px;padding:9px}.notepad-note-list strong{font-size:9px}.notepad-note-list span{font-size:8px}.notepad-audio{flex-wrap:wrap;padding:6px 10px}.notepad-audio audio{width:100%;max-width:none}}@media(max-width:380px){.notepad-workspace:not(.maximized){right:5px;width:calc(100vw - 10px);min-height:340px}.notepad-note-title{margin-inline:12px}.notepad-tags{padding-inline:10px}.notepad-editor{padding-inline:12px}.notepad-toolbar{padding-inline:6px}}@media(max-width:760px)and (max-height:560px){.notepad-workspace:not(.maximized){top:max(48px,calc(env(safe-area-inset-top,0px) + 42px));height:calc(100dvh - max(58px,calc(env(safe-area-inset-top,0px) + 52px)) - env(safe-area-inset-bottom,0px));min-height:0}.notepad-tags{padding-block:3px}.notepad-toolbar{flex-basis:78px;min-height:78px;grid-template-rows:repeat(2,33px)}.notepad-toolbar button,.notepad-toolbar select,.notepad-text-size,.notepad-colour-tool{height:33px}}@media(prefers-reduced-motion:reduce){.notepad-workspace{animation:none}}.notepad-backdrop{background:#382c302e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:notepad-backdrop-in .18s ease-out}.notepad-workspace:not(.maximized){top:auto;right:24px;bottom:20px;width:clamp(340px,28vw,420px);height:clamp(320px,52dvh,520px);border-color:#d9c9a2;border-radius:14px;box-shadow:0 18px 46px #382c3038,0 2px 8px #382c301a}.notepad-workspace.maximized,.notepad-workspace.maximized.history-open{inset:0 0 0 auto;width:clamp(620px,62vw,1040px);height:auto;grid-template-columns:clamp(180px,18vw,230px) minmax(0,1fr);border-color:#eadde1;border-radius:18px 0 0 18px;background:#fffdfa;box-shadow:-22px 0 60px #382c3033;transform-origin:right center;animation:notepad-sheet-in .22s cubic-bezier(.22,1,.36,1)}.notepad-workspace:not(.maximized) .notepad-history,.notepad-workspace:not(.maximized) .notepad-tags,.notepad-workspace:not(.maximized) .notepad-audio,.notepad-workspace:not(.maximized) .notepad-advanced-tool,.notepad-workspace:not(.maximized) .notepad-toolbar>button:nth-of-type(5),.notepad-workspace:not(.maximized) .notepad-toolbar>button:nth-of-type(8){display:none}.notepad-workspace:not(.maximized).history-open{grid-template-columns:minmax(0,1fr);width:clamp(340px,28vw,420px)}.notepad-workspace:not(.maximized) .notepad-titlebar{height:42px}.notepad-workspace:not(.maximized) .notepad-note-title{margin-top:12px;font-size:12px}.notepad-workspace:not(.maximized) .notepad-editor{min-height:120px;padding-top:10px}.notepad-workspace:not(.maximized) .notepad-toolbar{min-height:52px;padding:8px 10px;gap:4px;overflow-x:auto}.notepad-workspace:not(.maximized) .notepad-toolbar button,.notepad-workspace:not(.maximized) .notepad-toolbar select,.notepad-workspace:not(.maximized) .notepad-text-size,.notepad-workspace:not(.maximized) .notepad-colour-tool{height:34px}.notepad-workspace.maximized .notepad-paper{background-color:#fffdf7}.notepad-workspace.maximized .notepad-history{padding:20px 14px;border-right-color:#eadde1;background:#fdf4f7}.notepad-workspace.maximized .notepad-titlebar{height:58px;padding-inline:18px;background:#fff5d4}.notepad-workspace.maximized .notepad-note-title{margin:18px 28px 0;color:#382c30;font-size:18px}.notepad-workspace.maximized .notepad-tags{padding:12px 26px 8px}.notepad-workspace.maximized .notepad-editor{padding:16px 28px 24px;color:#403c38;line-height:1.85}.notepad-workspace.maximized .notepad-toolbar{min-height:66px;padding:11px 18px;border-top-color:#eadde1;background:#fffdfaf5}.notepad-workspace button:focus-visible,.notepad-workspace select:focus-visible,.notepad-workspace input:focus-visible,.notepad-workspace .notepad-editor:focus-visible{outline:2px solid #a84262;outline-offset:2px}@keyframes notepad-sheet-in{0%{opacity:0;transform:translate(34px)}}@keyframes notepad-backdrop-in{0%{opacity:0}}@media(max-width:760px){.notepad-backdrop{background:#382c303d;-webkit-backdrop-filter:none;backdrop-filter:none}.notepad-workspace.maximized,.notepad-workspace.maximized.history-open{top:max(72px,12dvh);right:0;bottom:0;left:0;width:100%;height:auto;grid-template-columns:minmax(0,1fr);border-width:1px 0 0;border-radius:20px 20px 0 0;box-shadow:0 -18px 50px #382c303d;animation-name:notepad-drawer-in}.notepad-workspace.maximized:before{content:"";position:absolute;z-index:8;top:8px;left:50%;width:38px;height:4px;border-radius:999px;background:#7f2f4a47;transform:translate(-50%);pointer-events:none}.notepad-workspace.maximized .notepad-history{position:absolute;z-index:7;inset:58px auto 0 0;width:min(260px,78vw);display:block;border-radius:0 0 0 18px;box-shadow:12px 0 28px #382c3029}.notepad-workspace.maximized .notepad-titlebar{height:58px;padding:8px 10px 0}.notepad-workspace.maximized .notepad-note-title{margin:12px 16px 0;font-size:15px}.notepad-workspace.maximized .notepad-tags{padding:9px 14px 6px}.notepad-workspace.maximized .notepad-editor{padding:12px 16px 18px}.notepad-workspace:not(.maximized),.notepad-workspace:not(.maximized).history-open{top:auto;right:8px;bottom:calc(8px + env(safe-area-inset-bottom,0px));left:8px;width:auto;height:clamp(280px,48dvh,390px);min-height:0;border-radius:16px}}@keyframes notepad-drawer-in{0%{opacity:.7;transform:translateY(36px)}}@media(prefers-reduced-motion:reduce){.notepad-backdrop,.notepad-workspace.maximized{animation:none}}.notepad-recorder{margin:0 24px 12px;padding:12px 14px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"identity actions" "player player";align-items:center;gap:14px;border:1px solid #eadde1;border-radius:14px;background:#fffdfa;box-shadow:0 8px 22px #382c300f}.notepad-recorder.is-recording{border-color:#a842625c;background:#fdf4f7}.notepad-recorder-identity{grid-area:identity;min-width:0;display:flex;align-items:center;gap:10px}.notepad-recorder-icon{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:10px;color:#7f2f4a;background:#fff5d4}.notepad-recorder.is-recording .notepad-recorder-icon{color:#fff;background:#a84262;animation:notepad-record-pulse 1.4s ease-in-out infinite}.notepad-recorder-identity>div>strong,.notepad-recorder-identity>div>span{display:block}.notepad-recorder-identity strong{color:#382c30;font-size:11px;font-weight:650}.notepad-recorder-identity>div>span{margin-top:2px;color:#796a6f;font-size:8px}.notepad-recorder-icon svg{display:block;width:17px;height:17px}.notepad-recorder audio{grid-area:player;width:100%;min-width:0;height:34px}.notepad-recorder-actions{grid-area:actions;min-width:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:6px}.notepad-recorder-actions button,.notepad-recorder-actions a{min-height:34px;padding:7px 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #eadde1;border-radius:9px;color:#55494d;background:#fff;font:600 9px Poppins,sans-serif;text-decoration:none;white-space:nowrap;cursor:pointer}.notepad-recorder-actions .notepad-record-primary{border-color:#a84262;color:#fff;background:#a84262}.notepad-recorder.is-recording .notepad-record-primary{background:#7f2f4a}.notepad-recorder-actions .notepad-record-remove{width:34px;padding:0;color:#9a443d}.notepad-history button:disabled{opacity:.45;cursor:not-allowed}@keyframes notepad-record-pulse{50%{box-shadow:0 0 0 6px #a842621f}}@media(max-width:760px){.notepad-recorder{margin:0 12px 8px;padding:10px;grid-template-columns:minmax(0,1fr);grid-template-areas:"identity" "player" "actions";gap:9px}.notepad-recorder-actions{justify-content:flex-start;overflow-x:auto}.notepad-recorder-actions button,.notepad-recorder-actions a{min-height:40px}}@media(max-width:1180px){.notepad-workspace.maximized,.notepad-workspace.maximized.history-open{width:min(76vw,900px);grid-template-columns:clamp(170px,20vw,210px) minmax(0,1fr)}.notepad-recorder{margin-inline:16px;grid-template-columns:minmax(0,1fr);grid-template-areas:"identity" "player" "actions"}.notepad-recorder-actions{justify-content:flex-start}}@media(max-width:900px)and (min-width:761px){.notepad-workspace.maximized,.notepad-workspace.maximized.history-open{width:88vw;grid-template-columns:180px minmax(0,1fr)}.notepad-workspace.maximized .notepad-note-title{margin-inline:20px}.notepad-workspace.maximized .notepad-tags{padding-inline:18px}.notepad-workspace.maximized .notepad-editor{padding-inline:20px}.notepad-workspace.maximized .notepad-toolbar{padding-inline:10px}}@media(max-width:760px){.notepad-workspace.maximized,.notepad-workspace.maximized.history-open{width:100%;grid-template-columns:minmax(0,1fr)}}@media(prefers-reduced-motion:reduce){.notepad-recorder.is-recording .notepad-recorder-icon{animation:none}}.mock-test-modal-overlay{position:fixed;inset:0;background-color:#0000008c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;z-index:3000;animation:fadeInOverlay .15s ease-out forwards}.mock-test-modal{box-sizing:border-box;background:#fff;width:100%;max-width:560px;border-radius:16px;padding:24px;text-align:left;border:1px solid #e0e0e0;box-shadow:0 8px 24px #00000014,0 2px 8px #0000000a;position:relative;animation:slideUpModal .15s ease-out forwards;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#202124}.mock-test-modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.mock-test-modal-heading{display:flex;flex-direction:column;gap:4px}.mock-test-modal-eyebrow{font-size:12px;font-weight:500;color:#5f6368;text-transform:uppercase;letter-spacing:.5px}#mock-test-modal-title{font-size:22px;font-weight:600;color:#202124;margin:0;line-height:1.3}#mock-test-modal-description{font-size:14px;color:#5f6368;margin:4px 0 0;line-height:1.5}.mock-test-close-btn{background:transparent;border:none;font-size:20px;color:#5f6368;cursor:pointer;padding:6px;border-radius:4px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease,color .15s ease}.mock-test-close-btn:hover{background-color:#f1f3f4;color:#202124}.mock-test-modal-body{display:flex;flex-direction:column;gap:20px;margin-bottom:28px}.mock-test-meta-list{display:flex;gap:8px;flex-wrap:wrap}.mock-test-meta-list span{font-size:12px;font-weight:500;color:#3c4043;background-color:#f1f3f4;padding:4px 10px;border-radius:12px}.mock-test-info-list{display:flex;flex-direction:column;gap:10px}.mock-test-info-list div{font-size:14px;color:#3c4043;line-height:1.4;display:flex;align-items:flex-start;gap:8px}.mock-test-info-list div:before{content:"•";color:#9aa0a6;font-weight:700}.mock-test-modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding-top:20px;border-top:1px solid #ebebeb}.mock-test-secondary-btn,.mock-test-primary-btn{height:40px;padding:0 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .15s ease;font-family:inherit}.mock-test-secondary-btn{background-color:#fff;color:#3c4043;border:1px solid #dadce0}.mock-test-secondary-btn:hover{background-color:#f8f9fa;border-color:#d1d3d4}.mock-test-primary-btn{background-color:#1a73e8;color:#fff;border:1px solid transparent}.mock-test-primary-btn:hover{background-color:#1557b0;box-shadow:0 1px 2px #00000026}.mock-test-device-guidance{max-width:430px;overflow:hidden;border-color:#3f3b371f;background:radial-gradient(circle at 100% 0,rgba(239,111,120,.14),transparent 35%),radial-gradient(circle at 0 100%,rgba(255,201,40,.14),transparent 34%),#fff;box-shadow:0 24px 70px #1e1b1838,inset 0 1px #fff}.mock-test-device-guidance .mock-test-modal-eyebrow{color:#b34b55;font-weight:700;letter-spacing:.08em}.mock-test-device-visual{min-height:116px;display:flex;align-items:center;justify-content:center;gap:20px;border:1px solid rgba(63,59,55,.1);border-radius:16px;background:linear-gradient(135deg,#fff7e1bd,#ffebeda8)}.mock-test-phone-device{width:35px;height:61px;display:grid;place-items:center;border:2px solid #8b837c;border-radius:9px;background:#fff}.mock-test-phone-device span{width:17px;height:2px;border-radius:99px;background:#d6d0cb}.mock-test-device-arrow{color:#cf5b65;font-size:24px;font-weight:700}.mock-test-supported-device{position:relative;width:78px;height:58px;display:grid;place-items:center;border:1px solid rgba(63,59,55,.13);border-radius:13px;background:#fff;color:#4d4844;box-shadow:0 9px 20px #3f3b3717}.mock-test-supported-device svg:last-child{position:absolute;right:-6px;bottom:-6px;box-sizing:content-box;padding:4px;border:3px solid #fff;border-radius:50%;background:#23875b;color:#fff}.mock-test-supported-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mock-test-supported-options span{min-width:0;min-height:58px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid rgba(63,59,55,.11);border-radius:12px;background:#ffffffc2;color:#5b544e}.mock-test-supported-options strong{font-size:11px}.mock-test-device-note{margin:0;color:#6e665f;font-size:12px;line-height:1.6}.mock-test-guidance-confirm{min-width:170px;background:linear-gradient(135deg,#ef7a83,#e75f69)}.mock-test-guidance-confirm:hover{background:linear-gradient(135deg,#e76d77,#da515c)}@keyframes slideUpModal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.mock-test-modal-overlay{padding:14px}.mock-test-modal{width:100%;max-width:440px;padding:19px;border-radius:14px}.mock-test-modal-header{margin-bottom:18px;gap:12px}#mock-test-modal-title{font-size:19px}#mock-test-modal-description{font-size:12px}.mock-test-modal-body{gap:15px;margin-bottom:21px}.mock-test-info-list{margin:0;padding-left:20px}.mock-test-info-list li{font-size:12px;line-height:1.5}.mock-test-modal-footer{padding-top:15px}.mock-test-device-guidance .mock-test-modal-footer{justify-content:stretch}.mock-test-device-guidance .mock-test-guidance-confirm{width:100%}.mock-test-secondary-btn,.mock-test-primary-btn{min-height:40px;height:auto;padding:9px 13px;font-size:12px}}.tutor-chat{position:fixed;right:24px;bottom:18px;z-index:1300;width:min(440px,calc(100vw - 32px));height:min(660px,calc(100dvh - 38px));overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(132,75,94,.16);border-radius:18px 18px 10px 10px;background:#fffcf8;box-shadow:0 18px 60px #412d322e,0 3px 12px #412d3217;color:#352e2c;font-family:inherit;transform-origin:bottom right;animation:tutor-chat-enter .28s cubic-bezier(.2,.9,.28,1.18)}@keyframes tutor-chat-enter{0%{opacity:0;transform:translateY(18px) scale(.97)}}.tutor-chat__backdrop{display:none}.tutor-chat--minimized{width:min(244px,calc(100vw - 32px));height:58px;border-radius:18px;cursor:pointer}.tutor-chat__header{position:relative;min-height:70px;padding:0 12px 0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#352e2c;background:linear-gradient(120deg,#fffaf2,#fff2f3);border-bottom:1px solid rgba(132,75,94,.11);box-shadow:0 2px 10px #5b37400f;touch-action:pan-x}.tutor-chat__drag-handle{position:absolute;top:7px;left:50%;width:36px;height:4px;border-radius:999px;background:#533e4038;transform:translate(-50%)}.tutor-chat__identity{min-width:0;display:flex;align-items:center;gap:11px}.tutor-chat__identity>span:last-child{min-width:0;display:flex;flex-direction:column}.tutor-chat__identity strong{overflow:hidden;color:#603344;font-size:15px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.tutor-chat__identity small{margin-top:2px;color:#7b6866;font-size:11px}.tutor-chat__avatar{position:relative;flex:0 0 42px;width:42px;height:42px}.tutor-chat__avatar img,.tutor-chat__small-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.tutor-chat__avatar img{border:2px solid #fff;box-shadow:0 2px 8px #4d313926}.tutor-chat__avatar i{position:absolute;right:0;bottom:1px;width:10px;height:10px;border:2px solid #fffaf2;border-radius:50%;background:#4eaa72}.tutor-chat__header-actions{display:flex;align-items:center;gap:2px}.tutor-chat__header-actions button,.tutor-chat__composer button{width:44px;height:44px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;color:#87425b;background:transparent;cursor:pointer}.tutor-chat__header-actions button:hover{background:#a8426214}.tutor-chat__header-actions button.active{color:#7f2f4a;background:#a842621f}.tutor-chat__header-actions .tutor-chat__call{color:#fff;background:#a84262}.tutor-chat__header-actions .tutor-chat__call:hover{background:#943753}.tutor-chat__header-actions .tutor-chat__call:disabled{opacity:.38;cursor:default}.tutor-chat__settings{position:absolute;top:70px;right:12px;z-index:6;width:min(330px,calc(100% - 24px));overflow:hidden;border:1px solid #ead9df;border-radius:14px;background:#fff;box-shadow:0 18px 44px #45233033}.tutor-chat__settings-heading{padding:13px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #f0e4e8;background:#fffaf8}.tutor-chat__settings-heading>span{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:9px;color:#843b55;background:#f9e9ee}.tutor-chat__settings-heading>div{min-width:0;flex:1;display:flex;flex-direction:column}.tutor-chat__settings-heading strong{color:#432b34;font-size:12px}.tutor-chat__settings-heading small{margin-top:2px;color:#866f77;font-size:9px}.tutor-chat__settings-heading>button{width:32px;height:32px;padding:0;border:0;border-radius:50%;display:grid;place-items:center;color:#7d606a;background:transparent;cursor:pointer}.tutor-chat__settings-heading>button:hover{background:#f5e9ed}.tutor-chat__settings-search{margin:10px;padding:0 10px;display:flex;align-items:center;gap:7px;border:1px solid #e7d5db;border-radius:9px;color:#936176}.tutor-chat__settings-search:focus-within{border-color:#b64b6d;box-shadow:0 0 0 3px #b64b6d1f}.tutor-chat__settings-search input{width:100%;height:38px;padding:0;border:0;outline:0;color:#432b34;background:transparent;font:11px Poppins,sans-serif}.tutor-chat__settings-options{max-height:240px;overflow-y:auto;border-top:1px solid #f2e7ea}.tutor-chat__settings-options button{width:100%;min-height:48px;padding:8px 12px;border:0;display:flex;align-items:center;justify-content:space-between;color:#51323e;background:#fff;text-align:left;cursor:pointer}.tutor-chat__settings-options button:hover,.tutor-chat__settings-options button[aria-selected=true]{background:#fff2f5}.tutor-chat__settings-options button:focus-visible{position:relative;outline:2px solid #a84262;outline-offset:-3px}.tutor-chat__settings-options button span{display:flex;flex-direction:column}.tutor-chat__settings-options strong{font-size:12px}.tutor-chat__settings-options small{margin-top:1px;color:#98707e;font-size:10px}.tutor-chat__body{flex:1;min-height:0;overflow-y:auto;padding:18px 18px 22px;background:linear-gradient(180deg,#fff8f5 0,#fffcf8 180px)}.tutor-chat__conversation{display:flex;flex-direction:column;gap:12px}.tutor-chat__context-divider{display:flex;align-items:center;gap:8px;margin:4px 0;color:#8b7472;font-size:10px;font-weight:700;text-align:center}.tutor-chat__context-divider:before,.tutor-chat__context-divider:after{height:1px;flex:1;background:#844b5e24;content:""}.tutor-chat__context-divider span{max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tutor-chat__chat-row{display:flex;align-items:flex-end;gap:8px}.tutor-chat__chat-row--student{justify-content:flex-end;padding-left:42px}.tutor-chat__chat-row--tutor{padding-right:30px}.tutor-chat__chat-bubble{max-width:100%;padding:10px 13px;border:1px solid rgba(132,75,94,.09);border-radius:16px 16px 16px 4px;color:#493439;background:#faedf0;font-size:13px;font-weight:500;line-height:1.52;overflow-wrap:anywhere}.tutor-chat__chat-row--student .tutor-chat__chat-bubble{border-color:#963b5a;border-radius:16px 16px 4px;color:#fff;background:#a84262}.tutor-chat__chat-bubble p{margin:0;white-space:pre-wrap}.tutor-chat__markdown{min-width:0;color:inherit}.tutor-chat__markdown>:first-child{margin-top:0}.tutor-chat__markdown>:last-child{margin-bottom:0}.tutor-chat__markdown p{margin:0 0 8px;white-space:normal}.tutor-chat__markdown h1,.tutor-chat__markdown h2,.tutor-chat__markdown h3,.tutor-chat__markdown h4{margin:12px 0 5px;color:#6f2f47;font-size:13px;font-weight:800;line-height:1.3}.tutor-chat__markdown h1{font-size:15px}.tutor-chat__markdown h2{font-size:14px}.tutor-chat__markdown ul,.tutor-chat__markdown ol{margin:6px 0 9px;padding-left:19px}.tutor-chat__markdown li{margin:3px 0;padding-left:2px}.tutor-chat__markdown li::marker{color:#a84262;font-weight:800}.tutor-chat__markdown li>p{margin:0}.tutor-chat__markdown strong{color:#743148;font-weight:800}.tutor-chat__markdown em{color:#684952}.tutor-chat__markdown blockquote{margin:8px 0;padding:8px 10px;border-left:3px solid #f5c94a;border-radius:0 8px 8px 0;color:#5b4249;background:#f5c94a29}.tutor-chat__markdown blockquote p{margin:0}.tutor-chat__markdown code{padding:1px 4px;border-radius:4px;color:#713149;background:#a8426217;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:.92em}.tutor-chat__markdown pre{max-width:100%;margin:8px 0;padding:9px 10px;overflow-x:auto;border:1px solid rgba(132,75,94,.12);border-radius:8px;background:#fffaf8}.tutor-chat__markdown pre code{padding:0;color:#493439;background:transparent;white-space:pre}.tutor-chat__markdown a{color:#8c3152;font-weight:750;text-decoration-thickness:1px;text-underline-offset:2px}.tutor-chat__markdown hr{margin:10px 0;border:0;border-top:1px solid rgba(132,75,94,.14)}.tutor-chat__markdown table{display:block;max-width:100%;margin:8px 0;overflow-x:auto;border-spacing:0;font-size:11px}.tutor-chat__markdown th,.tutor-chat__markdown td{min-width:80px;padding:6px 7px;border:1px solid rgba(132,75,94,.13);text-align:left;vertical-align:top}.tutor-chat__markdown th{color:#6f2f47;background:#f5c94a24}.tutor-chat__chat-bubble small{display:block;margin-top:5px;color:inherit;font-size:9px;opacity:.72}.tutor-chat__chat-bubble.is-failed{border-color:#db6b68;background:#fff0ee;color:#8d302d}.tutor-chat__retry{min-height:32px;margin-top:7px;padding:0 12px;border:1px solid rgba(141,48,45,.24);border-radius:999px;color:#8d302d;background:#fff;font-family:inherit;font-size:10px;font-weight:700;cursor:pointer}.tutor-chat__thinking{display:flex;align-items:center;gap:8px;min-width:190px}.tutor-chat__thinking>span{width:36px;height:28px;display:flex;align-items:center;justify-content:center;gap:3px;overflow:hidden;border-radius:9px;background:#fff4d5}.tutor-chat__thinking>span>div{width:34px!important;height:34px!important}.tutor-chat__thinking i{width:5px;height:5px;border-radius:50%;background:#a84262;animation:tutor-thinking-dot .9s ease-in-out infinite alternate}.tutor-chat__thinking i:nth-child(2){animation-delay:.15s}.tutor-chat__thinking i:nth-child(3){animation-delay:.3s}.tutor-chat__thinking small{margin:0;font-size:10px;font-weight:650}.tutor-chat__voice-label{margin-bottom:6px;display:flex;align-items:center;gap:5px;font-size:10px;font-weight:750;opacity:.88}.tutor-chat__stream-caret{width:2px;height:14px;margin-left:3px;display:inline-block;vertical-align:-2px;background:#a84262;animation:tutor-caret .7s steps(1) infinite}.tutor-chat__inline-error{margin:2px 38px 0;padding:8px 10px;border-radius:10px;color:#8d302d;background:#fff0ee;font-size:10px;line-height:1.4;text-align:center}.tutor-chat__welcome-art{width:92px;height:92px;margin:0 auto 8px;display:grid;place-items:center;border-radius:50%;background:#fff0d0}.tutor-chat__welcome-art>div{width:70px!important;height:70px!important}.tutor-chat__welcome-art>span{font-size:42px}.tutor-chat__message{display:flex;align-items:flex-end;gap:8px}.tutor-chat__small-avatar{flex:0 0 30px;width:30px;height:30px}.tutor-chat__bubble{max-width:315px;padding:12px 14px;border:1px solid rgba(132,75,94,.08);border-radius:16px 16px 16px 4px;color:#493439;background:#faedf0;font-size:14px;line-height:1.45}.tutor-chat__bubble p{margin:0}.tutor-chat__bubble p+p{margin-top:6px}.tutor-chat__setup{position:relative;margin:16px 0 0 38px;padding:16px;border:1px solid #f0d7df;border-radius:15px;background:#fff;box-shadow:0 5px 18px #672a4112}.tutor-chat__setup label{display:block;margin-bottom:7px;color:#6f4252;font-size:12px;font-weight:700}.tutor-chat__setup input,.tutor-chat__select{box-sizing:border-box;width:100%;height:44px;padding:0 12px;border:1px solid #dfc7d0;border-radius:10px;outline:none;color:#38232b;background:#fff;font:inherit}.tutor-chat__setup input:focus,.tutor-chat__select:focus{border-color:#c74670;box-shadow:0 0 0 3px #c746701f}.tutor-chat__setup>button:last-child{width:100%;min-height:44px;margin-top:12px;border:0;border-radius:10px;color:#fff;background:#a84262;box-shadow:0 4px #87334f;font-weight:700;cursor:pointer}.tutor-chat__setup>button:last-child:disabled{opacity:.45;cursor:default}.tutor-chat__select{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.tutor-chat__language-menu{position:absolute;right:16px;left:16px;z-index:2;margin-top:6px;overflow:hidden;border:1px solid #e5d1d8;border-radius:12px;background:#fff;box-shadow:0 12px 30px #4822312b}.tutor-chat__language-search{margin:9px;padding:0 10px;display:flex;align-items:center;gap:7px;border:1px solid #ead8de;border-radius:9px;color:#936176}.tutor-chat__language-search input{height:36px;padding:0;border:0;box-shadow:none}.tutor-chat__language-options{max-height:190px;overflow-y:auto;border-top:1px solid #f2e7ea}.tutor-chat__language-options button{width:100%;padding:9px 12px;border:0;display:flex;align-items:center;justify-content:space-between;text-align:left;color:#51323e;background:#fff;cursor:pointer}.tutor-chat__language-options button:hover,.tutor-chat__language-options button[aria-selected=true]{background:#fff0f4}.tutor-chat__language-options button span{display:flex;flex-direction:column}.tutor-chat__language-options strong{font-size:13px}.tutor-chat__language-options small{margin-top:1px;color:#98707e;font-size:11px}.tutor-chat__composer{min-height:70px;padding:10px 11px;display:flex;align-items:center;gap:7px;border-top:1px solid rgba(132,75,94,.12);background:#fffcf8}.tutor-chat__composer>button:first-child{color:#a84262}.tutor-chat__composer textarea{flex:1;min-width:0;height:42px;max-height:84px;box-sizing:border-box;resize:none;padding:11px 14px;border:0;border-radius:22px;outline:none;color:#432b34;background:#f3edf0;font:inherit;line-height:20px}.tutor-chat__composer textarea::placeholder{color:#9a7f89}.tutor-chat__composer .tutor-chat__send{color:#5f4705;background:#f5c94a}.tutor-chat__composer .tutor-chat__cancel{color:#fff;background:#a84262}.tutor-chat__composer>button:first-child.is-recording{color:#fff;background:#c64b55;animation:tutor-recording-pulse 1.2s ease-in-out infinite}.tutor-chat__recording{height:42px;flex:1;min-width:0;padding:0 12px;display:flex;align-items:center;gap:8px;border-radius:22px;color:#6e3548;background:#fff0f1}.tutor-chat__recording>i{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#d7474f}.tutor-chat__recording span{font-size:11px;font-weight:750}.tutor-chat__recording small{margin-left:auto;color:#96777f;font-size:8px;white-space:nowrap}.tutor-chat__composer .tutor-chat__send:disabled,.tutor-chat__composer textarea:disabled{opacity:.48}.tutor-chat--minimized .tutor-chat__header{min-height:58px;padding:0 7px 0 9px;border:0;border-radius:inherit;box-shadow:none}.tutor-chat--minimized .tutor-chat__avatar{flex-basis:40px;width:40px;height:40px}.tutor-chat--minimized .tutor-chat__identity{gap:9px}.tutor-chat--minimized .tutor-chat__identity strong{font-size:13px}.tutor-chat--minimized .tutor-chat__identity small{font-size:9.5px}.tutor-chat--minimized .tutor-chat__expand{width:44px;height:44px;color:#a84262;background:#f5c94a38}.tutor-call{flex:1;min-height:0;padding:28px 24px max(22px,env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;align-items:center;overflow-y:auto;color:#352e2c;background:radial-gradient(circle at 50% 18%,rgba(245,201,74,.2),transparent 30%),linear-gradient(180deg,#fff8f5,#fffcf8)}.tutor-call__portrait{position:relative;width:112px;height:112px;margin-top:12px;border:5px solid #fff;border-radius:50%;box-shadow:0 12px 32px #5c353f33}.tutor-call__portrait img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.tutor-call__portrait>i{position:absolute;inset:-12px;z-index:-1;border:2px solid rgba(168,66,98,.28);border-radius:50%;animation:tutor-call-ring 1.8s ease-out infinite}.tutor-call__portrait--tutor_speaking>i{border-color:#f5c94abf;animation-duration:.9s}.tutor-call__eyebrow{margin-top:24px;color:#a84262;font-size:9px;font-weight:850;letter-spacing:.14em}.tutor-call h2{margin:6px 0 0;color:#4c3039;font-size:21px}.tutor-call__status{min-height:22px;margin:8px 0 0;color:#7b6866;font-size:12px;font-weight:600;text-align:center}.tutor-call__timer{margin-top:2px;color:#4c3e3a;font-size:14px;font-variant-numeric:tabular-nums}.tutor-call__transcript{width:100%;margin-top:18px;padding:11px 13px;border:1px solid rgba(132,75,94,.12);border-radius:14px;background:#ffffffb3;box-shadow:0 6px 18px #482e340f}.tutor-call__transcript p{margin:0;color:#5f4d4a;font-size:10px;font-weight:500;line-height:1.5}.tutor-call__transcript p+p{margin-top:7px;padding-top:7px;border-top:1px solid rgba(132,75,94,.1)}.tutor-call__transcript span{margin-right:7px;color:#a84262;font-weight:800}.tutor-call__controls{width:100%;margin-top:auto;padding-top:28px;display:flex;align-items:center;justify-content:center;gap:20px}.tutor-call__controls button{width:58px;min-height:66px;padding:8px 4px;border:0;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#694d56;background:#fff;box-shadow:0 7px 20px #492f361a;cursor:pointer}.tutor-call__controls button svg{width:21px;height:21px}.tutor-call__controls button span{font-size:8px;font-weight:750}.tutor-call__controls button.active{color:#a84262;background:#fae8ed}.tutor-call__controls .tutor-call__hangup{width:66px;min-height:74px;border-radius:23px;color:#fff;background:#ce4a55;box-shadow:0 9px 24px #be374247}.tutor-call__return{min-height:44px;margin-top:28px;padding:0 22px;border:0;border-radius:999px;color:#fff;background:#a84262;font-family:inherit;font-weight:750;cursor:pointer}.tutor-call__privacy{max-width:300px;margin-top:18px;color:#978682;font-size:8px;font-weight:500;line-height:1.45;text-align:center}@media(max-width:600px){.tutor-chat__backdrop{position:fixed;inset:0;z-index:1299;display:block;width:100%;height:100%;padding:0;border:0;background:#352e2c38;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:tutor-backdrop-enter .18s ease-out}.tutor-chat{right:0;bottom:0;width:100vw;height:min(720px,90dvh);border:0;border-radius:24px 24px 0 0;transform-origin:bottom center}.tutor-chat--minimized{right:12px;bottom:calc(var(--mobile-nav-height, 46px) + var(--mobile-nav-lift, 8px) + env(safe-area-inset-bottom,0px) + 10px);width:min(232px,calc(100vw - 72px));height:58px;border:1px solid rgba(132,75,94,.16);border-radius:18px;box-shadow:0 12px 30px #412d3229,0 2px 8px #412d3214}.tutor-chat__body{padding-right:14px;padding-left:14px}.tutor-chat__setup{margin-left:38px}.tutor-chat__composer{padding-bottom:max(10px,env(safe-area-inset-bottom,0px))}}@keyframes tutor-backdrop-enter{0%{opacity:0}}@keyframes tutor-thinking-dot{to{opacity:.3;transform:translateY(-2px)}}@keyframes tutor-caret{50%{opacity:0}}@keyframes tutor-recording-pulse{50%{box-shadow:0 0 0 5px #c64b551f}}@keyframes tutor-call-ring{0%{opacity:.8;transform:scale(.92)}to{opacity:0;transform:scale(1.18)}}@keyframes tutor-transcript-live{to{opacity:.25;transform:scale(.72)}}@media(prefers-reduced-motion:reduce){.tutor-chat,.tutor-chat__backdrop{animation:none}.tutor-chat *,.tutor-chat *:before,.tutor-chat *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.tutor-chat{--tutor-brand: #a84262;--tutor-brand-strong: #7f2f4a;--tutor-brand-soft: #fbeef2;--tutor-gold: #f5c94a;--tutor-gold-soft: #fff8df;--tutor-ink: #382c30;--tutor-body: #55494d;--tutor-muted: #796a6f;--tutor-line: #eadde1;width:min(480px,calc(100vw - 32px));height:min(700px,calc(100dvh - 36px));border-color:var(--tutor-line);border-radius:18px 18px 12px 12px;background:#fff;box-shadow:0 22px 64px #442a332e,0 4px 14px #442a3314,inset 0 1px #fff;color:var(--tutor-ink);font-family:Poppins,sans-serif}.tutor-chat__header{min-height:76px;padding:0 12px 0 17px;border-bottom-color:var(--tutor-line);border-top:3px solid var(--tutor-brand);background:#fff;box-shadow:0 3px 14px #4a2b350b}.tutor-chat__topic-index{position:relative;z-index:5;min-height:62px;flex:0 0 auto;padding:9px 16px;display:grid;grid-template-columns:36px minmax(0,1fr) 22px;align-items:center;gap:10px;overflow:hidden;border-bottom:1px solid var(--tutor-line);background:linear-gradient(105deg,#fffdfa,#fff7f9 62%,#fff9e7);box-shadow:0 5px 16px #4a2b350e;animation:tutor-topic-enter .42s cubic-bezier(.2,.86,.28,1.08)}.tutor-chat__topic-index:before{position:absolute;inset:0 auto 0 0;width:4px;background:var(--tutor-brand);content:""}.tutor-chat__topic-icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(190,144,16,.24);border-radius:10px;color:#705507;background:linear-gradient(145deg,#ffe69b,#ffd25a);box-shadow:0 5px 13px #a67c0829,inset 0 1px #ffffffb3}.tutor-chat__topic-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.tutor-chat__topic-copy small{color:var(--tutor-brand);font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.tutor-chat__topic-copy strong{display:-webkit-box;overflow:hidden;color:var(--tutor-ink);font-size:13px;font-weight:400;letter-spacing:-.012em;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tutor-chat__topic-index>i{width:7px;height:7px;justify-self:center;border-radius:50%;background:var(--tutor-brand);box-shadow:0 0 0 5px #a842621a;animation:tutor-topic-pulse 1.8s ease-in-out 2}.tutor-chat--has-topic .tutor-chat__settings{top:142px}.tutor-chat__identity{gap:12px}.tutor-chat__identity strong{color:var(--tutor-ink);font-size:17px;font-weight:300;letter-spacing:-.025em;text-shadow:0 2px 8px rgba(76,48,57,.1)}.tutor-chat__identity small{color:var(--tutor-muted);font-size:10px;font-weight:500}.tutor-chat__identity small i{font-style:normal;color:#b9a7ad}.tutor-chat__identity small b{color:var(--tutor-brand-strong);font-weight:700}.tutor-chat__avatar{flex-basis:46px;width:46px;height:46px}.tutor-chat__avatar img{border-color:#fff;box-shadow:0 5px 16px #4d313929}.tutor-chat__header-actions{gap:4px}.tutor-chat__header-actions button{width:40px;height:40px;border:1px solid transparent;border-radius:10px}.tutor-chat__header-actions button:hover{border-color:#a8426221;background:#fff7f9}.tutor-chat__header-actions button:focus-visible,.tutor-chat__composer button:focus-visible,.tutor-call button:focus-visible{outline:3px solid rgba(168,66,98,.22);outline-offset:2px}.tutor-chat__header-actions button.active{border-color:#a8426233;background:var(--tutor-brand-soft)}.tutor-chat__header-actions .tutor-chat__call{border-color:#e1b52d;border-radius:11px;color:#594306;background:linear-gradient(145deg,#f9da71,var(--tutor-gold));box-shadow:0 5px 13px #a67c0833}.tutor-chat__header-actions .tutor-chat__call:hover{border-color:#d4a91f;background:linear-gradient(145deg,#fbe18a,#f4c844)}.tutor-chat__body{padding:20px 20px 24px;background:linear-gradient(180deg,#fff 0,#fffdfa)}.tutor-chat__conversation{gap:14px}.tutor-chat__bubble{border-color:var(--tutor-line);border-left:3px solid var(--tutor-brand);border-radius:5px 13px 13px 5px;color:var(--tutor-body);background:#fff;box-shadow:0 6px 17px #462b340e;font-size:13px;font-weight:400;line-height:1.58}.tutor-chat__bubble>small{display:block;margin-bottom:7px;color:var(--tutor-brand);font-size:8px;font-weight:800;letter-spacing:.11em}.tutor-chat__chat-bubble{border-color:var(--tutor-line);border-left:3px solid var(--tutor-brand);border-radius:5px 14px 14px 5px;color:var(--tutor-body);background:#fff;box-shadow:0 4px 14px #462b340d;font-size:13px;font-weight:400;line-height:1.58}.tutor-chat__chat-row--student .tutor-chat__chat-bubble{border:1px solid #92364f;border-radius:14px 14px 5px;background:var(--tutor-brand);box-shadow:0 5px 15px #7f2f4a29}.tutor-chat__small-avatar{flex-basis:32px;width:32px;height:32px}.tutor-chat__context-divider{color:var(--tutor-muted);font-size:9px;letter-spacing:.02em}.tutor-chat__context-divider:before,.tutor-chat__context-divider:after{background:var(--tutor-line)}.tutor-chat__settings{top:76px;border-color:var(--tutor-line);background:#fff;box-shadow:0 18px 44px #45233029}.tutor-chat__settings-heading{border-bottom-color:var(--tutor-line);background:#fffdfa}.tutor-chat__settings-heading>span{color:var(--tutor-brand-strong);background:var(--tutor-brand-soft)}.tutor-chat__settings-heading strong{color:var(--tutor-ink);font-size:13px;font-weight:500}.tutor-chat__settings-options button[aria-selected=true]{color:var(--tutor-brand-strong);background:var(--tutor-brand-soft);box-shadow:inset 3px 0 0 var(--tutor-brand)}.tutor-chat__composer{min-height:76px;padding:11px 13px;border-top-color:var(--tutor-line);background:#fff;box-shadow:0 -5px 18px #462b3409}.tutor-chat__composer textarea{min-height:46px;padding:12px 14px;border:1px solid #e4d7db;border-radius:11px;color:var(--tutor-ink);background:#fffdfa;font-size:12px;line-height:20px}.tutor-chat__composer textarea:focus{border-color:var(--tutor-brand);box-shadow:0 0 0 3px #a842621f}.tutor-chat__composer>button{flex:0 0 44px;border-radius:11px}.tutor-chat__composer .tutor-chat__send{border:1px solid #dfb12a;color:#5f4705;background:linear-gradient(145deg,#f9dc77,var(--tutor-gold));box-shadow:0 5px 13px #a67c082e}.tutor-chat__composer .tutor-chat__cancel{border-radius:11px;background:var(--tutor-brand)}.tutor-chat__recording{border:1px solid rgba(211,106,115,.24);border-radius:11px;background:#fff4f4}.tutor-call{padding:28px 28px max(24px,env(safe-area-inset-bottom,0px));background:linear-gradient(180deg,#fff,#fffdfa)}.tutor-call__portrait{width:124px;height:124px;border-width:4px;box-shadow:0 14px 34px #5c353f29}.tutor-call__portrait:after{position:absolute;right:3px;bottom:5px;width:16px;height:16px;border:3px solid #fff;border-radius:50%;background:#5d9d65;content:""}.tutor-call__eyebrow{margin-top:25px;color:var(--tutor-brand);font-size:8px;letter-spacing:.15em}.tutor-call h2{margin-top:5px;color:var(--tutor-ink);font-size:27px;font-weight:300;letter-spacing:-.035em;text-shadow:0 3px 11px rgba(76,48,57,.11)}.tutor-call__status{min-height:23px;margin-top:9px;color:var(--tutor-body);font-size:13px;font-weight:400}.tutor-call__meta{margin-top:7px;display:flex;align-items:center;justify-content:center;gap:6px;color:var(--tutor-muted);font-size:9px;font-weight:600}.tutor-call__meta svg{color:var(--tutor-brand)}.tutor-call__meta i{width:3px;height:3px;border-radius:50%;background:#cdbec3}.tutor-call__timer{margin-top:9px;padding:5px 10px;border:1px solid var(--tutor-line);border-radius:8px;color:var(--tutor-ink);background:#fff;font-size:14px;font-weight:600;box-shadow:0 3px 10px #462b340a}.tutor-call__welcome{width:100%;margin-top:16px;padding:13px 15px;box-sizing:border-box;border:1px solid var(--tutor-line);border-left:4px solid var(--tutor-brand);border-radius:6px 12px 12px 6px;background:#fff;box-shadow:0 7px 20px #462b340e;text-align:left}.tutor-call__welcome small{display:block;color:var(--tutor-brand);font-size:8px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.tutor-call__welcome strong{display:block;margin-top:4px;color:var(--tutor-ink);font-size:13px;font-weight:500;line-height:1.4}.tutor-call__welcome p{margin:8px 0 0;color:var(--tutor-body);font-size:11px;font-weight:400;line-height:1.55}.tutor-call__transcript{padding:13px 14px;border-color:var(--tutor-line);border-radius:12px;background:#fff;box-shadow:0 6px 18px #482e340d}.tutor-call__transcript>header{margin-bottom:9px;display:flex;align-items:center;justify-content:space-between;gap:10px}.tutor-call__transcript>header strong{color:var(--tutor-brand);font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.tutor-call__transcript>header small{color:var(--tutor-muted);font-size:9px;font-weight:600}.tutor-call__transcript-turns{max-height:190px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d9c9ce transparent}.tutor-call__transcript-turn{position:relative;max-width:92%;padding:9px 11px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;border:1px solid var(--tutor-line);border-left:3px solid var(--tutor-brand);border-radius:5px 10px 10px 5px;background:#fffdfa}.tutor-call__transcript-turn--student{margin-left:auto;border:1px solid rgba(168,66,98,.2);border-right:3px solid var(--tutor-brand);border-radius:10px 5px 5px 10px;background:var(--tutor-brand-soft)}.tutor-call__transcript-turn>span{margin:0;color:var(--tutor-brand-strong);font-size:9px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.tutor-call__transcript-turn p{margin:0;color:var(--tutor-body);font-size:12px;font-weight:400;line-height:1.55;overflow-wrap:anywhere}.tutor-call__transcript-turn>i{position:absolute;right:7px;bottom:7px;width:5px;height:5px;border-radius:50%;background:var(--tutor-brand);animation:tutor-transcript-live .8s ease-in-out infinite alternate}.tutor-call__transcript-turn>small{grid-column:2;color:#a05961;font-size:8px;font-weight:600}.tutor-call__transcript-turn.is-final{opacity:.94}.tutor-call__transcript-turn.is-interrupted{border-color:#d36a734d;background:#fff6f5}.tutor-call__controls{gap:16px}.tutor-call__controls button{width:64px;min-height:68px;border:1px solid var(--tutor-line);border-radius:12px;color:var(--tutor-body);background:#fff;box-shadow:0 6px 18px #492f3612}.tutor-call__controls button:hover{border-color:#a8426247;transform:translateY(-1px)}.tutor-call__controls button.active{border-color:#a8426233;color:var(--tutor-brand-strong);background:var(--tutor-brand-soft)}.tutor-call__controls .tutor-call__hangup{width:72px;min-height:76px;border-color:#bd404b;border-radius:14px;background:#c94853;box-shadow:0 9px 22px #be37423d}.tutor-call__return{border:1px solid #dfb12a;border-radius:11px;color:#594306;background:linear-gradient(145deg,#f9dc77,var(--tutor-gold));box-shadow:0 6px 16px #a67c082b}.tutor-call__privacy{color:var(--tutor-muted);font-size:9px}@media(max-width:600px){.tutor-chat{width:100vw;height:min(760px,92dvh);border-radius:20px 20px 0 0}.tutor-chat__header{min-height:72px;padding-left:13px;border-top-width:0}.tutor-chat__identity{gap:9px}.tutor-chat__identity strong{font-size:15px}.tutor-chat__avatar{flex-basis:42px;width:42px;height:42px}.tutor-chat__header-actions{gap:1px}.tutor-chat__header-actions button{width:38px;height:38px}.tutor-chat__topic-index{min-height:58px;padding:8px 13px;grid-template-columns:34px minmax(0,1fr) 18px;gap:9px}.tutor-chat__topic-icon{width:34px;height:34px}.tutor-chat__topic-copy strong{font-size:12px}.tutor-chat--has-topic .tutor-chat__settings{top:130px}.tutor-chat__body{padding:17px 14px 20px}.tutor-chat__chat-row--tutor{padding-right:10px}.tutor-chat__chat-row--student{padding-left:34px}.tutor-chat__settings{top:72px;right:8px;width:calc(100% - 16px)}.tutor-chat__composer{padding-bottom:max(11px,env(safe-area-inset-bottom,0px))}.tutor-call{padding-inline:18px}.tutor-call__portrait{width:112px;height:112px}.tutor-call h2{font-size:24px}}@keyframes tutor-topic-enter{0%{opacity:0;transform:translateY(-12px)}55%{opacity:1}to{opacity:1;transform:translateY(0)}}@keyframes tutor-topic-pulse{50%{box-shadow:0 0 0 8px #a842620a;transform:scale(.9)}}@media(max-width:390px){.tutor-chat__header-actions button{width:35px;height:35px}.tutor-chat__identity small{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tutor-call__controls{gap:11px}}.tutor-chat.tutor-chat--minimized{width:min(244px,calc(100vw - 32px));height:58px;min-height:58px;max-height:58px;overflow:hidden;border:1px solid rgba(132,75,94,.16);border-radius:18px;box-shadow:0 12px 30px #412d3229,0 2px 8px #412d3214;cursor:pointer}.tutor-chat.tutor-chat--minimized .tutor-chat__header{height:58px;min-height:58px;max-height:58px;padding:0 7px 0 9px;border:0;border-radius:inherit;box-shadow:none}@media(max-width:600px){.tutor-chat.tutor-chat--minimized{right:12px;bottom:calc(var(--mobile-nav-height, 46px) + var(--mobile-nav-lift, 8px) + env(safe-area-inset-bottom,0px) + 10px);width:min(232px,calc(100vw - 72px))}}.exam-mode-modal-overlay{position:fixed;z-index:7000;inset:0;display:grid;place-items:center;padding:20px;box-sizing:border-box;background:#4239425c;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.exam-mode-modal-card{width:min(100%,610px);overflow:hidden;border:1px solid rgba(255,255,255,.88);border-radius:28px;background:#fffdfd;box-shadow:0 24px 62px #493a4433;font-family:Poppins,sans-serif}.exam-mode-modal-hero{position:relative;overflow:hidden;padding:36px 40px 34px;background:linear-gradient(135deg,#b8e6fa,#93d7ed,#a6d7bb);color:#344557}.exam-mode-modal-orb{position:absolute;border-radius:50%;background:#ffffff42}.exam-mode-modal-orb-one{width:180px;height:180px;top:-92px;right:-52px}.exam-mode-modal-orb-two{width:112px;height:112px;bottom:-65px;left:33%}.exam-mode-modal-kicker,.exam-mode-modal-hero h2,.exam-mode-modal-hero p{position:relative;margin:0}.exam-mode-modal-kicker{display:inline-block;margin-bottom:12px;color:#9a6578;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.exam-mode-modal-hero h2{max-width:480px;font-size:clamp(25px,4vw,33px);font-weight:500;line-height:1.17}.exam-mode-modal-hero p{max-width:490px;margin-top:12px;font-size:14px;font-weight:400;line-height:1.55}.exam-mode-modal-options,.exam-mode-modal-confirmation{padding:20px}.exam-mode-modal-options{display:grid;gap:12px}.exam-mode-modal-option{display:flex;align-items:center;gap:14px;width:100%;padding:14px 16px;border:1px solid #e9e4e7;border-radius:18px;background:#fffefe;color:#4d5360;text-align:left;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.exam-mode-modal-option:hover{border-color:#b9dbe6;background:#fffafb;box-shadow:0 8px 20px #769daa1a;transform:translateY(-1px)}.exam-mode-modal-option-icon{display:grid;place-items:center;width:40px;height:40px;flex-shrink:0;border-radius:13px;color:#7e5363}.exam-mode-modal-option-icon--academic{background:#f3e3e9}.exam-mode-modal-option-icon--core{background:#e0f1f6;color:#4d8798}.exam-mode-modal-option-copy{display:grid;gap:3px;flex:1}.exam-mode-modal-option-copy strong{font-size:15px;font-weight:500}.exam-mode-modal-option-copy small{color:#7e8795;font-size:12px;font-weight:400;line-height:1.5}.exam-mode-modal-arrow{color:#a87687;font-size:22px;font-weight:400}.exam-mode-modal-confirmation{display:grid;gap:18px}.exam-mode-modal-mode-mark{justify-self:start;padding:7px 11px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;background:#f8edf1;color:#9a6578;font-size:12px;font-weight:500}.exam-mode-modal-mode-mark--core{background:#e8f4f7;color:#568a99}.exam-mode-modal-confirmation-title{margin:0 0 7px;color:#4d5360;font-size:15px;font-weight:500}.exam-mode-modal-confirmation ul{display:grid;gap:7px;margin:0;padding:0;list-style:none;color:#717c8c;font-size:13px;font-weight:400}.exam-mode-modal-confirmation li:before{content:"✓";margin-right:8px;color:#68aec5;font-weight:600}.exam-mode-modal-continue{min-height:44px;border:0;border-radius:13px;background:#d49bad;color:#fff;font:500 13px Poppins,sans-serif;cursor:pointer}.exam-mode-modal-continue:hover{background:#c58b9e}.exam-mode-modal-footnote{margin:0 20px 20px;color:#9399a5;font-size:11px;font-weight:400;text-align:center}@media(max-width:520px){.exam-mode-modal-overlay{align-items:end;padding:0}.exam-mode-modal-card{border-radius:26px 26px 0 0}.exam-mode-modal-hero{padding:30px 22px 28px}.exam-mode-modal-options,.exam-mode-modal-confirmation{padding:16px}}.settings-modal-backdrop{position:fixed;inset:0;z-index:2999;width:100%;height:100%;padding:0;border:0;background:#3122288a;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:settings-fade-in .18s ease both}.settings-modal-shell{--account-brand:#a84262;--account-brand-strong:#7f2f4a;--account-brand-soft:#fbeef2;--account-gold:#f5c94a;--account-ink:#382c30;--account-body:#55494d;--account-muted:#846f76;--account-line:#eadde1;position:fixed;top:50%;left:50%;z-index:3000;width:min(920px,calc(100vw - 40px));height:min(720px,calc(100dvh - 40px));display:grid;grid-template-columns:238px minmax(0,1fr);overflow:hidden;border:1px solid var(--account-line);border-radius:20px;color:var(--account-body);background:#fffdfa;box-shadow:0 28px 80px #3e252f40,inset 0 1px #ffffffe6;font-family:Poppins,sans-serif;transform:translate(-50%,-50%);animation:settings-slide-in .25s ease both}.settings-modal-shell:focus{outline:none}.settings-account-rail{min-width:0;padding:22px 16px 18px;display:flex;flex-direction:column;border-right:1px solid var(--account-line);background:linear-gradient(180deg,#fff8f5,#fffdfa 58%,#fff8e8 130%)}.settings-account-brand,.settings-account-identity{display:flex;align-items:center;gap:11px}.settings-account-brand{padding:0 6px 20px}.premium-icon-tile{--tile-surface:#fff4f7;--tile-surface-strong:#f5dfe6;--tile-line:#edced8;--tile-ink:#913a57;--tile-badge:#a84262;position:relative;box-sizing:border-box;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--tile-line);border-radius:12px;color:var(--tile-ink);background:linear-gradient(145deg,#fff 0%,var(--tile-surface) 54%,var(--tile-surface-strong) 100%);box-shadow:inset 0 1px #fffffff2,inset 0 -1px #7f2f4a0a,0 7px 16px #4e2c381f;isolation:isolate}.premium-icon-tile:before{content:"";position:absolute;inset:3px;z-index:-1;border:1px solid rgba(255,255,255,.72);border-radius:9px;background:linear-gradient(135deg,#ffffffb8,#ffffff14 58%)}.premium-icon-tile.size-compact{width:36px;height:36px;border-radius:10px}.premium-icon-tile.size-medium{width:42px;height:42px}.premium-icon-tile.size-large{width:50px;height:50px;border-radius:14px}.premium-icon-tile-inner{width:calc(100% - 11px);height:calc(100% - 11px);display:grid;place-items:center;border:1px solid rgba(255,255,255,.72);border-radius:8px;background:#ffffff6b;box-shadow:inset 0 0 0 1px #7f2f4a06}.size-large .premium-icon-tile-inner{border-radius:10px}.premium-icon-tile-inner>svg{width:52%;height:52%;stroke-width:1.85;filter:drop-shadow(0 1px 0 rgba(255,255,255,.8))}.premium-icon-tile-badge{position:absolute;right:-4px;bottom:-4px;width:18px;height:18px;display:grid;place-items:center;border:2px solid #fff;border-radius:7px;color:#fff;background:var(--tile-badge);box-shadow:0 3px 8px #50273533}.premium-icon-tile-badge>svg{width:9px;height:9px;stroke-width:2.5}.premium-icon-tile.tone-gold{--tile-surface:#fff8dc;--tile-surface-strong:#f7d96d;--tile-line:#ead077;--tile-ink:#725500;--tile-badge:#8c3652}.premium-icon-tile.tone-pro{--tile-surface:#faf3fc;--tile-surface-strong:#eadcf0;--tile-line:#dfcde6;--tile-ink:#713b7c;--tile-badge:#7b4387}.settings-brand-icon{box-shadow:inset 0 1px #fffffff2,0 6px 14px #ad82092e}.settings-account-brand div,.settings-account-identity>div:last-child{min-width:0;display:flex;flex-direction:column}.settings-account-brand strong{color:var(--account-ink);font-size:16px;font-weight:650}.settings-account-brand small,.settings-account-identity small{color:var(--account-muted);font-size:11px}.settings-account-identity{padding:14px 10px;border:1px solid var(--account-line);border-radius:14px;background:#ffffffb8}.settings-account-avatar{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;overflow:hidden;border:2px solid #fff;border-radius:12px;color:var(--account-brand);background:var(--account-brand-soft);box-shadow:0 3px 10px #512d3a1f}.settings-account-avatar img,.settings-account-avatar svg{width:100%;height:100%;object-fit:cover}.settings-account-identity strong{overflow:hidden;color:var(--account-ink);font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.settings-account-nav{margin-top:22px;display:flex;flex-direction:column;gap:5px}.settings-account-nav button,.settings-rail-logout{min-height:46px;padding:0 11px;border:0;border-radius:10px;display:flex;align-items:center;gap:10px;color:#705d64;background:transparent;font:500 13px Poppins,sans-serif;text-align:left;cursor:pointer;transition:.16s ease}.settings-account-nav button span{flex:1}.settings-account-nav button>svg:last-child{opacity:.42}.settings-account-nav button:hover{color:var(--account-brand-strong);background:#fff}.settings-account-nav button.active{color:var(--account-brand-strong);background:var(--account-brand-soft);box-shadow:inset 3px 0 0 var(--account-brand)}.settings-account-nav button:focus-visible,.settings-rail-logout:focus-visible,.settings-modal-shell button:focus-visible,.settings-modal-shell input:focus-visible,.settings-modal-shell select:focus-visible,.settings-modal-shell textarea:focus-visible{outline:3px solid rgba(168,66,98,.22);outline-offset:2px}.settings-rail-logout{margin-top:auto;color:#a34d56}.settings-rail-logout:hover{background:#fff1f1}.settings-account-main{min-width:0;min-height:0;display:flex;flex-direction:column;background:linear-gradient(145deg,#fff,#fffdfa)}.settings-modal-header{min-height:82px;padding:16px 24px 15px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--account-line)}.settings-header-eyebrow,.affiliate-hero small{display:block;color:var(--account-brand);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.settings-modal-title{margin:3px 0 0;color:var(--account-ink);font-size:clamp(20px,2.3vw,27px);font-weight:350;letter-spacing:-.035em}.settings-modal-close{width:40px;height:40px;padding:0;border:1px solid var(--account-line);border-radius:11px;display:grid;place-items:center;color:#7c6970;background:#fff;cursor:pointer}.settings-modal-close:hover{color:var(--account-brand-strong);background:var(--account-brand-soft)}.settings-modal-content,.settings-subscription-content,.settings-affiliate-content{min-height:0;flex:1 1 auto;padding:24px;overflow-x:hidden;overflow-y:auto}.settings-modal-content{display:flex;flex-direction:column;gap:24px}.settings-section-intro{padding:15px 16px;display:flex;align-items:center;gap:13px;border:1px solid var(--account-line);border-left:4px solid var(--account-brand);border-radius:14px;background:#fff}.settings-section-intro .premium-icon-tile{margin-left:1px}.settings-section-intro h3,.affiliate-hero h3{margin:0;color:var(--account-ink);font-weight:450}.settings-section-intro h3{font-size:17px}.settings-section-intro p,.affiliate-hero p{margin:4px 0 0;color:var(--account-muted);line-height:1.55}.settings-section-intro p{font-size:13px}.profile-picture-section{display:flex;align-items:center;gap:16px}.profile-picture-preview{position:relative;width:82px;height:82px;flex:0 0 82px;padding:0;overflow:hidden;border:3px solid #fff;border-radius:18px;display:grid;place-items:center;color:var(--account-brand);background:var(--account-brand-soft);box-shadow:0 0 0 1px var(--account-line),0 8px 20px #4a2b361f;cursor:pointer}.profile-picture-preview img{width:100%;height:100%;object-fit:cover}.profile-picture-svg{width:55px;height:55px}.profile-picture-edit-badge{position:absolute;right:5px;bottom:5px;width:27px;height:27px;display:grid;place-items:center;border:2px solid #fff;border-radius:8px;color:#fff;background:var(--account-brand)}.profile-picture-upload-label{padding:0;border:0;color:var(--account-brand-strong);background:transparent;font:600 13px Poppins,sans-serif;cursor:pointer}.profile-picture-help-text{margin:3px 0 0;color:var(--account-muted);font-size:11px}.settings-field-group,.affiliate-field{display:flex;flex-direction:column;gap:7px}.settings-field-group label,.affiliate-field>span{color:var(--account-ink);font-size:12px;font-weight:650}.settings-field-group small,.settings-form-actions>small{color:var(--account-muted);font-size:11px;line-height:1.5}.settings-modal-shell input:not([type=checkbox]):not([type=file]),.settings-modal-shell select,.settings-modal-shell textarea{width:100%;box-sizing:border-box;border:1px solid var(--account-line);border-radius:10px;color:var(--account-ink);background:#fff;font:400 13px Poppins,sans-serif;transition:.15s ease}.settings-modal-shell input:not([type=checkbox]):not([type=file]),.settings-modal-shell select{min-height:44px;padding:0 12px}.settings-modal-shell textarea{min-height:100px;padding:11px 12px;resize:vertical}.settings-modal-shell input:hover,.settings-modal-shell select:hover,.settings-modal-shell textarea:hover{border-color:#d7bdc6}.settings-modal-shell input:focus,.settings-modal-shell select:focus,.settings-modal-shell textarea:focus{border-color:var(--account-brand);outline:0;box-shadow:0 0 0 3px #a842621a}.settings-form-actions{margin-top:auto;display:flex;flex-direction:column;align-items:flex-end;gap:7px}.settings-primary-button,.settings-secondary-button,.settings-cancel-button,.settings-confirm-cancel-button{min-height:44px;padding:10px 17px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font:650 13px Poppins,sans-serif;cursor:pointer}.settings-primary-button{border:1px solid #e0b72e;color:#634b00;background:linear-gradient(180deg,#ffdc6d,var(--account-gold));box-shadow:0 3px #d4a928}.settings-primary-button:hover{transform:translateY(-1px);box-shadow:0 4px #d4a928}.settings-primary-button:disabled{cursor:not-allowed;filter:grayscale(.55);opacity:.5;transform:none;box-shadow:none}.settings-secondary-button{border:1px solid var(--account-line);color:var(--account-body);background:#fff}.settings-subscription-content{display:flex;flex-direction:column;gap:14px}.settings-subscription-loading{padding:70px 16px;color:var(--account-muted);font-size:13px;text-align:center}.settings-plan-card,.settings-usage-card{padding:18px;border:1px solid var(--account-line);border-radius:15px;background:#fff}.settings-plan-card.is-pro{background:#fdf8ff;border-color:#e5d9ef}.settings-plan-card.is-elite{background:#fffaf0;border-color:#ecdca9}.settings-plan-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}.settings-plan-icon{margin:1px}.settings-plan-copy{min-width:0}.settings-plan-copy>span{color:var(--account-muted);font-size:11px}.settings-plan-copy h3{margin:2px 0 0;color:var(--account-ink);font-size:18px;font-weight:550}.settings-plan-status{padding:6px 9px;border-radius:999px;color:var(--account-brand-strong);background:var(--account-brand-soft);font-size:10px;font-weight:650;white-space:nowrap}.settings-plan-date-row{margin-top:14px;padding-top:12px;display:flex;justify-content:space-between;border-top:1px solid var(--account-line);color:var(--account-muted);font-size:12px}.settings-plan-date-row strong{color:var(--account-ink)}.settings-usage-heading{display:flex;align-items:center;justify-content:space-between}.settings-usage-heading>div{display:flex;flex-direction:column}.settings-usage-heading span{color:var(--account-muted);font-size:11px}.settings-usage-heading strong{color:var(--account-ink);font-size:15px}.settings-usage-heading>b{color:var(--account-brand);font-size:20px;font-weight:600}.settings-usage-track{height:6px;margin-top:13px;overflow:hidden;border-radius:999px;background:#f0e6e9}.settings-usage-track span{display:block;height:100%;border-radius:inherit;background:var(--account-brand)}.settings-usage-card p{margin:9px 0 0;color:var(--account-muted);font-size:11px}.settings-subscription-actions{display:flex;flex-direction:column;gap:8px}.settings-cancel-button{border:1px solid #efcaca;color:#a94049;background:snow}.settings-subscription-error{margin:0;color:#a8323c;font-size:12px}.settings-cancel-confirm{padding:15px;border:1px solid #edc9cc;border-radius:13px;background:#fff8f8}.settings-cancel-confirm strong{color:#682f35;font-size:14px}.settings-cancel-confirm p{color:#805f63;font-size:12px}.settings-cancel-confirm>div{display:flex;justify-content:flex-end;gap:8px}.settings-confirm-cancel-button{border:1px solid #b4424b;color:#fff;background:#b4424b}.settings-affiliate-content{display:flex;flex-direction:column;gap:18px}.affiliate-hero{padding:22px;display:grid;grid-template-columns:auto 1fr;gap:15px;border:1px solid var(--account-line);border-left:4px solid var(--account-brand);border-radius:15px;background:linear-gradient(135deg,#fff 55%,#fdf0f4)}.affiliate-hero>.premium-icon-tile{margin-top:1px}.affiliate-hero h3{margin-top:5px;font-size:clamp(17px,2.2vw,23px);letter-spacing:-.025em}.affiliate-hero p{max-width:540px;font-size:12px}.affiliate-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.affiliate-benefits>div{min-width:0;padding:13px;display:flex;gap:9px;border:1px solid var(--account-line);border-radius:12px;background:#fff}.affiliate-benefit-icon{width:30px;height:30px;box-sizing:border-box;flex:0 0 30px;display:grid;place-items:center;border:1px solid #efd6de;border-radius:9px;color:var(--account-brand);background:linear-gradient(145deg,#fff,#f9e9ee);box-shadow:inset 0 1px #ffffffe6,0 4px 10px #4e2c3814}.affiliate-benefit-icon.tone-gold{border-color:#ead99e;color:#775a00;background:linear-gradient(145deg,#fffdf4,#fff1bd)}.affiliate-benefit-icon>svg{width:15px;height:15px;stroke-width:2}.affiliate-benefit-copy{min-width:0;display:flex;flex-direction:column}.affiliate-benefits strong{color:var(--account-ink);font-size:11px}.affiliate-benefits small{margin-top:3px;color:var(--account-muted);font-size:10px;line-height:1.45}.affiliate-readiness-note,.affiliate-security-banner{padding:14px;display:flex;gap:11px;border:1px solid #ead9a0;border-radius:12px;color:#725800;background:#fff9e5}.affiliate-readiness-note svg,.affiliate-security-banner svg{flex:0 0 auto}.affiliate-readiness-note strong,.affiliate-security-banner strong{display:block;color:#5f4900;font-size:12px}.affiliate-readiness-note p,.affiliate-security-banner p{margin:3px 0 0;color:#806d31;font-size:10.5px;line-height:1.5}.affiliate-apply-button{align-self:flex-end}.affiliate-form-heading{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px}.affiliate-form-heading>button{width:38px;height:38px;padding:0;display:grid;place-items:center;border:1px solid var(--account-line);border-radius:10px;color:var(--account-brand-strong);background:#fff;cursor:pointer}.affiliate-form-heading>div{display:flex;flex-direction:column}.affiliate-form-heading span{color:var(--account-muted);font-size:10px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.affiliate-form-heading strong{color:var(--account-ink);font-size:17px;font-weight:500}.affiliate-form-heading>small{color:var(--account-brand);font-size:11px;font-weight:650}.affiliate-step-track{height:4px;overflow:hidden;border-radius:999px;background:#f0e5e9}.affiliate-step-track span{display:block;height:100%;border-radius:inherit;background:var(--account-brand);transition:width .2s ease}.affiliate-form{display:flex;flex-direction:column;gap:15px}.affiliate-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.affiliate-field>span{display:flex;justify-content:space-between;gap:8px}.affiliate-field em{color:var(--account-muted);font-size:10px;font-style:normal;font-weight:450}.affiliate-upload-field{min-height:68px;padding:10px 13px;display:flex;align-items:center;gap:11px;border:1px dashed #cfadb9;border-radius:12px;background:#fffafd;cursor:pointer}.affiliate-upload-field:hover{border-color:var(--account-brand);background:var(--account-brand-soft)}.affiliate-upload-field.has-file{border-style:solid;border-color:#9fc5a3;background:#f6fbf6}.affiliate-upload-field input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.affiliate-upload-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:10px;color:var(--account-brand-strong);background:var(--account-brand-soft)}.has-file .affiliate-upload-icon,.affiliate-upload-check{color:#4f8757}.has-file .affiliate-upload-icon{background:#e6f3e7}.affiliate-upload-copy{min-width:0;flex:1;display:flex;flex-direction:column}.affiliate-upload-copy strong{overflow:hidden;color:var(--account-ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.affiliate-upload-copy small{margin-top:3px;color:var(--account-muted);font-size:10px}.affiliate-consent{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:9px;color:var(--account-body);font-size:11px;line-height:1.55;cursor:pointer}.affiliate-consent input{width:17px;height:17px;margin:1px 0 0;accent-color:var(--account-brand)}.affiliate-frontend-notice{margin:0;padding:11px 12px;display:flex;align-items:flex-start;gap:8px;border:1px solid #bcd5bf;border-radius:10px;color:#426b48;background:#f4faf5;font-size:11px;line-height:1.5}.affiliate-frontend-notice svg{flex:0 0 auto}.affiliate-create-card{padding:20px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;border:1px solid var(--account-line);border-radius:15px;background:#fff;box-shadow:0 9px 24px #4a2b350f}.affiliate-create-icon{width:46px;height:46px;display:grid;place-items:center;border:1px solid #ead99e;border-radius:13px;color:#725500;background:linear-gradient(145deg,#fffdf4,#fff1bd)}.affiliate-create-card h4,.affiliate-progress h4{margin:0;color:var(--account-ink);font-size:17px;font-weight:520}.affiliate-create-card p{margin:4px 0 0;color:var(--account-muted);font-size:11px;line-height:1.55}.affiliate-code-card{padding:19px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #e4cbd4;border-left:4px solid var(--account-brand);border-radius:15px;background:linear-gradient(120deg,#fff,#fdf1f5)}.affiliate-code-card>div{min-width:0;display:flex;flex-direction:column}.affiliate-code-card>div>span,.affiliate-progress header span{color:var(--account-brand);font-size:9px;font-weight:750;letter-spacing:.11em;text-transform:uppercase}.affiliate-code-card>div>strong{margin-top:3px;overflow-wrap:anywhere;color:var(--account-ink);font-size:25px;font-weight:650;letter-spacing:.08em}.affiliate-code-card>div>small{margin-top:3px;color:var(--account-muted);font-size:10px}.affiliate-code-card>button{min-height:42px;padding:9px 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #dcbec8;border-radius:10px;color:var(--account-brand-strong);background:#fff;font:650 11px Poppins,sans-serif;cursor:pointer;white-space:nowrap}.affiliate-progress{overflow:hidden;border:1px solid var(--account-line);border-radius:15px;background:#fff}.affiliate-progress header{min-height:62px;padding:12px 17px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--account-line);background:linear-gradient(120deg,#fffdf7,#fff5d8);color:#8b6500}.affiliate-progress header>div{display:flex;flex-direction:column}.affiliate-progress header span{color:#957522}.affiliate-metrics{display:grid;grid-template-columns:1fr 1fr}.affiliate-metrics article{min-width:0;padding:18px;display:flex;flex-direction:column}.affiliate-metrics article+article{border-left:1px solid var(--account-line)}.affiliate-metrics small{color:var(--account-muted);font-size:9px;font-weight:650;letter-spacing:.05em;text-transform:uppercase}.affiliate-metrics strong{margin-top:6px;color:var(--account-ink);font-size:clamp(18px,3vw,25px);font-weight:560;line-height:1.25}.affiliate-metrics span{margin-top:5px;color:var(--account-muted);font-size:10px}.affiliate-terms-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.affiliate-terms-row>span{min-height:48px;padding:10px 13px;display:flex;align-items:center;gap:8px;border:1px solid var(--account-line);border-radius:11px;color:var(--account-body);background:#fff;font-size:11px}.affiliate-terms-row svg{color:var(--account-brand)}.affiliate-terms-row strong{margin-left:auto;color:var(--account-brand-strong);font-size:14px}.affiliate-error{margin:0;padding:10px 12px;border:1px solid #efcaca;border-radius:10px;color:#9a3740;background:#fff8f8;font-size:11px}@keyframes settings-fade-in{0%{opacity:0}to{opacity:1}}@keyframes settings-slide-in{0%{opacity:0;transform:translate(-50%,-48%) scale(.985)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media(max-width:700px){.settings-modal-shell{width:100%;height:min(92dvh,780px);inset:auto 0 0;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);border-width:1px 0 0;border-radius:20px 20px 0 0;transform:none;animation:settings-sheet-in .24s ease both}.settings-account-rail{padding:12px 14px 10px;border-right:0;border-bottom:1px solid var(--account-line)}.settings-account-brand,.settings-account-identity,.settings-rail-logout{display:none}.settings-account-nav{margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.settings-account-nav button{min-height:52px;padding:6px 4px;flex-direction:column;justify-content:center;gap:3px;font-size:10.5px;text-align:center}.settings-account-nav button>svg:last-child{display:none}.settings-account-nav button.active{box-shadow:inset 0 -3px 0 var(--account-brand)}.settings-modal-header{min-height:68px;padding:11px 16px}.settings-modal-content,.settings-subscription-content,.settings-affiliate-content{padding:16px}.affiliate-benefits,.affiliate-field-grid{grid-template-columns:1fr}.affiliate-hero{padding:16px;grid-template-columns:1fr}.affiliate-hero>.premium-icon-tile{width:46px;height:46px}.affiliate-create-card{grid-template-columns:auto minmax(0,1fr);padding:16px}.affiliate-create-card .settings-primary-button{grid-column:1/-1;width:100%}.affiliate-code-card{align-items:stretch;flex-direction:column}.affiliate-code-card>button{width:100%}.affiliate-metrics,.affiliate-terms-row{grid-template-columns:1fr}.affiliate-metrics article+article{border-top:1px solid var(--account-line);border-left:0}.settings-form-actions .settings-primary-button,.affiliate-apply-button{width:100%;align-self:stretch}@keyframes settings-sheet-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}}@media(max-width:380px){.settings-account-nav button{font-size:9px}.settings-plan-heading{grid-template-columns:auto minmax(0,1fr)}.settings-plan-status{grid-column:2;justify-self:start}}@media(prefers-reduced-motion:reduce){.settings-modal-backdrop,.settings-modal-shell,.affiliate-step-track span{animation:none;transition:none}}.download-modal-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:flex-end;justify-content:center;pointer-events:none;padding-top:12px}.download-modal-backdrop{position:absolute;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease}.download-bottom-sheet{position:relative;width:min(100%,600px);height:min(82vh,720px);height:min(82dvh,720px);max-height:calc(100vh - 12px);max-height:calc(100dvh - 12px);background:#fff;border-radius:28px 28px 0 0;padding:20px 20px calc(20px + env(safe-area-inset-bottom,0px));box-sizing:border-box;box-shadow:0 -8px 30px #00000026;transform:translateY(100%);transition:transform .35s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;gap:16px;overflow:hidden}.download-modal-overlay.open{pointer-events:auto}.download-modal-overlay.open .download-modal-backdrop{opacity:1}.download-modal-overlay.open .download-bottom-sheet{transform:translateY(0)}.download-sheet-header,.os-toggle-container,.sheet-footer{flex:0 0 auto}.download-sheet-header{padding-bottom:2px}.sheet-title-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.sheet-title-row h2{margin:0;font-size:1.35rem;font-weight:800;color:#1f2937;letter-spacing:-.5px;min-width:0}.sheet-close-btn{flex-shrink:0;background:#f3f4f6;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:1rem;cursor:pointer;transition:background .2s ease,transform .2s ease}.sheet-close-btn:active{background:#e5e7eb;transform:scale(.96)}.badge-testing{display:inline-block;background:#fef3c7;color:#d97706;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.sheet-subtitle{margin:0;color:#6b7280;font-size:.95rem;line-height:1.5}.os-toggle-container{display:flex;background:#f3f4f6;border-radius:16px;padding:6px;position:relative}.os-toggle-btn{flex:1;border:none;background:transparent;padding:12px 0;border-radius:12px;font-size:1rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center;gap:8px}.os-toggle-btn.active{background:#fff;color:#111827;box-shadow:0 2px 8px #00000014}.os-icon{font-size:1.2rem}.os-content-area{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:2px;padding-bottom:6px}.os-tab-content{width:100%;min-height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;animation:fadeIn .3s ease forwards}.android-content,.ios-content{justify-content:flex-start}.illustration-placeholder{width:72px;height:72px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:16px}.android-theme{background:#e0f2fe}.ios-theme{background:#f3f4f6}.os-tab-content h3{margin:0 0 8px;font-size:1.15rem;font-weight:700;color:#1f2937}.os-tab-content p{margin:0 0 24px;color:#4b5563;font-size:.95rem;line-height:1.5}.sheet-primary-cta{width:100%;background:#1cb0f6;color:#fff;border:none;border-radius:16px;padding:16px;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 4px #1899d6;transition:transform .1s,box-shadow .1s}.sheet-primary-cta:active{transform:translateY(4px);box-shadow:0 0 #1899d6}.sheet-secondary-cta{width:100%;background:#f3f4f6;color:#9ca3af;border:none;border-radius:16px;padding:16px;font-size:1.1rem;font-weight:700;cursor:not-allowed}.sheet-footer{text-align:center;margin-top:0;padding-top:4px}.sheet-footer p{margin:0;font-size:.8rem;color:#9ca3af}@media(max-width:480px){.download-bottom-sheet{height:min(86vh,680px);height:min(86dvh,680px);border-radius:24px 24px 0 0;padding:18px 16px calc(18px + env(safe-area-inset-bottom,0px));gap:14px}.sheet-title-row h2{font-size:1.2rem}.sheet-subtitle,.os-tab-content p{font-size:.9rem}}@media(min-width:1100px){.mobile-app-container{--desktop-content-gutter: clamp(24px, 3vw, 44px);--desktop-dialog-max-height: min(82vh, 760px)}.mobile-header{height:64px;padding-block:6px}.mobile-sidebar-toggle{top:8px;width:48px;height:48px;font-size:27px}.mobile-bottom-navigation{top:68px}.mobile-bottom-nav-item{height:68px;gap:6px}.mobile-bottom-nav-icon,.mobile-bottom-nav-icon svg{width:25px;height:25px}.mobile-bottom-nav-icon{flex-basis:25px}.mobile-header-template-button,.mobile-progress-trigger-btn{min-height:36px;padding:6px 12px;font-size:12px}.mobile-header-notification-button{width:38px;height:38px;padding:6px;font-size:18px}.rn-content-container{max-width:1180px;padding:clamp(28px,5vh,44px) var(--desktop-content-gutter) 34px}.rn-greeting-small{font-size:clamp(24px,2vw,28px)}.rn-greeting-large{margin-bottom:clamp(26px,4vh,38px);font-size:15px}.rn-action-list{width:min(100%,790px);gap:clamp(16px,2.2vh,22px) 22px}.rn-action-button{height:clamp(112px,15vh,120px);padding:22px;gap:16px}.rn-action-emoji{font-size:32px}.rn-action-text{font-size:17px}.demo-modal-shell,.name-modal-shell{width:min(calc(100vw - 160px),380px);max-height:var(--desktop-dialog-max-height)}.tutorial-modal-shell{width:min(calc(100vw - 180px),680px);max-width:680px;max-height:var(--desktop-dialog-max-height)}.demo-modal-shell,.name-modal-shell{padding:24px}.name-modal-emoji{font-size:44px}.name-modal-title,.tutorial-modal-title{font-size:20px;line-height:1.25}.tutorial-modal-subtitle{font-size:14px}.settings-avatar,.settings-avatar-placeholder{width:82px;height:82px}.question-modal-overlay{padding:22px 28px 22px calc(28px + var(--desktop-mobile-rail-width));box-sizing:border-box}.goal-modal-content,.goal-modal-content.huge-modal{width:min(calc(100vw - 190px),1040px)!important;height:min(78dvh,690px)!important;max-width:1040px!important;max-height:690px!important;border-radius:18px}.goal-modal-header{height:44px;min-height:44px;padding:0 18px}.goal-modal-title{font-size:15px;font-weight:600}.goal-modal-header .guide-modal-close-button{width:34px;height:34px;font-size:24px}.pte-section-tabs{height:44px;padding:0 18px;gap:14px}.pte-section-tab{padding:10px 3px 8px;font-size:13px;font-weight:500}.goal-modal-scroll-area{min-height:0;padding:18px;gap:18px;overflow-y:auto;overscroll-behavior:contain}.goal-section-title{margin-bottom:9px;font-size:11px;font-weight:600;letter-spacing:.06em}.question-type-grid-container{grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:10px;margin-bottom:6px}.question-type-card{height:90px;padding:10px 7px;border-radius:11px}.q-card-icon{margin-bottom:6px;font-size:23px}.q-card-title{font-size:11px;font-weight:500;line-height:1.25}.score-slider-container{gap:8px;padding:12px 16px;border-radius:12px}.current-score-label{padding:3px 14px;font-size:20px;font-weight:600}.goal-score-slider{height:8px}.slider-labels span{font-size:11px;font-weight:500}.goal-modal-footer{height:52px;min-height:52px;padding:7px 14px;overflow:visible}.footer-summary{max-width:calc(100% - 190px);overflow:hidden;font-size:10px;text-overflow:ellipsis}.start-practice-button{min-width:168px;min-height:36px;padding:8px 18px;border-radius:9px;font-size:11px;font-weight:600}.practice-modal-content{width:min(calc(100vw - 180px),880px);height:min(78vh,700px);max-height:min(78vh,700px);border-radius:20px}.guide-prompt-modal{width:min(calc(100vw - 180px),560px);max-width:560px;max-height:var(--desktop-dialog-max-height)}.template-viewer-container{width:min(calc(100vw - 180px),640px);max-width:640px;max-height:var(--desktop-dialog-max-height)}.mobile-template-overlay,.mtm-backdrop{justify-content:center;align-items:center;padding:28px 28px 28px calc(28px + var(--desktop-mobile-rail-width));box-sizing:border-box}.mobile-template-sheet{width:min(calc(100vw - 210px),760px);max-height:var(--desktop-dialog-max-height);border-radius:22px;overflow:hidden}.mtm-sheet{width:min(calc(100vw - 210px),940px);height:min(82vh,760px);border-radius:24px}.mtm-content{padding:20px 26px}.mtm-hero h1{font-size:28px}.mtm-price-block .amount{font-size:38px}.drawer-header{padding:16px 24px}.drawer-body{padding:24px}.pooja-modal-overlay{left:var(--desktop-mobile-rail-width);padding:20px clamp(28px,5vw,64px)}.pooja-avatar-container{width:146px;height:146px}.pooja-control-button{width:92px;height:44px;font-size:14px}.public-page-confirm-card{width:min(100%,330px);padding:18px;border-radius:20px}}@media(min-width:1100px)and (max-height:760px){.mobile-app-container{--desktop-dialog-max-height: 86vh}.rn-content-container{padding-top:22px}.rn-greeting-large{margin-bottom:22px}.rn-action-button{height:110px}.rn-action-emoji{font-size:28px}.goal-modal-content,.goal-modal-content.huge-modal{height:calc(100dvh - 32px)!important;max-height:calc(100dvh - 32px)!important}.question-type-card{height:76px}.q-card-icon{font-size:20px}}.app-update-overlay{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:20px;background:#2a20248f;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.app-update-dialog{width:min(440px,100%);padding:26px;border:1px solid #eadde1;border-radius:20px;background:linear-gradient(145deg,#fff,#fffaf4);box-shadow:0 24px 70px #382c303d;color:#382c30;font-family:Poppins,sans-serif;text-align:center}.app-update-icon{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 16px;border-radius:14px;background:linear-gradient(145deg,#fff3c1,#f5c94a);color:#725710;box-shadow:0 9px 22px #a47e1633}.app-update-eyebrow{margin:0 0 7px;color:#a84262;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.app-update-copy h2{margin:0;color:#382c30;font-size:clamp(1.35rem,4vw,1.7rem);font-weight:600;letter-spacing:-.035em}.app-update-copy p:last-child{margin:11px 0 0;color:#796a6f;font-size:.92rem;line-height:1.65}.app-update-refresh{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:48px;margin-top:22px;border:1px solid #dfb32d;border-radius:12px;background:linear-gradient(135deg,#f8d45d,#f5c94a);color:#513d08;font:inherit;font-size:.94rem;font-weight:800;cursor:pointer;box-shadow:0 8px 20px #a47e162e}.app-update-refresh:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #a47e163d}.app-update-refresh:focus-visible{outline:3px solid rgba(168,66,98,.25);outline-offset:3px}.app-update-refresh:disabled{cursor:wait;opacity:.72}.app-update-note{margin:12px 0 0;color:#9a9189;font-size:.72rem}.app-update-refresh .is-spinning{animation:app-update-spin .8s linear infinite}@keyframes app-update-spin{to{transform:rotate(360deg)}}@media(max-width:520px){.app-update-overlay{padding:14px}.app-update-dialog{padding:22px 18px;border-radius:18px}}@media(prefers-reduced-motion:reduce){.app-update-refresh,.app-update-refresh .is-spinning{animation:none;transition:none}}:root{--mt-bg-canvas: #fbfcfd;--mt-bg-card: #ffffff;--mt-text-primary: #2d3436;--mt-text-tertiary: #636e72;--mt-text-light: #b2bec3;--mt-accent-blue: #1cb0f6;--mt-accent-blue-hover: #1899d6;--mt-accent-blue-light: #eaf8ff;--mt-border-subtle: 1px solid rgba(0, 0, 0, .04);--mt-shadow-resting: 0 10px 40px -10px rgba(0, 0, 0, .04);--mt-shadow-hover: 0 20px 40px -10px rgba(0, 0, 0, .08);--mt-shadow-inset: inset 0 2px 10px rgba(0, 0, 0, .02);--mt-font: "Poppins", sans-serif}body,html{margin:0;padding:0;background-color:var(--mt-bg-canvas);font-family:var(--mt-font)}.mocktest-layout{display:flex;height:100vh;width:100vw;overflow:hidden;background-color:var(--mt-bg-canvas)}.mocktest-sidebar{background-color:var(--mt-bg-canvas);border-right:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;height:100%;width:260px;transition:width .2s cubic-bezier(.2,0,0,1);box-sizing:border-box;z-index:10;overflow:hidden}.mocktest-sidebar.collapsed{width:72px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;height:72px;padding:0 16px;border-bottom:1px solid rgba(0,0,0,.04);flex-shrink:0}.mocktest-sidebar.collapsed .sidebar-header{justify-content:center}.app-title{font-size:15px;font-weight:600;color:var(--mt-text-primary);margin:0;white-space:nowrap}.collapse-toggle-btn{background:transparent;border:none;color:var(--mt-text-tertiary);cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background-color .1s ease}.collapse-toggle-btn:hover{background-color:#0000000d;color:var(--mt-text-primary)}.sidebar-nav-list{flex-grow:1;overflow-y:auto;padding:16px 0;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.nav-group{margin-bottom:24px}.nav-group-label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.5px;font-weight:600;color:var(--mt-text-light);margin:0 0 8px 24px;white-space:nowrap}.nav-row{display:flex;align-items:center;height:36px;margin:0 12px 4px;padding:0 12px;border-radius:6px;cursor:pointer;color:var(--mt-text-tertiary);transition:background-color .1s ease,color .1s ease;position:relative}.nav-row:hover{background-color:#0000000a;color:var(--mt-text-primary)}.nav-row.active{background-color:var(--mt-accent-blue-light);color:var(--mt-accent-blue);font-weight:600}.nav-row.active:before{content:"";position:absolute;left:-12px;top:4px;bottom:4px;width:3px;background-color:var(--mt-accent-blue);border-radius:0 4px 4px 0}.mocktest-sidebar.collapsed .nav-row.active:before{left:-12px}.nav-icon{font-size:16px;width:24px;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.mocktest-sidebar.collapsed .nav-icon{margin-right:0}.nav-label{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer{padding-bottom:8px;padding-top:16px;border-top:1px solid rgba(0,0,0,.04);flex-shrink:0}.utility-group{margin-bottom:8px}.nav-row.text-danger:hover{color:#d32f2f;background-color:#ffebee}.mocktest-content{flex-grow:1;position:relative;height:100%;overflow-y:auto;padding:40px;box-sizing:border-box}.content-scroll-area{max-width:1000px;margin:0 auto}.hero-banner{background:linear-gradient(135deg,#fff,#f0f7fb);border-radius:24px;padding:48px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--mt-shadow-resting);border:var(--mt-border-subtle);margin-bottom:40px;animation:fadeSlideIn .4s ease-out}.hero-banner-text{max-width:500px}.hero-subtitle{font-size:12px;font-weight:700;letter-spacing:1px;color:var(--mt-text-light);text-transform:uppercase;margin-bottom:12px;display:block}.hero-title{font-size:36px;font-weight:700;color:var(--mt-text-primary);margin:0 0 16px}.hero-description{font-size:15px;color:var(--mt-text-tertiary);line-height:1.6;margin:0 0 32px}.start-mock-button{background-color:var(--mt-accent-blue);color:#fff;border:none;border-bottom:4px solid var(--mt-accent-blue-hover);border-radius:16px;padding:16px 32px;font-family:var(--mt-font);font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:12px;transition:all .1s ease}.start-mock-button:hover{filter:brightness(1.05);transform:translateY(-2px);border-bottom-width:6px}.start-mock-button:active{transform:translateY(4px);border-bottom-width:0px;margin-bottom:4px}.hero-banner-graphic{display:flex;justify-content:center;align-items:center}.graphic-circle{width:160px;height:160px;background:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 20px 50px #1cb0f626}.graphic-emoji{font-size:72px}.section-heading{font-size:20px;font-weight:600;color:var(--mt-text-primary);margin-bottom:24px}.question-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.question-card{background:var(--mt-bg-card);border-radius:20px;padding:24px;border:var(--mt-border-subtle);box-shadow:var(--mt-shadow-resting);transition:all .3s ease;animation:popIn .4s cubic-bezier(.175,.885,.32,1.275) backwards;display:flex;flex-direction:column;min-height:220px}.question-card:nth-child(1){animation-delay:.05s}.question-card:nth-child(2){animation-delay:.1s}.question-card:nth-child(3){animation-delay:.15s}.question-card:nth-child(4){animation-delay:.2s}.question-card:nth-child(5){animation-delay:.25s}.question-card:nth-child(6){animation-delay:.3s}.question-card:nth-child(7){animation-delay:.35s}.question-card:nth-child(8){animation-delay:.4s}.question-card:hover{transform:translateY(-4px);box-shadow:var(--mt-shadow-hover)}.question-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.question-card-header h3{font-size:16px;line-height:1.3}.task-tag{font-size:11px;font-weight:700;padding:4px 10px;border-radius:8px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.tag-red{background:#ffeaea;color:#ff4b4b}.tag-blue{background:#eaf8ff;color:#1cb0f6}.tag-green{background:#eaffea;color:#58cc02}.tag-orange{background:#fff4ea;color:#ff9600}.tag-purple{background:#f3eaff;color:#a55eea}.tag-grey{background:#f1f2f6;color:#a4b0be}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.mock-test-modal-overlay{position:fixed;inset:0;background:#0f172a47;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:3000;animation:fadeInOverlay .18s ease-out forwards}.mock-test-modal-content.mock-test-config-dialog{width:100%;max-width:560px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:20px;box-shadow:0 20px 60px #0f172a29,0 6px 18px #0f172a14;padding:24px;text-align:left;position:relative;animation:popInModal .2s ease-out forwards}.mock-test-config-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.mock-test-config-title-wrap{min-width:0}.mock-test-config-badge{display:inline-flex;align-items:center;height:28px;padding:0 10px;border-radius:999px;background:#f3f7fb;border:1px solid rgba(15,23,42,.06);color:#4b5563;font-size:12px;font-weight:600;margin-bottom:10px}.mock-test-title{margin:0 0 8px;font-size:30px;line-height:1.15;font-weight:700;letter-spacing:-.02em;color:#1f2937}.mock-test-description{margin:0;font-size:14px;line-height:1.55;color:#6b7280;max-width:420px}.mock-test-close-btn{position:static;width:36px;height:36px;border:1px solid rgba(15,23,42,.08);border-radius:10px;background:#fff;color:#6b7280;font-size:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.mock-test-close-btn:hover{background:#f9fafb;color:#111827;border-color:#0f172a24}.mock-test-config-section{padding-top:4px}.mock-test-config-label{font-size:13px;font-weight:600;color:#374151;margin-bottom:12px}.practice-count-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0}.practice-count-chip{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:72px;padding:14px 16px;background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:14px;cursor:pointer;text-align:left;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease,transform .15s ease}.practice-count-chip:hover{border-color:#1cb0f661;background:#fbfdff}.practice-count-chip.active{border-color:#1cb0f6;background:#f4fbff;box-shadow:0 0 0 3px #1cb0f61a;color:inherit}.practice-count-number{font-size:20px;font-weight:700;line-height:1;color:#111827;margin-bottom:6px}.practice-count-label{font-size:13px;font-weight:500;color:#6b7280}.mock-test-config-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.mock-test-secondary-btn,.mock-test-action-btn{min-width:132px;height:44px;border-radius:12px;padding:0 16px;font-family:var(--mt-font);font-size:14px;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.mock-test-secondary-btn{background:#fff;color:#374151;border:1px solid rgba(15,23,42,.1)}.mock-test-secondary-btn:hover{background:#f9fafb;border-color:#0f172a29}.mock-test-action-btn{width:auto;background:#1cb0f6;color:#fff;border:1px solid #1cb0f6;border-bottom:none;box-shadow:0 6px 18px #1cb0f633;display:flex;justify-content:center;align-items:center}.mock-test-action-btn:hover{background:#169fe0;border-color:#169fe0;transform:translateY(-1px);filter:none}.mock-test-action-btn:active,.mock-test-secondary-btn:active{transform:translateY(0)}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes popInModal{0%{opacity:0;transform:scale(.9) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.active-test-environment{width:100vw;height:100vh;background-color:var(--mt-bg-canvas);display:flex;flex-direction:column;overflow:hidden;animation:fadeInOverlay .3s ease-out forwards}.active-test-header{display:flex;align-items:center;padding:16px 32px;background-color:transparent}.global-pte-timer{font-family:monospace;font-size:18px;font-weight:700;color:#333;background-color:#f8f9fa;border:1px solid #c0c0c0;padding:8px 16px;border-radius:6px;display:flex;align-items:center;gap:10px;box-shadow:0 2px 4px #0000000d}.timer-warning{color:#d32f2f;background-color:#ffebee;border-color:#d32f2f;animation:pulseWarning 1.5s infinite}@keyframes pulseWarning{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.close-test-button{margin-left:auto;background:var(--mt-bg-card);border:2px solid var(--mt-border-subtle);color:var(--mt-text-tertiary);padding:10px 20px;border-radius:16px;font-family:var(--mt-font);font-weight:600;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:var(--mt-shadow-resting);transition:all .2s cubic-bezier(.165,.84,.44,1)}.close-test-button:hover{border-color:#ff4b4b;color:#ff4b4b;background:#fff0f0;transform:translateY(-2px);box-shadow:var(--mt-shadow-hover)}.mock-runtime-error{width:min(680px,calc(100% - 32px));margin:clamp(36px,8vh,88px) auto 48px;padding:clamp(28px,5vw,48px);border:1px solid #eadde1;border-top:4px solid #a84262;border-radius:18px;background:linear-gradient(145deg,#fff,#fffdfa);box-shadow:0 18px 50px #52303a17,inset 0 1px #fff;color:#382c30;text-align:left}.mock-runtime-error-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:24px;border-radius:13px;background:#fff5d4;color:#7f2f4a}.mock-runtime-error-icon svg{width:25px;height:25px;display:block}.mock-runtime-error-copy>span{color:#a84262;font-size:11px;font-weight:800;letter-spacing:.12em}.mock-runtime-error-copy h1{margin:9px 0 12px;color:#382c30;font-size:clamp(26px,4vw,38px);font-weight:500;letter-spacing:-.035em;line-height:1.15}.mock-runtime-error-copy p{max-width:58ch;margin:0;color:#655a5e;font-size:15px;line-height:1.75}.mock-runtime-error-note{margin-top:26px;padding:17px 18px;border-left:3px solid #a84262;border-radius:0 11px 11px 0;background:#fdf4f7}.mock-runtime-error-note strong{display:block;margin-bottom:4px;color:#7f2f4a;font-size:13px}.mock-runtime-error-note p{margin:0;color:#655a5e;font-size:13px;line-height:1.6}.mock-runtime-error-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.mock-runtime-error-actions button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:11px 18px;border-radius:11px;font:inherit;font-size:13px;font-weight:750;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.mock-runtime-error-actions button svg{width:17px;height:17px;display:block}.mock-runtime-error-actions button:hover{transform:translateY(-1px)}.mock-runtime-error-actions button:focus-visible{outline:3px solid rgba(168,66,98,.22);outline-offset:2px}.mock-runtime-error-actions .primary{border:1px solid #e0ad22;background:linear-gradient(135deg,#ffd85a,#f5c94a);color:#59420a;box-shadow:0 8px 18px #a1750029}.mock-runtime-error-actions .secondary{border:1px solid #eadde1;background:#fff;color:#55494d}.mock-runtime-error-details{margin-top:22px;color:#796a6f;font-size:11px}.mock-runtime-error-details summary{cursor:pointer}.mock-runtime-error-details code{display:block;margin-top:8px;padding:8px 10px;border-radius:8px;background:#f7f2f3;overflow-wrap:anywhere}@media(max-width:560px){.mock-runtime-error{width:calc(100% - 20px);margin-top:20px;padding:24px 20px;border-radius:15px}.mock-runtime-error-actions{flex-direction:column}.mock-runtime-error-actions button{width:100%}}@media(prefers-reduced-motion:reduce){.mock-runtime-error-actions button{transition:none}}.test-canvas-area{flex:1;display:flex;justify-content:center;align-items:flex-start;padding-top:16px;overflow-y:auto;width:100%}.mock-preparation-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;text-align:center;animation:fadeInOverlay .3s ease-out forwards}.mock-preparation-screen h2{font-family:var(--mt-font);font-size:24px;color:var(--mt-text-primary);margin-bottom:24px;animation:pulseText 2s infinite ease-in-out}.mock-loading-bar-container{width:100%;max-width:350px;height:10px;background-color:var(--mt-border-subtle);border-radius:10px;overflow:hidden;box-shadow:var(--mt-shadow-inset);margin:0 auto}.mock-loading-bar-fill{height:100%;background-color:var(--mt-accent-blue);border-radius:10px;transition:width .4s ease-out}.mock-loading-text-row{display:flex;justify-content:space-between;width:100%;max-width:350px;margin:12px auto 0;font-size:14px;color:var(--mt-text-tertiary)}.mock-loading-status{font-weight:500}.mock-loading-percent{font-weight:700;color:var(--mt-text-primary)}@keyframes pulseText{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.mock-loading-instructions{margin-top:40px;background-color:var(--mt-bg-card);border:1px solid var(--mt-border-subtle);border-left:4px solid var(--mt-accent-blue);padding:16px 24px;border-radius:8px;text-align:left;box-shadow:var(--mt-shadow-resting);max-width:420px;margin-left:auto;margin-right:auto;animation:fadeSlideIn .5s ease-out .4s both}.mock-loading-instructions p{font-size:14px;color:var(--mt-text-tertiary);margin:10px 0;line-height:1.5;display:flex;align-items:center;gap:10px}.mock-loading-instructions p strong{color:var(--mt-text-primary);font-weight:600}.question-card-footer{margin-top:auto;padding-top:18px;display:flex;justify-content:flex-start}.practice-question-button{background:transparent;border:1px solid rgba(28,176,246,.22);color:var(--mt-accent-blue);border-radius:12px;padding:10px 14px;font-family:var(--mt-font);font-size:13px;font-weight:700;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.practice-question-button:hover{background:var(--mt-accent-blue-light);border-color:var(--mt-accent-blue);transform:translateY(-1px)}.mock-test-set-list-container{display:flex;flex-direction:column;gap:12px;max-height:280px;overflow-y:auto;padding-right:4px}.mock-test-set-row-item{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:14px;cursor:pointer;transition:all .15s cubic-bezier(.165,.84,.44,1)}.mock-test-set-row-item:hover{border-color:#1cb0f666;background:#fcfeff}.mock-test-set-row-item.active{border-color:#1cb0f6;background:#f4fbff;box-shadow:0 0 0 3px #1cb0f614}.set-item-left-plane{display:flex;align-items:center;gap:14px;min-width:0}.set-custom-radio-button{width:18px;height:18px;border:2px solid #b2bec3;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s ease}.mock-test-set-row-item.active .set-custom-radio-button{border-color:#1cb0f6}.set-custom-radio-button.filled:after{content:"";width:10px;height:10px;background-color:#1cb0f6;border-radius:50%;display:block}.set-item-metadata{display:flex;flex-direction:column;min-width:0}.set-item-primary-title{font-size:14px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.set-item-secondary-date{font-size:11px;font-weight:500;color:#9ca3af}.set-item-difficulty-mix{display:flex;flex-wrap:wrap;gap:6px;margin-top:5px;font-size:11px;font-weight:700}.set-item-difficulty-mix span{padding:3px 7px;border-radius:999px}.set-item-difficulty-mix .mix-easy{color:#15803d;background:#dcfce7}.set-item-difficulty-mix .mix-medium{color:#b45309;background:#fef3c7}.set-item-difficulty-mix .mix-hard{color:#b91c1c;background:#fee2e2}.mt-hc-version-tag-badge{font-size:11px;font-weight:700;color:#1cb0f6;background-color:#eaf8ff;padding:2px 8px;border-radius:6px;border:1px solid rgba(28,176,246,.15);white-space:nowrap}.sidebar-brand-wrapper{display:flex;align-items:center;justify-content:flex-start;height:100%;overflow:visible;flex:1;padding-left:4px}.mocktest-sidebar.collapsed .sidebar-brand-wrapper{justify-content:center;padding-left:0}.sidebar-brand-logo{height:120px;width:auto;object-fit:contain;margin-top:-15px;margin-bottom:-15px;transition:all .2s cubic-bezier(.2,0,0,1)[cite: 12];transform-origin:left center;filter:drop-shadow(0 2px 4px rgba(0,0,0,.02))}.sidebar-brand-logo.collapsed{height:48px;transform-origin:center center}.active-test-brand-wrapper{display:flex;align-items:center;gap:14px;-webkit-user-select:none;user-select:none}.active-header-brand-logo{height:65px;width:auto;object-fit:contain}.active-header-engine-tag{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--mt-text-tertiary);border-left:2px solid rgba(0,0,0,.12);padding-left:14px;display:inline-flex;align-items:center;height:30px}.mocktest-workspace{min-width:0;min-height:0;flex:1;display:flex;flex-direction:column}.active-test-save-status{display:flex;align-items:center;gap:12px;margin-left:auto}.active-test-save-status>span{color:#6f6a63;font:700 11px/1 Poppins,sans-serif}.active-test-save-status .close-test-button{margin-left:0}.mocktest-app-header{position:relative;z-index:30;height:60px;min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:8px 18px;border-bottom:1px solid #e5e5e5;background:#fff;box-sizing:border-box}.mocktest-header-brand{min-width:0;display:flex;align-items:center;gap:12px}.mocktest-header-brand img{display:block;width:116px;height:auto;object-fit:contain}.mocktest-header-brand>span{padding-left:12px;border-left:1px solid #e5e5e5;color:#7b6470;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.mocktest-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.mocktest-header-tool{min-height:36px;display:flex;align-items:center;gap:7px;padding:6px 11px;border:1px solid #e5e5e5;border-radius:20px;background:#f0f4f8;color:#3c3c3c;font:500 12px/1 Poppins,sans-serif;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .1s ease}.mocktest-header-tool svg{width:17px;height:17px;color:var(--mock-header-icon, #3f3b37);stroke-width:2.25;transition:color .18s ease,transform .18s ease}.mocktest-header-progress{--mock-header-icon: #c84f5a}.mocktest-header-history{--mock-header-icon: #9a7100}.mocktest-header-notepad{--mock-header-icon: #3f3b37}.mocktest-header-goals{--mock-header-icon: #d39d00}.mocktest-header-tool:hover svg{transform:translateY(-1px)}.mocktest-header-tool:hover{background:#fff1f4;border-color:#f2ced9}.mocktest-header-tool.active{border-color:#d6a900;background:#fff8dc;color:#6b5100}.mocktest-header-tool:active{transform:scale(.98)}.mocktest-header-goals:hover{background:#fff8df;border-color:#f2cf66}.mocktest-notification-trigger{position:relative}.mocktest-header-bell{position:relative;width:36px;height:36px;display:grid;place-items:center;padding:0;border:1px solid #e5e5e5;border-radius:50%;background:#f0f4f8;color:#3c3c3c;cursor:pointer}.mocktest-header-bell:hover,.mocktest-header-bell.active{background:#fff1f4;border-color:#f2ced9;color:#a7355d}.mocktest-header-bell svg{width:18px;height:18px}.mocktest-notification-dot{position:absolute;top:6px;right:6px;width:6px;height:6px;border:2px solid #fff;border-radius:50%;background:#e24469}.mocktest-notification-panel{position:absolute;top:calc(100% + 12px);right:0;width:min(340px,calc(100vw - 28px));padding:16px;border:1px solid #eadfe3;border-radius:16px;background:#fff;box-shadow:0 18px 50px #0f172a2e}.mocktest-notification-panel>div{display:flex;align-items:center;justify-content:space-between;color:#172033}.mocktest-notification-panel button{width:30px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#f5f5f5;cursor:pointer}.mocktest-notification-panel button svg{width:17px;height:17px}.mocktest-notification-panel p{margin:14px 0 2px;color:#6f7887;font-size:12px;line-height:1.55}.mocktest-sidebar{width:360px;background:#fffdfd;border-right:1px solid #f3dfe5;color:#172033;transition:width .22s cubic-bezier(.2,.8,.2,1)}.mocktest-sidebar.collapsed{width:78px}.mock-sidebar-header{min-height:60px;display:flex;align-items:center;gap:22px;padding:0 24px;border-bottom:1px solid #eee8ea;box-sizing:border-box;flex-shrink:0}.mocktest-sidebar.collapsed .mock-sidebar-header{justify-content:center;padding-inline:0}.mock-sidebar-menu-btn{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;padding:0;border:0;border-radius:50%;background:transparent;color:#713147;cursor:pointer}.mock-sidebar-menu-btn:hover{background:#fff0f4}.mock-sidebar-brand-logo{display:block;width:148px;height:auto;object-fit:contain}.mocktest-sidebar .sidebar-nav-list{padding:14px 7px 22px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d8d1d4 transparent}.mock-nav-group{display:grid;gap:4px;padding:8px 0 15px}.mock-nav-group+.mock-nav-group{border-top:1px solid #eee8ea;padding-top:20px}.mock-nav-group-label{margin:0;padding:4px 18px 8px;color:#172033;font-size:14px;font-weight:700;letter-spacing:0;text-transform:none}.mock-nav-row{width:100%;min-height:54px;display:grid;grid-template-columns:50px minmax(0,1fr);align-items:center;gap:8px;padding:5px 17px;border:1px solid transparent;border-radius:14px;background:transparent;color:#713147;font:inherit;text-align:left;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,transform .1s ease}.mock-nav-row:hover{background:#fff5f7}.mock-nav-row:active{transform:scale(.985)}.mock-nav-row.active{background:#ffe5ee;border-color:#ffc4d6;color:#bd3c68;box-shadow:0 12px 28px #be3c6814}.mock-nav-icon{width:28px;display:grid;place-items:center;justify-self:center}.mock-nav-icon svg{width:25px;height:25px;stroke-width:2}.mock-nav-label{min-width:0;color:#172033;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mock-nav-row.active .mock-nav-label{color:#bd3c68;font-weight:700}.mocktest-sidebar.collapsed .mock-nav-group{padding-block:7px 12px}.mocktest-sidebar.collapsed .mock-nav-row{width:56px;min-height:56px;grid-template-columns:1fr;margin-inline:auto;padding:0;border-radius:13px}.mocktest-sidebar.collapsed .mock-nav-icon{width:24px;margin:0}.mocktest-sidebar.collapsed .mock-nav-icon svg{width:22px;height:22px}.mocktest-sidebar.collapsed .mock-sidebar-menu-btn{width:36px;height:36px;flex-basis:36px}.mocktest-sidebar.collapsed .mock-sidebar-menu-btn svg{width:24px;height:24px}.mock-sidebar-footer{padding:10px 7px 13px;border-top:1px solid #eee8ea;flex-shrink:0}.mock-sidebar-account-mark{min-height:36px;display:flex;align-items:center;justify-content:center;gap:8px;color:#8a6672;font-size:11px;font-weight:500}@media(max-width:760px){.mocktest-sidebar{width:min(86vw,340px);position:relative}.mocktest-sidebar.collapsed{width:70px}.mock-sidebar-header{min-height:60px;padding-inline:14px}.mocktest-sidebar.collapsed .mock-nav-row{width:50px;min-height:50px}.mocktest-content{padding:22px 14px}.mocktest-app-header{padding-inline:10px;gap:8px}.mocktest-header-brand img{width:96px}.mocktest-header-brand>span{display:none}.mocktest-header-actions{gap:4px}.mocktest-header-tool{width:34px;height:34px;min-height:34px;justify-content:center;padding:0;border-radius:50%}.mocktest-header-tool span{display:none}.mocktest-header-bell{width:34px;height:34px}}@media(max-width:480px){.mocktest-sidebar.collapsed{width:62px}.mocktest-sidebar.collapsed .mock-nav-row{width:46px;min-height:46px}.mocktest-sidebar.collapsed .mock-nav-icon svg{width:20px;height:20px}.mocktest-header-brand img{width:86px}.mocktest-app-header{padding-inline:7px}.mocktest-header-tool,.mocktest-header-bell{width:31px;height:31px;min-height:31px}}.mocktest-content{background:#f8fafc}.content-scroll-area.mock-home-canvas{max-width:1180px;padding-bottom:60px}.mock-home-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:26px}.mock-home-eyebrow{color:#a7355d;font-size:11px;font-weight:800;letter-spacing:.09em}.mock-home-intro h1{margin:7px 0;color:#172033;font-size:clamp(26px,3vw,36px);line-height:1.18;letter-spacing:-.025em}.mock-home-intro p{max-width:680px;margin:0;color:#667085;font-size:14px;line-height:1.6}.mock-free-chip{flex-shrink:0;padding:8px 12px;border:1px solid #b7e4c7;border-radius:999px;background:#f1fbf5;color:#167542;font-size:12px;font-weight:700}.mock-command-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:34px;padding:6px;border:1px solid #e2e7ed;border-radius:16px;background:#fff;box-shadow:0 2px 8px #0f172a08}.mock-command-bar button{min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;padding:11px 14px;border:1px solid transparent;border-radius:11px;background:transparent;color:#5f6b7a;text-align:left;cursor:pointer}.mock-command-bar button:hover{background:#f7f8fa}.mock-command-bar button.active{border-color:#d5dce5;background:#f2f4f7;color:#172033;box-shadow:0 1px 3px #0f172a14}.mock-command-bar button.active{border-color:#e6bd36;background:#fffdf5;box-shadow:0 0 0 2px #e6bd361f}.mock-command-bar svg{width:21px;height:21px;justify-self:center}.mock-command-bar button.active svg{color:#a7355d}.mock-command-bar button>span{min-width:0;display:grid;gap:4px}.mock-command-bar strong{font-size:13px;font-weight:700}.mock-command-bar small{overflow:hidden;color:#7a8493;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.mock-catalog-section{animation:fadeSlideIn .25s ease-out}.mock-catalog-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:16px}.mock-catalog-heading h2{margin:0 0 4px;color:#172033;font-size:20px;letter-spacing:-.015em}.mock-catalog-heading p{margin:0;color:#747f8f;font-size:13px}.mock-catalog-heading>span{color:#7a8493;font-size:12px;white-space:nowrap}.mock-test-list{display:grid;gap:10px}.mock-test-list-row{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:18px;padding:19px 20px;border:1px solid #e6cf80;border-radius:14px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.mock-test-list-row:hover{border-color:#d4aa1d;box-shadow:0 5px 18px #9b700017}.mock-test-list-icon{width:50px;height:50px;display:grid;place-items:center;border:1px solid #ead58d;border-radius:13px;color:#763349;background:#fffaf0}.mock-test-list-icon svg{width:23px;height:23px}.mock-test-list-copy{min-width:0}.mock-test-list-title{display:flex;align-items:center;gap:9px}.mock-test-list-title h3{min-width:0;margin:0;overflow:hidden;color:#172033;font-size:15px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.mock-test-list-title span{padding:3px 7px;border-radius:5px;background:#fff0f4;color:#a7355d;font-size:9px;font-weight:800;text-transform:uppercase}.mock-test-list-copy>p{margin:6px 0 9px;color:#667085;font-size:12px}.mock-test-list-meta{display:flex;flex-wrap:wrap;gap:7px 15px;color:#8a94a3;font-size:10px}.mock-test-list-meta span{position:relative}.mock-test-list-meta span+span:before{content:"•";position:absolute;left:-10px;color:#c4cbd3}.mock-difficulty{padding:2px 7px;border-radius:999px;font-weight:700}.mock-difficulty.easy{background:#edf9f1;color:#237a47}.mock-difficulty.medium{background:#fff6da;color:#936b00}.mock-difficulty.hard{background:#fff0f0;color:#b43c3c}.mock-free-attempt-btn{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;border:1px solid #d6a900;border-radius:9px;background:#fffdf4;color:#5c4500;font:700 12px Poppins,sans-serif;white-space:nowrap;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .1s ease}.mock-free-attempt-btn:hover{border-color:#bc9200;background:#fff5c7}.mock-free-attempt-btn:active{transform:scale(.98)}.mock-free-attempt-btn svg{width:15px;height:15px;fill:currentColor}.mock-section-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mock-section-row{min-width:0;display:grid;grid-template-columns:44px minmax(0,1fr) auto 20px;align-items:center;gap:13px;padding:17px;border:1px solid #dfe4ea;border-radius:13px;background:#fff;color:#172033;text-align:left;cursor:pointer}.mock-section-row:hover{border-color:#c7cfd8}.mock-section-row.active{border-color:#dfb82e;background:#fffdf6;box-shadow:0 0 0 3px #dfb82e1a}.mock-section-row-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:#f4f5f7;color:#713147}.mock-section-row-icon svg{width:21px;height:21px}.mock-section-row>span:nth-child(2){min-width:0;display:grid;gap:4px}.mock-section-row strong{font-size:14px}.mock-section-row small{overflow:hidden;color:#7a8493;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.mock-section-count{color:#7a8493;font-size:10px;white-space:nowrap}.mock-section-row>svg{width:17px;color:#98a1ad}.mock-selection-action{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:16px;padding:18px 20px;border:1px solid #e0e5eb;border-radius:13px;background:#fff}.mock-selection-action>span{min-width:0;display:grid;gap:4px}.mock-selection-action strong{color:#172033;font-size:13px}.mock-selection-action small{overflow:hidden;color:#7a8493;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.mock-section-bank-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:30px 0 14px;padding-top:24px;border-top:1px solid #e5e9ee}.mock-section-bank-heading h3{margin:0 0 4px;color:#172033;font-size:17px}.mock-section-bank-heading p{margin:0;color:#7a8493;font-size:12px}.mock-section-bank-heading>span{color:#936b00;font-size:11px;font-weight:700}.mock-section-test-bank{margin-bottom:10px}.mock-practice-section-picker{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:14px}.mock-practice-section-picker button{padding:8px 13px;border:1px solid #dfe4ea;border-radius:8px;background:#fff;color:#5f6b7a;font:600 11px Poppins,sans-serif;cursor:pointer}.mock-practice-section-picker button.active{border-color:#d8a8b9;background:#fff3f7;color:#943353}.mock-practice-list{overflow:hidden;border:1px solid #dfe4ea;border-radius:14px;background:#fff}.mock-practice-list article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:18px;padding:17px 20px}.mock-practice-list article+article{border-top:1px solid #edf0f3}.mock-practice-list h3{margin:0 0 4px;color:#172033;font-size:14px}.mock-practice-list p{margin:0;color:#7a8493;font-size:11px}.mock-practice-list article>button{display:inline-flex;align-items:center;gap:4px;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:#2367c9;font:700 11px Poppins,sans-serif;cursor:pointer}.mock-practice-list article>button:hover{background:#eef5ff}.mock-practice-list article>button svg{width:15px;height:15px}@media(max-width:900px){.mock-command-bar{grid-template-columns:1fr}.mock-command-bar small{white-space:normal}.mock-section-list{grid-template-columns:1fr}}@media(max-width:680px){.mock-home-intro{display:block}.mock-free-chip{width:fit-content;margin-top:14px}.mock-catalog-heading{align-items:flex-start}.mock-catalog-heading>span{display:none}.mock-test-list-row{grid-template-columns:42px minmax(0,1fr);gap:12px;padding:15px}.mock-test-list-icon{width:40px;height:40px}.mock-test-list-row .mock-free-attempt-btn{grid-column:1 / -1;width:100%}.mock-test-list-meta span:last-child{width:100%}.mock-selection-action{align-items:stretch;flex-direction:column}.mock-practice-list article{grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px}.mock-practice-list article>.task-tag{display:none}.mock-practice-list article>button{justify-self:end}}.mocktest-header-tool,.mock-nav-row{position:relative}.mock-header-count,.mock-notification-count,.mock-nav-count{display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border:2px solid #fff;border-radius:999px;color:#fff;background:#dc3152;font:800 9px/1 Poppins,sans-serif;box-shadow:0 2px 7px #a5183747}.mock-header-count{position:absolute;top:-7px;right:-7px}.mock-notification-count{position:absolute;top:-6px;right:-6px}.mock-nav-count{margin-left:auto;border-color:#fffdfd}.mocktest-sidebar.collapsed .mock-nav-count{position:absolute;top:4px;right:4px;min-width:17px;height:17px;padding:0 4px}.mocktest-notification-panel{width:min(390px,calc(100vw - 24px));padding:0;overflow:hidden;border-color:#e4e4e7;border-radius:14px;box-shadow:0 20px 55px #18181b2e,0 2px 8px #18181b14}.mocktest-notification-panel>.mock-notification-heading{display:flex;align-items:center;justify-content:space-between;padding:16px 17px 13px;border-bottom:1px solid #eeeef0;color:#18181b;background:#fff}.mock-notification-heading>span{display:grid;gap:2px}.mock-notification-heading strong{font:700 14px Poppins,sans-serif}.mock-notification-heading small{color:#8b8b94;font:500 10px Poppins,sans-serif}.mocktest-notification-panel .mock-notification-heading>button{width:28px;height:28px;border-radius:8px}.mocktest-notification-panel>.mock-notification-list{display:grid;max-height:390px;overflow-y:auto;background:#fff}.mocktest-notification-panel .mock-notification-item{display:grid;grid-template-columns:34px minmax(0,1fr) 15px;gap:10px;align-items:center;width:100%;height:auto;min-height:69px;padding:11px 15px;border:0;border-bottom:1px solid #f0f0f2;border-radius:0;color:#27272a;background:#fff;text-align:left}.mocktest-notification-panel .mock-notification-item:hover{background:#fafafa}.mock-notification-item>span:nth-child(2){display:grid;gap:3px}.mock-notification-item>span:nth-child(2) strong{font:650 11px/1.35 Poppins,sans-serif}.mock-notification-item>span:nth-child(2) small{color:#71717a;font:500 9px/1.45 Poppins,sans-serif}.mock-notification-item>svg{width:14px;color:#a1a1aa}.mock-notification-item-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;color:#5b21b6;background:#ede9fe}.mock-notification-item-icon svg{width:16px}.mock-notification-item.pending .mock-notification-item-icon{color:#926300;background:#fef3c7}.mock-notification-item.ready .mock-notification-item-icon{color:#18794e;background:#e8f7ef}.mock-notification-item.failed .mock-notification-item-icon{color:#b42336;background:#feecee}.mocktest-notification-panel>.mock-notification-empty{display:grid;justify-items:center;gap:5px;padding:34px 20px;color:#71717a;text-align:center}.mock-notification-empty>svg{width:24px;color:#a1a1aa}.mock-notification-empty>strong{color:#3f3f46;font-size:12px}.mock-notification-empty>span{font-size:10px}.mocktest-notification-panel .mock-notification-view-all{display:flex;align-items:center;justify-content:center;gap:7px;width:calc(100% - 24px);height:38px;margin:11px 12px 12px;border:1px solid #ddd6fe;border-radius:8px;color:#5b21b6;background:#f8f6ff;font:700 10px Poppins,sans-serif}.mocktest-notification-panel .mock-notification-view-all:hover{background:#f0ecff}.mocktest-notification-panel .mock-notification-view-all svg{width:14px}.mock-resume-prompt-overlay{position:fixed;inset:0;z-index:6500;display:grid;place-items:center;padding:18px;background:#18181b8a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.mock-resume-prompt{position:relative;width:min(460px,100%);padding:30px;border:1px solid #e4e4e7;border-radius:18px;background:#fff;box-shadow:0 30px 80px #18181b40}.mock-resume-prompt-close{position:absolute;top:14px;right:14px;display:grid;width:31px;height:31px;place-items:center;border:0;border-radius:9px;color:#71717a;background:#f4f4f5;cursor:pointer}.mock-resume-prompt-close svg{width:16px}.mock-resume-prompt-icon{display:grid;width:46px;height:46px;place-items:center;margin-bottom:17px;border-radius:13px;color:#5b21b6;background:#ede9fe}.mock-resume-prompt-icon svg{width:22px}.mock-resume-eyebrow{color:#6d4aff;font:800 9px/1 Poppins,sans-serif;letter-spacing:.13em}.mock-resume-prompt h2{margin:8px 0 7px;color:#18181b;font:650 24px/1.25 Poppins,sans-serif;letter-spacing:-.025em}.mock-resume-prompt>p{margin:0;color:#71717a;font-size:12px;line-height:1.6}.mock-resume-prompt>p strong{color:#3f3f46}.mock-resume-progress{display:flex;align-items:center;gap:11px;margin:20px 0 22px}.mock-resume-progress>span{flex:1;height:7px;overflow:hidden;border-radius:10px;background:#ececf0}.mock-resume-progress b{display:block;height:100%;border-radius:inherit;background:#6d4aff}.mock-resume-progress small{color:#52525b;font:700 10px Poppins,sans-serif}.mock-resume-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:9px}.mock-resume-actions button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:43px;border-radius:9px;font:700 11px Poppins,sans-serif;cursor:pointer}.mock-resume-actions button svg{width:15px}.mock-resume-actions .secondary{border:1px solid #dedee3;color:#52525b;background:#fff}.mock-resume-actions .primary{border:1px solid #6d4aff;color:#fff;background:#6d4aff;box-shadow:0 3px 10px #5b21b633}.mock-resume-actions .primary:hover{background:#5b3ee6}.mock-resume-safe-note{display:block;margin-top:13px;color:#8b8b94;font-size:9px;text-align:center}@media(max-width:640px){.mock-header-count{top:-5px;right:-5px}.mocktest-notification-panel{position:fixed;top:66px;right:10px;left:10px;width:auto}.mock-resume-prompt{padding:25px 20px 22px}}.mocktest-layout{--mock-brand: #a84262;--mock-brand-strong: #7f2f4a;--mock-brand-soft: #fbeef2;--mock-gold: #f5c94a;--mock-gold-soft: #fff8df;--mock-ink: #382c30;--mock-body: #55494d;--mock-muted: #796a6f;--mock-line: #eadde1;--mock-canvas: #fffdfa;--mock-surface: #ffffff;--mock-radius-control: 10px;--mock-radius-panel: 15px;--mock-radius-workspace: 18px;--mock-shadow-soft: 0 8px 24px rgba(74, 43, 53, .065);--mock-shadow-lift: 0 14px 32px rgba(74, 43, 53, .1);color:var(--mock-ink);background:var(--mock-canvas);font-family:Poppins,sans-serif}.mocktest-layout button,.mocktest-layout select{font-family:inherit}.mocktest-workspace{background:var(--mock-canvas)}.mocktest-content{padding:clamp(26px,4vw,58px) clamp(20px,5vw,72px);background:radial-gradient(circle at 96% 1%,rgba(168,66,98,.045),transparent 26%),linear-gradient(180deg,#fff 0%,var(--mock-canvas) 100%);scrollbar-color:rgba(127,47,74,.28) transparent}.content-scroll-area.mock-home-canvas{width:min(1260px,100%);max-width:none;padding-bottom:72px}.mocktest-app-header{height:68px;min-height:68px;padding:10px clamp(14px,2.4vw,30px);border-color:var(--mock-line);background:#fffffff5;box-shadow:0 4px 16px #4a2b3509}.mocktest-header-brand img{width:122px}.mocktest-header-brand>span{border-color:var(--mock-line);color:var(--mock-brand-strong);font-size:10px;font-weight:800;letter-spacing:.1em}.mocktest-header-actions{gap:9px}.mocktest-header-tool,.mocktest-header-bell{min-height:42px;border:1px solid var(--mock-line);border-radius:var(--mock-radius-control);background:#fff;color:var(--mock-body);box-shadow:0 2px 8px #4a2b350a,inset 0 1px #fff}.mocktest-header-tool{padding:8px 13px;font-size:11px;font-weight:650}.mocktest-header-bell{width:42px;height:42px}.mocktest-header-progress{--mock-header-icon: var(--mock-brand)}.mocktest-header-history{--mock-header-icon: #96710a}.mocktest-header-notepad{--mock-header-icon: var(--mock-body)}.mocktest-header-tool:hover,.mocktest-header-bell:hover,.mocktest-header-bell.active{border-color:#a8426252;color:var(--mock-brand-strong);background:var(--mock-brand-soft);box-shadow:0 6px 16px #4a2b3512}.mocktest-header-tool.active{border-color:#a8426261;color:var(--mock-brand-strong);background:var(--mock-brand-soft);box-shadow:inset 0 -2px 0 var(--mock-brand)}.mocktest-sidebar{width:326px;border-color:var(--mock-line);color:var(--mock-ink);background:#fff;box-shadow:4px 0 18px #4a2b3506}.mocktest-sidebar.collapsed{width:84px}.mock-sidebar-header{min-height:68px;padding:0 18px;border-color:var(--mock-line)}.mock-sidebar-menu-btn{width:44px;height:44px;flex-basis:44px;border-radius:var(--mock-radius-control);color:var(--mock-brand-strong)}.mock-sidebar-menu-btn:hover{background:var(--mock-brand-soft)}.mock-sidebar-menu-btn:focus-visible,.mock-nav-row:focus-visible,.mocktest-header-tool:focus-visible,.mocktest-header-bell:focus-visible,.mock-command-bar button:focus-visible,.mock-free-attempt-btn:focus-visible,.mock-section-row:focus-visible,.mock-practice-section-picker button:focus-visible,.mock-practice-list article>button:focus-visible{outline:3px solid rgba(168,66,98,.24);outline-offset:2px}.mock-sidebar-brand-logo{width:138px}.mocktest-sidebar .sidebar-nav-list{padding:13px 9px 20px;scrollbar-color:rgba(127,47,74,.22) transparent}.mock-nav-group{gap:5px;padding:8px 0 16px}.mock-nav-group+.mock-nav-group{border-color:var(--mock-line)}.mock-nav-group-label{padding:4px 15px 8px;color:var(--mock-muted);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.mock-nav-row{min-height:50px;grid-template-columns:42px minmax(0,1fr);gap:8px;padding:5px 13px;border-radius:11px;color:var(--mock-muted)}.mock-nav-row:hover{color:var(--mock-brand-strong);background:#fdf6f8}.mock-nav-row.active{border-color:#a842622e;color:var(--mock-brand);background:var(--mock-brand-soft);box-shadow:inset 3px 0 0 var(--mock-brand),0 4px 12px #4a2b350b}.mock-nav-icon svg{width:21px;height:21px;stroke-width:1.9}.mock-nav-label{color:var(--mock-body);font-size:12px;font-weight:550}.mock-nav-row.active .mock-nav-label{color:var(--mock-brand-strong)}.mocktest-sidebar.collapsed .mock-nav-row{width:56px;min-height:52px;border-radius:11px}.mock-sidebar-footer{border-color:var(--mock-line)}.mock-sidebar-account-mark{color:var(--mock-muted)}.mock-home-intro{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:start;justify-content:initial;gap:17px;margin-bottom:30px}.mock-home-intro-mark{width:52px;height:52px;display:grid;place-items:center;border-radius:13px;color:#614a08;background:linear-gradient(145deg,#ffe69b,#ffd25a);box-shadow:0 8px 18px #e5bc4233,inset 0 1px #ffffffb3}.mock-home-intro-mark svg{width:23px;height:23px}.mock-home-intro-copy{min-width:0}.mock-home-eyebrow{color:var(--mock-brand);font-size:10px;font-weight:800;letter-spacing:.12em}.mock-home-intro h1{margin:5px 0 8px;color:var(--mock-ink);font-size:clamp(30px,3.6vw,48px);font-weight:300;line-height:1.12;letter-spacing:-.04em;text-shadow:0 4px 14px rgba(76,48,57,.1)}.mock-home-intro p{max-width:820px;color:var(--mock-body);font-size:clamp(13px,1.05vw,15px);font-weight:300;line-height:1.7}.mock-command-bar{gap:7px;margin-bottom:clamp(34px,4vw,48px);padding:7px;border-color:var(--mock-line);border-radius:var(--mock-radius-panel);box-shadow:var(--mock-shadow-soft)}.mock-command-bar button{min-height:72px;grid-template-columns:42px minmax(0,1fr);gap:12px;padding:12px 16px;border-radius:10px;color:var(--mock-muted);transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease}.mock-command-bar button:hover{color:var(--mock-brand-strong);background:#fdf7f9}.mock-command-bar button.active{border-color:#be90107a;color:var(--mock-ink);background:linear-gradient(135deg,#fffdfa,var(--mock-gold-soft));box-shadow:0 5px 16px #84610a17,inset 0 1px #fff}.mock-command-bar button:active{transform:scale(.99)}.mock-command-bar svg{width:22px;height:22px;color:var(--mock-muted);stroke-width:1.9}.mock-command-bar button.active svg{color:var(--mock-brand)}.mock-command-bar strong{color:var(--mock-ink);font-size:13px;font-weight:700}.mock-command-bar small{color:var(--mock-muted);font-size:10px;font-weight:400}.mock-catalog-heading{margin-bottom:18px}.mock-catalog-heading h2{margin-bottom:5px;color:var(--mock-ink);font-size:clamp(21px,2vw,27px);font-weight:400;letter-spacing:-.03em}.mock-catalog-heading p,.mock-catalog-heading>span{color:var(--mock-muted);font-weight:300}.mock-test-list{gap:12px}.mock-test-list-row{grid-template-columns:56px minmax(0,1fr) auto;gap:20px;padding:20px 22px;border-color:var(--mock-line);border-radius:var(--mock-radius-panel);background:#fffffff0;box-shadow:0 3px 12px #4a2b350a;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.mock-test-list-row:hover{border-color:#a842624d;box-shadow:var(--mock-shadow-lift);transform:translateY(-1px)}.mock-test-list-icon{width:54px;height:54px;border-color:#be90104d;border-radius:12px;color:var(--mock-brand-strong);background:var(--mock-gold-soft)}.mock-test-list-title{gap:10px}.mock-test-list-title h3{color:var(--mock-ink);font-size:14px;font-weight:650}.mock-test-list-title span{border:1px solid rgba(168,66,98,.12);border-radius:5px;color:var(--mock-brand-strong);background:var(--mock-brand-soft)}.mock-test-list-copy>p{color:var(--mock-body);font-weight:300}.mock-test-list-meta{color:var(--mock-muted)}.mock-test-list-meta span+span:before{color:#cabdc1}.mock-difficulty{border-radius:7px}.mock-free-attempt-btn{min-height:44px;padding:0 17px;border-color:#be90108c;border-radius:var(--mock-radius-control);color:#614a08;background:linear-gradient(135deg,#ffe9aa,#ffd45f);box-shadow:0 6px 15px #e5bc422e,inset 0 1px #ffffffb3}.mock-free-attempt-btn:hover{border-color:#c59a16;background:linear-gradient(135deg,#ffe49a,#f7c83c);box-shadow:0 9px 20px #af840d33}.mock-section-list{gap:12px}.mock-section-row{padding:17px;border-color:var(--mock-line);border-radius:13px;color:var(--mock-ink);box-shadow:0 3px 11px #4a2b3509;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.mock-section-row:hover{border-color:#a842624d;box-shadow:var(--mock-shadow-soft);transform:translateY(-1px)}.mock-section-row.active{border-color:#a842625c;background:#fdf7f9;box-shadow:inset 3px 0 0 var(--mock-brand),var(--mock-shadow-soft)}.mock-section-row-icon{color:var(--mock-brand-strong);background:var(--mock-brand-soft)}.mock-section-row small,.mock-section-count{color:var(--mock-muted)}.mock-section-bank-heading{border-color:var(--mock-line)}.mock-section-bank-heading h3{color:var(--mock-ink);font-weight:500}.mock-section-bank-heading p{color:var(--mock-muted)}.mock-section-bank-heading>span{color:#806108}.mock-practice-section-picker{gap:8px;margin-bottom:16px}.mock-practice-section-picker button{min-height:40px;border-color:var(--mock-line);border-radius:9px;color:var(--mock-body);background:#fff}.mock-practice-section-picker button:hover{border-color:#a842624d;background:#fdf7f9}.mock-practice-section-picker button.active{border-color:#a842625c;color:var(--mock-brand-strong);background:var(--mock-brand-soft);box-shadow:inset 0 -2px 0 var(--mock-brand)}.mock-practice-list{border-color:var(--mock-line);border-radius:var(--mock-radius-panel);box-shadow:var(--mock-shadow-soft)}.mock-practice-list article{padding:18px 20px}.mock-practice-list article+article{border-color:#f0e7ea}.mock-practice-list article:hover{background:#fffdfa}.mock-practice-list h3{color:var(--mock-ink);font-weight:600}.mock-practice-list p{color:var(--mock-muted);font-weight:300}.mock-practice-list article>button{min-height:38px;color:var(--mock-brand-strong)}.mock-practice-list article>button:hover{color:#614a08;background:var(--mock-gold-soft)}.mocktest-notification-panel{border-color:var(--mock-line);background:#fff;box-shadow:0 22px 55px #4a2b352e}.mocktest-notification-panel>.mock-notification-heading{border-color:var(--mock-line);color:var(--mock-ink)}.mock-notification-heading small,.mock-notification-item>span:nth-child(2) small{color:var(--mock-muted)}.mocktest-notification-panel .mock-notification-item{border-color:#f1e8eb;color:var(--mock-ink)}.mocktest-notification-panel .mock-notification-item:hover{background:#fdf7f9}.mock-notification-item-icon{color:var(--mock-brand-strong);background:var(--mock-brand-soft)}.mocktest-notification-panel .mock-notification-view-all{border-color:#a8426238;color:var(--mock-brand-strong);background:#fdf7f9}.mocktest-notification-panel .mock-notification-view-all:hover{background:var(--mock-brand-soft)}.mock-resume-prompt-overlay{background:#382c3080}.mock-resume-prompt{border-color:var(--mock-line);border-radius:var(--mock-radius-workspace);color:var(--mock-ink);box-shadow:0 30px 80px #382c3040}.mock-resume-prompt-icon{color:#614a08;background:linear-gradient(145deg,#ffe69b,#ffd25a)}.mock-resume-eyebrow{color:var(--mock-brand)}.mock-resume-prompt h2{color:var(--mock-ink);font-weight:400}.mock-resume-prompt>p,.mock-resume-safe-note{color:var(--mock-muted)}.mock-resume-progress>span{background:#eee5e8}.mock-resume-progress b{background:linear-gradient(90deg,var(--mock-brand),#c75479)}.mock-resume-actions .secondary{border-color:var(--mock-line);color:var(--mock-body)}.mock-resume-actions .primary{border-color:#c79d1e;color:#614a08;background:linear-gradient(135deg,#ffe9aa,#ffd45f);box-shadow:0 6px 15px #e5bc4233}.mock-resume-actions .primary:hover{background:linear-gradient(135deg,#ffe49a,#f7c83c)}.mock-test-modal-overlay{background:#382c307a}.mock-test-modal-content.mock-test-config-dialog{max-width:580px;padding:27px;border-color:var(--mock-line);border-radius:var(--mock-radius-workspace);color:var(--mock-ink);box-shadow:0 28px 75px #382c303d}.mock-test-config-badge{height:26px;border-color:#a8426224;border-radius:7px;color:var(--mock-brand-strong);background:var(--mock-brand-soft);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mock-test-title{color:var(--mock-ink);font-size:clamp(24px,3vw,31px);font-weight:350;letter-spacing:-.035em}.mock-test-description{color:var(--mock-muted);font-weight:300}.mock-test-close-btn{border-color:var(--mock-line);color:var(--mock-muted);background:#fff}.mock-test-close-btn:hover{border-color:#a8426247;color:var(--mock-brand-strong);background:var(--mock-brand-soft)}.mock-test-config-label{color:var(--mock-body);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.practice-count-chip,.mock-test-set-row-item{border-color:var(--mock-line);border-radius:12px;color:var(--mock-ink);background:#fff}.practice-count-chip:hover,.mock-test-set-row-item:hover{border-color:#a8426257;background:#fdf7f9}.practice-count-chip.active,.mock-test-set-row-item.active{border-color:#a8426273;color:var(--mock-brand-strong);background:var(--mock-brand-soft);box-shadow:0 0 0 3px #a842621a}.practice-count-number,.set-item-primary-title{color:var(--mock-ink)}.practice-count-label,.set-item-secondary-date{color:var(--mock-muted)}.mock-test-set-row-item.active .set-custom-radio-button{border-color:var(--mock-brand)}.set-custom-radio-button.filled:after{background:var(--mock-brand)}.mock-test-secondary-btn{border-color:var(--mock-line);color:var(--mock-body);background:#fff}.mock-test-secondary-btn:hover{border-color:#a8426242;color:var(--mock-brand-strong);background:#fdf7f9}.mock-test-action-btn{border:1px solid #c79d1e;color:#614a08;background:linear-gradient(135deg,#ffe9aa,#ffd45f);box-shadow:0 7px 17px #e5bc4233}.mock-test-action-btn:hover{border-color:#b78c0f;background:linear-gradient(135deg,#ffe49a,#f7c83c)}@media(max-width:900px){.mock-command-bar{grid-template-columns:repeat(3,minmax(0,1fr))}.mock-command-bar button{grid-template-columns:1fr;justify-items:center;text-align:center}.mock-command-bar small{white-space:normal}}@media(max-width:760px){.mocktest-sidebar{position:fixed;inset:0 auto 0 0;z-index:50;width:min(86vw,326px);box-shadow:10px 0 35px #4a2b3529}.mocktest-sidebar.collapsed{width:64px;box-shadow:3px 0 12px #4a2b350a}.mocktest-workspace{margin-left:64px}.mocktest-content{padding:25px 16px 48px}.mocktest-app-header{min-height:62px;height:62px}.mocktest-header-brand img{width:94px}.mocktest-header-tool,.mocktest-header-bell{width:38px;height:38px;min-height:38px;border-radius:9px}.mock-home-intro{grid-template-columns:44px minmax(0,1fr);gap:13px}.mock-home-intro-mark{width:44px;height:44px;border-radius:11px}.mock-home-intro h1{font-size:clamp(27px,7vw,38px)}}@media(max-width:620px){.mock-command-bar{grid-template-columns:1fr}.mock-command-bar button{min-height:62px;grid-template-columns:36px minmax(0,1fr);justify-items:initial;text-align:left}.mock-test-list-row{grid-template-columns:44px minmax(0,1fr);gap:13px;padding:16px}.mock-test-list-icon{width:42px;height:42px}.mock-test-list-title{align-items:flex-start;flex-direction:column-reverse;gap:6px}.mock-test-list-title h3{overflow:visible;line-height:1.45;white-space:normal}.mock-test-list-copy>p{line-height:1.6}.mock-test-list-row .mock-free-attempt-btn{grid-column:1 / -1;width:100%}.mock-section-row{grid-template-columns:42px minmax(0,1fr) 18px}.mock-section-count{display:none}.mock-practice-list article{grid-template-columns:1fr}.mock-practice-list article>button{justify-self:stretch;justify-content:space-between;border-top:1px solid var(--mock-line);border-radius:0}}@media(max-width:430px){.mocktest-sidebar.collapsed{width:56px}.mocktest-workspace{margin-left:56px}.mocktest-sidebar.collapsed .mock-nav-row{width:46px;min-height:46px}.mocktest-app-header{padding-inline:8px}.mocktest-header-brand img{width:82px}.mocktest-header-actions{gap:4px}.mocktest-header-tool,.mocktest-header-bell{width:34px;height:34px;min-height:34px}.mocktest-content{padding-inline:12px}.mock-home-intro{grid-template-columns:1fr}.mock-home-intro-mark{display:none}.mock-home-intro h1{font-size:28px}}@media(prefers-reduced-motion:reduce){.mocktest-layout *,.mocktest-layout *:before,.mocktest-layout *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}.ra-mocktest-container{width:100%;max-width:1080px;margin:0 auto;padding:16px 24px 24px;font-family:Arial,Helvetica,sans-serif;color:#000;background-color:#fff}.ra-instructions{margin-bottom:48px}.ra-instructions p{font-size:18px;font-weight:700;line-height:1.5;margin:0}.ra-recording-box{width:580px;margin:0 auto 48px;background-color:#e5edf5;border:1px solid #7a8b9a;box-sizing:border-box}.ra-recording-header{text-align:center;font-size:19px;padding:20px 0 14px}.ra-recording-body{padding:0 28px 28px}.ra-status-label{font-size:18px;margin-bottom:6px}.ra-status-text{font-size:18px;margin-bottom:16px}.ra-progress-bar-container{width:100%;height:20px;background-color:#ccc;border:1px solid #888888;box-sizing:border-box;position:relative}.ra-progress-bar-fill{height:100%;background-color:#3b82f6;width:0%}.ra-progress-bar-fill.recording{background-color:#4caf50}.ra-progress-bar-fill.finished{background-color:#4caf50;width:100%!important}.ra-passage-box{width:100%;padding:0 12px}.ra-passage-box p{font-size:19px;line-height:1.8;margin:0;color:#111}.ra-footer{margin-top:32px;padding-top:16px;border-top:1px solid #c0c0c0;display:flex;justify-content:flex-end}.rs-mocktest-container{width:100%;max-width:1080px;margin:0 auto;padding:16px 24px 24px;font-family:Arial,Helvetica,sans-serif;color:#000;background-color:#fff}.rs-instructions{margin-bottom:48px}.rs-instructions p{font-size:18px;font-weight:700;line-height:1.5;margin:0}.rs-boxes-wrapper{display:flex;flex-direction:column;align-items:center;gap:32px;margin-bottom:32px}.rs-audio-box{width:480px;border:1px solid #999999;padding:24px 32px;background-color:#fcfcfc;box-sizing:border-box}.rs-audio-status{font-size:18px;margin-bottom:24px}.rs-volume-control{display:flex;align-items:center;margin-bottom:32px}.rs-volume-label{font-size:18px;margin-right:16px}.rs-volume-slider-wrapper{flex-grow:1;position:relative;height:30px}.rs-volume-slider{-webkit-appearance:none;width:100%;background:transparent;position:absolute;top:6px;z-index:2;margin:0}.rs-volume-slider:focus{outline:none}.rs-volume-slider::-webkit-slider-runnable-track{width:100%;height:6px;background:#ccc;border:1px solid #b3b3b3;border-radius:2px}.rs-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;height:24px;width:14px;background:#0078d4;clip-path:polygon(0 0,100% 0,100% 65%,50% 100%,0 65%);margin-top:-10px;cursor:pointer}.rs-volume-ticks{display:flex;justify-content:space-between;position:absolute;width:100%;top:24px;padding:0 4px;box-sizing:border-box;z-index:1}.rs-tick{width:1px;height:6px;background-color:#a0a0a0}.rs-audio-progress-container{width:100%;height:26px;background-color:#999;border:2px solid #a0a0a0;border-radius:4px;padding:2px;box-sizing:border-box}.rs-audio-progress-fill{height:100%;background-color:#4caf50;width:0%;border-radius:2px}.rs-audio-progress-fill.audio-active{width:100%;transition:width 4s linear}.rs-audio-progress-fill.fill-finished{width:100%;transition:none}.rs-status-box{width:480px;background-color:#e5edf5;border:1px solid #7a8b9a;box-sizing:border-box}.rs-status-header{text-align:center;font-size:19px;padding:20px 0 14px}.rs-status-body{padding:0 28px 28px}.rs-status-label,.rs-status-text{font-size:18px;margin-bottom:6px}.rs-status-text{margin-bottom:16px}.rs-progress-bar-container{width:100%;height:20px;background-color:#ccc;border:1px solid #888888;box-sizing:border-box}.rs-progress-bar-fill{height:100%;background-color:#3b82f6;width:0%}.rs-progress-bar-fill.rec-active{background-color:#4caf50;width:100%;transition:width 15s linear}.rs-progress-bar-fill.fill-finished{width:100%;transition:none}.rs-footer{margin-top:32px;padding-top:16px;border-top:1px solid #c0c0c0;display:flex;justify-content:flex-end}.rts-situation-box{width:min(720px,100%);margin:0 auto 28px;padding:18px 22px;background:#fffdf7;border:1px solid #e6d7b8;border-left:5px solid #f4a261;box-sizing:border-box}.rts-situation-label{margin-bottom:8px;font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#8a4f17}.rts-situation-text{margin:0;color:#1f2933;font-size:18px;font-weight:500;line-height:1.55}.rts-situation-text--missing{color:#9a3412;font-style:italic}@media(max-width:768px){.rts-situation-box{padding:15px 16px;margin-bottom:22px}.rts-situation-text{font-size:16px}}.mic-test-container{width:100%;max-width:800px;margin:0 auto;font-family:Arial,Helvetica,sans-serif;color:#000;background-color:#fff;border:1px solid #c0c0c0;box-shadow:0 4px 12px #0000000d}.mic-test-header{background-color:#3b82f6;color:#fff;padding:16px 24px}.mic-test-header h2{margin:0;font-size:20px;font-weight:600}.mic-test-body{padding:32px 40px}.mic-instructions{font-size:16px;line-height:1.6;margin-bottom:32px}.mic-controls-box{background-color:#e5edf5;border:1px solid #7a8b9a;padding:24px;margin-bottom:32px;text-align:center}.mic-status-label{font-size:16px;font-weight:700;margin-bottom:20px;color:#333}.mic-buttons-row{display:flex;justify-content:center;gap:16px}.mic-btn{padding:10px 24px;font-size:14px;font-weight:700;cursor:pointer;border:1px solid #7a8b9a;background-color:#f8f9fa;color:#333;transition:all .2s ease}.mic-btn:hover{background-color:#e2e6ea}.mic-confirmation{font-size:15px;font-style:italic;color:#555;margin-bottom:0}.mic-test-footer{border-top:1px solid #c0c0c0;padding:16px 24px;display:flex;justify-content:flex-end;background-color:#f9f9f9}.pte-next-button{background-color:#fff;border:1px solid #333333;color:#333;padding:8px 32px;font-size:16px;font-weight:700;cursor:pointer}.reading-instruction-box{background-color:#fff9e6;border:1px solid #ffcc00;border-left:6px solid #ffcc00;padding:24px;margin-bottom:32px}.reading-warning{font-size:16px;font-weight:700;color:#b38f00;margin-top:0;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.reading-task-list{font-size:15px;color:#333;line-height:1.8;margin:0;padding-left:20px}.reading-task-list li{margin-bottom:4px}.di-mocktest-container{width:100%;max-width:1080px;margin:0 auto;padding:16px 24px 24px;font-family:Arial,Helvetica,sans-serif;color:#000;background-color:#fff;display:flex;flex-direction:column;height:100%}.di-instructions{margin-bottom:32px}.di-instructions p{font-size:18px;font-weight:700;line-height:1.5;margin:0}.di-content-wrapper{display:flex;gap:40px;align-items:center;justify-content:center;margin-bottom:32px;flex:1}.di-image-section{flex:1;display:flex;justify-content:center;align-items:center;background-color:#fff;border:1px solid #c0c0c0;padding:16px;box-sizing:border-box}.di-stimulus-image{max-width:100%;max-height:50vh;object-fit:contain}.di-status-section{width:480px;flex-shrink:0}.di-status-box{width:100%;background-color:#e5edf5;border:1px solid #7a8b9a;box-sizing:border-box}.di-status-header{text-align:center;font-size:19px;padding:20px 0 14px}.di-status-body{padding:0 28px 28px}.di-status-label,.di-status-text{font-size:18px;margin-bottom:6px}.di-status-text{margin-bottom:16px}.di-progress-bar-container{width:100%;height:20px;background-color:#ccc;border:1px solid #888888;box-sizing:border-box}.di-progress-bar-fill{height:100%;background-color:#3b82f6;width:0%}.di-progress-bar-fill.recording{background-color:#4caf50}.di-progress-bar-fill.finished{background-color:#4caf50;width:100%!important}.di-loading,.di-error{flex:1;display:flex;justify-content:center;align-items:center;font-size:1.1rem;color:#6b7280;height:100%}.di-error{color:#e02424}.di-footer{margin-top:auto;padding-top:16px;border-top:1px solid #c0c0c0;display:flex;justify-content:flex-end}.pte-next-button{background-color:#fff;border:1px solid #333333;color:#333;padding:8px 32px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .2s ease}.pte-next-button:hover{background-color:#eee}.rw-mocktest-container{display:flex;flex-direction:column;height:100%;min-height:90vh;max-width:1600px;margin:0 auto;padding:5px 4vw;box-sizing:border-box;font-family:Arial,Poppins,sans-serif}.rw-instructions{margin-bottom:15px}.rw-instructions p{margin:0;color:#000;font-size:14px;line-height:1.4}.rw-content-box{flex-grow:1;background:#fff;border:2px solid #1a1a1a;border-radius:2px;padding:20px 30px;overflow-y:auto;margin-bottom:10px}.rw-text-area{font-size:14.5px;line-height:2.2;color:#111;text-align:justify}.exam-fib-dropdown-container{display:inline-block;position:relative;margin:0 4px;vertical-align:middle}.exam-fib-dropdown-trigger{background-color:#fff;border:1px solid #1a1a1a;border-radius:2px;padding:2px 8px;font-size:14px;font-family:inherit;color:#111;cursor:pointer;min-width:120px;height:26px;display:inline-flex;justify-content:space-between;align-items:center;gap:12px;transition:border-color .1s}.exam-fib-dropdown-trigger:hover,.exam-fib-dropdown-trigger.active{border-color:#000;background-color:#f8fafc}.exam-fib-dropdown-trigger.filled{font-weight:500}.exam-fib-dropdown-text{flex-grow:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exam-fib-arrow{font-size:.7rem;color:#333}.exam-fib-options-list{position:absolute;transform:translate(-50%);background:#fff;border:1px solid #1a1a1a;border-radius:2px;box-shadow:0 4px 10px #00000026;padding:4px 0;z-index:9999;min-width:140px;max-height:250px;overflow-y:auto}.exam-fib-option-item{padding:6px 12px;font-size:14px;color:#111;cursor:pointer}.exam-fib-option-item:hover{background-color:#e2e8f0;color:#000}.rw-footer{display:flex;justify-content:flex-end;padding-top:8px}.rw-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#64748b}.mcq-mocktest-container{display:flex;flex-direction:column;height:100%;min-height:90vh;max-width:1600px;margin:0 auto;padding:5px 4vw;box-sizing:border-box;font-family:Arial,Poppins,sans-serif}.mcq-content-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;flex-grow:1;margin-bottom:10px;min-height:0}@media(max-width:1024px){.mcq-content-layout{grid-template-columns:1fr;grid-template-rows:auto auto;gap:30px}}.mcq-passage-box{background:#fff;border:2px solid #1a1a1a;padding:20px 30px;overflow-y:auto;border-radius:2px}.mcq-passage-text{font-size:14.5px;line-height:1.6;color:#111;text-align:justify}.mcq-passage-text p{margin-top:0;margin-bottom:15px}.mcq-question-box{display:flex;flex-direction:column;padding:0;overflow-y:auto}.mcq-instructions{margin-bottom:20px}.mcq-instructions p{margin:0;color:#000;font-size:14px;font-weight:700;line-height:1.4}.mcq-question-stem{margin-top:0;margin-bottom:20px;font-size:14px;color:#000;font-weight:400;line-height:1.4}.mcq-options-list{display:flex;flex-direction:column;gap:12px}.mcq-option-item{display:flex;align-items:flex-start;gap:12px;padding:4px 0;cursor:pointer;transition:all .2s ease;background:transparent;border:none}.mcq-checkbox-wrapper{padding-top:1px}.mcq-checkbox{width:16px;height:16px;border:1px solid #333;border-radius:2px;background:#fff;position:relative;transition:all .1s ease}.mcq-option-item:hover .mcq-checkbox{border-color:#000;box-shadow:inset 0 0 0 1px #e2e8f0}.mcq-option-item.selected .mcq-checkbox:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:9px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.mcq-option-text{font-size:14.5px;color:#111;line-height:1.4}.mcq-option-item.selected .mcq-option-text{font-weight:500}.mcq-footer{display:flex;justify-content:flex-end;padding-top:8px}.mcq-loading-state{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#64748b}.rop-mocktest-container{display:flex;flex-direction:column;height:100%;min-height:90vh;max-width:1600px;margin:0 auto;padding:5px 4vw;box-sizing:border-box;font-family:Arial,Poppins,sans-serif}.rop-instructions{margin-bottom:10px}.rop-instructions p{margin:0;color:#000;font-size:14px;line-height:1.4}.rop-content-box{flex-grow:1;background:#fff;border:2px solid #1a1a1a;border-radius:2px;padding:20px 30px;overflow-y:auto;margin-bottom:10px}.rop-list-area{display:flex;flex-direction:column;gap:8px;min-height:80px;transition:background-color .2s ease;padding:5px}.rop-list-area.dragging-over{background:#f8fafc}.rop-draggable-item{background:#fff;border:1px solid #1a1a1a;border-radius:2px;padding:10px 15px;display:flex;gap:15px;align-items:flex-start;cursor:grab;transition:background-color .2s,box-shadow .2s;-webkit-user-select:none;user-select:none;width:100%;box-sizing:border-box}.rop-draggable-item:hover{background:#f1f5f9}.rop-draggable-item.dragging{background:#fff;border-color:#3b82f6;box-shadow:0 10px 20px #00000026;z-index:1000;cursor:grabbing}.rop-item-badge{background:transparent;color:#111;border:1px solid #1a1a1a;width:26px;height:26px;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;flex-shrink:0}.rop-item-text{font-size:14px;color:#111;line-height:1.5;padding-top:2px;flex:1;min-width:0;word-break:break-word;text-align:justify}.rop-footer{display:flex;justify-content:flex-end;padding-top:8px}.rop-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#64748b}.rfib-mocktest-container{display:flex;flex-direction:column;height:100%;min-height:90vh;max-width:1600px;margin:0 auto;padding:5px 4vw;box-sizing:border-box;font-family:Arial,Poppins,sans-serif}.rfib-mock-instructions{margin-bottom:10px}.rfib-mock-instructions p{margin:0;color:#000;font-size:14px;line-height:1.4}.rfib-mock-content-box{flex-grow:1;background:#fff;border:2px solid #1a1a1a;border-radius:2px;padding:20px 30px;overflow-y:auto;margin-bottom:10px;display:flex;flex-direction:column}.rfib-mock-passage-area{font-size:14.5px;line-height:2.2;color:#111;text-align:justify;margin-bottom:25px;flex-grow:1}.rfib-mock-text-span{white-space:pre-wrap}.rfib-mock-slot{display:inline-flex;align-items:center;justify-content:center;min-width:80px;height:26px;margin:0 4px;padding:0 4px;vertical-align:middle;background:#fff;border:1px solid #1a1a1a;border-radius:2px;transition:all .1s ease}.rfib-mock-slot.active{background:#f1f5f9;border-color:#3b82f6}.rfib-mock-slot.filled{border:none;background:transparent;min-width:auto;padding:0;height:auto;vertical-align:middle}.rfib-mock-chip{display:inline-block;padding:4px 12px;font-size:14px;color:#111;background:#fff;border:1px solid #1a1a1a;border-radius:2px;cursor:grab;-webkit-user-select:none;user-select:none;transition:background-color .1s}.rfib-mock-chip:hover{background:#f1f5f9}.rfib-mock-chip:active{cursor:grabbing}.rfib-mock-chip-in-text{display:inline-flex;align-items:center;padding:2px 10px;font-size:14px;color:#000;background:#e2e8f0;border:1px solid #1a1a1a;border-radius:2px;cursor:grab;height:26px;white-space:nowrap}.invisible{opacity:0}.rfib-mock-bank-area{background:#f8fafc;border:1px dashed #94a3b8;border-radius:2px;padding:16px;min-height:auto;display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center}.tap-selected{background-color:#bfdbfe!important;border-color:#3b82f6!important}.rfib-mock-slot.tap-target{background-color:#f0fdfa;border-color:#2dd4bf;border-style:dashed;cursor:pointer}.rfib-mock-footer{display:flex;justify-content:flex-end;padding-top:8px}.rfib-mock-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#64748b}.mcq-s-mocktest-container{display:flex;flex-direction:column;height:100%;min-height:90vh;max-width:1600px;margin:0 auto;padding:5px 4vw;box-sizing:border-box;font-family:Arial,Poppins,sans-serif}.mcq-s-content-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:40px;flex-grow:1;margin-bottom:10px;min-height:0}@media(max-width:1024px){.mcq-s-content-layout{grid-template-columns:1fr;grid-template-rows:auto auto;gap:30px}}.mcq-s-passage-box{background:#fff;border:2px solid #1a1a1a;padding:20px 30px;overflow-y:auto;border-radius:2px}.mcq-s-passage-text{font-size:14.5px;line-height:1.6;color:#111;text-align:justify}.mcq-s-passage-text p{margin-top:0;margin-bottom:15px}.mcq-s-question-box{display:flex;flex-direction:column;padding:0;overflow-y:auto}.mcq-s-instructions{margin-bottom:20px}.mcq-s-instructions p{margin:0;color:#000;font-size:14px;font-weight:700;line-height:1.4}.mcq-s-question-stem{margin-top:0;margin-bottom:20px;font-size:14px;color:#000;font-weight:400;line-height:1.4}.mcq-s-options-list{display:flex;flex-direction:column;gap:12px}.mcq-s-option-item{display:flex;align-items:flex-start;gap:12px;padding:4px 0;cursor:pointer;transition:all .2s ease;background:transparent;border:none}.mcq-s-radio-wrapper{padding-top:1px}.mcq-s-radio{width:16px;height:16px;border:1px solid #333;border-radius:50%;background:#fff;position:relative;transition:all .1s ease}.mcq-s-option-item:hover .mcq-s-radio{border-color:#000;box-shadow:inset 0 0 0 1px #e2e8f0}.mcq-s-option-item.selected .mcq-s-radio:after{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;background-color:#000;border-radius:50%;transform:translate(-50%,-50%)}.mcq-s-option-text{font-size:14.5px;color:#111;line-height:1.4}.mcq-s-option-item.selected .mcq-s-option-text{font-weight:500}.mcq-s-footer{display:flex;justify-content:flex-end;padding-top:8px}.mcq-s-loading-state{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#64748b}.l-mcq-mocktest-container{display:flex;flex-direction:column;height:100%;min-height:90vh;max-width:1600px;margin:0 auto;padding:5px 4vw;box-sizing:border-box;font-family:Arial,Poppins,sans-serif}.l-mcq-instructions{margin-bottom:20px}.l-mcq-instructions p{margin:0;color:#000;font-size:14px;font-weight:700;line-height:1.4;font-style:italic}.l-mcq-content-layout{display:grid;grid-template-columns:1.5fr 400px;gap:60px;flex-grow:1;margin-bottom:10px;min-height:0}@media(max-width:1024px){.l-mcq-content-layout{grid-template-columns:1fr;grid-template-rows:auto auto;gap:30px}}.l-mcq-question-box{display:flex;flex-direction:column;padding:0;overflow-y:auto}.l-mcq-question-stem{margin-top:0;margin-bottom:25px;font-size:14.5px;color:#000;font-weight:400;line-height:1.4}.l-mcq-options-list{display:flex;flex-direction:column;gap:16px}.l-mcq-option-item{display:flex;align-items:flex-start;gap:12px;padding:4px 0;cursor:pointer;transition:all .2s ease;background:transparent;border:none}.l-mcq-indicator-wrapper{padding-top:1px}.l-mcq-checkbox{width:16px;height:16px;border:1px solid #333;border-radius:2px;background:#fff;position:relative;transition:all .1s ease}.l-mcq-option-item:hover .l-mcq-checkbox{border-color:#000;box-shadow:inset 0 0 0 1px #e2e8f0}.l-mcq-option-item.selected .l-mcq-checkbox:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:9px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.l-mcq-radio{width:16px;height:16px;border:1px solid #333;border-radius:50%;background:#fff;position:relative;transition:all .1s ease}.l-mcq-option-item:hover .l-mcq-radio{border-color:#000;box-shadow:inset 0 0 0 1px #e2e8f0}.l-mcq-option-item.selected .l-mcq-radio:after{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;background-color:#000;border-radius:50%;transform:translate(-50%,-50%)}.l-mcq-option-text{font-size:14.5px;color:#111;line-height:1.4}.l-mcq-option-item.selected .l-mcq-option-text{font-weight:500}.l-mcq-player-box-wrapper{display:flex;justify-content:flex-start}.l-mcq-audio-box{width:100%;max-width:400px;border:1px solid #999999;padding:24px;background-color:#fcfcfc;box-sizing:border-box;height:fit-content}.l-mcq-audio-status{font-size:16px;margin-bottom:24px;color:#000}.l-mcq-volume-control{display:flex;align-items:center;margin-bottom:32px}.l-mcq-volume-label{font-size:16px;margin-right:16px;color:#000}.l-mcq-volume-slider-wrapper{flex-grow:1;position:relative;height:30px}.l-mcq-volume-slider{-webkit-appearance:none;width:100%;background:transparent;position:absolute;top:6px;z-index:2;margin:0}.l-mcq-volume-slider:focus{outline:none}.l-mcq-volume-slider::-webkit-slider-runnable-track{width:100%;height:6px;background:#ccc;border:1px solid #b3b3b3;border-radius:2px}.l-mcq-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;height:24px;width:14px;background:#0078d4;clip-path:polygon(0 0,100% 0,100% 65%,50% 100%,0 65%);margin-top:-10px;cursor:pointer}.l-mcq-volume-ticks{display:flex;justify-content:space-between;position:absolute;width:100%;top:24px;padding:0 4px;box-sizing:border-box;z-index:1}.l-mcq-tick{width:1px;height:6px;background-color:#a0a0a0}.l-mcq-audio-progress-container{width:100%;height:26px;background-color:#ccc;border:2px solid #a0a0a0;border-radius:4px;padding:2px;box-sizing:border-box}.l-mcq-audio-progress-fill{height:100%;background-color:#4caf50;width:0%;border-radius:2px}.l-mcq-footer{display:flex;justify-content:flex-end;padding-top:8px}.l-mcq-loading-state{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#64748b}.sst-mocktest-container{display:flex;flex-direction:column;height:100%;min-height:90vh;max-width:1300px;margin:0 auto;padding:5px 4vw;box-sizing:border-box;font-family:Arial,Poppins,sans-serif}.sst-instructions{margin-bottom:20px}.sst-instructions p{margin:0;color:#000;font-size:14px;font-weight:700;line-height:1.4;font-style:italic}.sst-content-layout{display:flex;flex-direction:column;gap:20px;flex-grow:1;margin-bottom:10px}.sst-audio-section{display:flex;justify-content:space-between;align-items:flex-end}.sst-audio-box{width:100%;max-width:400px;border:1px solid #999999;padding:20px 24px;background-color:#fcfcfc;box-sizing:border-box}.sst-audio-status{font-size:15px;margin-bottom:20px;color:#000}.sst-volume-control{display:flex;align-items:center;margin-bottom:24px}.sst-volume-label{font-size:15px;margin-right:16px;color:#000}.sst-volume-slider-wrapper{flex-grow:1;position:relative;height:25px}.sst-volume-slider{-webkit-appearance:none;width:100%;background:transparent;position:absolute;top:6px;z-index:2;margin:0}.sst-volume-slider:focus{outline:none}.sst-volume-slider::-webkit-slider-runnable-track{width:100%;height:6px;background:#ccc;border:1px solid #b3b3b3;border-radius:2px}.sst-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;height:20px;width:12px;background:#0078d4;clip-path:polygon(0 0,100% 0,100% 65%,50% 100%,0 65%);margin-top:-8px;cursor:pointer}.sst-volume-ticks{display:flex;justify-content:space-between;position:absolute;width:100%;top:20px;padding:0 4px;box-sizing:border-box;z-index:1}.sst-tick{width:1px;height:6px;background-color:#a0a0a0}.sst-audio-progress-container{width:100%;height:22px;background-color:#ccc;border:2px solid #a0a0a0;border-radius:2px;padding:2px;box-sizing:border-box}.sst-audio-progress-fill{height:100%;background-color:#4caf50;width:0%}.sst-timer-box{display:flex;flex-direction:column;align-items:center;margin-bottom:5px}.sst-timer-label{font-size:13px;color:#333;margin-bottom:4px}.sst-timer-value{font-size:24px;font-weight:700;color:#000;border:2px solid #1a1a1a;padding:6px 16px;background:#fff;border-radius:2px}.sst-editor-section{display:flex;flex-direction:column;flex-grow:1}.sst-toolbar{display:flex;gap:8px;margin-bottom:8px}.sst-toolbar-btn{background-color:#e2e8f0;border:1px solid #94a3b8;color:#000;padding:4px 16px;font-size:13px;cursor:pointer;border-radius:2px}.sst-toolbar-btn:hover{background-color:#cbd5e1}.sst-textarea{flex-grow:1;min-height:200px;width:100%;resize:none;border:2px solid #1a1a1a;border-radius:2px;padding:16px;font-family:Arial,sans-serif;font-size:15px;line-height:1.6;box-sizing:border-box}.sst-textarea:focus{outline:none;border-color:#3b82f6}.sst-word-count{margin-top:8px;font-size:14px;color:#000;font-weight:600}.sst-footer{display:flex;justify-content:flex-end;padding-top:8px}.sst-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#64748b}.hiw-mocktest-container{display:flex;flex-direction:column;height:100%;min-height:90vh;max-width:1600px;margin:0 auto;padding:5px 4vw;box-sizing:border-box;font-family:Arial,Poppins,sans-serif}.hiw-instructions{margin-bottom:20px}.hiw-instructions p{margin:0;color:#000;font-size:14px;font-weight:700;line-height:1.4;font-style:italic}.hiw-content-layout{display:flex;flex-direction:column;gap:20px;flex-grow:1;margin-bottom:10px}.hiw-audio-section{display:flex;justify-content:flex-start}.hiw-audio-box{width:100%;max-width:400px;border:1px solid #999999;padding:20px 24px;background-color:#fcfcfc;box-sizing:border-box}.hiw-audio-status{font-size:15px;margin-bottom:20px;color:#000}.hiw-volume-control{display:flex;align-items:center;margin-bottom:24px}.hiw-volume-label{font-size:15px;margin-right:16px;color:#000}.hiw-volume-slider-wrapper{flex-grow:1;position:relative;height:25px}.hiw-volume-slider{-webkit-appearance:none;width:100%;background:transparent;position:absolute;top:6px;z-index:2;margin:0}.hiw-volume-slider:focus{outline:none}.hiw-volume-slider::-webkit-slider-runnable-track{width:100%;height:6px;background:#ccc;border:1px solid #b3b3b3;border-radius:2px}.hiw-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;height:20px;width:12px;background:#0078d4;clip-path:polygon(0 0,100% 0,100% 65%,50% 100%,0 65%);margin-top:-8px;cursor:pointer}.hiw-volume-ticks{display:flex;justify-content:space-between;position:absolute;width:100%;top:20px;padding:0 4px;box-sizing:border-box;z-index:1}.hiw-tick{width:1px;height:6px;background-color:#a0a0a0}.hiw-audio-progress-container{width:100%;height:22px;background-color:#ccc;border:2px solid #a0a0a0;border-radius:2px;padding:2px;box-sizing:border-box}.hiw-audio-progress-fill{height:100%;background-color:#4caf50;width:0%}.hiw-transcript-box{flex-grow:1;background:#fff;border:2px solid #1a1a1a;border-radius:2px;padding:20px 30px;overflow-y:auto;min-height:150px}.hiw-text-area{font-size:14.5px;line-height:2.2;color:#111;text-align:justify}.hiw-word{cursor:pointer;padding:2px 4px;border-radius:2px;transition:background-color .1s ease;position:relative;display:inline-block;-webkit-user-select:none;user-select:none}.hiw-word:hover{background-color:#e2e8f0}.hiw-word.hiw-selected{background-color:#fef08a;color:#000;font-weight:500}.hiw-footer{display:flex;justify-content:flex-end;padding-top:8px}.hiw-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#64748b}.we-mocktest-container{display:flex;flex-direction:column;height:100%;min-height:90vh;max-width:1600px;margin:0 auto;padding:5px 4vw;box-sizing:border-box;font-family:Arial,Poppins,sans-serif}.we-header-area{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;gap:20px}.we-instructions{flex-grow:1}.we-instructions p{margin:0;color:#000;font-size:14px;font-weight:700;line-height:1.4;font-style:italic}.we-timer-box{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.we-timer-label{font-size:13px;color:#333;margin-bottom:4px}.we-timer-value{font-size:24px;font-weight:700;color:#000;border:2px solid #1a1a1a;padding:6px 16px;background:#fff;border-radius:2px}.we-content-layout{display:flex;flex-direction:column;gap:20px;flex-grow:1;margin-bottom:10px}.we-prompt-box{background:#fff;border:2px solid #1a1a1a;border-radius:2px;padding:20px 30px}.we-prompt-text{margin:0;font-size:15px;color:#000;font-weight:400;line-height:1.6}.we-editor-section{display:flex;flex-direction:column;flex-grow:1}.we-toolbar{display:flex;gap:8px;margin-bottom:8px}.we-toolbar-btn{background-color:#e2e8f0;border:1px solid #94a3b8;color:#000;padding:4px 16px;font-size:13px;cursor:pointer;border-radius:2px;transition:background-color .1s}.we-toolbar-btn:hover{background-color:#cbd5e1}.we-textarea{flex-grow:1;min-height:300px;width:100%;resize:none;border:2px solid #1a1a1a;border-radius:2px;padding:16px;font-family:Arial,sans-serif;font-size:15px;line-height:1.6;box-sizing:border-box}.we-textarea:focus{outline:none;border-color:#3b82f6}.we-word-count{margin-top:8px;font-size:14px;color:#000;font-weight:600}.we-footer{display:flex;justify-content:flex-end;padding-top:8px}.we-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#64748b}.spinner{border:4px solid #f3f3f3;border-top:4px solid #3b82f6;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-banner{background-color:#fee2e2;color:#b91c1c;padding:12px;border-radius:8px;margin-bottom:16px;text-align:center;font-weight:600}.swt-mocktest-container{display:flex;flex-direction:column;height:100%;width:100%;max-width:1100px;margin:0 auto;font-family:Poppins,sans-serif;color:#2b2b2b;background-color:#fff}.swt-header-area{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:24px}.swt-instructions{flex:1;font-size:15px;line-height:1.6;color:#4a4a4a}.swt-timer-box{display:flex;flex-direction:column;align-items:center;background-color:#f8f9fa;border-radius:8px;padding:12px 24px;min-width:140px;border:1px solid #e9ecef}.swt-timer-label{font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#6c757d;font-weight:600;margin-bottom:4px}.swt-timer-value{font-size:24px;font-weight:700;color:#212529;font-variant-numeric:tabular-nums}.swt-content-layout{display:flex;flex-direction:column;gap:24px;flex:1}.swt-passage-box{background-color:#fcfcfc;border:1px solid #e0e0e0;border-radius:8px;padding:24px;max-height:40vh;overflow-y:auto}.swt-passage-content p{font-size:16px;line-height:1.7;margin-bottom:16px;color:#333}.swt-passage-content p:last-child{margin-bottom:0}.swt-editor-section{display:flex;flex-direction:column;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.swt-toolbar{display:flex;background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;padding:8px 16px;gap:12px}.swt-toolbar-btn{background:none;border:none;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#495057;cursor:pointer;padding:6px 12px;border-radius:4px;transition:background-color .2s ease}.swt-toolbar-btn:hover{background-color:#e9ecef;color:#212529}.swt-textarea{width:100%;height:150px;border:none;padding:16px;font-family:Poppins,sans-serif;font-size:16px;line-height:1.6;resize:vertical;outline:none;background-color:#fff}.swt-textarea:focus{box-shadow:inset 0 0 0 2px #007bff1a}.swt-word-count{background-color:#f8f9fa;border-top:1px solid #e0e0e0;padding:12px 16px;font-size:14px;font-weight:500;color:#495057;text-align:left}.swt-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;color:#6c757d}.swt-footer{display:flex;justify-content:flex-end;padding-top:24px;margin-top:auto}.error-banner{background-color:#fff3cd;color:#856404;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px;border:1px solid #ffeeba}.section-instruction-container{width:100%;max-width:800px;margin:40px auto;font-family:Poppins,sans-serif;color:#2b2b2b;background-color:#fff;border-radius:8px;border:1px solid #e0e0e0;box-shadow:0 8px 24px #0000000a;overflow:hidden}.section-instruction-header{background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;padding:24px 40px}.section-instruction-header h2{margin:0;font-size:24px;font-weight:600;color:#1a1a1a;letter-spacing:-.5px}.section-instruction-body{padding:40px;background-color:#fff}.time-allocation-box{display:inline-flex;align-items:center;background-color:#f0f4f8;padding:12px 24px;border-radius:6px;margin-bottom:32px;border:1px solid #d9e2ec}.time-label{font-size:14px;font-weight:500;color:#486581;margin-right:12px;text-transform:uppercase;letter-spacing:.5px}.time-value{font-size:18px;font-weight:700;color:#102a43}.instruction-lead{font-size:18px;line-height:1.6;color:#334e68;margin-bottom:24px;font-weight:500}.instruction-list{list-style-type:none;padding:0;margin:0 0 32px}.instruction-list li{font-size:16px;line-height:1.7;color:#486581;margin-bottom:16px;padding-left:28px;position:relative}.instruction-list li:before{content:"•";color:#3b82f6;font-size:24px;position:absolute;left:0;top:-4px}.instruction-warning{background-color:#fffbeb;border-left:4px solid #f59e0b;padding:16px 24px;font-size:15px;color:#92400e;border-radius:0 6px 6px 0}.section-instruction-footer{border-top:1px solid #e0e0e0;padding:20px 40px;display:flex;justify-content:flex-end;background-color:#fcfcfc}.pte-next-button{background-color:#fff;border:2px solid #1a1a1a;color:#1a1a1a;padding:10px 36px;font-size:16px;font-family:Poppins,sans-serif;font-weight:600;cursor:pointer;border-radius:4px;transition:all .2s ease}.pte-next-button:hover{background-color:#1a1a1a;color:#fff}.l-fib-container{display:flex;flex-direction:column;height:100%;width:100%;max-width:900px;margin:0 auto;font-family:Poppins,sans-serif;color:#2b2b2b;background-color:#fff}.l-fib-header{margin-bottom:24px}.instruction-text{font-size:16px;line-height:1.6;color:#4a4a4a;font-weight:500}.l-fib-content{display:flex;flex-direction:column;gap:32px;flex:1}.pte-audio-box{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:16px 24px;display:flex;flex-direction:column;gap:12px;max-width:400px}.audio-status{font-size:14px;color:#495057}.audio-progress-bar-container{width:100%;height:6px;background-color:#e9ecef;border-radius:3px;overflow:hidden}.audio-progress-bar-fill{height:100%;background-color:#3b82f6;transition:width .1s linear}.l-fib-passage-box{background-color:#fff;padding:24px;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #00000005;line-height:2.4}.l-fib-text{font-size:18px;color:#1a1a1a;margin:0}.l-fib-input{display:inline-block;width:120px;margin:0 8px;padding:4px 8px;font-size:16px;font-family:Poppins,sans-serif;border:1px solid #a0aec0;border-radius:4px;background-color:#f8f9fa;color:#1a1a1a;outline:none;text-align:center;transition:border-color .2s ease,box-shadow .2s ease}.l-fib-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;background-color:#fff}.l-fib-footer{display:flex;justify-content:flex-end;padding-top:32px;margin-top:auto}.pte-score-container{font-family:Poppins,sans-serif;background-color:#fff;border-radius:12px;box-shadow:0 8px 30px #00000014;max-width:1000px;margin:2rem auto;overflow:hidden;color:#333}.pte-header{background-color:#e6f0ed;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #00b3a6}.pte-header-left{display:flex;align-items:center;gap:12px}.pte-logo-text{font-weight:700;font-size:1.4rem;color:#007fa3}.pte-test-type,.pte-report-title{font-weight:500;color:#555}.pte-divider{color:#aaa}.pte-header-right{font-size:.85rem;color:#666;font-family:monospace}.pte-content-wrapper{padding:2rem}.pte-candidate-banner{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #eee}.pte-candidate-info{display:flex;align-items:center;gap:1.5rem}.pte-avatar-placeholder{width:90px;height:110px;background:#f0f4f8;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;border-radius:4px}.avatar-initials{font-size:2.5rem;font-weight:600;color:#9cb4b8}.pte-candidate-details h2{margin:0 0 .25rem;font-size:1.6rem;font-weight:600}.pte-candidate-details p{margin:0;color:#666;font-size:.9rem;line-height:1.5}.pte-overall-score{text-align:right}.score-badge{background:#9b0059;color:#fff;border-radius:12px 12px 50px 50px;width:100px;height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 12px #9b005933}.badge-label{font-size:.75rem;font-weight:500;text-transform:uppercase;margin-bottom:4px;background:#004d6e;width:100%;text-align:center;padding:8px 0;border-radius:12px 12px 0 0;margin-top:-15px}.badge-value{font-size:3.5rem;font-weight:700;line-height:1;margin-top:10px}.pte-grid-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.pte-section-heading{font-size:1.1rem;font-weight:600;color:#333;border-bottom:2px solid #eee;padding-bottom:.5rem;margin-bottom:1.5rem}.pte-chart-container{position:relative;padding-left:150px}.pte-target-line{position:absolute;top:-20px;bottom:0;width:2px;background-color:#8fa5b5;z-index:10}.line-label{position:absolute;top:-20px;left:50%;transform:translate(-50%);font-size:.75rem;color:#555;font-weight:600;white-space:nowrap}.pte-bar-row{display:flex;align-items:center;margin-bottom:1.25rem;position:relative;min-height:32px}.bar-label{position:absolute;left:-150px;width:140px;display:flex;justify-content:flex-end;align-items:center;top:50%;transform:translateY(-50%);gap:12px}.bar-label strong{color:#222;font-weight:600}.label-text{font-size:.85rem;line-height:1.2;color:#555;text-align:right;max-width:100px}.label-score{font-size:.95rem;color:#222;font-weight:700;min-width:24px;text-align:right}.bar-track{width:100%;height:20px;background-color:transparent}.bar-fill{height:100%;border-radius:0 4px 4px 0;transition:width 1s ease-in-out}.enabling-fill{background-color:#00b3a6}.pte-insight-card{margin-bottom:2rem}.insight-content{background:#f9fbfa;border-left:4px solid #00b3a6;padding:1rem 1.25rem;border-radius:0 8px 8px 0;font-size:.95rem;line-height:1.6;color:#444}.feedback-line{margin-bottom:.75rem}.feedback-line:last-child{margin-bottom:0}.feedback-line strong{color:#222;font-weight:600}.target-improve .insight-content{border-left-color:#9b0059;background:#fcf4f8}.meta-grid{display:grid;grid-template-columns:1fr;gap:.75rem;font-size:.9rem;color:#555}.pte-exit-btn{margin-top:2rem;width:100%;padding:14px;background-color:#00205b;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;font-family:Poppins,sans-serif}.pte-exit-btn:hover{background-color:#003380}.pte-tabs-container{display:flex;gap:12px;margin-bottom:24px;border-bottom:2px solid #eee;padding-bottom:12px}.pte-tab-btn{background:transparent;border:none;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#888;padding:10px 24px;border-radius:50px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.pte-tab-btn:hover{background:#f5f7fa;color:#555}.pte-tab-btn.active{background:#eaf8ff;color:#007fa3;box-shadow:0 2px 8px #007fa326}.pte-tab-content{width:100%}.fade-in{animation:fadeIn .3s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.chart-target-wrapper{position:absolute;inset:0 0 0 150px;pointer-events:none;z-index:10}.pte-analysis-dashboard{display:flex;flex-direction:column;gap:24px}.analysis-heading{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 16px;border-bottom:1px solid #eee;padding-bottom:8px}.analysis-hero-card{background:linear-gradient(135deg,#f0f7fb,#eaf8ff);border-left:5px solid #1cb0f6;border-radius:12px;padding:24px 32px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 15px #1cb0f614}.hero-content{flex:1;padding-right:24px}.hero-content h3{margin:0 0 8px;font-size:1.3rem;color:#00205b}.hero-content p{margin:0 0 16px;color:#444;font-size:.95rem;line-height:1.5;max-width:600px}.hero-badges{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:16px}.insight-badge{background:#fff;padding:14px 18px;border-radius:8px;font-size:.95rem;color:#444;box-shadow:0 2px 8px #0000000a;transition:all .2s ease-in-out;display:flex;align-items:flex-start;border:1px solid #edf2f7;border-left-width:4px;cursor:pointer;line-height:1.5}.insight-badge:hover{transform:translate(6px);box-shadow:0 6px 15px #00000014;background:#fdfdfd}.insight-badge strong{font-weight:700;margin-right:8px;white-space:nowrap}.badge-risk{border-left-color:#ff4b4b}.badge-risk strong{color:#ff4b4b}.badge-gain{border-left-color:#1cb0f6}.badge-gain strong{color:#1cb0f6}.badge-strength{border-left-color:#58cc02}.badge-strength strong{color:#58cc02}.hero-icon{font-size:48px;opacity:.8}.diagnostic-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.diag-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:6px;box-shadow:0 2px 8px #00000005}.diag-label{font-size:.8rem;color:#777;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.diag-value{font-size:1.1rem;color:#222}.diag-card.negative{border-left:4px solid #ff4b4b}.diag-card.positive{border-left:4px solid #58cc02}.diag-card.neutral{border-left:4px solid #a4b0be}.analysis-grid-split{display:grid;grid-template-columns:1fr 1fr;gap:32px}.analysis-block{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 4px 20px #00000008}.correctness-list{display:flex;flex-direction:column;gap:12px}.correctness-row{display:flex;align-items:center;gap:12px}.corr-label{width:140px;font-size:.85rem;color:#555;font-weight:500;text-align:right}.corr-track{flex-grow:1;height:10px;background:#f1f2f6;border-radius:10px;overflow:hidden}.corr-fill{height:100%;border-radius:10px;transition:width 1s ease}.corr-value{width:40px;font-size:.9rem;font-weight:700;color:#222}.error-pattern-list{display:flex;flex-direction:column;gap:10px}.error-row{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#fbfcfd;border-radius:8px;border:1px solid #f0f0f0}.err-info{display:flex;align-items:center;gap:10px}.severity-dot{width:10px;height:10px;border-radius:50%}.sev-high{background:#ff4b4b}.sev-medium{background:#ff9600}.sev-low{background:#a4b0be}.err-rule{font-size:.9rem;font-weight:600;color:#333}.err-count{font-size:.85rem;font-weight:600;color:#666;background:#eee;padding:2px 8px;border-radius:12px}.task-deep-dive-grid{display:flex;flex-direction:column;gap:16px}.task-dive-card{background:#f9fbfa;border:1px solid #e0eae5;border-radius:10px;padding:16px}.dive-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.dive-header h5{margin:0;font-size:.95rem;color:#222}.conf-badge{font-size:.75rem;padding:2px 8px;border-radius:12px;font-weight:600}.conf-low{background:#ffeaea;color:#ff4b4b}.conf-medium{background:#fff4ea;color:#ff9600}.conf-high{background:#eaffea;color:#58cc02}.dive-body p{margin:0 0 6px;font-size:.85rem;line-height:1.4;color:#555}.dive-issue strong{color:#d32f2f}.dive-rec strong{color:#007fa3}.strategy-list{display:flex;flex-direction:column;gap:12px}.strategy-card{padding:12px 16px;border-left:3px solid #ff9600;background:#fffdf9;border-radius:0 8px 8px 0}.strategy-card strong{display:block;font-size:.9rem;color:#222;margin-bottom:4px}.strategy-card p{margin:0;font-size:.85rem;color:#666}.priority-plan-block{background:#00205b;border:none}.priority-plan-block .analysis-heading.text-white{color:#fff;border-bottom-color:#ffffff1a}.priority-list{color:#eaf8ff;padding-left:20px;margin:0 0 24px;font-size:.95rem;line-height:1.6}.priority-list li{margin-bottom:10px}.priority-list li strong{color:#ffc107;font-weight:600;letter-spacing:.3px}.pte-exit-btn.alt-btn{margin-top:0;background-color:#1cb0f6;color:#fff}.pte-exit-btn.alt-btn:hover{background-color:#1899d6}@media(max-width:850px){.analysis-grid-split{grid-template-columns:1fr;gap:24px}}.history-scores-page,.attempt-report-page{min-height:100%;padding:28px clamp(18px,3vw,44px) 64px;color:#1f2430;background:#f6f5f2;overflow:auto}.history-scores-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.history-scores-toolbar button{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid #d9d5ce;border-radius:9px;background:#fff;color:#31343a;font:700 13px/1 Poppins,sans-serif;cursor:pointer}.history-scores-toolbar button:hover{border-color:#6c4bc3;color:#5534ad}.history-scores-toolbar svg{width:17px}.history-scores-toolbar .history-refresh{width:40px;padding:0;justify-content:center}.history-scores-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:center;padding:clamp(24px,4vw,48px);border-radius:20px;color:#fff;background:linear-gradient(128deg,#21154f,#5d2f91 58%,#8b246c);box-shadow:0 18px 50px #25164a2e}.history-scores-hero>div:first-child>span,.attempt-report-identity>div:first-child>span,.attempt-skill-report>header>span,.attempt-report-panel>header>span,.attempt-traits>header>span{display:block;margin-bottom:8px;color:#d8ccff;font:800 11px/1.2 Poppins,sans-serif;letter-spacing:.14em}.history-scores-hero h1{max-width:820px;margin:0;font:700 clamp(27px,3.5vw,44px)/1.12 Poppins,sans-serif}.history-scores-hero p{max-width:750px;margin:14px 0 0;color:#ece6ff;font-size:15px;line-height:1.7}.history-hero-stat{min-width:170px;padding:21px 24px;border:1px solid rgba(255,255,255,.24);border-radius:15px;background:#ffffff1c;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.history-hero-stat strong{display:block;font:700 42px/1 Poppins,sans-serif}.history-hero-stat span{display:block;margin-top:7px;font-weight:700}.history-hero-stat small{display:block;margin-top:9px;color:#dcd4ef}.history-filter-bar{display:flex;gap:8px;margin:26px 0 30px;padding:6px;overflow-x:auto;border:1px solid #dedbd5;border-radius:12px;background:#ebe9e4}.history-filter-bar button{flex:0 0 auto;display:flex;align-items:center;gap:9px;min-height:42px;padding:0 15px;border:0;border-radius:8px;color:#66645f;background:transparent;font:700 13px Poppins,sans-serif;cursor:pointer}.history-filter-bar button span{display:grid;min-width:23px;height:23px;place-items:center;border-radius:20px;background:#00000014;font-size:11px}.history-filter-bar button.active{color:#4e2b9b;background:#fff;box-shadow:0 2px 10px #201a301a}.history-filter-bar button.active span{color:#fff;background:#6541b2}.history-attempt-sections{display:grid;gap:34px}.history-attempt-group>header{margin-bottom:14px}.history-attempt-group>header h2{margin:0;color:#24242a;font:700 21px/1.2 Poppins,sans-serif}.history-attempt-group>header p{margin:6px 0 0;color:#77736d;font-size:13px}.history-attempt-list{display:grid;gap:11px}.history-attempt-card{display:grid;grid-template-columns:46px minmax(0,1fr) 110px 150px;gap:16px;align-items:center;padding:18px 19px;border:1px solid #dedbd5;border-left:4px solid #98938b;border-radius:13px;background:#fff;box-shadow:0 5px 16px #231e2d0b}.history-attempt-card.active{border-left-color:#6d48bd}.history-attempt-card.pending{border-left-color:#cf8a13}.history-attempt-card.ready{border-left-color:#238459}.history-attempt-card.failed{border-left-color:#c04451}.history-attempt-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:11px;color:#5938a5;background:#eee8fb}.history-attempt-icon svg{width:21px}.history-attempt-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.history-attempt-title>div>span{color:#827b72;font:800 10px Poppins,sans-serif;letter-spacing:.1em;text-transform:uppercase}.history-attempt-title h3{margin:2px 0 0;color:#27252b;font:700 15px/1.35 Poppins,sans-serif}.attempt-status{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;padding:6px 9px;border-radius:30px;font:800 10px Poppins,sans-serif}.attempt-status svg{width:13px;height:13px}.attempt-status.active{color:#5636a2;background:#eee8fb}.attempt-status.pending{color:#895800;background:#fff0cf}.attempt-status.ready{color:#126d45;background:#dff5ea}.attempt-status.failed{color:#a12b38;background:#fde5e8}.history-attempt-meta{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:9px;color:#77736e;font-size:11px}.history-attempt-meta span{display:inline-flex;align-items:center;gap:5px}.history-attempt-meta svg{width:13px}.history-completion{display:flex;align-items:center;gap:10px;margin-top:11px}.history-completion i{flex:1;height:6px;overflow:hidden;border-radius:6px;background:#ece9e4}.history-completion b{display:block;height:100%;border-radius:inherit;background:#6d48bd}.history-completion span{color:#5d5862;font-size:11px;font-weight:700}.history-grading-track{display:flex;align-items:center;gap:8px;margin-top:12px;color:#aaa49b;font-size:10px;font-weight:800}.history-grading-track i{width:25px;height:2px;background:#dedad3}.history-grading-track span.done{color:#25805a}.history-grading-track span.active{color:#a26a08}.history-attempt-warning{margin:10px 0 0;color:#a13743;font-size:11px}.history-attempt-score{padding-left:16px;border-left:1px solid #ece9e4;text-align:center}.history-attempt-score small,.history-attempt-score span{display:block;color:#837e77;font-size:10px}.history-attempt-score strong{display:block;margin:3px 0;color:#28252c;font:700 29px/1 Poppins,sans-serif}.history-attempt-action{text-align:right}.history-attempt-action button,.history-state button,.attempt-coach-panel>button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 14px;border:0;border-radius:8px;color:#fff;background:#5b37a5;font:700 12px Poppins,sans-serif;cursor:pointer}.history-attempt-action button:hover,.history-state button:hover,.attempt-coach-panel>button:hover{background:#43277e}.history-attempt-action button svg,.attempt-coach-panel>button svg{width:15px}.history-attempt-action span{color:#8a857e;font-size:11px;line-height:1.45}.history-state{display:grid;justify-items:center;max-width:650px;margin:75px auto;padding:48px;text-align:center;border:1px solid #dedbd5;border-radius:17px;background:#fff}.history-state>svg{width:38px;height:38px;color:#6541b2}.history-state h2{margin:17px 0 6px;font:700 21px Poppins,sans-serif}.history-state p{margin:0 0 20px;color:#747069;line-height:1.6}.spinning{animation:history-spin 1s linear infinite}@keyframes history-spin{to{transform:rotate(360deg)}}.attempt-report-page{background:#f2f1ee}.attempt-report-disclaimer{display:flex;align-items:center;gap:11px;margin-bottom:14px;padding:11px 14px;border:1px solid #d8cfee;border-radius:9px;color:#49327e;background:#f0ebfb}.attempt-report-disclaimer svg{width:19px}.attempt-report-disclaimer span{display:grid;gap:2px}.attempt-report-disclaimer small{color:#6e6286}.attempt-report-identity{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;padding:30px 34px;border-radius:14px 14px 0 0;color:#fff;background:#21164b}.attempt-report-identity h1{margin:0;font:600 clamp(23px,3vw,34px)/1.2 Poppins,sans-serif}.attempt-report-identity p{margin:9px 0 0;color:#cbc4e0;font-size:12px}.attempt-overall-score{display:grid;width:132px;height:132px;place-content:center;border:2px solid #9c82dc;border-radius:50%;text-align:center;background:#fff;color:#24164c}.attempt-overall-score small,.attempt-overall-score span{font-size:10px;font-weight:700}.attempt-overall-score strong{margin:1px 0;font:700 46px/1 Poppins,sans-serif}.attempt-skill-report,.attempt-report-panel,.attempt-traits{padding:28px 30px;border:1px solid #dedbd5;background:#fff}.attempt-skill-report>header h2,.attempt-report-panel>header h2,.attempt-traits>header h2{margin:0;color:#26242a;font:700 21px Poppins,sans-serif}.attempt-skill-report>header>span,.attempt-report-panel>header>span,.attempt-traits>header>span{color:#6943b3}.attempt-skill-report>header p{margin:6px 0 0;color:#77716b;font-size:12px}.attempt-skill-report>div{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px}.attempt-skill-report article{padding:17px;border:1px solid #dfdbe6;border-radius:9px}.attempt-skill-report article.unavailable{opacity:.55}.attempt-skill-report article>span{display:flex;align-items:center;gap:7px;color:#5f5965;font-size:12px;font-weight:700}.attempt-skill-report article svg{width:16px;color:#6845b2}.attempt-skill-report article strong{display:block;margin:9px 0;color:#28242e;font:700 31px Poppins,sans-serif}.attempt-skill-report article i,.attempt-traits article i{display:block;height:6px;overflow:hidden;border-radius:5px;background:#ebe8ee}.attempt-skill-report article b,.attempt-traits article b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#5838a1,#a32b74)}.attempt-skill-report article small{display:block;margin-top:9px;color:#79727d;line-height:1.4}.attempt-report-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:14px;margin-top:14px}.attempt-report-panel{border-radius:11px}.attempt-breakdown-list{display:grid;gap:13px;margin-top:20px}.attempt-breakdown-list article{display:grid;grid-template-columns:minmax(150px,.6fr) 1fr 34px;gap:14px;align-items:center}.attempt-breakdown-list article>div{display:grid}.attempt-breakdown-list article small{color:#817b74}.attempt-breakdown-list article>i{height:8px;overflow:hidden;border-radius:8px;background:#ebe8e3}.attempt-breakdown-list article>i b{display:block;height:100%;background:#6944b1}.attempt-coach-panel{background:#fbf9ff}.coach-callout{display:flex;gap:11px;align-items:center;margin-top:14px;padding:13px;border-radius:8px}.coach-callout.risk{color:#8e2837;background:#fce7ea}.coach-callout.gain{color:#116a46;background:#e0f4e9}.coach-callout svg{width:20px}.coach-callout div{display:grid;gap:2px}.coach-callout small{font-weight:700}.attempt-coach-panel>p{color:#625b68;line-height:1.6}.attempt-traits{margin-top:14px;border-radius:11px}.attempt-traits>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:19px}.attempt-traits article{display:grid;grid-template-columns:1fr auto;gap:8px;padding:13px;border-radius:8px;background:#f5f3f7}.attempt-traits article i{grid-column:1 / -1}@media(max-width:980px){.history-attempt-card{grid-template-columns:42px minmax(0,1fr) 95px}.history-attempt-action{grid-column:2 / -1;text-align:left}.attempt-skill-report>div{grid-template-columns:repeat(2,1fr)}.attempt-report-grid{grid-template-columns:1fr}}@media(max-width:680px){.history-scores-page,.attempt-report-page{padding:15px 12px 45px}.history-scores-hero{grid-template-columns:1fr;padding:25px 20px}.history-hero-stat{min-width:0;text-align:left}.history-attempt-card{grid-template-columns:40px minmax(0,1fr);padding:15px 13px}.history-attempt-score{grid-column:1 / 2;padding:0;border:0}.history-attempt-action{grid-column:2}.history-attempt-title{display:grid}.attempt-status{justify-self:start}.attempt-report-identity{grid-template-columns:1fr;padding:24px 20px}.attempt-overall-score{width:112px;height:112px}.attempt-skill-report,.attempt-report-panel,.attempt-traits{padding:22px 17px}.attempt-skill-report>div{grid-template-columns:1fr}.attempt-breakdown-list article{grid-template-columns:minmax(120px,1fr) 55px}.attempt-breakdown-list article>i{grid-column:1 / -1;grid-row:2}}.history-scores-page{background:#f8f8fa}.history-scores-page>*{width:min(1180px,100%);margin-left:auto;margin-right:auto}.history-scores-toolbar{margin-bottom:18px}.history-scores-toolbar button{border-color:#e4e4e7;border-radius:10px;color:#52525b;box-shadow:0 1px 2px #18181b0a}.history-scores-toolbar button:hover{border-color:#c4b5fd;color:#5b21b6;background:#faf8ff}.history-scores-hero{position:relative;grid-template-columns:minmax(0,1fr) auto;gap:32px;padding:28px 30px;overflow:hidden;border:1px solid #e4e4e7;border-radius:16px;color:#18181b;background:#fff;box-shadow:0 1px 2px #18181b08,0 8px 28px #18181b09}.history-scores-hero:before{position:absolute;inset:0 auto 0 0;width:4px;content:"";background:#6d4aff}.history-scores-hero .history-hero-copy>span{display:block;margin-bottom:8px;color:#6d4aff;font:750 10px/1.2 Poppins,sans-serif;letter-spacing:.14em}.history-scores-hero h1{margin:0;color:#18181b;font:650 clamp(28px,3vw,38px)/1.12 Poppins,sans-serif;letter-spacing:-.035em}.history-scores-hero p{margin:9px 0 0;color:#71717a;font-size:14px;line-height:1.55}.history-overview-strip{display:grid;grid-template-columns:repeat(3,minmax(86px,1fr));min-width:310px;overflow:hidden;border:1px solid #e4e4e7;border-radius:12px;background:#fafafa}.history-overview-strip>span{display:grid;gap:3px;align-content:center;min-height:72px;padding:12px 17px}.history-overview-strip>span+span{border-left:1px solid #e4e4e7}.history-overview-strip strong{color:#27272a;font:650 22px/1 Poppins,sans-serif}.history-overview-strip small{color:#71717a;font:600 10px/1.35 Poppins,sans-serif;white-space:nowrap}.history-filter-bar{width:fit-content;max-width:100%;margin-top:18px;margin-right:max(0px,calc((100% - min(1180px,100%))/2));margin-bottom:30px;padding:4px;border-color:#e4e4e7;border-radius:11px;background:#f0f0f2}.history-filter-bar button{min-height:36px;padding:0 12px;border-radius:8px;color:#71717a;font-size:11px}.history-filter-bar button span{min-width:19px;height:19px;color:#71717a;background:#e4e4e7;font-size:9px}.history-filter-bar button.active{color:#27272a;background:#fff;box-shadow:0 1px 3px #18181b14}.history-filter-bar button.active span{color:#5b21b6;background:#ede9fe}.history-attempt-sections{gap:28px}.history-attempt-group{padding:0}.history-attempt-group.featured,.history-attempt-group.processing{padding:20px;border:1px solid #e4e4e7;border-radius:15px;background:#fff}.history-attempt-group.featured{border-color:#ddd6fe;background:#f7f5ff}.history-attempt-group.processing{background:#fffdf8}.history-attempt-group>header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:12px}.history-attempt-group>header h2{color:#27272a;font:650 17px/1.3 Poppins,sans-serif;letter-spacing:-.015em}.history-attempt-group>header p{margin-top:4px;color:#71717a;font-size:11px}.history-attempt-group>header>span{flex:0 0 auto;color:#a1a1aa;font:650 10px Poppins,sans-serif}.history-attempt-list{gap:8px}.history-attempt-card{grid-template-columns:42px minmax(0,1fr) 96px 138px;gap:14px;min-height:92px;padding:15px 16px;border:1px solid #e4e4e7;border-left:1px solid #e4e4e7;border-radius:11px;background:#fff;box-shadow:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.history-attempt-card:hover{border-color:#d4d4d8;box-shadow:0 5px 18px #18181b0e;transform:translateY(-1px)}.history-attempt-card.active{border-color:#cfc5ff}.history-attempt-card.pending{border-color:#ede7da}.history-attempt-card.ready,.history-attempt-card.failed{border-left-color:#e4e4e7}.history-attempt-icon{width:40px;height:40px;border-radius:10px;color:#52525b;background:#f4f4f5}.history-attempt-card.active .history-attempt-icon{color:#5b21b6;background:#ede9fe}.history-attempt-card.pending .history-attempt-icon{color:#9a6700;background:#fef3c7}.history-attempt-title h3{color:#27272a;font-size:13px;font-weight:650}.history-attempt-title>div>span{color:#a1a1aa;font-size:9px}.attempt-status{padding:5px 8px;color:#52525b;background:#f4f4f5}.attempt-status.active{color:#5b21b6;background:#ede9fe}.attempt-status.pending{color:#8a5a00;background:#fef3c7}.attempt-status.ready{color:#18794e;background:#e8f7ef}.attempt-status.failed{color:#b42336;background:#feecee}.history-attempt-meta{margin-top:7px;color:#8b8b94;font-size:10px}.history-completion{margin-top:9px}.history-completion i{height:5px;background:#ececf0}.history-completion b{background:#6d4aff}.history-attempt-score{border-left-color:#ececef}.history-attempt-score strong{color:#27272a;font-size:25px;font-weight:650}.history-attempt-action button{min-height:37px;border-radius:8px;background:#6d4aff;box-shadow:0 1px 2px #4c1d952e}.history-attempt-action button:hover{background:#5b3ee6}.history-attempt-card.ready .history-attempt-action button{border:1px solid #dedee3;color:#3f3f46;background:#fff;box-shadow:none}.history-attempt-card.ready .history-attempt-action button:hover{border-color:#c4b5fd;color:#5b21b6;background:#faf8ff}@media(max-width:760px){.history-scores-hero{grid-template-columns:1fr;gap:20px;padding:23px 20px}.history-overview-strip{min-width:0}.history-filter-bar{width:100%}.history-filter-bar button{flex:1 0 auto}.history-attempt-group.featured,.history-attempt-group.processing{padding:14px}.history-attempt-card{grid-template-columns:40px minmax(0,1fr) 86px}.history-attempt-action{grid-column:2 / -1;text-align:left}}@media(max-width:520px){.history-overview-strip>span{min-height:64px;padding:10px}.history-overview-strip strong{font-size:19px}.history-attempt-group>header{align-items:flex-start}.history-attempt-card{grid-template-columns:38px minmax(0,1fr)}.history-attempt-score{grid-column:1}.history-attempt-action{grid-column:2}}.attempt-report-page{--report-brand:#a84262;--report-brand-strong:#7f2f4a;--report-rose:#ef6f78;--report-gold:#f5c94a;--report-ink:#382c30;--report-body:#514c47;--report-muted:#796a6f;--report-line:#eadde1;color:var(--report-body);background:linear-gradient(155deg,#fff,#fffdfa 48%,#fdf8f9)}.attempt-report-page .history-scores-toolbar button:hover{border-color:var(--report-brand);color:var(--report-brand-strong)}.attempt-report-disclaimer{border-color:var(--report-line);color:var(--report-brand-strong);background:#fdf4f7}.attempt-report-disclaimer small{color:var(--report-muted)}.attempt-report-identity{border:1px solid #6f293f;border-bottom:0;color:#fff;background:linear-gradient(125deg,#382c30,#7f2f4a 72%,#9d3d5c);box-shadow:0 16px 38px #3f2c3224}.attempt-report-identity>div:first-child>span{color:#ffe8ee}.attempt-report-identity h1{font-weight:300;letter-spacing:-.035em;text-shadow:0 2px 10px rgba(30,13,20,.18)}.attempt-report-identity p{color:#f5dfe5}.attempt-overall-score{border-color:#fff3;background:#ffffff1a}.attempt-skill-report{border-color:var(--report-line)}.attempt-skill-report>header h2,.attempt-traits>header h2{color:var(--report-ink);font-weight:400;letter-spacing:-.025em}.attempt-skill-report>header>span,.attempt-traits>header>span{color:var(--report-brand)}.attempt-skill-report article>i b,.attempt-traits article>i b{background:var(--report-brand)}.attempt-score-origin{margin-top:14px;padding:clamp(22px,3vw,34px);border:1px solid var(--report-line);border-radius:15px;background:#fff;box-shadow:0 12px 32px #3f2c320e}.attempt-score-origin-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end}.attempt-score-origin-header>div:first-child>span,.attempt-coaching-section>header span{display:block;margin-bottom:8px;color:var(--report-brand);font:800 10px/1.2 Poppins,sans-serif;letter-spacing:.14em}.attempt-score-origin-header h2,.attempt-coaching-section h2{margin:0;color:var(--report-ink);font:300 clamp(23px,2.7vw,32px)/1.2 Poppins,sans-serif;letter-spacing:-.035em;text-shadow:0 1px 0 #fff}.attempt-score-origin-header p,.attempt-coaching-section>header p{max-width:760px;margin:9px 0 0;color:var(--report-muted);font-size:12px;line-height:1.65}.attempt-score-summary{display:grid;grid-template-columns:repeat(3,minmax(100px,1fr));border:1px solid var(--report-line);border-radius:12px;background:#fffdfa;overflow:hidden}.attempt-score-summary>span{min-width:112px;padding:13px 15px;display:grid;gap:4px;border-left:1px solid var(--report-line)}.attempt-score-summary>span:first-child{border-left:0}.attempt-score-summary strong{color:var(--report-ink);font-size:17px}.attempt-score-summary small{color:var(--report-muted);font-size:9px;line-height:1.3}.score-scale-explainer{display:flex;gap:10px;margin:20px 0 18px;padding:12px 14px;border-left:3px solid var(--report-brand);border-radius:0 10px 10px 0;background:#fdf4f7;color:var(--report-body)}.score-scale-explainer svg{width:18px;flex:0 0 18px;color:var(--report-brand)}.score-scale-explainer p{margin:0;font-size:11px;line-height:1.65}.score-scale-explainer strong{color:var(--report-ink)}.attempt-breakdown-list{gap:10px;margin-top:0}.attempt-breakdown-list .score-evidence-row{display:block;padding:16px 17px;border:1px solid var(--report-line);border-radius:12px;background:#fffdfa;box-shadow:inset 0 1px #fff}.score-evidence-row.is-missing{border-color:#efcbd2;background:#fff9fa}.score-evidence-row.is-target{border-color:#dce8d7;background:#fbfefa}.score-evidence-main{display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:12px;align-items:center}.score-evidence-index{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;color:#fff;background:var(--report-brand);font:800 11px Poppins,sans-serif}.is-missing .score-evidence-index{background:#d36a73}.is-target .score-evidence-index{background:#5d9d65}.score-evidence-title{min-width:0;display:grid;gap:3px}.score-evidence-title>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.score-evidence-title strong{color:var(--report-ink);font-size:13px}.score-evidence-title>div span{padding:3px 7px;border-radius:6px;color:#765716;background:#fff5d4;font-size:8px;font-weight:800}.score-evidence-title>small{color:var(--report-muted);font-size:10px}.score-evidence-value{display:flex;align-items:baseline;gap:3px;color:var(--report-muted)}.score-evidence-value strong{color:var(--report-ink);font-size:23px;line-height:1}.score-evidence-value span{font-size:10px;font-weight:700}.score-evidence-scale{position:relative;margin:15px 1px 9px;padding-top:2px;display:flex;justify-content:space-between;color:#9a9189;font-size:8px;font-weight:700}.score-evidence-scale>i{position:absolute;top:0;left:0;right:0;height:7px;overflow:visible;border-radius:7px;background:#eee9e7}.score-evidence-scale>i b{display:block;height:100%;max-width:100%;border-radius:inherit;background:linear-gradient(90deg,var(--report-brand),var(--report-rose))}.is-missing .score-evidence-scale>i b{background:#d36a73}.is-target .score-evidence-scale>i b{background:#5d9d65}.score-evidence-scale>i em{position:absolute;top:-4px;width:2px;height:15px;background:#9b751a;box-shadow:0 0 0 2px #fff8df}.score-evidence-scale>span{margin-top:10px}.score-target-label{position:absolute;top:10px;translate:-50% 0;color:#866514;white-space:nowrap}.score-evidence-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:13px}.score-evidence-metrics>span{min-width:0;padding:9px 10px;display:grid;grid-template-columns:16px minmax(0,1fr);column-gap:6px;border:1px solid rgba(234,221,225,.8);border-radius:8px;background:#fff}.score-evidence-metrics svg{grid-row:1/3;width:15px;color:var(--report-brand)}.score-evidence-metrics small{overflow:hidden;color:var(--report-muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.score-evidence-metrics strong{overflow:hidden;color:var(--report-ink);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.score-trait-strip{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.score-trait-strip>span{min-width:92px;padding:7px 9px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:7px;background:#f8f2f4}.score-trait-strip small{color:var(--report-muted);font-size:8px}.score-trait-strip strong{color:var(--report-brand-strong);font-size:11px}.score-evidence-guidance{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.score-evidence-guidance p{margin:0;padding:10px 11px;display:flex;gap:8px;border-radius:8px;background:#fdf1f3}.score-evidence-guidance p:last-child{background:#fff8df}.score-evidence-guidance svg{width:15px;flex:0 0 15px;color:#b04d58}.score-evidence-guidance p:last-child svg{color:#9b751a}.score-evidence-guidance span{display:grid;gap:2px}.score-evidence-guidance small{color:var(--report-muted);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.score-evidence-guidance strong{color:var(--report-ink);font-size:10px;line-height:1.5}.score-evidence-empty{display:flex;gap:12px;padding:20px;border:1px dashed #d8c7cc;border-radius:11px;color:var(--report-brand);background:#fdf9fa}.score-evidence-empty svg{width:20px;flex:0 0 20px}.score-evidence-empty strong{color:var(--report-ink)}.score-evidence-empty p{margin:4px 0 0;color:var(--report-muted);font-size:11px;line-height:1.6}.attempt-coaching-section{margin-top:14px;padding:clamp(22px,3vw,34px);border:1px solid var(--report-line);border-radius:15px;background:#fffdfa}.attempt-coaching-section>header{display:flex;align-items:end;justify-content:space-between;gap:24px}.attempt-coaching-section>header button{min-height:43px;padding:0 16px;display:inline-flex;align-items:center;gap:8px;border:0;border-radius:10px;color:#503a08;background:linear-gradient(135deg,#f7d35f,#f5c94a);font:800 11px Poppins,sans-serif;cursor:pointer;box-shadow:0 7px 15px #b789112e;white-space:nowrap}.attempt-coaching-section>header button svg{width:16px}.attempt-coaching-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:20px}.attempt-coaching-grid .coach-callout{margin:0;min-height:100px;border:1px solid var(--report-line);border-radius:11px;background:#fff}.attempt-coaching-grid .coach-callout.risk{border-left:3px solid #d36a73;background:#fff7f8}.attempt-coaching-grid .coach-callout.gain{border-left:3px solid #5d9d65;background:#f8fcf7}.attempt-coaching-grid .coach-callout.speed{border-left:3px solid var(--report-gold);background:#fffaf0}.attempt-coaching-grid .coach-callout small{font-size:9px}.attempt-coaching-grid .coach-callout strong{font-size:11px;line-height:1.55}.attempt-priority-actions{margin:12px 0 0;padding:0;display:grid;gap:7px;list-style:none}.attempt-priority-actions li{padding:10px 12px;display:grid;grid-template-columns:26px minmax(0,1fr);gap:10px;border-top:1px solid var(--report-line)}.attempt-priority-actions li>span{display:grid;width:24px;height:24px;place-items:center;border-radius:7px;color:#fff;background:var(--report-brand);font:800 10px Poppins,sans-serif}.attempt-priority-actions strong{color:var(--report-ink);font-size:11px}.attempt-priority-actions p{margin:2px 0 0;color:var(--report-muted);font-size:10px;line-height:1.55}@media(max-width:900px){.attempt-score-origin-header{grid-template-columns:1fr}.attempt-score-summary{width:100%}.attempt-coaching-section>header{align-items:flex-start;flex-direction:column}.attempt-coaching-grid{grid-template-columns:1fr}.attempt-coaching-section>header button{width:100%;justify-content:center}}@media(max-width:620px){.attempt-score-origin,.attempt-coaching-section{padding:19px 14px}.attempt-score-summary{grid-template-columns:1fr}.attempt-score-summary>span{grid-template-columns:70px 1fr;align-items:center;border-left:0;border-top:1px solid var(--report-line)}.attempt-score-summary>span:first-child{border-top:0}.score-evidence-row{padding:14px 12px}.score-evidence-main{grid-template-columns:30px minmax(0,1fr)}.score-evidence-value{grid-column:2}.score-evidence-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.score-evidence-guidance{grid-template-columns:1fr}.score-target-label{font-size:7px}.score-scale-explainer{align-items:flex-start}}.attempt-report-page{box-sizing:border-box;display:flex;flex-direction:column}.attempt-report-page>*{box-sizing:border-box;width:min(1180px,100%);margin-right:auto;margin-left:auto}.attempt-report-page>.history-scores-toolbar{order:0}.attempt-report-page>.attempt-report-disclaimer{order:1}.attempt-report-page>.attempt-report-identity{order:2}.attempt-report-page>.attempt-skill-report{order:3}.attempt-report-page>.attempt-coaching-section{order:4}.attempt-report-page>.attempt-score-origin{order:5}.attempt-report-page>.attempt-traits{order:6}.attempt-overall-score{box-sizing:border-box;width:166px;height:166px;padding:17px;border:5px solid rgba(255,255,255,.36);color:var(--report-brand-strong);background:linear-gradient(145deg,#fffdf8,#fff6dc);box-shadow:0 12px 30px #2c141d3d,inset 0 0 0 1px #7f2f4a1a}.attempt-overall-score>small:first-child{color:#796a6f;font-size:10px;letter-spacing:.08em;text-transform:uppercase}.attempt-overall-score strong{margin:2px 0 0;color:#7f2f4a;font-size:52px}.attempt-overall-score>span{color:#796a6f}.attempt-overall-score>em{margin-top:7px;color:#5f263a;font-size:10px;font-style:normal;font-weight:800}.attempt-overall-score>small:last-child{margin-top:2px;color:#866514;font-size:8px}.question-review-tools{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.question-review-filters,.question-review-expand-actions{display:flex;gap:7px;flex-wrap:wrap}.question-review-filters button,.question-review-expand-actions button{min-height:40px;border:1px solid var(--report-line);border-radius:9px;color:var(--report-body);background:#fff;font:700 11px Poppins,sans-serif;cursor:pointer}.question-review-filters button{display:inline-flex;align-items:center;gap:8px;padding:0 11px}.question-review-filters button span{display:grid;min-width:21px;height:21px;place-items:center;border-radius:6px;color:var(--report-muted);background:#f4edef;font-size:9px}.question-review-filters button.active{border-color:#c98298;color:var(--report-brand-strong);background:var(--report-brand-soft, #fbeef2);box-shadow:0 0 0 2px #a8426214}.question-review-filters button.active span{color:#fff;background:var(--report-brand)}.question-review-expand-actions button{padding:0 11px;color:var(--report-brand-strong);background:transparent}.question-review-filters button:focus-visible,.question-review-expand-actions button:focus-visible,.question-review-trigger:focus-visible,.question-practice-action button:focus-visible{outline:3px solid rgba(239,111,120,.35);outline-offset:2px}.question-review-list{display:grid;gap:11px}.question-review-card{overflow:hidden;border:1px solid var(--report-line);border-left:4px solid #d36a73;border-radius:13px;background:#fff;box-shadow:0 5px 18px #3f2c320b}.question-review-card.is-target{border-left-color:#5d9d65}.question-review-card.is-skipped{border-left-color:#b58d45}.question-review-trigger{width:100%;min-height:76px;padding:13px 15px;display:grid;grid-template-columns:34px minmax(0,1fr) auto 132px;gap:12px;align-items:center;border:0;color:var(--report-body);background:#fffdfa;text-align:left;cursor:pointer}.question-review-trigger:hover{background:#fff8f9}.question-review-trigger[aria-expanded=true]{background:#fdf4f7}.question-review-number{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;color:#fff;background:#d36a73;font:800 11px Poppins,sans-serif}.is-target .question-review-number{background:#5d9d65}.is-skipped .question-review-number{background:#a77b2d}.question-review-title{min-width:0;display:grid;gap:2px}.question-review-title small{overflow:hidden;color:var(--report-muted);font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.question-review-title strong{color:var(--report-ink);font-size:13px}.question-review-title em{color:#a43e50;font-size:9px;font-style:normal;font-weight:800}.is-target .question-review-title em{color:#3f7e48}.is-skipped .question-review-title em{color:#866514}.question-review-score{display:grid;justify-items:end}.question-review-score small{color:var(--report-muted);font-size:8px}.question-review-score strong{color:var(--report-ink);font-size:20px}.question-review-score strong em{margin-left:2px;color:var(--report-muted);font-size:9px;font-style:normal}.question-review-toggle{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #dfcbd1;border-radius:9px;color:var(--report-brand-strong);background:#fff;font-size:10px;font-weight:800}.question-review-toggle svg{width:15px}.question-review-evidence{padding:clamp(15px,2.5vw,25px);border-top:1px solid var(--report-line);background:#fff;animation:question-evidence-enter .2s ease-out}@keyframes question-evidence-enter{0%{opacity:0;transform:translateY(-4px)}}.question-context-panel{padding:clamp(16px,2vw,22px);border:1px solid var(--report-line);border-radius:13px;background:linear-gradient(150deg,#fff,#fffdfa)}.question-context-panel>header,.question-audio,.saved-recording{display:flex;gap:10px;align-items:flex-start}.question-context-panel>header svg,.question-audio>svg,.saved-recording>svg{width:20px;flex:0 0 20px;color:var(--report-brand)}.question-context-panel>header span,.question-audio>span,.saved-recording>span{min-width:0;display:grid;gap:3px}.question-context-panel header small,.question-audio small,.question-answer-panel header small,.saved-recording small{color:var(--report-muted);font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.question-context-panel header strong,.saved-recording strong{color:var(--report-ink);font-size:12px}.question-context-copy,.question-context-unavailable{max-width:82ch;margin:17px 0 0;color:var(--report-body);font-size:13px;line-height:1.75;white-space:pre-wrap}.question-context-unavailable{color:var(--report-muted);font-style:italic}.question-context-panel>img{display:block;max-width:min(720px,100%);max-height:430px;margin-top:17px;border:1px solid var(--report-line);border-radius:11px;object-fit:contain}.question-audio,.saved-recording{margin-top:16px;padding:12px;border-radius:10px;background:#fdf4f7}.question-audio audio,.saved-recording audio{width:min(460px,100%);height:36px}.question-option-review{display:grid;gap:7px;margin-top:17px}.question-option-review>div{min-height:45px;padding:9px 11px;display:grid;grid-template-columns:25px minmax(0,1fr) auto;gap:9px;align-items:center;border:1px solid var(--report-line);border-radius:9px;background:#fff}.question-option-review>div>span{display:grid;width:24px;height:24px;place-items:center;border-radius:7px;color:var(--report-muted);background:#f3eeee;font-size:9px;font-weight:800}.question-option-review p{margin:0;color:var(--report-body);font-size:11px;line-height:1.55}.question-option-review small{color:var(--report-muted);font-size:8px;font-weight:800}.question-option-review>div.is-selected{border-color:#d69aac;background:#fff7f9}.question-option-review>div.is-correct{border-color:#a9cfae;background:#f7fcf7}.question-option-review>div.is-correct>span{color:#fff;background:#5d9d65}.question-option-review>div.is-selected:not(.is-correct)>span{color:#fff;background:#d36a73}.question-answer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:11px}.question-answer-panel{min-width:0;padding:16px;border:1px solid var(--report-line);border-top:3px solid var(--report-brand);border-radius:11px;background:snow}.question-answer-panel.model{border-top-color:#d0a82d;background:#fffdf5}.question-answer-panel>p{margin:10px 0 0;color:var(--report-body);font-size:12px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}.question-answer-panel>p.is-empty{color:var(--report-muted);font-style:italic}.question-trait-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:7px;margin-top:11px}.question-trait-grid>span{padding:9px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--report-line);border-radius:8px;background:#fffdfa}.question-trait-grid small{color:var(--report-muted);font-size:8px}.question-trait-grid strong{color:var(--report-ink);font-size:12px}.question-learning-guidance{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:11px}.question-learning-guidance p{margin:0;padding:13px;display:flex;gap:9px;border-radius:10px;background:#fdf1f3}.question-learning-guidance p:last-child{background:#fff8df}.question-learning-guidance svg{width:17px;flex:0 0 17px;color:#b04d58}.question-learning-guidance p:last-child svg{color:#9b751a}.question-learning-guidance span{display:grid;gap:3px}.question-learning-guidance small{color:var(--report-muted);font-size:8px;font-weight:800;text-transform:uppercase}.question-learning-guidance strong{color:var(--report-ink);font-size:10px;line-height:1.55}.question-practice-action{margin-top:12px;padding:13px 14px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #ead798;border-radius:11px;background:linear-gradient(100deg,#fffdf5,#fff7d9)}.question-practice-action>div{display:flex;align-items:center;gap:10px}.question-practice-action svg{width:19px;flex:0 0 19px;color:#9b751a}.question-practice-action span{display:grid;gap:2px}.question-practice-action strong{color:var(--report-ink);font-size:11px}.question-practice-action small{color:var(--report-muted);font-size:9px}.question-practice-action button{min-height:40px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #e1b92f;border-radius:9px;color:#5f4812;background:linear-gradient(#ffd958,#f5c94a);font:800 10px Poppins,sans-serif;cursor:pointer}.question-practice-action button svg{width:14px;color:currentColor}.legacy-question-evidence,.question-review-empty{padding:20px;display:flex;gap:12px;align-items:flex-start;border:1px dashed #d8c7cc;border-radius:11px;color:var(--report-brand);background:#fdf9fa}.legacy-question-evidence svg,.question-review-empty svg{width:20px;flex:0 0 20px}.legacy-question-evidence strong,.question-review-empty strong{color:var(--report-ink)}.legacy-question-evidence p{margin:4px 0 0;color:var(--report-muted);font-size:11px;line-height:1.6}.question-review-empty{display:grid;justify-items:center;color:#5d9d65;text-align:center}.question-review-empty span{color:var(--report-muted);font-size:10px}@media(max-width:760px){.attempt-overall-score{width:150px;height:150px}.question-review-tools{align-items:stretch;flex-direction:column}.question-review-expand-actions{justify-content:flex-end}.question-review-trigger{grid-template-columns:32px minmax(0,1fr) auto}.question-review-toggle{grid-column:2 / -1;justify-self:stretch}.question-answer-grid,.question-learning-guidance{grid-template-columns:1fr}.question-practice-action{align-items:stretch;flex-direction:column}.question-practice-action button{width:100%}}@media(max-width:480px){.question-review-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.question-review-filters button{justify-content:space-between}.question-review-expand-actions button{flex:1}.question-review-trigger{padding:12px 10px}.question-review-score small{display:none}.question-review-toggle span{font-size:9px}.question-option-review>div{grid-template-columns:25px minmax(0,1fr)}.question-option-review>div>small{grid-column:2}}@media(prefers-reduced-motion:reduce){.question-review-evidence{animation:none}}.mt-drawer-backdrop{position:fixed;inset:0;background-color:#0006;z-index:4000;opacity:0;visibility:hidden;transition:all .3s ease;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.mt-drawer-backdrop.open{opacity:1;visibility:visible}.mt-drawer-shell{position:fixed;top:0;right:0;bottom:0;width:750px;max-width:100vw;background-color:#fbfcfd;z-index:4001;display:flex;flex-direction:column;box-shadow:-10px 0 40px #00000026;transform:translate(100%);transition:transform .35s cubic-bezier(.2,.9,.2,1);font-family:Poppins,sans-serif}.mt-drawer-shell.open{transform:translate(0)}.mt-drawer-header{padding:24px 32px 16px;background:#fff;border-bottom:1px solid rgba(0,0,0,.06)}.mt-title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.mt-title-stack h2{margin:0;font-size:24px;color:#2d3436;font-weight:800}.mt-title-stack p{margin:4px 0 0;font-size:14px;color:#636e72}.mt-close-btn{background:none;border:none;cursor:pointer;color:#b2bec3;padding:4px;transition:color .2s}.mt-close-btn:hover{color:#ff4b4b}.mt-tabs-scroll{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.mt-tabs-scroll::-webkit-scrollbar{display:none}.mt-tab-pill{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:12px;background:#f0f2f5;border:none;color:#636e72;font-weight:600;cursor:pointer;transition:all .2s;font-size:14px;white-space:nowrap}.mt-tab-pill:hover{background:#e4e6eb}.mt-tab-pill.active{background:var(--tab-color);color:#fff;box-shadow:0 4px 12px #0000001a}.mt-drawer-body{flex-grow:1;overflow-y:auto;padding:32px;display:flex;flex-direction:column;gap:32px;position:relative}.fade-in{animation:fadeIn .4s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mt-status-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase}.mt-status-badge.good{background:#eaffea;color:#58cc02}.mt-status-badge.warn{background:#fff4ea;color:#ff9600}.mt-delta-chip{display:inline-block;background:#f0f7fb;color:#1cb0f6;padding:8px 14px;border-radius:12px;font-size:13px;align-self:flex-start;margin-top:4px}.mt-section-title{margin:0 0 16px;font-size:18px;font-weight:700;color:#2d3436}.mt-insights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:32px}.mt-insight-card{background:#fff;padding:24px;border-radius:20px;border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 20px #00000005;transition:transform .2s,box-shadow .2s}.mt-insight-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000000a}.mt-insight-header{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#b2bec3;text-transform:uppercase;letter-spacing:.5px}.mt-insight-val{font-size:20px;font-weight:800;color:#2d3436;line-height:1.2}.mt-insight-card.blue .mt-insight-header{color:#1cb0f6}.mt-insight-card.red .mt-insight-header{color:#ff4b4b}.mt-insight-card.green .mt-insight-header{color:#58cc02}.mt-insight-card.purple .mt-insight-header{color:#a55eea}.mt-coach-card{display:flex;gap:16px;background:linear-gradient(135deg,#f0f7fb,#eaf8ff);border:1px solid #cbe9ff;border-radius:20px;padding:24px;align-items:flex-start}.mt-coach-avatar{font-size:32px;background:#fff;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #1cb0f626;flex-shrink:0}.mt-coach-text h4{margin:0 0 8px;font-size:15px;color:#1899d6;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.mt-coach-text p{margin:0;font-size:14px;color:#2d3436;line-height:1.6}.mt-history-section{border-top:2px dashed rgba(0,0,0,.06);padding-top:32px;margin-top:8px}.mt-history-header{margin-bottom:24px}.mt-history-title{font-size:20px;font-weight:800;color:#2d3436;margin:0 0 4px;display:flex;align-items:center;gap:8px}.mt-history-subtitle{font-size:14px;color:#636e72;margin:0}.mt-history-filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:12px}.mt-filter-group{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.mt-filter-group::-webkit-scrollbar{display:none}.mt-history-chip{background:#fff;border:1px solid #e4e6eb;color:#636e72;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.mt-history-chip:hover{border-color:#b2bec3}.mt-history-chip.active{background:#2d3436;color:#fff;border-color:#2d3436}.mt-sort-select{background:transparent;border:none;color:#b2bec3;font-weight:600;font-size:13px;font-family:Poppins,sans-serif;cursor:pointer;outline:none}.mt-history-list{display:flex;flex-direction:column;gap:16px}.mt-history-card{background:#fff;border-radius:20px;padding:20px;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 15px #00000005;transition:all .2s cubic-bezier(.165,.84,.44,1);display:flex;flex-direction:column;gap:16px}.mt-history-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000000f;border-color:#1cb0f64d}.mt-hc-top{display:flex;justify-content:space-between;align-items:flex-start}.mt-hc-info{display:flex;flex-direction:column;gap:6px}.mt-hc-type-row{display:flex;align-items:center;gap:8px}.mt-hc-type{font-size:13px;font-weight:700;color:#1cb0f6;background:#eaf8ff;padding:4px 10px;border-radius:8px;text-transform:uppercase;letter-spacing:.5px}.mt-hc-date{font-size:14px;font-weight:600;color:#2d3436;display:flex;align-items:center;gap:6px}.mt-hc-score-box{background:#fbfcfd;border:1px solid #e4e6eb;border-radius:12px;padding:8px 16px;text-align:center;display:flex;flex-direction:column;justify-content:center;min-width:70px}.mt-hc-score-label{font-size:10px;font-weight:700;color:#b2bec3;text-transform:uppercase;margin-bottom:2px}.mt-hc-score-val{font-size:20px;font-weight:800;color:#2d3436;line-height:1}.mt-hc-summary{font-size:14px;color:#636e72;line-height:1.5;font-style:italic}.mt-hc-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f0f2f5;padding-top:16px;flex-wrap:wrap;gap:16px}.mt-hc-metrics{display:flex;gap:16px;flex-wrap:wrap}.mt-hc-metric{display:flex;align-items:center;gap:6px;font-size:13px;color:#636e72;font-weight:500}.mt-hc-metric span{color:#2d3436;font-weight:700}.mt-btn-view-report{background:#fff;color:#2d3436;border:2px solid #e4e6eb;padding:8px 16px;border-radius:12px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.mt-btn-view-report:hover{background:#2d3436;color:#fff;border-color:#2d3436}.mt-report-detail-view{display:flex;flex-direction:column;gap:24px;animation:slideInRight .3s cubic-bezier(.175,.885,.32,1)}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.mt-rd-back-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:none;color:#636e72;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;cursor:pointer;padding:0;transition:color .2s;margin-bottom:8px}.mt-rd-back-btn:hover{color:#1cb0f6}.mt-rd-header-card{background:linear-gradient(135deg,#2d3436,#1e272e);border-radius:24px;padding:32px;color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 30px #2d343626;flex-wrap:wrap;gap:24px}.mt-rd-header-info{display:flex;flex-direction:column;gap:8px}.mt-rd-attempt-tag{background:#ffffff1a;display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;align-self:flex-start}.mt-rd-header-info h2{margin:0;font-size:28px;font-weight:800}.mt-rd-header-info p{margin:0;font-size:15px;color:#b2bec3;display:flex;align-items:center;gap:8px}.mt-rd-score-hero{background:#fff;color:#2d3436;padding:16px 32px;border-radius:20px;display:flex;flex-direction:column;align-items:center;min-width:120px;box-shadow:0 8px 20px #0000001a}.mt-rd-score-hero .label{font-size:12px;font-weight:700;color:#b2bec3;text-transform:uppercase;margin-bottom:4px}.mt-rd-score-hero .val{font-size:42px;font-weight:800;line-height:1}.mt-rd-snapshot{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.mt-rd-snap-box{background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:16px;padding:16px;text-align:center;display:flex;flex-direction:column;gap:8px;box-shadow:0 4px 15px #00000005}.mt-rd-snap-label{font-size:12px;font-weight:700;color:#636e72;text-transform:uppercase}.mt-rd-snap-score{font-size:24px;font-weight:800;color:#2d3436}.mt-rd-snap-box.blue .mt-rd-snap-score{color:#1cb0f6}.mt-rd-snap-box.red .mt-rd-snap-score{color:#ff4b4b}.mt-rd-snap-box.green .mt-rd-snap-score{color:#58cc02}.mt-rd-snap-box.purple .mt-rd-snap-score{color:#a55eea}.mt-rd-summary-card{background:#f0f7fb;border-left:4px solid #1cb0f6;padding:20px 24px;border-radius:8px 16px 16px 8px;font-size:15px;color:#2d3436;line-height:1.6}@media(max-width:768px){.mt-drawer-shell{top:auto;bottom:0;width:100vw;height:90svh;border-radius:24px 24px 0 0;transform:translateY(100%)}.mt-drawer-header:before{content:"";display:block;width:40px;height:5px;background:#dfe6e9;border-radius:10px;margin:0 auto 16px}.mt-drawer-header{padding:16px 20px;border-radius:24px 24px 0 0}.mt-title-stack h2{font-size:20px}.mt-drawer-body{padding:20px;padding-bottom:env(safe-area-inset-bottom,40px)}.mt-delta-chip{align-self:center}.mt-insights-grid{grid-template-columns:1fr}.mt-hc-top{flex-direction:column;gap:16px}.mt-hc-score-box{width:100%;flex-direction:row;justify-content:space-between;align-items:center;padding:12px 16px}.mt-hc-bottom{flex-direction:column;align-items:stretch}.mt-btn-view-report{justify-content:center}.mt-rd-header-card{flex-direction:column;align-items:stretch;padding:24px;text-align:center}.mt-rd-attempt-tag{align-self:center}.mt-rd-header-info p{justify-content:center}.mt-rd-snapshot{grid-template-columns:repeat(2,1fr)}}.mt-catalog-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:16px;border-top:1px dashed #eee}.catalog-chip{font-size:11px;font-weight:600;padding:4px 10px;border-radius:12px;background:#f8f9fa;color:#636e72;border:1px solid #e4e6eb;text-transform:uppercase;letter-spacing:.5px}.mt-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;color:#636e72;height:100%;gap:12px}.mt-empty-state h3{font-size:20px;color:#2d3436;margin:16px 0 8px;font-weight:700}.mt-empty-state p{font-size:14px;max-width:300px;margin:0 0 24px;line-height:1.5}.mt-btn-primary{background:#2d3436;color:#fff;border:none;padding:12px 24px;border-radius:12px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.mt-btn-primary:hover{background:#1e272e}.mt-info-banner{display:flex;align-items:center;gap:12px;background:#fff4ea;border:1px solid #ffe1c4;color:#d48806;padding:12px 16px;border-radius:12px;font-size:13px;font-weight:500}.skeleton-pulse{background:linear-gradient(90deg,#f0f2f5 25%,#e4e6eb,#f0f2f5 75%);background-size:200% 100%;animation:skeletonLoading 1.5s infinite}@keyframes skeletonLoading{0%{background-position:200% 0}to{background-position:-200% 0}}.mt-overall-hero-container{display:flex;flex-direction:column;gap:24px;background:#fff;border-radius:24px;padding:32px 24px;box-shadow:0 8px 30px #00000008;border:1px solid rgba(0,0,0,.04);align-items:center;text-align:center}.mt-overall-center-stage{display:flex;flex-direction:column;align-items:center;gap:16px}.mt-overall-circle{width:140px;height:140px;border-radius:50%;background:#fff;border:8px solid #f0f2f5;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 4px 10px #00000005,0 8px 20px #0000000d;position:relative}.mt-overall-circle:before{content:"";position:absolute;inset:-8px;border-radius:50%;border:4px solid transparent;border-top-color:var(--theme-color, #d48806);border-right-color:var(--theme-color, #d48806);transform:rotate(-45deg)}.mt-oc-val{font-size:48px;font-weight:800;color:#2d3436;line-height:1;margin-bottom:4px}.mt-oc-label{font-size:11px;font-weight:700;color:#b2bec3;text-transform:uppercase;letter-spacing:.5px}.mt-overall-readiness-pill{display:flex;align-items:center;gap:12px;background:#fbfcfd;border:1px solid #e4e6eb;padding:8px 16px;border-radius:20px}.mt-readiness-text{font-size:13px;font-weight:600;color:#636e72}.mt-overall-skills-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;width:100%;margin-top:8px}.mt-os-card{display:flex;align-items:center;gap:8px;background:#f8f9fa;border:1px solid #eee;padding:10px 16px;border-radius:16px;min-width:130px}.mt-os-dot{width:10px;height:10px;border-radius:50%}.mt-os-label{font-size:13px;font-weight:600;color:#2d3436;flex-grow:1;text-align:left}.mt-os-score{font-size:16px;font-weight:800}.mt-section-stats-row,.mt-stat-pill{display:none}.mt-table-card{background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.04);box-shadow:0 4px 15px #00000005;overflow:hidden}.mt-performance-table{width:100%;border-collapse:collapse;text-align:left}.mt-performance-table thead th{background:#fbfcfd;padding:16px;font-size:12px;font-weight:700;color:#b2bec3;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #f0f2f5}.mt-performance-table tbody tr{border-bottom:1px solid #f0f2f5;transition:background-color .2s}.mt-performance-table tbody tr:last-child{border-bottom:none}.mt-performance-table tbody tr:hover{background-color:#fbfcfd}.mt-performance-table td{padding:16px;vertical-align:middle}.mt-pt-name-wrap{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600;color:#2d3436}.mt-pt-dot{width:12px;height:12px;border-radius:4px}.mt-pt-col-score{font-size:15px;color:#636e72}.mt-pt-col-score strong{font-size:18px;color:#2d3436;font-weight:800}.mt-pt-max{font-size:12px;color:#b2bec3;font-weight:500;margin-left:4px}.mt-pt-badge{padding:6px 12px;border-radius:12px;font-size:12px;font-weight:700;display:inline-block;text-align:center;min-width:80px}.mt-pt-badge.good{background:#eaffea;color:#58cc02}.mt-pt-badge.warn{background:#ffeaea;color:#ff4b4b}.mt-pt-badge.neutral{background:#f0f2f5;color:#636e72}.mt-bd-trend{font-size:12px;font-weight:700;padding:4px 8px;border-radius:8px}.mt-bd-trend.up{background:#eaffea;color:#58cc02}.mt-bd-trend.down{background:#ffeaea;color:#ff4b4b}.mt-bd-trend.flat{background:#f0f2f5;color:#636e72}@media(max-width:600px){.mt-overall-skills-row{flex-direction:column;align-items:stretch}.mt-os-card{justify-content:space-between}.mt-performance-table thead{display:none}.mt-performance-table,.mt-performance-table tbody,.mt-performance-table tr,.mt-performance-table td{display:block;width:100%}.mt-performance-table tr{padding:16px 0;position:relative}.mt-performance-table td{padding:6px 16px;text-align:right;display:flex;justify-content:space-between;align-items:center}.mt-performance-table td:before{content:attr(data-label);font-size:12px;font-weight:600;color:#b2bec3;text-transform:uppercase}.mt-pt-col-name{justify-content:flex-start!important}}.mt-hc-task-mode{background-color:#f1f7ff;color:#0984e3;padding:2px 8px;border-radius:4px;border:1px solid #74b9ff;font-weight:600}.progress-page{width:100%;max-width:1120px;margin:0 auto;padding-bottom:64px;color:#182230;font-family:Poppins,sans-serif}.progress-toolbar{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px}.progress-toolbar button{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:#596579;font:600 11px Poppins,sans-serif;cursor:pointer}.progress-toolbar button:hover{background:#f0f2f5;color:#182230}.progress-toolbar svg{width:16px;height:16px}.progress-toolbar>div{display:flex;align-items:center;gap:7px}.progress-toolbar select{height:35px;padding:0 28px 0 10px;border:1px solid #dfe3e8;border-radius:8px;background:#fff;color:#596579;font:500 10px Poppins,sans-serif}.progress-toolbar .refresh{width:35px;height:35px;justify-content:center;padding:0;border:1px solid #dfe3e8;background:#fff}.progress-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:28px}.progress-intro>div:first-child>span,.progress-section-title>span,.progress-report-header>div:first-child>span{color:#9b7200;font-size:9px;font-weight:800;letter-spacing:.1em}.progress-intro h1{max-width:680px;margin:7px 0 8px;font-size:30px;line-height:1.22;letter-spacing:-.025em}.progress-intro p{max-width:720px;margin:0;color:#657185;font-size:12px;line-height:1.65}.progress-data-badge{min-width:190px;display:flex;align-items:flex-start;gap:10px;padding:13px;border:1px solid #ead89b;border-radius:12px;background:#fffdf5;color:#755900}.progress-data-badge svg{width:19px}.progress-data-badge span{display:grid}.progress-data-badge small{color:#7b8390;font-size:8px}.progress-data-badge strong{margin:2px 0;font-size:10px}.progress-data-badge em{color:#969daa;font-size:7px;font-style:normal}.progress-now{display:grid;grid-template-columns:minmax(320px,1.6fr) minmax(250px,1fr) 180px;align-items:stretch;gap:10px;margin-bottom:18px}.progress-now>div{padding:18px;border:1px solid #dfe4e9;border-radius:14px;background:#fff}.progress-score{display:flex;align-items:center;gap:17px;border-color:#e0c55f!important;background:#fffdf6!important}.progress-score-number{width:75px;height:75px;display:grid;place-content:center;text-align:center;border:6px solid #ecc848;border-radius:50%;background:#fff}.progress-score-number strong{font-size:25px;line-height:1}.progress-score-number small{font-size:8px;color:#7c8490}.progress-score>div:last-child>span,.progress-range>span{color:#8b6800;font-size:8px;font-weight:800;letter-spacing:.07em}.progress-score h2{margin:5px 0 3px;font-size:15px}.progress-score p,.progress-range p{margin:0;color:#7a8493;font-size:9px;line-height:1.5}.progress-meaning{display:flex;gap:10px}.progress-meaning>svg{width:20px;color:#9b7200}.progress-meaning strong{font-size:10px}.progress-meaning p{margin:4px 0 0;color:#687386;font-size:9px;line-height:1.55}.progress-range{display:flex;flex-direction:column;justify-content:center}.progress-range strong{margin:5px 0;font-size:26px}.progress-journey-steps{display:grid;grid-template-columns:1fr 34px 1fr 34px 1fr;align-items:center;margin-bottom:34px;padding:13px 16px;border:1px solid #e1e5ea;border-radius:12px;background:#fff}.progress-journey-steps article{display:flex;align-items:center;gap:9px}.progress-journey-steps article>span{width:25px;height:25px;display:grid;place-items:center;border:1px solid #d8dde4;border-radius:50%;color:#7f8996;font-size:9px;font-weight:700}.progress-journey-steps article.done>span{border-color:#67ad7c;background:#edf8f1;color:#287344}.progress-journey-steps article.active>span{border-color:#dbb62f;background:#fff6d5;color:#735700}.progress-journey-steps strong{display:block;font-size:9px}.progress-journey-steps p{margin:2px 0 0;color:#8b94a0;font-size:7px}.progress-journey-steps>i{height:1px;background:#dfe3e8}.progress-section-title{margin:0 0 13px}.progress-section-title h2{margin:3px 0 4px;font-size:18px;letter-spacing:-.015em}.progress-section-title p{max-width:720px;margin:0;color:#737e8e;font-size:9px;line-height:1.55}.progress-skill-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:30px}.progress-skill-grid button{min-width:0;padding:15px;border:1px solid #dfe4e9;border-radius:13px;background:#fff;text-align:left;cursor:pointer}.progress-skill-grid button:hover{border-color:var(--skill);box-shadow:0 5px 15px #1b27350d}.progress-skill-grid button>span{display:flex;align-items:center;gap:7px;color:#4f5d70;font:700 10px Poppins,sans-serif}.progress-skill-grid button>span svg{width:16px;color:var(--skill)}.progress-skill-grid button>div{display:flex;align-items:baseline;justify-content:space-between;margin-top:11px}.progress-skill-grid button>div strong{font-size:22px}.progress-skill-grid button>div small{color:#7d8795;font-size:8px}.progress-skill-grid p{min-height:33px;margin:5px 0;color:#7b8594;font-size:8px;line-height:1.45}.progress-skill-grid i{display:block;height:4px;overflow:hidden;border-radius:99px;background:#edf0f3}.progress-skill-grid i b{display:block;height:100%;border-radius:inherit;background:var(--skill)}.progress-skill-grid em{display:block;margin-top:8px;color:#5e6979;font-size:8px;font-style:normal;font-weight:600}.progress-two-column{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(250px,1fr);gap:10px;margin-bottom:30px}.progress-panel{padding:17px;border:1px solid #dfe4e9;border-radius:13px;background:#fff}.progress-bars{height:180px;display:flex;align-items:flex-end;gap:10px;margin:18px 0 10px;padding:10px 10px 0;border-bottom:1px solid #dfe3e8;background:repeating-linear-gradient(to bottom,#f1f3f5 0,#f1f3f5 1px,transparent 1px,transparent 45px)}.progress-bars>div{height:100%;flex:1;display:grid;grid-template-rows:14px minmax(0,1fr) 18px;gap:3px;text-align:center}.progress-bars span{font-size:8px;font-weight:700}.progress-bars i{height:100%;display:flex;align-items:flex-end;justify-content:center}.progress-bars i b{width:min(28px,70%);border-radius:5px 5px 0 0;background:#e0b72e}.progress-bars small{overflow:hidden;color:#8a94a3;font-size:7px;text-overflow:ellipsis;white-space:nowrap}.progress-trend-note{display:flex;align-items:center;gap:9px;padding:10px;border-radius:9px;background:#f7f8fa}.progress-trend-note svg{width:17px;color:#8b6800}.progress-trend-note span{display:grid}.progress-trend-note strong{font-size:9px}.progress-trend-note small{color:#838c99;font-size:7px}.progress-week>div{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.progress-week article{display:grid;padding:13px;border-radius:9px;background:#f7f8fa}.progress-week article strong{font-size:21px}.progress-week article span{color:#818b98;font-size:8px}.progress-plan{display:grid;gap:8px;margin-bottom:28px}.progress-plan article{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:13px;padding:15px 17px;border:1px solid #dfe4e9;border-radius:12px;background:#fff}.progress-plan article>span{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;background:#fff2c1;color:#735600;font-size:10px;font-weight:800}.progress-plan small{color:#956f00;font-size:7px;font-weight:700;text-transform:uppercase}.progress-plan h3{margin:2px 0;font-size:11px}.progress-plan p{margin:0;color:#737e8e;font-size:8px}.progress-plan em{display:block;margin-top:4px;color:#8c95a1;font-size:7px;font-style:normal}.progress-plan button,.progress-history article button,.progress-empty button{display:inline-flex;align-items:center;gap:5px;padding:8px 10px;border:1px solid #d5ad1d;border-radius:8px;background:#fffaf0;color:#674e00;font:700 9px Poppins,sans-serif;cursor:pointer}.progress-plan button svg,.progress-history button svg{width:13px}.progress-details{margin-bottom:30px;border:1px solid #dfe4e9;border-radius:12px;background:#fff}.progress-details summary{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 16px;cursor:pointer;list-style:none}.progress-details summary>span{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:700}.progress-details summary svg{width:16px}.progress-details summary small{color:#89929f;font-size:8px}.progress-details>div{border-top:1px solid #edf0f3}.progress-details article{display:grid;grid-template-columns:minmax(0,1fr) 70px 70px 85px auto;align-items:center;gap:10px;padding:11px 15px}.progress-details article+article{border-top:1px solid #edf0f3}.progress-details article>div{display:grid}.progress-details article>div strong{font-size:9px}.progress-details article>div span,.progress-details article>div small{color:#8b94a0;font-size:7px;text-transform:capitalize}.progress-details .priority{padding:3px 6px;border-radius:99px;font-size:7px;font-weight:700;text-align:center}.progress-details .priority.high{background:#fff0f0;color:#a43a3a}.progress-details .priority.medium{background:#fff6d9;color:#876400}.progress-details .priority.maintain{background:#edf8f1;color:#287344}.progress-details article>button{display:flex;align-items:center;gap:4px;padding:6px 8px;border:0;border-radius:6px;background:#fff6d6;color:#715400;font:700 8px Poppins,sans-serif;cursor:pointer}.progress-details article>button svg{width:11px}.progress-history>div{overflow:hidden;border:1px solid #dfe4e9;border-radius:12px;background:#fff}.progress-history article{display:grid;grid-template-columns:minmax(0,1fr) 60px auto;align-items:center;gap:14px;padding:13px 16px}.progress-history article+article{border-top:1px solid #edf0f3}.progress-history article>div:first-child{display:grid}.progress-history article>div:first-child strong{font-size:10px}.progress-history article>div:first-child span{color:#8993a0;font-size:8px}.progress-history article>div:nth-child(2){display:grid;text-align:center}.progress-history article>div:nth-child(2) small{color:#8993a0;font-size:7px}.progress-history article>div:nth-child(2) strong{font-size:17px}.progress-report-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px;border:1px solid #dec05b;border-radius:14px;background:#fffdf6}.progress-report-header h1{margin:5px 0;font-size:23px}.progress-report-header p{margin:0;color:#7e8794;font-size:9px}.progress-report-header>div:last-child{min-width:100px;display:grid;padding:12px;border-radius:10px;background:#fff;text-align:center}.progress-report-header>div:last-child small,.progress-report-header>div:last-child span{color:#8d96a2;font-size:7px}.progress-report-header>div:last-child strong{font-size:28px}.progress-report-skills{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:12px}.progress-report-skills article{display:grid;padding:14px;border:1px solid #dfe4e9;border-radius:10px;background:#fff}.progress-report-skills span{color:#637083;font-size:8px}.progress-report-skills strong{margin:4px 0;font-size:19px}.progress-report-skills small{color:#8a94a1;font-size:7px;line-height:1.4}.progress-coach-note{display:flex;gap:10px;margin-top:12px;padding:15px;border:1px solid #d7e2ee;border-radius:11px;background:#f7faff}.progress-coach-note svg{width:19px;color:#386aa3}.progress-coach-note strong{font-size:9px}.progress-coach-note p{margin:3px 0 0;color:#697587;font-size:8px}.progress-empty{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.progress-empty>svg{width:40px;color:#b18a00}.progress-empty>svg.spinning{animation:progress-spin 1s linear infinite}.progress-empty h2{margin:13px 0 4px}.progress-empty p,.progress-panel-empty{max-width:500px;color:#7b8594;font-size:10px}.progress-panel-empty{padding:22px;text-align:center}@keyframes progress-spin{to{transform:rotate(360deg)}}@media(max-width:900px){.progress-now{grid-template-columns:1fr 1fr}.progress-range{grid-column:1/-1}.progress-skill-grid{grid-template-columns:1fr 1fr}.progress-two-column{grid-template-columns:1fr}}@media(max-width:640px){.progress-toolbar{align-items:flex-start;flex-direction:column}.progress-toolbar>div{width:100%;overflow-x:auto}.progress-intro{display:block}.progress-data-badge{width:fit-content;margin-top:13px}.progress-intro h1{font-size:25px}.progress-now{grid-template-columns:1fr}.progress-range{grid-column:auto}.progress-journey-steps{grid-template-columns:1fr;gap:8px}.progress-journey-steps>i{width:1px;height:12px;margin-left:12px}.progress-skill-grid{grid-template-columns:1fr 1fr}.progress-plan article{grid-template-columns:27px minmax(0,1fr)}.progress-plan article button{grid-column:1/-1;justify-content:center}.progress-details summary{align-items:flex-start;flex-direction:column}.progress-details article{grid-template-columns:minmax(0,1fr) 55px 70px}.progress-details article>div:nth-child(3),.progress-details article>.priority{display:none}.progress-details article>button{grid-column:1/-1;justify-content:center}.progress-history article{grid-template-columns:minmax(0,1fr) 50px}.progress-history article button{grid-column:1/-1;justify-content:center}.progress-report-skills{grid-template-columns:1fr 1fr}}.mock-feature-page{width:100%;height:100svh;min-height:100svh;max-height:100svh;overflow-y:auto;overflow-x:hidden;background:#fff;color:#061f23;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif);-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scroll-behavior:smooth;scrollbar-width:auto}@supports (height: 100dvh){.mock-feature-page{height:100dvh;min-height:100dvh;max-height:100dvh}}.mock-feature-page,.mock-feature-page *{box-sizing:border-box}@keyframes mockFeatureFloat{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(36px,-28px,0) scale(1.08)}}@keyframes mockFeatureFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.mock-feature-shell{width:100%;max-width:1500px;margin:0 auto;position:relative;z-index:1}.mock-feature-hero{position:relative;width:100%;min-height:calc(100svh - 84px);padding:clamp(72px,7vw,120px) clamp(18px,4vw,60px) clamp(56px,7vw,110px);overflow:hidden;isolation:isolate;background:radial-gradient(circle at 8% 12%,rgba(20,123,131,.13),transparent 34%),radial-gradient(circle at 92% 8%,rgba(253,182,47,.18),transparent 32%),linear-gradient(180deg,#fff,#faf8ef 52%,#fff)}.mock-feature-bg{position:absolute;inset:0;z-index:-1;pointer-events:none;overflow:hidden}.mock-feature-grid{position:absolute;inset:0;opacity:.48;background-image:linear-gradient(rgba(6,31,35,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(6,31,35,.045) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom,transparent 0%,black 16%,black 84%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 16%,black 84%,transparent 100%)}.mock-feature-orb{position:absolute;width:390px;height:390px;border-radius:999px;filter:blur(90px);opacity:.46;animation:mockFeatureFloat 9s ease-in-out infinite alternate}.mock-feature-orb-one{left:-120px;top:140px;background:#147b835c}.mock-feature-orb-two{right:-120px;bottom:120px;background:#fdb62f6b;animation-delay:-4s}.mock-feature-hero-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:clamp(28px,5vw,76px);align-items:center}.mock-feature-hero-copy{min-width:0;animation:mockFeatureFadeUp .7s ease both}.mock-feature-chip,.mock-feature-label{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif)}.mock-feature-chip{gap:8px;padding:9px 15px;margin-bottom:22px;background:#ffffffdb;border:1px solid rgba(20,123,131,.16);color:#00565a;font-size:13px;font-weight:700;letter-spacing:-.02em;box-shadow:0 14px 34px #0f172a0b}.mock-feature-label{padding:8px 12px;background:#147b8314;border:1px solid rgba(20,123,131,.12);color:#07575b;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.mock-feature-title{margin:0;max-width:820px;color:#061f23;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif);font-size:clamp(48px,6.4vw,104px);font-weight:400;line-height:.94;letter-spacing:-.078em;text-wrap:balance}.mock-feature-subtitle{max-width:700px;margin:28px 0 0;color:#061f23ad;font-size:clamp(16px,1.25vw,20px);line-height:1.72}.mock-feature-actions,.mock-feature-final-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.mock-feature-primary-btn,.mock-feature-secondary-btn{min-height:54px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif);font-size:15px;font-weight:700;letter-spacing:-.025em;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.mock-feature-primary-btn{background:#061f23;color:#fff;box-shadow:0 14px 30px #061f232e}.mock-feature-secondary-btn{background:#ffffffdb;color:#061f23;border:1px solid rgba(6,31,35,.1)}.mock-feature-primary-btn:hover,.mock-feature-secondary-btn:hover{transform:translateY(-2px)}.mock-feature-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:680px;margin-top:34px}.mock-feature-stat{min-height:104px;padding:18px;border-radius:24px;background:#ffffffb8;border:1px solid rgba(6,31,35,.08);box-shadow:0 18px 50px #0f172a0e}.mock-feature-stat strong{display:block;color:#061f23;font-size:clamp(22px,2vw,34px);font-weight:700;letter-spacing:-.055em}.mock-feature-stat span{display:block;margin-top:7px;color:#061f239e;font-size:13px;line-height:1.4}.mock-feature-video-card{position:relative;min-width:0;padding:14px;border-radius:38px;background:linear-gradient(135deg,#fffffff0,#fffcf2bd),#fffc;border:1px solid rgba(6,31,35,.08);box-shadow:0 34px 90px #0f172a1a,inset 0 1px #ffffffe6;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);animation:mockFeatureFadeUp .9s ease .1s both}.mock-feature-video-card:before{content:"";position:absolute;inset:-18px;z-index:-1;border-radius:48px;background:radial-gradient(circle at 25% 12%,rgba(20,123,131,.14),transparent 34%),radial-gradient(circle at 88% 80%,rgba(253,182,47,.18),transparent 32%);filter:blur(2px)}.mock-feature-video-topbar{height:38px;padding-inline:16px;display:flex;align-items:center;gap:8px}.mock-feature-video-topbar span{width:10px;height:10px;border-radius:999px;background:#061f232e}.mock-feature-video-frame{position:relative;overflow:hidden;border-radius:28px;background:radial-gradient(circle at 20% 10%,rgba(45,212,191,.18),transparent 34%),linear-gradient(145deg,#061f23,#0a3e41);border:1px solid rgba(6,31,35,.1);aspect-ratio:16 / 10}.mock-feature-video{display:block;width:100%;height:100%;object-fit:cover}.mock-feature-video-caption{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 10px 6px}.mock-feature-video-caption strong{display:block;color:#061f23;font-size:17px;letter-spacing:-.04em}.mock-feature-video-caption span{display:block;margin-top:5px;color:#061f2394;font-size:13px;line-height:1.45}.mock-feature-live-pill{flex:0 0 auto;padding:9px 12px;border-radius:999px;background:#147b8317;border:1px solid rgba(20,123,131,.13);color:#07575b!important;font-size:12px!important;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.mock-feature-trust-section,.mock-feature-exam-section,.mock-feature-flow-section,.mock-feature-score-section,.mock-feature-final-cta{position:relative;padding:clamp(70px,8vw,128px) clamp(18px,4vw,60px)}.mock-feature-trust-section{background:#fff}.mock-feature-exam-section{background:radial-gradient(circle at 10% 20%,rgba(20,123,131,.1),transparent 30%),linear-gradient(180deg,#fff,#fbfaf6)}.mock-feature-flow-section{background:#061f23;color:#fff;overflow:hidden}.mock-feature-flow-section:before{content:"";position:absolute;width:520px;height:520px;left:-180px;top:-160px;border-radius:999px;background:#2dd4bf2e;filter:blur(80px)}.mock-feature-flow-section:after{content:"";position:absolute;width:520px;height:520px;right:-190px;bottom:-180px;border-radius:999px;background:#fdb62f2e;filter:blur(80px)}.mock-feature-section-header{max-width:860px}.mock-feature-section-header-center{margin:0 auto clamp(36px,5vw,64px);text-align:center;display:flex;flex-direction:column;align-items:center}.mock-feature-section-header h2,.mock-feature-score-copy h2,.mock-feature-final-panel h2{margin:18px 0 0;color:#061f23;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif);font-size:clamp(36px,5vw,78px);font-weight:400;line-height:1.02;letter-spacing:-.068em;text-wrap:balance}.mock-feature-flow-section .mock-feature-section-header h2{color:#fff}.mock-feature-section-header p,.mock-feature-score-copy p,.mock-feature-final-panel p{max-width:760px;margin:22px 0 0;color:#061f23a8;font-size:16px;line-height:1.72}.mock-feature-flow-section .mock-feature-section-header p{color:#ffffffad}.mock-feature-highlight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.mock-feature-highlight-card{min-height:260px;padding:24px;border-radius:30px;background:linear-gradient(135deg,#fffffff5,#fffcf2ad),#fff;border:1px solid rgba(6,31,35,.08);box-shadow:0 24px 70px #0f172a0f,inset 0 1px #ffffffe6}.mock-feature-highlight-card:nth-child(2n){transform:translateY(28px)}.mock-feature-highlight-icon,.mock-feature-section-icon{width:50px;height:50px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;color:#07575b;background:#147b8317;border:1px solid rgba(20,123,131,.12)}.mock-feature-highlight-card h3,.mock-feature-section-card h3,.mock-feature-flow-card h3{margin:20px 0 0;color:#061f23;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif);font-size:22px;font-weight:600;line-height:1.15;letter-spacing:-.05em}.mock-feature-highlight-card p,.mock-feature-section-card p,.mock-feature-flow-card p{margin:12px 0 0;color:#061f239e;font-size:14px;line-height:1.6}.mock-feature-exam-layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);gap:clamp(28px,5vw,70px);align-items:center}.mock-feature-section-map{display:grid;gap:16px}.mock-feature-section-card{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:start;padding:22px;border-radius:28px;background:#ffffffc7;border:1px solid rgba(6,31,35,.08);box-shadow:0 20px 60px #0f172a0e}.mock-feature-section-card:nth-child(2),.mock-feature-section-card:nth-child(4){margin-left:clamp(0px,5vw,72px)}.mock-feature-section-card h3{margin-top:0}.mock-feature-flow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.mock-feature-flow-card{min-height:290px;padding:24px;border-radius:30px;background:#ffffff14;border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.mock-feature-flow-card:nth-child(2n){transform:translateY(34px)}.mock-feature-flow-card>span{display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:17px;background:#fdb62f29;color:#fdb62f;font-weight:800}.mock-feature-flow-card h3{color:#fff}.mock-feature-flow-card p{color:#ffffffad}.mock-feature-score-section{background:radial-gradient(circle at 86% 18%,rgba(253,182,47,.16),transparent 30%),linear-gradient(180deg,#fff,#fbfaf6)}.mock-feature-score-panel{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:clamp(24px,5vw,70px);align-items:center;padding:clamp(24px,4vw,52px);border-radius:42px;background:linear-gradient(135deg,#fffffff0,#fffcf2b8),#ffffffc7;border:1px solid rgba(6,31,35,.08);box-shadow:0 28px 90px #0f172a14,inset 0 1px #ffffffe6}.mock-feature-dark-btn{margin-top:30px}.mock-feature-score-card{padding:clamp(22px,3vw,36px);border-radius:34px;color:#fff;background:radial-gradient(circle at 18% 16%,rgba(45,212,191,.3),transparent 34%),radial-gradient(circle at 86% 18%,rgba(253,182,47,.24),transparent 30%),linear-gradient(145deg,#06282b,#0a3e41 48%,#061f23);box-shadow:0 28px 80px #061f2338}.mock-feature-score-card-top{display:flex;justify-content:space-between;align-items:center;gap:16px}.mock-feature-score-card-top span{color:#ffffffb3;font-size:15px}.mock-feature-score-card-top strong{width:104px;height:104px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fdb62f;color:#061f23;font-size:46px;letter-spacing:-.07em}.mock-feature-score-bars{display:grid;gap:18px;margin-top:34px}.mock-feature-score-bars div{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.mock-feature-score-bars span{color:#ffffffc7;font-size:14px}.mock-feature-score-bars strong{color:#fff;font-size:15px}.mock-feature-score-bars i{grid-column:1 / -1;position:relative;display:block;height:9px;overflow:hidden;border-radius:999px;background:#ffffff24}.mock-feature-score-bars i:after{content:"";position:absolute;inset:0;width:var(--score-width);border-radius:999px;background:linear-gradient(90deg,#2dd4bf,#fdb62f)}.mock-feature-score-note{display:flex;gap:10px;align-items:flex-start;margin-top:28px;padding:16px;border-radius:22px;background:#ffffff1a;border:1px solid rgba(255,255,255,.14)}.mock-feature-score-note span{color:#ffffffb8;font-size:13px;line-height:1.5}.mock-feature-score-layer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px}.mock-feature-score-layer{display:flex;gap:10px;align-items:center;min-height:58px;padding:14px 16px;border-radius:20px;background:#fff;border:1px solid rgba(6,31,35,.08);box-shadow:0 16px 40px #0f172a0a;color:#061f23b8;font-size:14px;font-weight:600}.mock-feature-score-layer svg{color:#147b83;flex:0 0 auto}.mock-feature-final-cta{background:#fff}.mock-feature-final-panel{position:relative;overflow:hidden;padding:clamp(34px,6vw,80px);border-radius:44px;background:radial-gradient(circle at 12% 18%,rgba(45,212,191,.16),transparent 34%),radial-gradient(circle at 88% 18%,rgba(253,182,47,.2),transparent 30%),linear-gradient(145deg,#fbfaf6,#fff);border:1px solid rgba(6,31,35,.08);box-shadow:0 28px 90px #0f172a14,inset 0 1px #ffffffe6}.mock-feature-final-panel h2{max-width:980px}.mock-feature-final-panel p{max-width:720px}@media(max-width:1180px){.mock-feature-hero-layout,.mock-feature-exam-layout,.mock-feature-score-panel{grid-template-columns:1fr}.mock-feature-title,.mock-feature-video-card{max-width:980px}.mock-feature-highlight-grid,.mock-feature-flow-grid,.mock-feature-score-layer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mock-feature-section-card:nth-child(2),.mock-feature-section-card:nth-child(4){margin-left:0}}@media(max-width:760px){.mock-feature-hero,.mock-feature-trust-section,.mock-feature-exam-section,.mock-feature-flow-section,.mock-feature-score-section,.mock-feature-final-cta{padding-inline:16px}.mock-feature-title{font-size:clamp(42px,13vw,66px);line-height:.98}.mock-feature-stats,.mock-feature-highlight-grid,.mock-feature-flow-grid,.mock-feature-score-layer-grid{grid-template-columns:1fr}.mock-feature-highlight-card:nth-child(2n),.mock-feature-flow-card:nth-child(2n){transform:none}.mock-feature-video-card{padding:10px;border-radius:30px}.mock-feature-video-frame{border-radius:22px;aspect-ratio:16 / 11}.mock-feature-video-caption{align-items:flex-start;flex-direction:column}.mock-feature-section-card{grid-template-columns:1fr}.mock-feature-score-panel,.mock-feature-final-panel{border-radius:32px}.mock-feature-score-card-top strong{width:88px;height:88px;font-size:40px}.mock-feature-actions,.mock-feature-final-actions,.mock-feature-primary-btn,.mock-feature-secondary-btn{width:100%}}.about-page{width:100%;height:100svh;min-height:100svh;max-height:100svh;overflow-y:auto;overflow-x:hidden;background:#fff;color:#061f23;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif);-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scroll-behavior:smooth;scrollbar-width:auto}@supports (height: 100dvh){.about-page{height:100dvh;min-height:100dvh;max-height:100dvh}}.about-page,.about-page *{box-sizing:border-box}@keyframes aboutFloat{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(36px,-28px,0) scale(1.08)}}@keyframes aboutFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes aboutSoftPulse{0%{transform:scale(1);box-shadow:0 24px 70px #0f172a14}to{transform:scale(1.015);box-shadow:0 34px 90px #147b8324}}.about-shell{width:100%;max-width:1500px;margin:0 auto;position:relative;z-index:1}.about-hero{position:relative;width:100%;min-height:calc(100svh - 84px);padding:clamp(72px,7vw,120px) clamp(18px,4vw,60px) clamp(64px,7vw,110px);overflow:hidden;isolation:isolate;background:radial-gradient(circle at 8% 12%,rgba(20,123,131,.13),transparent 34%),radial-gradient(circle at 92% 8%,rgba(253,182,47,.18),transparent 32%),linear-gradient(180deg,#fff,#faf8ef 52%,#fff)}.about-bg{position:absolute;inset:0;z-index:-1;pointer-events:none;overflow:hidden}.about-grid{position:absolute;inset:0;opacity:.48;background-image:linear-gradient(rgba(6,31,35,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(6,31,35,.045) 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(to bottom,transparent 0%,black 16%,black 84%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 16%,black 84%,transparent 100%)}.about-orb{position:absolute;width:390px;height:390px;border-radius:999px;filter:blur(90px);opacity:.46;animation:aboutFloat 9s ease-in-out infinite alternate}.about-orb-one{left:-120px;top:140px;background:#147b835c}.about-orb-two{right:-120px;bottom:120px;background:#fdb62f6b;animation-delay:-4s}.about-hero-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);gap:clamp(30px,5vw,82px);align-items:center}.about-hero-copy{min-width:0;animation:aboutFadeUp .7s ease both}.about-chip,.about-label{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif)}.about-chip{gap:8px;padding:9px 15px;margin-bottom:22px;background:#ffffffdb;border:1px solid rgba(20,123,131,.16);color:#00565a;font-size:13px;font-weight:700;letter-spacing:-.02em;box-shadow:0 14px 34px #0f172a0b}.about-label{padding:8px 12px;background:#147b8314;border:1px solid rgba(20,123,131,.12);color:#07575b;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.about-title{margin:0;max-width:940px;color:#061f23;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif);font-size:clamp(48px,6.1vw,104px);font-weight:400;line-height:.94;letter-spacing:-.078em;text-wrap:balance}.about-subtitle{max-width:740px;margin:28px 0 0;color:#061f23ad;font-size:clamp(16px,1.25vw,20px);line-height:1.72}.about-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.about-primary-btn,.about-secondary-btn{min-height:54px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif);font-size:15px;font-weight:700;letter-spacing:-.025em;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.about-primary-btn{background:#061f23;color:#fff;box-shadow:0 14px 30px #061f232e}.about-secondary-btn{background:#ffffffdb;color:#061f23;border:1px solid rgba(6,31,35,.1)}.about-primary-btn:hover,.about-secondary-btn:hover{transform:translateY(-2px)}.about-hero-visual{position:relative;margin:0;min-width:0;border-radius:44px;padding:clamp(12px,1.8vw,18px);background:linear-gradient(135deg,#fffffff5,#fffcf2bd),#ffffffd1;border:1px solid rgba(6,31,35,.08);box-shadow:0 34px 90px #0f172a1a,inset 0 1px #ffffffe6;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);animation:aboutFadeUp .9s ease .1s both;overflow:hidden}.about-hero-visual:before{content:"";position:absolute;inset:-18px;z-index:-1;border-radius:58px;background:radial-gradient(circle at 20% 12%,rgba(20,123,131,.16),transparent 34%),radial-gradient(circle at 86% 84%,rgba(253,182,47,.2),transparent 34%);filter:blur(2px);pointer-events:none}.about-founders-image-frame{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:32px;background:radial-gradient(circle at 20% 10%,rgba(45,212,191,.14),transparent 34%),linear-gradient(145deg,#f7f3e8,#fff);border:1px solid rgba(6,31,35,.08)}.about-founders-image-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(6,31,35,.22) 100%);pointer-events:none}.about-founders-hero-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.01)}.about-founders-caption{position:absolute;left:clamp(24px,3vw,38px);right:clamp(24px,3vw,38px);bottom:clamp(24px,3vw,38px);z-index:2;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:14px;border-radius:30px;background:linear-gradient(135deg,#ffffffeb,#ffffffbd),#ffffffd1;border:1px solid rgba(255,255,255,.82);box-shadow:0 22px 60px #0f172a2e,inset 0 1px #fffffff2;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.about-founders-caption-main{min-width:0;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px}.about-founders-caption-icon{width:48px;height:48px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;color:#07575b;background:radial-gradient(circle at 30% 20%,rgba(45,212,191,.24),transparent 55%),#147b831a;border:1px solid rgba(20,123,131,.14);box-shadow:inset 0 1px #ffffffbf}.about-founders-caption-copy{min-width:0}.about-founders-caption-copy span{display:block;width:fit-content;margin-bottom:5px;color:#07575b;font-size:11px;font-weight:900;line-height:1;letter-spacing:.11em;text-transform:uppercase}.about-founders-caption-copy strong{display:block;max-width:560px;color:#061f23;font-size:clamp(15px,1.18vw,18px);font-weight:800;line-height:1.28;letter-spacing:-.045em}.about-founders-caption-tags{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.about-founders-caption-tags span{min-height:32px;padding:0 11px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#061f230e;border:1px solid rgba(6,31,35,.07);color:#061f23b8;font-size:11px;font-weight:800;letter-spacing:-.015em;white-space:nowrap}.about-mission-section,.about-founders-section,.about-vision-section,.about-belief-section,.about-final-cta{position:relative;padding:clamp(72px,8vw,128px) clamp(18px,4vw,60px)}.about-mission-section{background:#fff}.about-founders-section{background:radial-gradient(circle at 10% 20%,rgba(20,123,131,.09),transparent 30%),linear-gradient(180deg,#fff,#fbfaf6)}.about-vision-section{background:#061f23;color:#fff;overflow:hidden}.about-belief-section{background:radial-gradient(circle at 90% 20%,rgba(253,182,47,.16),transparent 34%),linear-gradient(180deg,#fff,#fbfaf6)}.about-final-cta{background:#fff}.about-section-header{max-width:940px;margin-bottom:clamp(38px,5vw,70px)}.about-section-header-center{margin-left:auto;margin-right:auto;text-align:center}.about-section-header-center .about-label{margin-inline:auto}.about-section-header h2,.about-big-vision h2,.about-belief-panel h2,.about-final-panel h2{margin:18px 0 0;color:#061f23;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif);font-size:clamp(38px,5vw,82px);font-weight:400;line-height:1;letter-spacing:-.075em;text-wrap:balance}.about-section-header p,.about-big-vision p,.about-belief-panel p,.about-final-panel p{margin:22px 0 0;color:#061f23a8;font-size:clamp(15px,1.2vw,19px);line-height:1.72}.about-principle-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.about-principle-card{min-height:315px;padding:24px;border-radius:30px;background:linear-gradient(135deg,#fffffff5,#fffcf2ad),#fff;border:1px solid rgba(6,31,35,.08);box-shadow:0 24px 70px #0f172a0f,inset 0 1px #ffffffe6}.about-principle-card:nth-child(2n){transform:translateY(28px)}.about-principle-icon{width:52px;height:52px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;color:#07575b;background:#147b8317;border:1px solid rgba(20,123,131,.12)}.about-principle-card h3{margin:22px 0 0;color:#061f23;font-size:23px;font-weight:700;line-height:1.12;letter-spacing:-.055em}.about-principle-card p{margin:14px 0 0;color:#061f239e;font-size:14px;line-height:1.68}.about-founder-grid{display:grid;gap:28px}.about-founder-card{display:grid;grid-template-columns:minmax(280px,.42fr) minmax(0,.58fr);gap:clamp(24px,4vw,58px);align-items:center;min-height:460px;padding:clamp(18px,2.8vw,34px);border-radius:42px;background:linear-gradient(135deg,#fffffff5,#fffcf2b8),#fff;border:1px solid rgba(6,31,35,.08);box-shadow:0 34px 90px #0f172a14,inset 0 1px #ffffffe6}.about-founder-card-2{grid-template-columns:minmax(0,.58fr) minmax(280px,.42fr)}.about-founder-card-2 .about-founder-media{order:2}.about-founder-card-2 .about-founder-copy{order:1}.about-founder-media{position:relative;overflow:hidden;border-radius:32px;min-height:390px;background:radial-gradient(circle at 20% 10%,rgba(45,212,191,.18),transparent 34%),linear-gradient(145deg,#f7f3e8,#fff);border:1px solid rgba(6,31,35,.08)}.about-founder-media img{display:block;width:100%;height:100%;min-height:390px;object-fit:cover}.about-founder-media span{position:absolute;left:18px;bottom:18px;max-width:calc(100% - 36px);padding:10px 14px;border-radius:999px;background:#ffffffdb;border:1px solid rgba(6,31,35,.08);color:#07575b;font-size:12px;font-weight:800;letter-spacing:-.02em;box-shadow:0 16px 38px #0f172a1f;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.about-founder-copy{min-width:0}.about-founder-role{margin:0;width:fit-content;padding:8px 12px;border-radius:999px;background:#147b8314;border:1px solid rgba(20,123,131,.12);color:#07575b!important;font-size:12px!important;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.about-founder-copy h3{margin:18px 0 0;color:#061f23;font-size:clamp(38px,4.6vw,72px);font-weight:400;line-height:.98;letter-spacing:-.075em}.about-founder-copy>p:not(.about-founder-role){margin:22px 0 0;color:#061f23a8;font-size:clamp(15px,1.1vw,18px);line-height:1.75}.about-founder-focus{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.about-founder-focus span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#147b8314;border:1px solid rgba(20,123,131,.12);color:#07575b;font-size:12px;font-weight:700}.about-founder-note{display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;margin-top:24px;padding:18px;border-radius:24px;background:#ffffffbd;border:1px solid rgba(6,31,35,.08)}.about-founder-note svg{color:#07575b;margin-top:2px}.about-founder-note p{margin:0;color:#061f23ad;font-size:14px;line-height:1.65}.about-vision-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:clamp(30px,5vw,82px);align-items:center}.about-vision-section .about-label{background:#ffffff14;border-color:#ffffff1f;color:#b7fff2}.about-big-vision h2{color:#fff}.about-big-vision p{color:#ffffffb8}.about-vision-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:32px}.about-vision-stats div{min-height:120px;padding:18px;border-radius:24px;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.about-vision-stats strong{display:block;color:#fff;font-size:34px;font-weight:500;letter-spacing:-.06em;line-height:1}.about-vision-stats span{display:block;margin-top:10px;color:#ffffffa8;font-size:13px;line-height:1.45}.about-timeline{display:grid;gap:16px}.about-timeline-item{display:grid;grid-template-columns:74px 1fr;gap:18px;align-items:start;padding:24px;border-radius:30px;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.about-timeline-item:nth-child(2){margin-left:clamp(0px,5vw,74px)}.about-timeline-item span{width:58px;height:58px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;background:#2dd4bf1f;border:1px solid rgba(45,212,191,.16);color:#b7fff2;font-weight:800;letter-spacing:-.04em}.about-timeline-item h3{margin:0;color:#fff;font-size:25px;font-weight:700;letter-spacing:-.055em}.about-timeline-item p{margin:10px 0 0;color:#ffffffa8;font-size:14px;line-height:1.68}.about-belief-panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,.55fr);gap:clamp(28px,5vw,76px);align-items:center;padding:clamp(26px,5vw,64px);border-radius:44px;background:linear-gradient(135deg,#fffffff0,#fffcf2bd),#fff;border:1px solid rgba(6,31,35,.08);box-shadow:0 34px 90px #0f172a14,inset 0 1px #ffffffe6}.about-belief-icons{display:grid;gap:12px}.about-belief-icons span{min-height:62px;padding:14px 16px;border-radius:22px;display:inline-flex;align-items:center;gap:12px;background:#ffffffd1;border:1px solid rgba(6,31,35,.08);color:#061f23;font-size:14px;font-weight:800;letter-spacing:-.02em;box-shadow:0 18px 44px #0f172a0b}.about-belief-icons svg{color:#07575b}.about-final-panel{text-align:center;max-width:980px;margin:0 auto;padding:clamp(34px,6vw,76px);border-radius:46px;background:radial-gradient(circle at 20% 10%,rgba(20,123,131,.12),transparent 32%),radial-gradient(circle at 90% 90%,rgba(253,182,47,.18),transparent 34%),linear-gradient(135deg,#fffffff5,#fffcf2c7);border:1px solid rgba(6,31,35,.08);box-shadow:0 34px 90px #0f172a14,inset 0 1px #ffffffe6}.about-final-panel .about-label{margin-inline:auto}.about-final-panel p{max-width:720px;margin-left:auto;margin-right:auto}.about-final-actions{justify-content:center}@media(max-width:1180px){.about-hero-layout,.about-vision-layout{grid-template-columns:1fr}.about-principle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-founder-card,.about-founder-card-2{grid-template-columns:1fr}.about-founder-card-2 .about-founder-media,.about-founder-card-2 .about-founder-copy{order:initial}.about-belief-panel{grid-template-columns:1fr}}@media(max-width:760px){.about-hero{min-height:auto;padding:54px 18px 72px}.about-title{font-size:clamp(42px,13vw,62px);line-height:.98;letter-spacing:-.07em}.about-subtitle{font-size:15px;line-height:1.68}.about-actions,.about-primary-btn,.about-secondary-btn{width:100%}.about-hero-visual{border-radius:32px;padding:10px}.about-founders-image-frame{border-radius:24px;aspect-ratio:4 / 3}.about-founders-caption{position:relative;left:auto;right:auto;bottom:auto;margin-top:10px;padding:12px;border-radius:24px;grid-template-columns:1fr;align-items:stretch;gap:12px}.about-founders-caption-main{grid-template-columns:42px minmax(0,1fr);gap:12px}.about-founders-caption-icon{width:42px;height:42px;border-radius:16px}.about-founders-caption-copy strong{max-width:100%;font-size:14px;line-height:1.35}.about-founders-caption-tags{justify-content:flex-start;padding-left:54px}.about-mission-section,.about-founders-section,.about-vision-section,.about-belief-section,.about-final-cta{padding:72px 18px}.about-section-header h2,.about-big-vision h2,.about-belief-panel h2,.about-final-panel h2{font-size:clamp(36px,11vw,56px);line-height:1.03;letter-spacing:-.065em}.about-section-header p,.about-big-vision p,.about-belief-panel p,.about-final-panel p{font-size:15px;line-height:1.68}.about-principle-grid{grid-template-columns:1fr}.about-principle-card{min-height:auto}.about-principle-card:nth-child(2n){transform:none}.about-founder-card{min-height:auto;padding:14px;border-radius:32px}.about-founder-media{min-height:330px;border-radius:26px}.about-founder-media img{min-height:330px}.about-founder-copy{padding:10px 4px 6px}.about-founder-copy h3{font-size:clamp(36px,11vw,54px)}.about-vision-stats{grid-template-columns:1fr}.about-timeline-item,.about-timeline-item:nth-child(2){margin-left:0;grid-template-columns:1fr}.about-belief-panel,.about-final-panel{padding:24px;border-radius:32px}}@media(max-width:420px){.about-founder-media,.about-founder-media img{min-height:290px}.about-founders-caption-tags{padding-left:0}.about-founders-caption-tags span{min-height:30px;padding-inline:10px;font-size:10.5px}}@media(prefers-reduced-motion:reduce){.about-orb,.about-hero-copy,.about-hero-visual{animation:none}.about-primary-btn,.about-secondary-btn{transition:none}.about-primary-btn:hover,.about-secondary-btn:hover{transform:none}}.feature-page-container{font-family:Poppins,sans-serif;color:#333;line-height:1.6;background-color:#fff;width:100%;overflow-x:hidden}.seo-tag{display:inline-block;background-color:#e2fbd7;color:#2b7a0b;padding:6px 14px;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.feature-h1{font-size:2.8rem;font-weight:800;color:#1a1a1a;margin-bottom:1.2rem;line-height:1.2}.feature-h2{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;text-align:center}.feature-h3{font-size:1.3rem;font-weight:600;color:#222;margin-bottom:.8rem}.feature-subtitle{font-size:1.15rem;color:#555;max-width:700px;margin:0 auto 2rem}.feature-hero{background:linear-gradient(135deg,#f8fafc,#eef2f6);padding:80px 20px;text-align:center;border-bottom:1px solid #e5e5e5}.ai-chat-hero{background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.hero-content{max-width:900px;margin:0 auto}.feature-cta-btn{background-color:#58cc02;color:#fff;border:none;padding:16px 36px;font-size:1.1rem;font-weight:700;border-radius:12px;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px #46a302;transition:all .2s ease}.feature-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px #46a302}.feature-cta-btn:active{transform:translateY(2px);box-shadow:0 2px #46a302}.feature-cta-btn.secondary{background-color:#1cb0f6;box-shadow:0 4px #1899d6}.feature-cta-btn.secondary:hover{box-shadow:0 6px #1899d6}.feature-cta-btn.secondary:active{box-shadow:0 2px #1899d6}.feature-highlights{padding:80px 20px;max-width:1200px;margin:0 auto}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.feature-card{background:#fff;border:2px solid #f0f0f0;border-radius:16px;padding:30px;text-align:left;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000000f;border-color:#e5e5e5}.card-icon{font-size:3rem;margin-bottom:15px}.feature-bottom-cta{background-color:#1a1a1a;color:#fff;text-align:center;padding:60px 20px}.feature-bottom-cta .feature-h2{color:#fff}.feature-bottom-cta p{color:#a3a3a3;font-size:1.1rem;margin-bottom:30px}@media(max-width:768px){.feature-h1{font-size:2.2rem}.feature-h2{font-size:1.8rem}.feature-hero,.feature-highlights{padding:50px 20px}.feature-grid{grid-template-columns:1fr}}.pte-blog-page,.pte-article-page{width:100%;min-height:100vh;background:radial-gradient(circle at 8% 0%,rgba(20,123,131,.1),transparent 28%),radial-gradient(circle at 92% 8%,rgba(253,182,47,.12),transparent 26%),#fbfaf6;color:#061f23;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif);overflow-x:hidden}.pte-blog-hero{width:100%;padding:clamp(58px,7vw,112px) clamp(18px,5vw,72px) clamp(34px,5vw,64px);border-bottom:1px solid rgba(6,31,35,.08)}.pte-blog-hero-inner{width:min(100%,1480px);margin:0 auto}.pte-blog-kicker{width:fit-content;display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:#ffffffc7;border:1px solid rgba(20,123,131,.14);color:#00565a;font-size:13px;font-weight:600;letter-spacing:-.02em;box-shadow:0 12px 34px #0f172a0a}.pte-blog-hero h1{max-width:1180px;margin:24px 0 0;color:#061f23;font-size:clamp(58px,10.4vw,168px);font-weight:400;line-height:.86;letter-spacing:-.095em}.pte-blog-hero h1 span{display:block;max-width:940px;margin-top:22px;color:#061f23bd;font-size:clamp(24px,3.5vw,54px);line-height:1.02;letter-spacing:-.07em}.pte-blog-hero p{max-width:820px;margin:30px 0 0;color:#061f23ad;font-size:clamp(16px,1.35vw,21px);line-height:1.7;letter-spacing:-.025em}.pte-blog-search-row{margin-top:34px;display:flex;align-items:center;flex-wrap:wrap;gap:14px}.pte-blog-search{width:min(100%,520px);min-height:54px;padding:0 18px;border-radius:999px;background:#fff;border:1px solid rgba(6,31,35,.1);display:flex;align-items:center;gap:10px;color:#061f2380;box-shadow:0 18px 50px #0f172a0f}.pte-blog-search input{width:100%;border:0;outline:none;background:transparent;color:#061f23;font:inherit;font-size:15px}.pte-blog-search input::placeholder{color:#061f236b}.pte-blog-hero-note{min-height:48px;padding:0 16px;border-radius:999px;background:#061f230d;display:inline-flex;align-items:center;gap:8px;color:#061f23b8;font-size:14px}.pte-blog-section-nav{position:sticky;top:clamp(62px,7vw,96px);z-index:40;width:100%;background:#fbfaf6e0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(6,31,35,.08)}.pte-blog-section-nav-inner{width:min(100%,1480px);margin:0 auto;padding:12px clamp(18px,5vw,72px);display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none}.pte-blog-section-nav-inner::-webkit-scrollbar{display:none}.pte-blog-section-nav button{flex:0 0 auto;min-height:38px;padding:0 15px;border:1px solid rgba(6,31,35,.1);border-radius:999px;background:#ffffffbd;color:#061f23b3;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.pte-blog-section-nav button:hover,.pte-blog-section-nav button.is-active{background:#061f23;border-color:#061f23;color:#fff;transform:translateY(-1px)}.pte-blog-newspaper-shell,.pte-blog-river,.pte-article-related{width:min(100%,1480px);margin:0 auto;padding-inline:clamp(18px,5vw,72px)}.pte-blog-newspaper-shell{padding-top:clamp(34px,5vw,70px)}.pte-blog-frontpage-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.72fr);gap:clamp(20px,3vw,36px);align-items:stretch}.pte-blog-lead-story{min-height:640px;border-radius:38px;overflow:hidden;background:#fff;border:1px solid rgba(6,31,35,.08);box-shadow:0 34px 90px #0f172a14}.pte-blog-lead-story a,.pte-blog-card-link{color:inherit;text-decoration:none}.pte-blog-lead-story a{min-height:640px;display:grid;grid-template-rows:minmax(320px,1fr) auto}.pte-blog-lead-image-wrap,.pte-blog-card-image-wrap,.pte-article-hero-media{position:relative;overflow:hidden;background:linear-gradient(135deg,#147b8324,#fdb62f29),#f4f2eb}.pte-blog-media{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}.pte-blog-lead-story:hover .pte-blog-media,.pte-blog-card:hover .pte-blog-media{transform:scale(1.035)}.pte-blog-lead-image-wrap span,.pte-blog-card-category{position:absolute;left:18px;top:18px;padding:8px 12px;border-radius:999px;background:#ffffffe0;color:#00565a;font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;box-shadow:0 12px 30px #0f172a14}.pte-blog-lead-copy{padding:clamp(26px,4vw,46px)}.pte-blog-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#061f2385;font-size:13px;line-height:1.4}.pte-blog-read-time{display:inline-flex;align-items:center;gap:5px}.pte-blog-lead-copy h2{margin:18px 0 0;color:#061f23;font-size:clamp(38px,5vw,72px);font-weight:400;line-height:.96;letter-spacing:-.075em}.pte-blog-lead-copy p{max-width:840px;margin:18px 0 0;color:#061f23ad;font-size:clamp(16px,1.35vw,20px);line-height:1.65}.pte-blog-lead-action,.pte-blog-read-link{margin-top:24px;display:inline-flex;align-items:center;gap:8px;color:#00565a;font-size:15px;font-weight:700}.pte-blog-side-column{display:grid;gap:16px;align-content:start}.pte-blog-side-label{padding:18px 20px;border-radius:24px;background:#061f23;color:#fdb62f;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.pte-blog-card{overflow:hidden;border-radius:30px;background:#ffffffdb;border:1px solid rgba(6,31,35,.08);box-shadow:0 18px 50px #0f172a0e;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.pte-blog-card:hover{transform:translateY(-5px);border-color:#147b8333;box-shadow:0 28px 70px #0f172a14}.pte-blog-card-image-wrap{height:230px}.pte-blog-card-compact .pte-blog-card-image-wrap{height:190px}.pte-blog-card-copy{padding:22px}.pte-blog-card h3{margin:14px 0 0;color:#061f23;font-size:clamp(22px,2vw,31px);font-weight:500;line-height:1.02;letter-spacing:-.058em}.pte-blog-card p{margin:12px 0 0;color:#061f23a3;font-size:15px;line-height:1.58}.pte-blog-card-footer{margin-top:18px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.pte-blog-tags{display:flex;flex-wrap:wrap;gap:7px}.pte-blog-tags span,.pte-article-tags span{padding:6px 9px;border-radius:999px;background:#147b8314;color:#00565a;font-size:12px;font-weight:700}.pte-blog-read-link{margin-top:0;white-space:nowrap}.pte-blog-river{padding-top:clamp(50px,7vw,96px);padding-bottom:clamp(76px,9vw,132px)}.pte-blog-river-header,.pte-article-related-header{display:grid;grid-template-columns:minmax(180px,.4fr) minmax(0,1fr);gap:24px;align-items:end;padding-bottom:22px;border-bottom:1px solid rgba(6,31,35,.12);margin-bottom:28px}.pte-blog-river-header span,.pte-article-related-header span{color:#00565a;font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.pte-blog-river-header h2,.pte-article-related-header h2{margin:0;color:#061f23;font-size:clamp(32px,4vw,62px);font-weight:400;line-height:.98;letter-spacing:-.072em}.pte-blog-river-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pte-blog-card-wide{grid-column:span 2}.pte-blog-card-wide .pte-blog-card-link{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1fr)}.pte-blog-card-wide .pte-blog-card-image-wrap{height:100%;min-height:330px}.pte-article-page{padding:clamp(36px,5vw,70px) clamp(18px,5vw,72px) clamp(80px,9vw,130px)}.pte-article-shell{width:min(100%,1040px);margin:0 auto}.pte-article-back{min-height:42px;padding:0 14px;border-radius:999px;border:1px solid rgba(6,31,35,.1);background:#ffffffc7;color:#061f23;display:inline-flex;align-items:center;gap:8px;font-family:inherit;font-weight:700;cursor:pointer;box-shadow:0 12px 34px #0f172a0d}.pte-article-header{margin-top:38px}.pte-article-section-line{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.pte-article-section-line span{padding:8px 12px;border-radius:999px;background:#147b8314;color:#00565a;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pte-article-header h1{margin:0;color:#061f23;font-size:clamp(48px,7.2vw,104px);font-weight:400;line-height:.92;letter-spacing:-.086em}.pte-article-header>p{max-width:820px;margin:26px 0 18px;color:#061f23ad;font-size:clamp(18px,1.6vw,24px);line-height:1.62;letter-spacing:-.032em}.pte-article-tags{margin-top:20px;display:flex;flex-wrap:wrap;gap:8px}.pte-article-hero-media{height:clamp(320px,48vw,620px);margin-top:42px;border-radius:36px;border:1px solid rgba(6,31,35,.08);box-shadow:0 34px 90px #0f172a14}.pte-article-body{max-width:760px;margin:clamp(42px,6vw,78px) auto 0;color:#061f23d1}.pte-article-body p{margin:0 0 24px;font-family:Merriweather,Georgia,serif;font-size:clamp(17px,1.15vw,20px);line-height:1.9}.pte-article-body h2{margin:52px 0 18px;color:#061f23;font-size:clamp(30px,3vw,48px);font-weight:500;line-height:1.04;letter-spacing:-.06em}.pte-article-body ul{margin:0 0 28px;padding-left:24px;display:grid;gap:12px}.pte-article-body li{font-family:Merriweather,Georgia,serif;font-size:clamp(16px,1.1vw,19px);line-height:1.75}.pte-article-callout{margin:34px 0;padding:24px;border-radius:26px;background:linear-gradient(135deg,#147b831a,#fdb62f1c),#fff;border:1px solid rgba(20,123,131,.14);display:grid;grid-template-columns:28px 1fr;gap:12px;color:#00565a;box-shadow:0 20px 60px #0f172a0e}.pte-article-callout p{margin:0;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif);color:#061f23;font-size:16px;line-height:1.65;font-weight:600}.pte-article-related{padding-top:clamp(70px,8vw,110px)}.pte-article-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pte-blog-empty-state{width:min(100%,780px);margin:0 auto;padding:70px 28px;text-align:center;border-radius:34px;background:#ffffffdb;border:1px solid rgba(6,31,35,.08);box-shadow:0 24px 70px #0f172a12}.pte-blog-empty-state h1,.pte-blog-empty-state h2{margin:0;color:#061f23;font-size:clamp(34px,5vw,64px);font-weight:400;letter-spacing:-.075em}.pte-blog-empty-state p{margin:14px auto 0;max-width:520px;color:#061f23a8;font-size:16px;line-height:1.65}.pte-blog-not-found{margin-top:clamp(70px,10vw,130px)}.pte-blog-not-found a{margin-top:24px;min-height:46px;padding:0 18px;border-radius:999px;background:#061f23;color:#fff;display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-weight:700}@media(max-width:1180px){.pte-blog-frontpage-grid,.pte-blog-river-grid,.pte-article-related-grid{grid-template-columns:1fr 1fr}.pte-blog-side-column{grid-column:1 / -1;grid-template-columns:1fr 1fr}.pte-blog-card-wide{grid-column:span 2}}@media(max-width:820px){.pte-blog-hero{padding-top:52px}.pte-blog-hero h1{font-size:clamp(54px,18vw,92px);letter-spacing:-.09em}.pte-blog-hero h1 span{font-size:clamp(24px,8vw,38px)}.pte-blog-search-row{align-items:stretch}.pte-blog-search,.pte-blog-hero-note{width:100%}.pte-blog-frontpage-grid,.pte-blog-side-column,.pte-blog-river-grid,.pte-article-related-grid{grid-template-columns:1fr}.pte-blog-card-wide{grid-column:span 1}.pte-blog-card-wide .pte-blog-card-link{display:block}.pte-blog-card-wide .pte-blog-card-image-wrap{min-height:240px}.pte-blog-river-header,.pte-article-related-header{grid-template-columns:1fr;gap:10px}.pte-blog-lead-story,.pte-blog-lead-story a{min-height:auto}.pte-blog-lead-copy h2{font-size:clamp(34px,11vw,54px)}.pte-article-page{padding-inline:18px}.pte-article-header h1{font-size:clamp(42px,13vw,72px)}.pte-article-hero-media{border-radius:26px}}@media(max-width:520px){.pte-blog-section-nav{top:62px}.pte-blog-newspaper-shell,.pte-blog-river,.pte-article-related{padding-inline:16px}.pte-blog-card-footer{align-items:flex-start;flex-direction:column}.pte-blog-read-link{white-space:normal}.pte-article-body{max-width:100%}.pte-article-callout{grid-template-columns:1fr}}:root{--pte-blog-max-width: 1480px;--pte-blog-gutter: clamp(16px, 4vw, 64px);--pte-blog-radius-lg: 34px;--pte-blog-radius-md: 26px}.pte-blog-page,.pte-blog-page *,.pte-blog-page *:before,.pte-blog-page *:after,.pte-article-page,.pte-article-page *,.pte-article-page *:before,.pte-article-page *:after{box-sizing:border-box}.pte-blog-page,.pte-article-page{width:100%;max-width:100%;overflow-x:hidden}.pte-blog-hero{padding-inline:0}.pte-blog-hero-inner,.pte-blog-section-nav-inner,.pte-blog-newspaper-shell,.pte-blog-river,.pte-article-related{width:min(calc(100% - (var(--pte-blog-gutter) * 2)),var(--pte-blog-max-width));max-width:var(--pte-blog-max-width);margin-inline:auto;padding-inline:0}.pte-blog-frontpage-grid,.pte-blog-river-grid,.pte-blog-side-column,.pte-blog-card,.pte-blog-card-link,.pte-blog-lead-story,.pte-blog-lead-story a,.pte-blog-lead-copy,.pte-blog-card-copy,.pte-blog-meta,.pte-blog-tags,.pte-article-shell,.pte-article-body{min-width:0;max-width:100%}.pte-blog-section-nav{top:var(--pte-marketing-header-height, 96px);z-index:2800;background:#fbfaf6f0;box-shadow:0 16px 40px #0f172a0a,inset 0 -1px #061f2314}.pte-blog-section-nav-inner{padding-block:12px;justify-content:flex-start;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity}.pte-blog-section-nav button{scroll-snap-align:start;min-height:42px;padding-inline:18px;white-space:nowrap}.pte-blog-hero{padding-top:clamp(48px,6vw,92px);padding-bottom:clamp(30px,4vw,54px)}.pte-blog-hero h1{max-width:1180px;font-size:clamp(54px,8.4vw,142px);line-height:.9;letter-spacing:-.075em;text-wrap:balance}.pte-blog-hero h1 span{max-width:860px;font-size:clamp(23px,3vw,46px);line-height:1.08;letter-spacing:-.045em}.pte-blog-hero p{max-width:780px}.pte-blog-search-row{max-width:980px}.pte-blog-newspaper-shell{padding-top:clamp(26px,4vw,58px)}.pte-blog-frontpage-grid{width:100%;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,430px);gap:clamp(18px,2.4vw,34px);align-items:start}.pte-blog-lead-story{width:100%;min-height:auto;border-radius:var(--pte-blog-radius-lg)}.pte-blog-lead-story a{min-height:auto;display:grid;grid-template-rows:minmax(300px,48vw) auto}.pte-blog-lead-image-wrap{min-height:300px;max-height:560px}.pte-blog-side-column{width:100%;display:grid;grid-template-columns:1fr;gap:16px}.pte-blog-side-label{border-radius:var(--pte-blog-radius-md)}.pte-blog-card{width:100%;border-radius:var(--pte-blog-radius-md)}.pte-blog-card-link{display:block;width:100%;height:100%}.pte-blog-card-image-wrap{height:clamp(190px,18vw,260px)}.pte-blog-card-compact .pte-blog-card-image-wrap{height:clamp(180px,16vw,230px)}.pte-blog-media{max-width:100%}.pte-blog-lead-copy h2,.pte-blog-card h3,.pte-blog-river-header h2,.pte-article-related-header h2,.pte-article-header h1{word-break:normal;overflow-wrap:anywhere}.pte-blog-lead-copy h2{font-size:clamp(34px,4.3vw,64px);line-height:.98;letter-spacing:-.048em}.pte-blog-card h3{font-size:clamp(22px,1.65vw,29px);line-height:1.08;letter-spacing:-.04em}.pte-blog-card p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.pte-blog-meta{gap:7px}.pte-blog-read-time{min-width:0}.pte-blog-card-footer{align-items:flex-start}.pte-blog-read-link{flex:0 0 auto}.pte-blog-river-grid{width:100%;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:18px}.pte-blog-river-grid .pte-blog-card{grid-column:span 4}.pte-blog-river-grid .pte-blog-card-wide{grid-column:span 8}.pte-blog-card-wide .pte-blog-card-link{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1fr)}.pte-blog-card-wide .pte-blog-card-image-wrap{min-height:310px;height:100%}.pte-article-page{padding-inline:0}.pte-article-shell{width:min(calc(100% - (var(--pte-blog-gutter) * 2)),1040px);max-width:1040px}.pte-article-header h1{font-size:clamp(42px,6.2vw,92px);line-height:.96;letter-spacing:-.06em}.pte-article-hero-media{width:100%;height:clamp(280px,42vw,560px)}@media(max-width:1280px){.pte-blog-frontpage-grid{grid-template-columns:1fr}.pte-blog-lead-story a{grid-template-rows:minmax(300px,44vw) auto}.pte-blog-side-column{grid-template-columns:repeat(2,minmax(0,1fr))}.pte-blog-side-label{grid-column:1 / -1}.pte-blog-river-grid .pte-blog-card{grid-column:span 6}.pte-blog-river-grid .pte-blog-card-wide{grid-column:span 12}}@media(max-width:900px){:root{--pte-blog-gutter: clamp(16px, 5vw, 34px)}.pte-blog-hero{padding-top:clamp(38px,8vw,62px)}.pte-blog-hero h1{font-size:clamp(48px,14vw,86px);line-height:.95;letter-spacing:-.065em}.pte-blog-hero h1 span{font-size:clamp(22px,6vw,34px);line-height:1.1;letter-spacing:-.035em}.pte-blog-search-row{align-items:stretch}.pte-blog-search,.pte-blog-hero-note{width:100%}.pte-blog-section-nav-inner{width:100%;padding-inline:var(--pte-blog-gutter)}.pte-blog-side-column{grid-template-columns:1fr}.pte-blog-river-grid .pte-blog-card,.pte-blog-river-grid .pte-blog-card-wide{grid-column:span 12}.pte-blog-card-wide .pte-blog-card-link{display:block}.pte-blog-card-wide .pte-blog-card-image-wrap{min-height:240px}.pte-blog-river-header,.pte-article-related-header{grid-template-columns:1fr;gap:10px}.pte-blog-lead-copy h2{font-size:clamp(34px,10vw,54px)}.pte-article-header h1{font-size:clamp(40px,11vw,68px)}}@media(max-width:560px){:root{--pte-blog-gutter: 16px}.pte-blog-section-nav{top:var(--pte-marketing-header-height, 64px)}.pte-blog-section-nav-inner{padding-block:10px}.pte-blog-section-nav button{min-height:38px;padding-inline:14px;font-size:13px}.pte-blog-lead-story,.pte-blog-card,.pte-article-hero-media{border-radius:22px}.pte-blog-lead-story a{grid-template-rows:minmax(230px,62vw) auto}.pte-blog-lead-image-wrap{min-height:230px}.pte-blog-lead-copy,.pte-blog-card-copy{padding:20px}.pte-blog-card-footer{flex-direction:column;gap:12px}.pte-blog-read-link{white-space:normal}.pte-blog-meta{font-size:12px}.pte-article-shell{width:calc(100% - 32px)}.pte-article-body{max-width:100%}.pte-article-callout{grid-template-columns:1fr}}.pte-blog-page,.pte-article-page{height:calc(100svh - var(--pte-marketing-header-height, 96px));min-height:calc(100svh - var(--pte-marketing-header-height, 96px));max-height:calc(100svh - var(--pte-marketing-header-height, 96px));overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;scroll-behavior:smooth;scrollbar-gutter:stable}.pte-blog-section-nav{top:0}.pte-blog-river{padding-bottom:max(clamp(76px,9vw,132px),120px)}.pte-article-page{padding-bottom:max(clamp(80px,9vw,130px),120px)}@media(max-width:640px){.pte-blog-page,.pte-article-page{height:calc(100dvh - var(--pte-marketing-header-height, 64px));min-height:calc(100dvh - var(--pte-marketing-header-height, 64px));max-height:calc(100dvh - var(--pte-marketing-header-height, 64px))}}.pte-article-inline-image{margin:42px 0;border-radius:30px;overflow:hidden;background:#fff;border:1px solid rgba(6,31,35,.08);box-shadow:0 24px 70px #0f172a14}.pte-article-inline-image img{width:100%;display:block;object-fit:cover}.pte-article-inline-image figcaption{padding:14px 18px 18px;color:#061f2394;font-size:13px;line-height:1.6;background:#ffffffe6}.pte-article-audio-card,.pte-article-template-card,.pte-article-sample-answer,.pte-article-internal-link{margin:34px 0;padding:clamp(20px,4vw,30px);border-radius:28px;background:#ffffffe0;border:1px solid rgba(20,123,131,.14);box-shadow:0 20px 60px #0f172a0f}.pte-article-audio-copy>span,.pte-article-template-card>span,.pte-article-sample-answer>span,.pte-article-internal-link>span{display:inline-flex;width:fit-content;margin-bottom:10px;padding:7px 10px;border-radius:999px;background:#147b8314;color:#00565a;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pte-article-audio-card h3,.pte-article-template-card h3,.pte-article-sample-answer h3{margin:0 0 12px;color:#061f23;font-size:clamp(22px,2.2vw,34px);font-weight:500;line-height:1.05;letter-spacing:-.055em}.pte-article-audio-card p,.pte-article-sample-answer p{margin:0 0 18px;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif);color:#061f23b8;font-size:16px;line-height:1.7}.pte-article-audio-card audio{width:100%;margin-top:10px}.pte-article-transcript{margin-top:18px;padding:16px 18px;border-radius:18px;background:#061f230a}.pte-article-transcript summary{cursor:pointer;color:#00565a;font-weight:800}.pte-article-transcript p{margin:12px 0 0;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif);font-size:15px;line-height:1.7}.pte-article-template-card ol{margin:16px 0 0;padding-left:22px}.pte-article-template-card li{margin-bottom:12px;color:#061f23c7;font-size:16px;line-height:1.7}.pte-article-internal-link{background:linear-gradient(135deg,#147b831a,#fdb62f21),#ffffffeb}.pte-article-internal-link p{margin:0 0 14px;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif);color:#061f23b8;font-size:16px;line-height:1.7}.pte-article-internal-link a{display:inline-flex;align-items:center;gap:8px;color:#00565a;font-size:17px;font-weight:800;text-decoration:none}.pte-article-quote{margin:38px 0;padding:24px 28px;border-left:5px solid #00565a;border-radius:0 24px 24px 0;background:#147b8312;color:#061f23;font-family:Merriweather,Georgia,serif;font-size:clamp(20px,2vw,28px);line-height:1.55}.pte-blog-card{display:flex;flex-direction:column}.pte-blog-card-link{display:flex;flex-direction:column;height:100%}.pte-blog-card-image-wrap{height:auto;aspect-ratio:16 / 8.8;min-height:unset;max-height:220px;flex:0 0 auto}.pte-blog-card-compact .pte-blog-card-image-wrap{height:auto;aspect-ratio:16 / 8.4;min-height:unset;max-height:185px}.pte-blog-media{width:100%;height:100%;object-fit:cover;object-position:center 38%;display:block}.pte-blog-card-copy{padding:18px 20px 20px;display:flex;flex-direction:column;flex:1 1 auto}.pte-blog-card-copy .pte-blog-meta{margin:0}.pte-blog-card h3{margin:10px 0 0;line-height:1.03}.pte-blog-card p{margin:10px 0 0;line-height:1.52;-webkit-line-clamp:3}.pte-blog-card-footer{margin-top:14px}.pte-blog-lead-story{min-height:unset}.pte-blog-lead-story a{min-height:unset;display:flex;flex-direction:column}.pte-blog-lead-image-wrap{min-height:unset;max-height:420px;aspect-ratio:16 / 7.2;flex:0 0 auto}.pte-blog-lead-copy{padding:clamp(22px,3vw,36px)}.pte-blog-lead-copy h2,.pte-blog-lead-copy p{margin-top:12px}.pte-blog-lead-action{margin-top:18px}.pte-blog-card-wide .pte-blog-card-link{display:grid;grid-template-columns:minmax(240px,.78fr) minmax(0,1fr);align-items:stretch}.pte-blog-card-wide .pte-blog-card-image-wrap{height:100%;min-height:260px;max-height:none;aspect-ratio:auto}.pte-blog-card-wide .pte-blog-card-copy{justify-content:center}@media(max-width:900px){.pte-blog-lead-image-wrap{aspect-ratio:16 / 8.5;max-height:360px}.pte-blog-card-wide .pte-blog-card-link{display:flex;flex-direction:column}.pte-blog-card-wide .pte-blog-card-image-wrap{height:auto;aspect-ratio:16 / 8.6;min-height:unset;max-height:230px}}@media(max-width:560px){.pte-blog-card-image-wrap,.pte-blog-card-compact .pte-blog-card-image-wrap,.pte-blog-card-wide .pte-blog-card-image-wrap{aspect-ratio:16 / 9.2;max-height:205px}.pte-blog-lead-image-wrap{aspect-ratio:16 / 9;max-height:250px}.pte-blog-lead-copy,.pte-blog-card-copy{padding:18px}.pte-blog-card h3,.pte-blog-card p{margin-top:8px}}.legal-page{width:100%;min-height:100svh;background:radial-gradient(circle at 8% 12%,rgba(20,123,131,.11),transparent 30%),radial-gradient(circle at 92% 8%,rgba(253,182,47,.16),transparent 32%),linear-gradient(180deg,#fff,#fbfaf4 48%,#fff);color:#061f23;font-family:var(--pte-header-font, "Poppins", Arial, sans-serif);overflow-x:hidden}.legal-page *{box-sizing:border-box}.legal-hero,.contact-hero{position:relative;width:min(100%,1680px);margin:0 auto;padding:clamp(72px,9vw,132px) clamp(18px,5vw,72px) clamp(56px,7vw,96px);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.72fr);gap:clamp(28px,5vw,72px);align-items:center;isolation:isolate}.legal-hero-bg{position:absolute;inset:0;z-index:-1;overflow:hidden;pointer-events:none}.legal-orb{position:absolute;width:420px;height:420px;border-radius:999px;filter:blur(90px);opacity:.5}.legal-orb-one{top:80px;left:-160px;background:#147b834d}.legal-orb-two{right:-170px;bottom:40px;background:#fdb62f61}.legal-grid{position:absolute;inset:0;opacity:.35;background-image:linear-gradient(rgba(6,31,35,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(6,31,35,.045) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 78%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 20%,black 78%,transparent 100%)}.legal-hero-content,.contact-hero-copy{min-width:0}.legal-kicker{width:fit-content;display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:9px 14px;border:1px solid rgba(20,123,131,.18);border-radius:999px;background:#ffffffc2;color:#00565a;font-size:13px;font-weight:700;letter-spacing:-.01em;box-shadow:0 14px 35px #0f172a0d}.legal-hero h1,.contact-hero h1{max-width:980px;margin:0;color:#061f23;font-size:clamp(48px,7.2vw,112px);font-weight:400;line-height:.93;letter-spacing:-.08em;text-wrap:balance}.legal-hero p,.contact-hero p{max-width:760px;margin:28px 0 0;color:#061f23b8;font-size:clamp(17px,1.32vw,22px);line-height:1.6;letter-spacing:-.035em}.legal-hero-actions,.contact-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.legal-primary-action,.legal-secondary-action{min-height:52px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;font-size:15px;font-weight:700;transition:transform .18s ease,background .18s ease,border-color .18s ease}.legal-primary-action{background:#00565a;color:#fff;border:1px solid #00565a;box-shadow:0 18px 42px #00565a33}.legal-secondary-action{background:#ffffffc7;color:#061f23;border:1px solid rgba(6,31,35,.12)}.legal-primary-action:hover,.legal-secondary-action:hover{transform:translateY(-2px)}.legal-hero-card,.contact-qr-card{position:relative;overflow:hidden;border-radius:34px;padding:clamp(26px,3vw,36px);background:radial-gradient(circle at 18% 16%,rgba(45,212,191,.24),transparent 34%),radial-gradient(circle at 86% 18%,rgba(253,182,47,.26),transparent 34%),linear-gradient(145deg,#06282b,#0a3e41 52%,#061f23);color:#fff;box-shadow:0 34px 80px #061f2338}.legal-hero-card:before,.contact-qr-card:before{content:"";position:absolute;inset:1px;border-radius:33px;border:1px solid rgba(255,255,255,.14);pointer-events:none}.legal-hero-card-top,.contact-qr-header{display:flex;align-items:center;justify-content:space-between;color:#ffffffc7;font-size:14px;font-weight:700}.legal-hero-card h2,.contact-qr-card h2{margin:34px 0 24px;color:#fff;font-size:clamp(32px,3.4vw,52px);font-weight:400;line-height:.98;letter-spacing:-.07em}.legal-hero-card dl{display:grid;gap:14px;margin:0}.legal-hero-card dl div{padding:16px;border-radius:20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.13)}.legal-hero-card dt{margin-bottom:6px;color:#fdb62f;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.legal-hero-card dd{margin:0;color:#ffffffe0;font-size:14px;line-height:1.55}.legal-principles{width:min(100% - 36px,1500px);margin:0 auto clamp(44px,6vw,82px);display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.legal-principle-card,.contact-method-card,.contact-details-card{border:1px solid rgba(6,31,35,.08);border-radius:28px;background:#ffffffc7;box-shadow:0 22px 60px #0f172a0e;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.legal-principle-card{min-height:230px;padding:24px;transition:transform .2s ease,border-color .2s ease,background .2s ease}.legal-principle-card:hover,.contact-method-card:hover{transform:translateY(-4px);border-color:#147b8338;background:#ffffffeb}.legal-principle-icon,.contact-method-icon{width:52px;height:52px;margin-bottom:22px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#eef8f6;color:#00565a}.legal-principle-card h2,.contact-method-card h2,.contact-details-card h2{margin:0 0 10px;color:#061f23;font-size:23px;font-weight:500;line-height:1.05;letter-spacing:-.055em}.legal-principle-card p,.contact-method-card p,.contact-details-card p{margin:0;color:#061f23ad;font-size:14px;line-height:1.65}.legal-main-grid{width:min(100% - 36px,1500px);margin:0 auto;display:grid;grid-template-columns:280px minmax(0,1fr);gap:28px;align-items:start}.legal-side-nav{position:sticky;top:calc(var(--pte-marketing-header-height, 84px) + 18px);max-height:calc(100svh - var(--pte-marketing-header-height, 84px) - 36px);overflow-y:auto;padding:20px;border:1px solid rgba(6,31,35,.08);border-radius:28px;background:#ffffffd1;box-shadow:0 18px 45px #0f172a0e}.legal-side-nav span{display:block;margin-bottom:12px;color:#147b83;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.legal-side-nav a{display:block;padding:11px 12px;border-radius:14px;color:#061f23b3;text-decoration:none;font-size:13px;font-weight:700;line-height:1.25}.legal-side-nav a:hover{background:#147b8314;color:#00565a}.legal-policy-stack{display:grid;gap:18px}.legal-highlight-panel,.legal-contact-strip{display:grid;grid-template-columns:54px 1fr;gap:18px;align-items:start;padding:clamp(22px,3vw,30px);border-radius:30px;background:#061f23;color:#fff;box-shadow:0 26px 70px #061f2329}.legal-highlight-panel div,.legal-contact-strip>div:first-child{width:54px;height:54px;border-radius:18px;display:flex;align-items:center;justify-content:center;background:#fdb62f24;color:#fdb62f}.legal-highlight-panel p{margin:0;color:#ffffffd6;font-size:15px;line-height:1.65}.legal-highlight-panel strong{color:#fff}.legal-policy-section{scroll-margin-top:calc(var(--pte-marketing-header-height, 84px) + 24px);display:grid;grid-template-columns:76px minmax(0,1fr);gap:22px;padding:clamp(24px,3.2vw,38px);border:1px solid rgba(6,31,35,.08);border-radius:34px;background:#ffffffd6;box-shadow:0 24px 70px #0f172a0d}.legal-section-number{width:58px;height:58px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:#061f23;color:#fdb62f;font-size:18px;font-weight:700;letter-spacing:-.04em}.legal-policy-section h2,.legal-contact-strip h2,.contact-final-cta h2{margin:0 0 14px;color:#061f23;font-size:clamp(28px,3.2vw,44px);font-weight:400;line-height:1;letter-spacing:-.07em}.legal-policy-section p{margin:0 0 14px;color:#061f23b8;font-size:15px;line-height:1.78}.legal-policy-section p:last-child{margin-bottom:0}.legal-contact-strip{margin-top:8px;margin-bottom:clamp(56px,7vw,92px);background:radial-gradient(circle at 20% 20%,rgba(45,212,191,.18),transparent 35%),linear-gradient(145deg,#06282b,#061f23)}.legal-contact-strip h2{color:#fff}.legal-contact-strip p{margin:0;color:#ffffffd1;font-size:15px;line-height:1.7}.legal-contact-strip a{color:#fdb62f;font-weight:800}.legal-trust-band{width:min(100% - 36px,1500px);margin:0 auto clamp(58px,7vw,96px);padding:18px;border-radius:28px;background:#061f23f5;display:grid;grid-template-columns:repeat(5,1fr);gap:10px;color:#fff}.legal-trust-band div{min-height:86px;padding:16px;border-radius:20px;display:grid;align-content:center;gap:8px;background:#ffffff12}.legal-trust-band svg{color:#fdb62f}.legal-trust-band span{font-size:13px;font-weight:700;line-height:1.35}.contact-hero{grid-template-columns:minmax(0,.92fr) minmax(320px,.72fr)}.contact-qr-panel{min-width:0}.contact-qr-card{background:radial-gradient(circle at 18% 16%,rgba(45,212,191,.22),transparent 34%),linear-gradient(145deg,#06282b,#0a3e41 55%,#061f23)}.contact-qr-box{width:fit-content;margin:34px auto 24px;padding:18px;border-radius:28px;background:#fff;box-shadow:0 22px 48px #0003}.contact-qr-card p{margin:0;color:#ffffffc7;font-size:15px;line-height:1.6;text-align:center}.contact-card-grid,.contact-details-section,.contact-final-cta{width:min(100% - 36px,1500px);margin-inline:auto}.contact-card-grid{margin-bottom:clamp(30px,5vw,70px);display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.contact-method-card{min-height:300px;padding:28px;transition:transform .2s ease,border-color .2s ease,background .2s ease}.contact-method-card a{width:fit-content;display:inline-flex;align-items:center;gap:8px;margin-top:24px;color:#00565a;text-decoration:none;font-size:14px;font-weight:800}.contact-details-section{display:grid;grid-template-columns:1.1fr .95fr .95fr;gap:16px;margin-bottom:clamp(40px,6vw,80px)}.contact-details-card{padding:28px}.contact-details-main{background:radial-gradient(circle at 12% 18%,rgba(20,123,131,.14),transparent 34%),#ffffffe0}.contact-details-label{display:block;width:fit-content;margin-bottom:14px;padding:7px 11px;border-radius:999px;background:#147b8317;color:#00565a;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.contact-detail-row{margin-top:14px;padding:14px;border:1px solid rgba(6,31,35,.08);border-radius:18px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#ffffffb8}.contact-detail-row div{min-width:0;display:flex;align-items:center;gap:10px;color:#061f23;font-size:14px;font-weight:700}.contact-detail-row span{overflow-wrap:anywhere}.contact-detail-row button,.contact-detail-row a{flex:0 0 auto;min-height:38px;padding:0 13px;border:0;border-radius:999px;display:inline-flex;align-items:center;gap:7px;background:#061f23;color:#fff;text-decoration:none;font-size:12px;font-weight:800;cursor:pointer}.contact-usecase-list,.contact-trust-stack{display:grid;gap:12px;margin-top:20px}.contact-usecase-list div,.contact-trust-stack div{display:flex;gap:10px;align-items:flex-start}.contact-usecase-list svg,.contact-trust-stack svg{flex:0 0 auto;color:#147b83;margin-top:2px}.contact-usecase-list span{color:#061f23c2;font-size:14px;font-weight:700;line-height:1.45}.contact-trust-stack p{margin:0}.contact-final-cta{margin-bottom:clamp(58px,7vw,96px);padding:clamp(28px,4vw,48px);border-radius:36px;background:radial-gradient(circle at 10% 10%,rgba(45,212,191,.2),transparent 30%),radial-gradient(circle at 92% 20%,rgba(253,182,47,.2),transparent 30%),linear-gradient(145deg,#06282b,#061f23);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 30px 78px #061f232e}.contact-final-cta h2{color:#fff}.contact-final-cta p{max-width:760px;margin:0;color:#ffffffc7;font-size:15px;line-height:1.7}@media(max-width:1180px){.legal-hero,.contact-hero,.legal-main-grid,.contact-details-section{grid-template-columns:1fr}.legal-side-nav{position:relative;top:auto;max-height:none;display:flex;overflow-x:auto;gap:8px}.legal-side-nav span{flex:0 0 auto;margin:0;align-self:center}.legal-side-nav a{flex:0 0 auto;white-space:nowrap}.legal-principles{grid-template-columns:repeat(2,1fr)}.legal-trust-band{grid-template-columns:repeat(3,1fr)}.contact-card-grid{grid-template-columns:1fr}.contact-method-card{min-height:auto}.contact-final-cta{align-items:flex-start;flex-direction:column}}@media(max-width:760px){.legal-hero,.contact-hero{padding:54px 18px 42px}.legal-hero h1,.contact-hero h1{font-size:clamp(42px,13vw,68px);letter-spacing:-.075em}.legal-hero p,.contact-hero p{font-size:16px}.legal-hero-actions,.contact-hero-actions,.legal-primary-action,.legal-secondary-action{width:100%}.legal-principles,.legal-trust-band{grid-template-columns:1fr}.legal-policy-section{grid-template-columns:1fr;border-radius:28px}.legal-highlight-panel,.legal-contact-strip{grid-template-columns:1fr}.legal-side-nav{margin-bottom:2px;border-radius:22px;padding:14px}.legal-contact-strip{margin-bottom:54px}.contact-detail-row{align-items:flex-start;flex-direction:column}.contact-detail-row button,.contact-detail-row a{width:100%;justify-content:center}.contact-qr-box svg{width:150px;height:150px}}
