.ai-repetitors-section{padding:60px 0 80px}.ai-repetitors-section .section-header{text-align:center;margin-bottom:48px}.ai-repetitors-section .section-title{font-size:32px;font-weight:700;margin-bottom:12px;color:#1a1a2e}.ai-repetitors-section .section-subtitle{font-size:17px;color:#666;max-width:600px;margin:0 auto}.ai-repetitors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media (max-width:1100px){.ai-repetitors-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:580px){.ai-repetitors-grid{grid-template-columns:1fr}}.ai-repetitor-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px rgb(0 0 0 / .08);display:flex;flex-direction:column;overflow:hidden;transition:transform 0.25s ease,box-shadow 0.25s ease}.ai-repetitor-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgb(0 0 0 / .13)}.card-icon{display:flex;align-items:center;justify-content:center;padding:28px 20px 20px;min-height:90px}.card-emoji{font-size:52px;line-height:1}.card-icon .icon-img{width:56px;height:56px;object-fit:contain}.ai-repetitor-card .card-body{padding:0 20px 16px;flex:1}.ai-repetitor-card .card-body h2{font-size:20px;font-weight:700;margin:0 0 8px;color:#1a1a2e}.ai-repetitor-card .card-body p{font-size:14px;color:#666;line-height:1.5;margin:0}.card-btn{display:block;width:100%;padding:14px 20px;border:none;color:#fff;font-size:15px;font-weight:600;text-align:center;cursor:pointer;transition:filter 0.2s ease;border-radius:0 0 16px 16px;letter-spacing:.3px}.card-btn:hover{filter:brightness(1.12)}.card-btn--inactive{background:#ccc!important;cursor:default;color:#fff}.test-bot-chat-overlay{display:none;position:fixed;inset:0;background:rgb(10 10 30 / .55);z-index:99998;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(3px)}.test-bot-chat-overlay.is-open{display:flex;animation:overlayFadeIn 0.25s ease forwards}@keyframes overlayFadeIn{from{opacity:0}to{opacity:1}}.test-bot-chat-modal{position:relative;width:100%;max-width:480px;height:580px;max-height:90vh;background:#fff;border-radius:20px;box-shadow:0 20px 60px rgb(0 0 0 / .3);display:flex;flex-direction:column;overflow:hidden;animation:modalSlideUp 0.35s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes modalSlideUp{from{opacity:0;transform:translateY(40px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.test-bot-chat-header{background:#6c5ce7;color:#fff;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.test-bot-chat-title{font-size:17px;font-weight:700;flex:1;margin:0;padding:0;line-height:inherit;color:inherit}.test-bot-chat-header-actions{display:flex;align-items:center;gap:4px}.test-bot-chat-header-actions button{background:none;border:none;color:#fff;font-size:22px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px;opacity:.85;transition:opacity 0.2s,background 0.2s}.test-bot-chat-header-actions button:hover{opacity:1;background:rgb(255 255 255 / .15)}.test-bot-chat-body{flex:1;padding:16px;overflow-y:auto;background:#f5f6fa}.test-bot-chat-body>*+*{margin-top:10px}.test-bot-chat-body::-webkit-scrollbar{width:5px}.test-bot-chat-body::-webkit-scrollbar-thumb{background:#d0d3e0;border-radius:10px}.bot-message,.user-message{padding:11px 15px;border-radius:16px;max-width:82%;font-size:15px;line-height:1.5;word-wrap:break-word}.bot-message{background:#fff;align-self:flex-start;border-bottom-left-radius:4px;box-shadow:0 1px 4px rgb(0 0 0 / .07)}.user-message{background:#6c5ce7;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.typing{background:#fff;align-self:flex-start;display:flex;align-items:center;gap:5px;padding:12px 16px;border-radius:16px;border-bottom-left-radius:4px;box-shadow:0 1px 4px rgb(0 0 0 / .07)}.typing span{width:7px;height:7px;background:#aab;border-radius:50%;animation:typingBounce 1.3s infinite ease-in-out}.typing span:nth-child(2){animation-delay:0.18s}.typing span:nth-child(3){animation-delay:0.36s}@keyframes typingBounce{0%,80%,100%{transform:translateY(0)}40%{transform:translateY(-7px)}}.test-bot-chat-footer{padding:12px 14px;background:#fff;border-top:1px solid #eef0f6;display:flex;gap:8px;flex-shrink:0;align-items:center}#test-bot-chat-input{flex:1;padding:11px 18px;border:1.5px solid #e0e3ef;border-radius:30px;outline:none;font-size:15px;color:#1a1a2e;transition:border-color 0.2s}#test-bot-chat-input:focus{border-color:#6c5ce7}#test-bot-chat-send{width:46px;height:46px;border-radius:50%;background:#6c5ce7;color:#fff;border:none;font-size:18px;cursor:pointer;flex-shrink:0;transition:filter 0.2s;display:flex;align-items:center;justify-content:center}#test-bot-chat-send:hover{filter:brightness(1.12)}.chat-confirm-overlay{position:absolute;inset:0;background:rgb(10 10 30 / .45);border-radius:20px;z-index:10;display:flex;align-items:center;justify-content:center;animation:overlayFadeIn 0.2s ease forwards}.chat-confirm-box{background:#fff;border-radius:16px;padding:28px 24px 22px;max-width:300px;width:90%;text-align:center;box-shadow:0 8px 32px rgb(0 0 0 / .18);animation:modalSlideUp 0.25s cubic-bezier(.34,1.56,.64,1) forwards}.chat-confirm-icon{font-size:36px;line-height:1;margin-bottom:12px}.chat-confirm-title{font-size:16px;font-weight:700;color:#1a1a2e;margin-bottom:8px}.chat-confirm-text{font-size:13px;color:#888;line-height:1.5;margin-bottom:20px}.chat-confirm-buttons{display:flex;gap:10px}.chat-confirm-btn{flex:1;padding:11px 8px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:filter 0.2s}.chat-confirm-btn:hover{filter:brightness(1.08)}.chat-confirm-btn--cancel{background:#f0f1f6;color:#555}.chat-confirm-btn--confirm{background:#e74c3c;color:#fff}@keyframes test-btn-shake{0%{transform:translateX(0)}8%{transform:translateX(-14px)}16%{transform:translateX(0)}24%{transform:translateX(-10px)}32%{transform:translateX(0)}40%{transform:translateX(-6px)}48%{transform:translateX(0)}56%{transform:translateX(-3px)}64%{transform:translateX(0)}100%{transform:translateX(0)}}.test-selector-trigger{position:fixed!important;top:140px!important;right:0!important;left:auto!important;bottom:auto!important;z-index:9990!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:2px!important;background:linear-gradient(135deg,rgb(39 99 255 / .92),rgb(67 125 255 / .85))!important;color:#fff!important;border:none!important;border-radius:12px 0 0 12px!important;padding:12px 14px 12px 18px!important;font-size:12px!important;font-weight:600!important;line-height:1.3!important;width:240px!important;max-width:none!important;white-space:normal!important;text-align:center!important;cursor:pointer!important;box-shadow:-3px 3px 16px rgb(39 99 255 / .4)!important;writing-mode:initial!important;margin:0!important;animation:test-btn-shake 2.5s ease-in-out 1.5s infinite!important}.test-selector-trigger span{display:block}.test-selector-trigger:hover{box-shadow:-5px 5px 20px rgb(39 99 255 / .55)!important;animation-play-state:paused!important}.test-selector-overlay{display:none;position:fixed;inset:0;z-index:10000;background:rgb(0 0 0 / .55);align-items:center;justify-content:center;padding:16px}.test-selector-overlay.is-open{display:flex}.test-selector-modal{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgb(0 0 0 / .2);overflow:hidden}.test-selector-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #eee;flex-shrink:0}.test-selector-title{font-size:18px;font-weight:700;color:#2d3436;flex:1;text-align:center}.test-selector-close{background:none;border:none;font-size:24px;line-height:1;color:#999;cursor:pointer;padding:0 4px;transition:color 0.15s}.test-selector-close:hover{color:#2d3436}.test-selector-body{overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:20px}.test-selector-class-label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#636e72;margin-bottom:10px;text-align:center}.test-selector-cards{display:flex;flex-wrap:nowrap;gap:14px;justify-content:center}.test-selector-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;width:190px;height:190px;flex-shrink:0;border:none;border-radius:16px;background:#fff;box-shadow:0 4px 20px rgb(0 0 0 / .09);cursor:pointer;transition:background 0.2s ease,transform 0.2s ease,box-shadow 0.2s ease;text-align:center;color:#2d3436;padding:16px 12px 12px}.test-selector-card:hover{background:#fafafa;transform:translateY(-3px);box-shadow:0 8px 28px rgb(0 0 0 / .12)}.test-card-icon{display:flex;align-items:center;justify-content:center;width:100px;height:100px;min-height:100px;border-radius:18px;font-size:60px;flex-shrink:0;margin-bottom:10px}.test-card-img{width:90px;height:90px;object-fit:contain}.test-card-label{line-height:1.35;font-size:14px;font-weight:600;word-break:normal;overflow-wrap:anywhere;white-space:normal;max-width:100%;width:100%}.test-selector-modal{max-width:1020px}@media (max-width:900px){.test-selector-modal{max-width:calc(100vw - 32px)}.test-selector-cards{flex-wrap:wrap;justify-content:center;gap:12px}.test-selector-card{width:calc(50% - 6px);height:210px}.test-card-icon{width:100px;height:100px;min-height:100px;font-size:58px;border-radius:20px;margin-bottom:12px}.test-card-img{width:72px;height:72px}.test-card-label{font-size:13px}}@media (max-width:480px){.test-selector-trigger{top:auto;bottom:80px;font-size:12px;padding:10px 12px;max-width:130px}.test-selector-modal{max-height:90vh;max-width:calc(100vw - 24px)}.test-selector-body{padding:14px 12px}.test-selector-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px;flex-wrap:unset}.test-selector-card{width:100%;aspect-ratio:1 / 1;height:auto;padding:14px 10px 10px;gap:0;border-radius:12px;justify-content:flex-start}.test-card-icon{width:72px;height:72px;min-height:72px;font-size:44px;border-radius:16px;margin-bottom:10px}.test-card-img{width:54px;height:54px}.test-card-label{font-size:12px;line-height:1.3}}@media (max-width:900px){.test-selector-trigger{transition:top 0.7s ease-in-out,bottom 0.7s ease-in-out!important}.test-selector-trigger.header-hidden{top:0!important;bottom:auto!important}}.test-selector-footer{text-align:center;padding:14px 20px 18px;font-size:13px;color:#636e72;border-top:1px solid #f0f0f0;flex-shrink:0}.share-buttons{background:#fff;border-radius:14px;padding:14px 15px;box-shadow:0 1px 4px rgb(0 0 0 / .07);max-width:82%}.share-buttons__label{font-size:13px;color:#888;margin:0 0 10px;font-weight:500}.share-buttons__row{display:flex;flex-wrap:wrap;gap:7px}.share-btn{display:inline-flex;align-items:center;justify-content:center;padding:7px 13px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:filter 0.2s,transform 0.15s;color:#fff;line-height:1}.share-btn:hover{filter:brightness(1.1);transform:translateY(-1px);color:#fff;text-decoration:none}.share-btn--tg{background:#2AABEE}.share-btn--vb{background:#7360f2}.share-btn--fb{background:#1877F2}.share-btn--gm{background:#EA4335}.share-btn--copy{background:#636e72;color:#fff}