
.tsp-root,.tsp-root *{box-sizing:border-box}.tsp-root{--tsp-blue:#3560ff;--tsp-purple:#7c3aed;--tsp-gradient:linear-gradient(135deg,#3560ff,#7c3aed);--tsp-bg:#eef1fb;--tsp-text:#1f2440;--tsp-muted:#7a7f9a;--tsp-glass-bg:rgba(255,255,255,.55);--tsp-glass-border:rgba(255,255,255,.6);--tsp-success:#16a34a;--tsp-danger:#e11d48;--tsp-radius:22px;direction:rtl;font-family:inherit;display:flex;gap:20px;background:radial-gradient(circle at 10% 10%,rgba(53,96,255,.18),transparent 40%),radial-gradient(circle at 90% 20%,rgba(124,58,237,.16),transparent 45%),var(--tsp-bg);color:var(--tsp-text)}.tsp-root.tsp-dark{--tsp-bg:#10132b;--tsp-text:#eef1ff;--tsp-muted:#9aa0c4;--tsp-glass-bg:rgba(30,32,60,.55);--tsp-glass-border:rgba(255,255,255,.08)}.tsp-glass{background:var(--tsp-glass-bg);border:1px solid var(--tsp-glass-border);border-radius:var(--tsp-radius);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 20px 45px rgba(53,96,255,.08)}.tsp-sidebar{flex-shrink:0;display:flex;flex-direction:column;gap:22px;position:sticky}.tsp-brand{display:flex;align-items:center;gap:12px}.tsp-brand-icon{font-size:32px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:16px;background:var(--tsp-gradient);box-shadow:0 10px 20px rgba(53,96,255,.3)}.tsp-brand strong{display:block;font-size:15px}.tsp-brand small{color:var(--tsp-muted);font-size:12px}.tsp-nav{display:flex;flex-direction:column;gap:6px}.tsp-nav-item{display:flex;align-items:center;gap:12px;width:100%;border:1px solid transparent;background:0 0;cursor:pointer;font-size:13.5px;font-weight:600;color:var(--tsp-text);text-align:right;transition:.25s cubic-bezier(.4,0,.2,1);position:relative}.tsp-nav-item:hover{border-color:rgba(53,96,255,.15);transform:translateX(-3px)}.tsp-nav-item.active{background:var(--tsp-gradient);border-color:transparent;box-shadow:0 12px 24px rgba(53,96,255,.35);transform:translateX(-3px)}.tsp-nav-item.active .tsp-nav-icon{background:rgba(255,255,255,.22)}.tsp-nav-icon{height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(53,96,255,.1);transition:background .25s}.tsp-badge{margin-right:auto;background:var(--tsp-danger);color:#fff;font-size:11px;font-weight:800;min-width:20px;height:20px;line-height:20px;text-align:center;border-radius:999px;padding:0 6px;box-shadow:0 0 0 3px var(--tsp-glass-bg)}.tsp-mobile-toggle{display:none;position:fixed;bottom:18px;left:18px;z-index:40;padding:12px 18px;border:none;border-radius:999px;cursor:pointer;font-weight:700;color:var(--tsp-text)}.tsp-main{flex:1;display:flex;flex-direction:column;gap:20px}.tsp-topbar{display:flex;align-items:center;justify-content:space-between;padding:22px 26px}.tsp-topbar h1{margin:0;font-size:22px}.tsp-topbar p{margin:4px 0 0;color:var(--tsp-muted);font-size:13px}.tsp-tab-panel{display:none;animation:.35s tspFade}@keyframes tspFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tsp-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:16px;margin-bottom:20px}.tsp-cards-grid-sm{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.tsp-card{text-align:center;transition:transform .25s}.tsp-card:hover{transform:translateY(-4px)}.tsp-card-icon{font-size:26px;display:block;margin-bottom:6px}.tsp-card h2{font-weight:800;background:var(--tsp-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.tsp-card p{color:var(--tsp-muted)}.tsp-fade-in{animation:.5s both tspFade}.tsp-progress-ring,.tsp-progress-ring-mini{width:70px;height:70px;margin:0 auto;position:relative}.tsp-progress-ring-mini{width:54px;height:54px}.tsp-progress-ring svg,.tsp-progress-ring-mini svg{width:100%;height:100%;transform:rotate(-90deg)}.tsp-ring-bg{fill:none;stroke:rgba(53,96,255,.12);stroke-width:3.2}.tsp-ring-fg{fill:none;stroke:url(#tsp-grad);stroke:var(--tsp-blue);stroke-width:3.2;stroke-linecap:round;transition:stroke-dasharray .6s}.tsp-progress-ring span,.tsp-progress-ring-mini span{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.tsp-card-ring p{margin-top:10px}.tsp-two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.tsp-box{padding:24px;margin-bottom:20px}.tsp-box h3{margin:0 0 16px;font-size:16px}.tsp-box-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tsp-box-header h3{margin:0}.tsp-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.tsp-list li{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:rgba(53,96,255,.05);border-radius:12px;font-size:13px}.tsp-empty{color:var(--tsp-muted);font-size:13px;text-align:center;padding:10px 0}.tsp-table-wrap{overflow-x:auto}.tsp-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:16px}.tsp-pagination-info{font-size:12.5px;color:var(--tsp-muted)}.tsp-empty-row td{text-align:center;color:var(--tsp-muted);padding:24px 0}.tsp-table{width:100%;border-collapse:collapse;font-size:13px;min-width:640px}.tsp-table th{text-align:right;color:var(--tsp-muted);font-weight:600;padding:10px 12px;border-bottom:1px solid rgba(53,96,255,.12)}.tsp-table td{padding:12px;border-bottom:1px solid rgba(53,96,255,.07)}.tsp-actions-cell{display:flex;gap:6px;flex-wrap:wrap}.tsp-tag{display:inline-block;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700}.tsp-tag-blue{background:rgba(53,96,255,.12);color:var(--tsp-blue)}.tsp-tag-purple{background:rgba(124,58,237,.12);color:var(--tsp-purple)}.tsp-tag-green{background:rgba(22,163,74,.12);color:var(--tsp-success)}.tsp-tag-red{background:rgba(225,29,72,.12);color:var(--tsp-danger)}.tsp-tag-gray{background:rgba(122,127,154,.15);color:var(--tsp-muted)}.tsp-text-success{color:var(--tsp-success);font-weight:700}.tsp-text-danger{color:var(--tsp-danger);font-weight:700}.tsp-btn{border:1px solid rgba(53,96,255,.2);background:#fff;color:var(--tsp-blue);padding:8px 14px;border-radius:12px;font-size:12px;cursor:pointer;text-decoration:none;display:inline-block;transition:.2s}.tsp-btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(53,96,255,.15)}.tsp-btn-primary{background:var(--tsp-gradient);color:#fff;border:none}.tsp-btn-sm{padding:6px 10px;font-size:11px}.tsp-segment{display:inline-flex;background:rgba(53,96,255,.07);border-radius:12px;padding:3px}.tsp-segment button{border:none;background:0 0;padding:7px 14px;border-radius:10px;font-size:12px;cursor:pointer;color:var(--tsp-text)}.tsp-segment button.active{background:var(--tsp-gradient);color:#fff}.tsp-cert-card{padding:20px;text-align:center;position:relative}.tsp-cert-icon{font-size:32px}.tsp-cert-actions{display:flex;gap:6px;justify-content:center;flex-wrap:wrap;margin:12px 0}.tsp-cert-qr img{border-radius:8px;background:#fff;padding:4px}.tsp-courses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.tsp-course-card{overflow:hidden;padding:0!important;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.tsp-course-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(53,96,255,.16)}.tsp-course-thumb{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:rgba(53,96,255,.06)}.tsp-course-thumb img{width:100%;height:100%;object-fit:cover;display:block}.tsp-course-badge{position:absolute;top:10px;left:10px}.tsp-course-body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}.tsp-course-body h4{margin:0;font-size:14.5px;line-height:1.5}.tsp-course-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:var(--tsp-muted)}.tsp-course-btn{margin-top:auto;text-align:center}.tsp-notif-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.tsp-notif-item{display:flex;gap:12px;align-items:flex-start;padding:14px;border-radius:14px;background:rgba(53,96,255,.04)}.tsp-notif-item.unread{background:rgba(53,96,255,.1);border-right:3px solid var(--tsp-blue)}.tsp-notif-icon{font-size:20px}.tsp-notif-body{flex:1}.tsp-notif-body p{margin:4px 0;font-size:12.5px;color:var(--tsp-muted)}.tsp-chat-thread{max-height:380px;overflow-y:auto;display:flex;flex-direction:column}.tsp-chat-bubble{font-size:13px}.tsp-chat-bubble.me{align-self:flex-end;background:var(--tsp-gradient);border-bottom-left-radius:4px}.tsp-chat-bubble.teacher{align-self:flex-start;border-bottom-right-radius:4px}.tsp-chat-bubble small{opacity:.7}.tsp-chat-input{display:flex;gap:10px;margin-top:14px}.tsp-chat-input textarea{flex:1;resize:none;min-height:46px;border-radius:14px;border:1px solid rgba(53,96,255,.2);padding:10px 14px;font-family:inherit}.tsp-timeline{list-style:none;margin:0;padding:0;position:relative}.tsp-timeline li{display:flex;gap:14px;padding:10px 0;position:relative}.tsp-timeline-dot{width:12px;height:12px;border-radius:50%;background:var(--tsp-muted);margin-top:5px;flex-shrink:0}.tsp-timeline-dot.active{background:var(--tsp-blue);box-shadow:0 0 0 4px rgba(53,96,255,.18)}.tsp-timeline-content{display:flex;flex-direction:column;font-size:13px}.tsp-timeline-content span{color:var(--tsp-muted);font-size:12px}.tsp-countdown{color:var(--tsp-purple);font-weight:700}.tsp-leaderboard{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.tsp-leaderboard li{display:grid;grid-template-columns:40px 1fr 90px 70px;align-items:center;padding:10px 14px;border-radius:12px;background:rgba(53,96,255,.04);font-size:13px}.tsp-leaderboard li.me{background:var(--tsp-gradient);color:#fff;font-weight:700}.tsp-lb-rank{font-weight:800}.tsp-wallet-hero{display:flex;align-items:center;justify-content:space-between;padding:28px;margin-bottom:20px;background:var(--tsp-gradient);color:#fff}.tsp-wallet-hero span{font-size:13px;opacity:.85}.tsp-wallet-hero h2{margin:6px 0 0;font-size:30px}.tsp-wallet-actions{display:flex;gap:10px}.tsp-wallet-actions .tsp-btn{background:rgba(255,255,255,.15);color:#fff;border-color:rgba(255,255,255,.3)}.tsp-wallet-actions .tsp-btn-primary{background:#fff;color:var(--tsp-blue)}.tsp-form{display:flex;flex-direction:column;gap:14px;max-width:480px}.tsp-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--tsp-muted)}.tsp-form input,.tsp-form select{padding:10px 14px;border-radius:12px;border:1px solid rgba(53,96,255,.2);font-family:inherit;font-size:13px;background:rgba(255,255,255,.6);color:var(--tsp-text)}.tsp-switch-row{flex-direction:row!important;align-items:center;justify-content:space-between}.tsp-form-message{font-size:12px;color:var(--tsp-success)}.tsp-profile-avatar{display:flex;align-items:center;gap:14px;margin-bottom:18px}.tsp-profile-avatar img{width:64px;height:64px;border-radius:50%;object-fit:cover}.tsp-security-box{margin-top:20px;padding-top:16px;border-top:1px solid rgba(53,96,255,.12)}.tsp-achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.tsp-badge-card{text-align:center;padding:20px;border-radius:18px;background:rgba(53,96,255,.05);transition:transform .25s}.tsp-badge-card.unlocked{background:var(--tsp-gradient);color:#fff;box-shadow:0 15px 30px rgba(53,96,255,.25)}.tsp-badge-card.locked{opacity:.55;filter:grayscale(1)}.tsp-badge-card:hover{transform:translateY(-4px) scale(1.02)}.tsp-badge-icon{font-size:34px;margin-bottom:8px}.tsp-badge-card p{font-size:12px;margin:6px 0;opacity:.9}.tsp-analysis-header{display:flex;align-items:center;gap:10px;margin-bottom:16px}.tsp-chart-card{padding:16px;background:rgba(53,96,255,.04);border-radius:16px}.tsp-chart-card h4{margin:0 0 10px;font-size:13px;color:var(--tsp-muted)}@media (max-width:960px){.tsp-two-col{grid-template-columns:1fr}.tsp-root{padding:12px}.tsp-leaderboard li{grid-template-columns:30px 1fr 60px;font-size:12px}.tsp-lb-count{display:none}}@media (max-width:640px){.tsp-sidebar{position:fixed;top:0;right:0;bottom:0;height:100vh;z-index:50;transform:translateX(100%);transition:transform .3s;border-radius:0;overflow-y:auto}.tsp-sidebar.open{transform:translateX(0)}.tsp-mobile-toggle{display:block}}@media (min-width:641px) and (max-width:960px){.tsp-mobile-toggle{display:none!important}.tsp-sidebar{position:sticky!important;top:12px;transform:none!important;width:100%!important;height:auto!important;z-index:40;border-radius:18px!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:14px;padding:10px 14px!important;overflow:visible!important;transition:none!important}.tsp-brand{flex-shrink:0;padding-left:14px;border-left:1.5px solid rgba(31,36,64,.08)}.tsp-brand small{display:none}.tsp-nav{flex:1;display:flex!important;flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden;gap:8px!important;padding:4px 2px 8px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#3560ff transparent;mask-image:linear-gradient(to left,transparent 0,#000 24px,#000 calc(100% - 24px),transparent 100%)}.tsp-nav::-webkit-scrollbar{height:5px}.tsp-nav::-webkit-scrollbar-thumb{background:rgba(53,96,255,.35);border-radius:10px}.tsp-nav-item{width:auto!important;flex-shrink:0;flex-direction:row!important;white-space:nowrap;padding:10px 16px!important;scroll-snap-align:start}.tsp-nav-label{display:inline!important}}.tsp-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(53,96,255,.2);border-top-color:var(--tsp-blue);border-radius:50%;animation:.7s linear infinite tsp-spin;vertical-align:middle;margin-left:6px}@keyframes tsp-spin{to{transform:rotate(360deg)}}.tsp-error-row td,.tsp-loading-row td{text-align:center;padding:22px;color:var(--tsp-muted);font-size:13px}.tsp-error-row td{color:var(--tsp-danger)}.tsp-error-state,.tsp-loading-inline{text-align:center;padding:18px;font-size:13px;color:var(--tsp-muted)}.tsp-error-state{color:var(--tsp-danger)}.tsp-skeleton{background:linear-gradient(90deg,rgba(53,96,255,.06) 25%,rgba(53,96,255,.14) 37%,rgba(53,96,255,.06) 63%);background-size:400% 100%;animation:1.4s infinite tsp-skeleton-shimmer;border-radius:8px}@keyframes tsp-skeleton-shimmer{0%{background-position:100% 50%}100%{background-position:0 50%}}@media (max-width:1024px){#tsp-root #tsp-mobile-toggle,#tsp-root .tsp-mobile-toggle{display:none!important}#tsp-root{flex-direction:column!important}#tsp-root .tsp-sidebar{position:sticky!important;top:10px!important;right:auto!important;left:auto!important;bottom:auto!important;transform:none!important;height:auto!important;width:100%!important;max-width:100%!important;z-index:40!important;border-radius:22px!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:14px!important;padding:16px!important;overflow:hidden!important;transition:none!important;margin-bottom:20px;box-shadow:0 12px 32px rgba(53,96,255,.14)!important}#tsp-root .tsp-brand{flex-direction:row!important;align-items:center!important;margin:0!important;padding:0 0 14px!important;border-bottom:1.5px dashed rgba(31,36,64,.12)!important;gap:12px}#tsp-root .tsp-brand-icon{font-size:26px!important;width:46px!important;height:46px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,rgba(53,96,255,.14),rgba(124,58,237,.14))!important;border-radius:14px!important;flex-shrink:0}#tsp-root .tsp-brand strong{font-size:15px!important}#tsp-root .tsp-brand small{font-size:12px!important}#tsp-root .tsp-nav{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;width:100%!important;min-width:0!important;overflow-x:auto!important;overflow-y:hidden!important;gap:10px!important;margin:0!important;padding:4px 2px 10px!important;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#3560ff transparent}#tsp-root .tsp-nav::-webkit-scrollbar{height:6px}#tsp-root .tsp-nav::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#3560ff,#7c3aed);border-radius:10px}#tsp-root .tsp-nav-item{width:auto!important;min-width:max-content!important;flex:0 0 auto!important;flex-direction:row!important;align-items:center!important;white-space:nowrap!important;padding:14px 22px!important;margin:0!important;border-radius:999px!important;background:rgba(53,96,255,.07)!important;border:1.5px solid transparent!important;font-size:14.5px!important;font-weight:600!important;gap:8px!important;min-height:48px!important;line-height:1!important}#tsp-root .tsp-nav-icon{font-size:19px!important;flex-shrink:0}#tsp-root .tsp-nav-item:hover{background:rgba(53,96,255,.14)!important;border-color:rgba(53,96,255,.3)!important;transform:translateY(-1px)}#tsp-root .tsp-nav-item.active{background:linear-gradient(90deg,#3560ff,#7c3aed)!important;color:#fff!important;box-shadow:0 8px 20px rgba(53,96,255,.4)!important}#tsp-root .tsp-nav-item.active .tsp-nav-icon{transform:scale(1.12)}#tsp-root .tsp-nav-label{display:inline!important}#tsp-root .tsp-main{width:100%!important}}.tsp-oc-banner{position:relative;display:flex;align-items:center;gap:20px;padding:26px 28px;border-radius:24px;background:linear-gradient(120deg,#3560ff,#7c3aed);color:#fff;margin-bottom:20px;overflow:hidden;box-shadow:0 16px 36px rgba(53,96,255,.28)}.tsp-oc-banner::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 90% 10%,rgba(255,255,255,.18),transparent 45%),radial-gradient(circle at 10% 100%,rgba(255,255,255,.12),transparent 40%);pointer-events:none}.tsp-oc-banner-art{flex-shrink:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;font-size:30px;background:rgba(255,255,255,.16);border-radius:18px;backdrop-filter:blur(6px)}.tsp-oc-banner-text{flex:1;min-width:200px;position:relative;z-index:1}.tsp-oc-banner-text h2{margin:0 0 6px;font-size:19px}.tsp-oc-banner-text p{margin:0;font-size:12.5px;opacity:.9;max-width:480px}.tsp-oc-banner-btn{flex-shrink:0;background:#fff!important;color:#3560ff!important;font-weight:700!important;padding:13px 22px!important;border-radius:14px!important;white-space:nowrap;position:relative;z-index:1;animation:2.4s infinite tspBannerPulse}@keyframes tspBannerPulse{0%,100%{box-shadow:0 0 0 0 rgba(255,255,255,.5)}50%{box-shadow:0 0 0 8px rgba(255,255,255,0)}}.tsp-oc-banner-btn.tsp-oc-disabled{background:rgba(255,255,255,.16)!important;color:rgba(255,255,255,.75)!important;cursor:not-allowed;animation:none}.tsp-oc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.tsp-oc-card{padding:18px;display:flex;flex-direction:column;gap:12px;transition:transform .2s,box-shadow .2s;border-right:4px solid rgba(53,96,255,.25)}.tsp-oc-card[data-oc-state=live]{border-right-color:var(--tsp-success)}.tsp-oc-card[data-oc-state=after],.tsp-oc-card[data-oc-state=not_today]{opacity:.7}.tsp-oc-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(53,96,255,.16)}.tsp-oc-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.tsp-oc-card-head h4{margin:0;font-size:14.5px;line-height:1.5}.tsp-oc-meta{display:flex;flex-direction:column;gap:6px;font-size:12.5px;color:var(--tsp-muted)}.tsp-oc-enter-btn{text-align:center;margin-top:auto}.tsp-oc-enter-btn.tsp-oc-disabled{background:rgba(31,36,64,.08)!important;color:var(--tsp-muted)!important;cursor:not-allowed;box-shadow:none!important}@media (max-width:640px){.tsp-oc-banner{flex-direction:column;align-items:flex-start;text-align:right}.tsp-oc-banner-btn{width:100%;text-align:center}}.tsp-exam-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.tsp-exam-card{overflow:hidden;padding:0!important;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.tsp-exam-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(53,96,255,.16)}.tsp-exam-cover{position:relative;width:100%;aspect-ratio:16/9;overflow:hidden;background:rgba(53,96,255,.06)}.tsp-exam-cover img{width:100%;height:100%;object-fit:cover;display:block}.tsp-exam-cover-badge{position:absolute;top:10px;left:10px}.tsp-exam-card-body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}.tsp-exam-card-body h4{margin:0;font-size:15px;line-height:1.5}.tsp-exam-card-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:var(--tsp-muted)}.tsp-exam-card-dates{display:flex;flex-direction:column;gap:4px;font-size:11.5px;color:var(--tsp-muted)}.tsp-exam-card-actions{margin-top:auto;display:flex;flex-wrap:wrap;gap:8px;padding-top:6px}.tsp-exam-card-actions .tsp-btn{flex:1;min-width:120px;text-align:center;justify-content:center}@media (max-width:480px){.tsp-exam-cards-grid{grid-template-columns:1fr}.tsp-exam-card-actions .tsp-btn{min-width:100%}}.tsp-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.tsp-academic-year-global,.tsp-year-filter{display:flex;align-items:center;gap:8px}.tsp-academic-year-global label,.tsp-year-filter label{font-size:12px;font-weight:700}.tsp-academic-year-global select,.tsp-year-filter select{border:1px solid rgba(0,0,0,.12);border-radius:10px;padding:8px 12px;background:#fff}.tsp-academic-year-global{margin-right:auto}.tsp-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tsp-field-full{grid-column:1/-1}.tsp-form-grid label{display:block;font-size:13px;font-weight:700;margin-bottom:6px}.tsp-form-grid input,.tsp-form-grid select,.tsp-form-grid textarea{width:100%;box-sizing:border-box}.tsp-form-msg{display:block;margin:10px 0}.tsp-chat-box .tsp-section-head select{min-width:180px}@media(max-width:700px){.tsp-form-grid{grid-template-columns:1fr}.tsp-academic-year-global{display:none}}.tsp-analysis-hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.tsp-analysis-hero-stats .tsp-card{padding:18px;text-align:center}.tsp-analysis-hero-stats h2{margin:8px 0 3px}.tsp-analysis-hero-stats p{margin:0;color:#7a7f9a;font-size:11px}.tsp-student-question-analysis{margin-top:18px;padding:18px;border:1px solid rgba(53,96,255,.1);border-radius:20px;background:rgba(53,96,255,.025)}.tsp-analysis-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.tsp-analysis-head h4{margin:0}.tsp-analysis-head p{margin:4px 0 0;color:#7a7f9a;font-size:11px}.tsp-analysis-legend{display:flex;gap:7px}.tsp-analysis-legend span{font-size:10px;padding:5px 9px;border-radius:999px;font-weight:800}.tsp-analysis-legend .correct{background:#dcfce7;color:#15803d}.tsp-analysis-legend .wrong{background:#ffe4e6;color:#be123c}.tsp-analysis-legend .empty{background:#f1f5f9;color:#475569}.tsp-student-qrow{display:flex;align-items:center;gap:12px;padding:12px;border-radius:15px;background:#fff;margin-top:8px;border:1px solid transparent}.tsp-student-qrow.correct{border-color:#bbf7d0}.tsp-student-qrow.wrong{border-color:#fecdd3}.tsp-student-qrow.empty{border-color:#e2e8f0}.tsp-qnum{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;font-weight:900;background:#eef2ff}.tsp-qtext{min-width:0;flex:1}.tsp-qtext small,.tsp-qtext strong{display:block}.tsp-qtext small{margin-top:4px;color:#7a7f9a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tsp-qstatus{font-size:11px;font-weight:900;padding:6px 10px;border-radius:999px}.tsp-student-qrow.correct .tsp-qstatus{background:#dcfce7;color:#15803d}.tsp-student-qrow.wrong .tsp-qstatus{background:#ffe4e6;color:#be123c}.tsp-student-qrow.empty .tsp-qstatus{background:#f1f5f9;color:#475569}@media(max-width:800px){.tsp-analysis-hero-stats{grid-template-columns:repeat(2,1fr)}.tsp-analysis-head{align-items:flex-start;flex-direction:column}}.tsp-year-picker{margin-right:auto!important;display:flex!important;align-items:center;gap:10px;box-shadow:0 8px 24px rgba(30,41,59,.07);min-width:230px}.tsp-year-picker-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#eef2ff;font-size:19px}.tsp-year-picker-copy{display:flex;flex-direction:column;line-height:1.2;flex:1}.tsp-year-picker-copy small{font-size:10px;color:#64748b;margin-bottom:3px}.tsp-year-picker-copy strong{font-size:14px;color:#111827}.tsp-year-picker select{min-width:125px;border:1px solid #dbe2f0!important;border-radius:11px!important;padding:9px 10px!important;background:#fff!important;cursor:pointer}.tsp-messages-page{display:flex;flex-direction:column;gap:18px}.tsp-messages-hero{display:flex;justify-content:space-between;align-items:center;padding:25px 28px;border-radius:24px;background:linear-gradient(135deg,#111827,#3730a3);color:#fff;box-shadow:0 18px 45px rgba(49,46,129,.18)}.tsp-messages-hero span{font-size:11px;opacity:.7}.tsp-messages-hero h2{margin:5px 0 6px;font-size:25px}.tsp-messages-hero p{margin:0;opacity:.75;font-size:13px}.tsp-messages-hero-icon{font-size:42px;width:74px;height:74px;border-radius:22px;display:grid;place-items:center;background:rgba(255,255,255,.12)}.tsp-chat-app{display:grid;grid-template-columns:310px minmax(0,1fr);min-height:610px;overflow:hidden;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:#fff;box-shadow:0 16px 45px rgba(15,23,42,.07)}.tsp-chat-sidebar{background:#f8fafc;border-left:1px solid #e5e7eb}.tsp-chat-sidebar-head{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e7eb}.tsp-chat-sidebar-head span{font-size:11px;color:#64748b;background:#e2e8f0;padding:5px 8px;border-radius:99px}.tsp-teacher-list{padding:10px}.tsp-teacher-item{width:100%;border:0;background:0 0;padding:13px 12px;border-radius:16px;display:flex;align-items:center;gap:10px;text-align:right;cursor:pointer;transition:.2s;margin-bottom:5px}.tsp-teacher-item:hover{background:#eef2ff}.tsp-teacher-item.active{background:#e0e7ff;box-shadow:inset 3px 0 #4f46e5}.tsp-chat-avatar,.tsp-teacher-avatar{flex:0 0 44px;width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#6366f1,#4338ca);color:#fff;font-weight:800}.tsp-teacher-info{display:flex;flex-direction:column;min-width:0;flex:1}.tsp-teacher-info strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tsp-teacher-info small{font-size:10px;color:#64748b;margin-top:3px}.tsp-teacher-arrow{color:#94a3b8}.tsp-chat-main{display:flex;flex-direction:column;min-width:0;background:linear-gradient(180deg,#fff,#f8fafc)}.tsp-chat-header{display:flex;align-items:center;gap:12px;padding:17px 22px;border-bottom:1px solid #e5e7eb;background:#fff}.tsp-chat-header strong{display:block;font-size:14px}.tsp-chat-header small{display:block;color:#10b981;font-size:10px;margin-top:4px}.tsp-chat-thread{flex:1;overflow:auto;padding:25px;display:flex;flex-direction:column;gap:10px;min-height:390px}.tsp-chat-bubble{padding:12px 15px;border-radius:18px;box-shadow:0 4px 14px rgba(15,23,42,.05)}.tsp-chat-bubble.me{align-self:flex-end;background:#4f46e5;color:#fff;border-bottom-right-radius:5px}.tsp-chat-bubble.teacher{align-self:flex-start;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:5px}.tsp-chat-bubble p{margin:0;line-height:1.8;font-size:13px}.tsp-chat-bubble small{display:block;margin-top:6px;font-size:9px;opacity:.65}.tsp-chat-bubble a{display:block;margin-top:7px;color:inherit}.tsp-chat-loading,.tsp-chat-welcome{margin:auto;text-align:center;color:#64748b}.tsp-chat-welcome div{font-size:40px;margin-bottom:8px}.tsp-chat-composer{padding:15px 18px;border-top:1px solid #e5e7eb;background:#fff}.tsp-chat-composer textarea{width:100%;min-height:75px;resize:vertical;border:1px solid #dbe2ea;border-radius:15px;padding:12px;box-sizing:border-box;outline:0}.tsp-chat-composer textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.tsp-composer-bottom{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:9px}.tsp-composer-bottom small{font-size:10px;color:#94a3b8}.tsp-chat-empty-side{padding:30px 15px;text-align:center;color:#94a3b8;font-size:12px}@media(max-width:850px){.tsp-chat-app{grid-template-columns:1fr}.tsp-chat-sidebar{border-left:0;border-bottom:1px solid #e5e7eb}.tsp-teacher-list{display:flex;overflow:auto;gap:8px}.tsp-teacher-item{min-width:220px;margin:0}.tsp-chat-thread{min-height:330px}.tsp-messages-hero{padding:20px}}@media(max-width:600px){.tsp-year-picker{min-width:0!important;padding:5px}.tsp-year-picker-copy,.tsp-year-picker-icon{display:none}.tsp-year-picker select{min-width:118px}.tsp-chat-bubble{max-width:88%}.tsp-composer-bottom{align-items:stretch;flex-direction:column}.tsp-composer-bottom .tsp-btn{width:100%}}.tsp-profile-page{max-width:1120px;margin:0 auto;padding:4px 0 30px;direction:rtl}.tsp-profile-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 30px;margin-bottom:18px;border-radius:24px;background:linear-gradient(135deg,#fff 0,#f5fbf7 100%);border:1px solid rgba(0,145,70,.1);box-shadow:0 18px 45px rgba(19,38,28,.07)}.tsp-profile-eyebrow{display:inline-flex;padding:7px 12px;border-radius:999px;background:#e9f8ef;color:#008f46;font-size:12px;font-weight:800;margin-bottom:8px}.tsp-profile-hero h2{margin:0 0 7px;font-size:27px;color:#123126;font-weight:900}.tsp-profile-hero p{margin:0;color:#6f7d77;font-size:13px}.tsp-candidate-card{min-width:190px;padding:15px 20px;border-radius:18px;background:#fff;border:1px solid #e2eee7;text-align:center;box-shadow:0 10px 25px rgba(0,0,0,.04)}.tsp-candidate-card small,.tsp-candidate-card span{display:block;color:#77837e;font-size:11px}.tsp-candidate-card strong{display:block;letter-spacing:4px;font-size:25px;color:#008f46;margin:5px 0}.tsp-profile-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;align-items:start}.tsp-profile-card{background:#fff;border:1px solid #e7eee9;border-radius:24px;box-shadow:0 14px 40px rgba(22,39,30,.06)}.tsp-profile-avatar-card{padding:30px 20px;text-align:center;position:sticky;top:20px}.tsp-avatar-ring{position:relative;width:126px;height:126px;margin:0 auto 17px}.tsp-avatar-ring img{width:126px;height:126px;border-radius:50%;object-fit:cover;border:6px solid #fff;box-shadow:0 10px 28px rgba(0,0,0,.12);background:#f1f4f2}.tsp-avatar-camera{position:absolute;right:2px;bottom:2px;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#008f46;color:#fff;border:4px solid #fff;cursor:pointer;box-shadow:0 6px 14px rgba(0,143,70,.24)}.tsp-avatar-camera input{display:none}.tsp-profile-avatar-card h3{margin:0;color:#162a21;font-size:18px;font-weight:900}.tsp-profile-avatar-card p{margin:7px 0 15px;color:#88948e;font-size:11px}.tsp-profile-code-mini{display:inline-block;padding:8px 12px;border-radius:12px;background:#f1f8f3;color:#65736c;font-size:11px}.tsp-profile-code-mini b{color:#008f46;letter-spacing:2px}.tsp-profile-form-card{padding:28px}.tsp-profile-section-title{display:flex;align-items:center;gap:11px;margin-bottom:18px}.tsp-profile-section-title>span{width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#edf8f1}.tsp-profile-section-title strong{display:block;color:#1b3026;font-size:15px}.tsp-profile-section-title small{display:block;color:#8a958f;font-size:11px;margin-top:3px}.tsp-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px 16px}.tsp-profile-form label{display:flex;flex-direction:column;gap:7px;color:#4f5f57;font-size:12px;font-weight:700}.tsp-profile-form label em{color:#e54848;font-style:normal;margin-right:3px}.tsp-profile-form input{width:100%;box-sizing:border-box;height:48px;padding:0 15px;border-radius:13px;border:1px solid #e2e9e5;background:#fbfdfc;color:#25352e;font:inherit;font-weight:500;outline:0;transition:.2s}.tsp-profile-form input:focus{border-color:#00a653;box-shadow:0 0 0 4px rgba(0,166,83,.08);background:#fff}.tsp-profile-security{margin-top:26px;padding-top:25px;border-top:1px solid #edf1ef}.tsp-profile-security label{max-width:49%}.tsp-profile-submit-row{display:flex;align-items:center;justify-content:flex-end;gap:15px;margin-top:25px;padding-top:20px;border-top:1px solid #edf1ef}.tsp-profile-submit-row .tsp-btn{min-width:160px;height:46px;border:0;border-radius:13px;font-weight:800}.tsp-form-success{color:#008f46!important}.tsp-form-error{color:#d83b3b!important}.tsp-profile-required .tsp-profile-hero{border-color:rgba(0,143,70,.18);box-shadow:0 20px 50px rgba(0,143,70,.08)}.tsp-nav-disabled{opacity:.42!important;cursor:not-allowed!important}@media(max-width:900px){.tsp-profile-layout{grid-template-columns:1fr}.tsp-profile-avatar-card{position:relative;top:auto}.tsp-profile-hero{align-items:flex-start;flex-direction:column}.tsp-candidate-card{width:100%;box-sizing:border-box}.tsp-profile-security label{max-width:none}}@media(max-width:600px){.tsp-profile-form-card{padding:20px}.tsp-profile-grid{grid-template-columns:1fr}.tsp-profile-hero{padding:21px}.tsp-profile-hero h2{font-size:22px}.tsp-profile-submit-row{flex-direction:column-reverse;align-items:stretch}.tsp-profile-submit-row .tsp-btn{width:100%}}#tsp-root .tsp-profile-designed{--profile-green:#009447;--profile-green-dark:#007b3a;--profile-green-soft:#eaf8f0;--profile-border:#e7e9ee;--profile-text:#20242b;--profile-muted:#7b818b;max-width:1180px;margin:0 auto;padding:10px 4px 30px;color:var(--profile-text)}#tsp-root .tsp-profile-title-block{text-align:center;margin:8px 0 26px}#tsp-root .tsp-profile-kicker{display:inline-block;color:var(--profile-green);font-size:12px;font-weight:800;margin-bottom:5px}#tsp-root .tsp-profile-title-block h2{margin:0;color:var(--profile-green);font-size:clamp(25px,3vw,34px);line-height:1.25;font-weight:900}#tsp-root .tsp-profile-title-block p{margin:8px 0 0;color:var(--profile-muted);font-size:13px}#tsp-root .tsp-profile-required-notice{display:flex;align-items:center;gap:12px;max-width:940px;margin:0 auto 18px;padding:12px 16px;border:1px solid #bfe8cf;border-radius:14px;background:#f2fbf5}#tsp-root .tsp-notice-icon{width:30px;height:30px;flex:0 0 30px;border-radius:50%;display:grid;place-items:center;color:#fff;background:var(--profile-green);font-weight:900}#tsp-root .tsp-profile-required-notice small,#tsp-root .tsp-profile-required-notice strong{display:block}#tsp-root .tsp-profile-required-notice strong{font-size:13px}#tsp-root .tsp-profile-required-notice small{margin-top:2px;color:#66706a;font-size:11px}#tsp-root .tsp-profile-designed-form{margin:0}#tsp-root .tsp-profile-main-card{display:grid;grid-template-columns:245px minmax(0,1fr);gap:34px;background:#fff;border:1px solid var(--profile-border);border-radius:20px;padding:28px 30px;box-shadow:0 14px 38px rgba(20,28,40,.055)}#tsp-root .tsp-profile-avatar-column{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:6px 8px 0;border-left:1px solid #f0f1f3}#tsp-root .tsp-profile-avatar-wrap{width:150px;height:150px;position:relative;margin:10px auto 15px}#tsp-root .tsp-profile-avatar-wrap img{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%;border:5px solid #fff;box-shadow:0 12px 28px rgba(25,35,50,.13),0 0 0 1px #e8ebee;background:#f5f6f8}#tsp-root .tsp-profile-camera{position:absolute;right:5px;bottom:6px;width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--profile-green);color:#fff;border:4px solid #fff;box-shadow:0 5px 12px rgba(0,148,71,.28);cursor:pointer}#tsp-root .tsp-profile-camera span{font-size:18px;line-height:1;transform:rotate(-20deg)}#tsp-root .tsp-profile-camera input,#tsp-root .tsp-profile-upload-btn input{display:none}#tsp-root .tsp-profile-avatar-name{font-size:15px;font-weight:900;text-align:center}#tsp-root .tsp-profile-avatar-help{color:var(--profile-muted);font-size:11px;margin-top:5px}#tsp-root .tsp-profile-upload-btn{margin-top:14px;display:inline-flex;align-items:center;justify-content:center;min-width:130px;height:38px;padding:0 18px;border:1px solid #b9dfc8;border-radius:10px;color:var(--profile-green-dark);background:#f6fcf8;font-size:12px;font-weight:800;cursor:pointer;transition:.2s}#tsp-root .tsp-profile-upload-btn:hover{background:var(--profile-green-soft);transform:translateY(-1px)}#tsp-root .tsp-profile-upload-note{margin-top:7px;color:#a0a5ad;font-size:9.5px}#tsp-root .tsp-profile-fields-column{min-width:0}#tsp-root .tsp-profile-card-heading{display:flex;align-items:center;gap:11px;padding-bottom:16px;margin-bottom:17px;border-bottom:1px solid #f0f1f3}#tsp-root .tsp-profile-heading-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;background:var(--profile-green-soft);color:var(--profile-green-dark);font-weight:900;font-size:14px}#tsp-root .tsp-profile-heading-icon.security{background:#f1f5ff;color:#3560ff}#tsp-root .tsp-profile-card-heading h3{margin:0;font-size:15px;font-weight:900}#tsp-root .tsp-profile-card-heading p{margin:3px 0 0;color:var(--profile-muted);font-size:10.5px}#tsp-root .tsp-profile-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px}#tsp-root .tsp-profile-field{display:block;margin:0}#tsp-root .tsp-profile-field>span{display:block;margin:0 0 6px;color:#2d3239;font-size:11.5px;font-weight:800}#tsp-root .tsp-profile-field>span b{color:#e23d3d;margin-right:2px}#tsp-root .tsp-profile-field input{width:100%;height:43px;padding:0 13px;border:1px solid #dfe2e7;border-radius:10px;outline:0;background:#fff;color:#222831;font:inherit;font-size:12px;box-shadow:none;transition:border-color .2s,box-shadow .2s,background .2s}#tsp-root .tsp-profile-field input::placeholder{color:#b2b6bc}#tsp-root .tsp-profile-field input:focus{border-color:#72c89a;box-shadow:0 0 0 3px rgba(0,148,71,.09);background:#fcfffd}#tsp-root .tsp-profile-bottom-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;margin-top:18px}#tsp-root .tsp-profile-candidate-card,#tsp-root .tsp-profile-security-card{background:#fff;border:1px solid var(--profile-border);border-radius:18px;padding:21px 24px;box-shadow:0 10px 28px rgba(20,28,40,.045)}#tsp-root .tsp-profile-security-card .tsp-profile-card-heading{margin-bottom:14px}#tsp-root .tsp-password-wrap{position:relative}#tsp-root .tsp-password-wrap input{padding-left:66px}#tsp-root #tsp-profile-password-toggle{position:absolute;left:7px;top:6px;height:31px;min-width:50px;border:0;border-radius:7px;background:#f1f3f5;color:#6b7179;font-size:10px;cursor:pointer}#tsp-root .tsp-profile-candidate-card{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(135deg,#008e44,#00a956);color:#fff;border-color:transparent;box-shadow:0 14px 28px rgba(0,148,71,.18)}#tsp-root .tsp-profile-candidate-card:after{content:"";position:absolute;width:150px;height:150px;border-radius:50%;left:-70px;bottom:-85px;background:rgba(255,255,255,.08)}#tsp-root .tsp-candidate-label{display:block;font-size:11px;opacity:.88}#tsp-root .tsp-profile-candidate-card strong{display:block;margin:5px 0 3px;font-size:29px;letter-spacing:3px;line-height:1;direction:ltr;text-align:right}#tsp-root .tsp-profile-candidate-card small{display:block;font-size:9.5px;opacity:.78}#tsp-root .tsp-candidate-badge{position:relative;z-index:1;padding:6px 9px;border-radius:8px;background:rgba(255,255,255,.16);font-size:10px;font-weight:800}#tsp-root .tsp-profile-actions{display:flex;align-items:center;justify-content:flex-end;gap:15px;margin-top:18px;min-height:48px}#tsp-root .tsp-form-message{margin-left:auto;font-size:11px}#tsp-root .tsp-profile-save-btn{min-width:180px;height:46px;padding:0 24px;border:0;border-radius:11px;background:var(--profile-green);color:#fff;font:inherit;font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 8px 18px rgba(0,148,71,.18);transition:.2s}#tsp-root .tsp-profile-save-btn:hover{background:var(--profile-green-dark);transform:translateY(-1px)}#tsp-root .tsp-profile-save-btn:disabled{opacity:.65;cursor:wait;transform:none}#tsp-root.tsp-dark .tsp-profile-candidate-card,#tsp-root.tsp-dark .tsp-profile-main-card,#tsp-root.tsp-dark .tsp-profile-security-card{background:#171a2d;border-color:#292d44}#tsp-root.tsp-dark .tsp-profile-avatar-name,#tsp-root.tsp-dark .tsp-profile-field>span{color:#eef1ff}#tsp-root.tsp-dark .tsp-profile-field input{background:#111426;border-color:#30354c;color:#eef1ff}#tsp-root.tsp-dark .tsp-profile-avatar-column,#tsp-root.tsp-dark .tsp-profile-card-heading{border-color:#2a2e43}@media (max-width:900px){#tsp-root .tsp-profile-main-card{grid-template-columns:1fr}#tsp-root .tsp-profile-avatar-column{border-left:0;border-bottom:1px solid #f0f1f3;padding-bottom:22px}#tsp-root .tsp-profile-bottom-grid{grid-template-columns:1fr}}@media (max-width:600px){#tsp-root .tsp-profile-designed{padding:4px 0 24px}#tsp-root .tsp-profile-main-card{padding:20px 15px;border-radius:16px}#tsp-root .tsp-profile-fields{grid-template-columns:1fr}#tsp-root .tsp-profile-candidate-card,#tsp-root .tsp-profile-security-card{padding:18px 15px}#tsp-root .tsp-profile-actions{flex-direction:column-reverse;align-items:stretch}#tsp-root .tsp-profile-save-btn{width:100%}#tsp-root .tsp-form-message{margin:0;text-align:center}}.tsp-root{--tsp-blue:#1f7a8c;--tsp-purple:#315c8f;--tsp-accent:#f0a44b;--tsp-bg:#f4f7fa;--tsp-text:#183042;--tsp-muted:#718292;--tsp-glass-bg:#fff;--tsp-glass-border:#e8edf2;--tsp-gradient:linear-gradient(135deg,#1f7a8c,#315c8f);display:flex;gap:0;padding:0;background:#f4f7fa;border-radius:0;min-height:100vh;align-items:stretch;position:relative;overflow:visible}.tsp-sidebar{width:286px;min-height:100vh;height:100vh;position:sticky;top:0;right:0;z-index:50;border-radius:0 0 0 28px;padding:18px 14px;background:#fff;border:1px solid #e8edf2;box-shadow:-10px 0 35px rgba(24,48,66,.06);transition:width .28s,transform .28s;gap:14px}.tsp-sidebar-collapse{position:absolute;left:-13px;top:22px;width:27px;height:27px;border:1px solid #e2e9ef;border-radius:50%;background:#fff;color:#315c8f;box-shadow:0 5px 15px rgba(24,48,66,.12);cursor:pointer;font-size:19px;line-height:20px;z-index:5;transition:.25s}.tsp-sidebar-collapse:hover{transform:scale(1.08);background:#f5f9fb}.tsp-brand{padding:6px 8px 14px;border-bottom:1px solid #edf1f4;gap:10px}.tsp-site-logo,.ttp-site-logo{width:48px;height:48px;border-radius:15px;display:flex;align-items:center;justify-content:center;background:#eef7f8;color:#1f7a8c;font-size:23px;font-weight:900;overflow:hidden;flex:none}.tsp-site-logo img,.ttp-site-logo img{width:100%;height:100%;object-fit:contain;padding:5px}.tsp-brand-copy strong{font-size:15px;color:#183042}.tsp-brand-copy small{display:block;color:#82909b;margin-top:3px;font-size:11px}.tsp-sidebar-user{display:flex;align-items:center;gap:10px;padding:11px 10px;background:#f7fafb;border:1px solid #edf2f5;border-radius:16px}.tsp-sidebar-user strong{display:block;font-size:13px}.tsp-sidebar-user small{display:block;color:#82909b;font-size:11px;margin-top:2px}.tsp-user-avatar{width:39px;height:39px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1f7a8c,#315c8f);color:#fff;font-weight:800;flex:none}.tsp-nav{gap:3px;overflow:auto;padding:2px 0 10px}.tsp-nav-item{border-radius:13px;color:#526575;padding:11px 13px}.tsp-nav-item:hover{background:#eef7f8;color:#1f7a8c;transform:none}.tsp-nav-item.active{background:linear-gradient(135deg,#e9f6f7,#eef3fa);color:#1f7a8c;box-shadow:none;border-right:3px solid #1f7a8c}.tsp-nav-icon{width:24px;text-align:center;font-size:17px}.tsp-badge{background:#e85d75}.tsp-main{min-width:0;padding:0 28px 40px;gap:18px;flex:1}.tsp-header{min-height:82px;border-radius:0 0 20px 20px;background:#fff;border:0;border-bottom:1px solid #e8edf2;box-shadow:0 6px 24px rgba(24,48,66,.04);display:flex;align-items:center;justify-content:space-between;padding:14px 8px 14px 18px;position:sticky;top:0;z-index:30}.tsp-date-block{display:flex;align-items:center;gap:10px;color:#183042;min-width:180px}.tsp-date-block small{display:block;color:#82909b;font-size:10px}.tsp-date-block strong{display:block;font-size:13px;margin-top:3px}.tsp-date-icon{width:35px;height:35px;border-radius:11px;background:#fff5e8;color:#d98b28;display:flex;align-items:center;justify-content:center}.tsp-section-kicker{font-size:10px;color:#1f7a8c;font-weight:800;display:block;margin-bottom:2px}.tsp-topbar-title h1{font-size:19px;color:#183042;margin:0}.tsp-header-actions{display:flex;align-items:center;gap:9px}.tsp-header-icon{position:relative;width:40px;height:40px;border:1px solid #e6edf2;border-radius:12px;background:#fff;color:#506776;cursor:pointer;font-size:19px}.tsp-header-icon:hover{background:#f4f9fa;color:#1f7a8c}.tsp-header-badge{position:absolute;top:-5px;right:-5px;background:#e85d75;color:#fff;border:2px solid #fff;border-radius:50%;min-width:18px;height:18px;font-size:10px;display:flex;align-items:center;justify-content:center}.tsp-header-user{display:flex;align-items:center;gap:8px;border:0;background:0 0;cursor:pointer;color:#183042;padding:3px}.tsp-header-user strong{font-size:12px}.tsp-year-picker{border:1px solid #e3ecef!important;background:#f8fbfc!important;border-radius:13px!important;min-height:46px;padding:5px 9px!important}.tsp-year-picker strong{color:#1f7a8c}.tsp-year-picker select{color:#1f7a8c;font-weight:800}.tsp-progress-ring-mini{display:none}.tsp-root.tsp-collapsed .tsp-sidebar{width:82px}.tsp-root.tsp-collapsed .tsp-badge,.tsp-root.tsp-collapsed .tsp-brand-copy,.tsp-root.tsp-collapsed .tsp-nav-label,.tsp-root.tsp-collapsed .tsp-sidebar-user div{display:none}.tsp-root.tsp-collapsed .tsp-brand{justify-content:center}.tsp-root.tsp-collapsed .tsp-sidebar-user{justify-content:center;padding:8px}.tsp-root.tsp-collapsed .tsp-nav-item{justify-content:center;padding:12px 7px}.tsp-root.tsp-collapsed .tsp-sidebar-collapse{transform:rotate(180deg)}@media(max-width:1100px){.tsp-sidebar{width:250px}.tsp-main{padding:0 18px 30px}.tsp-date-block{min-width:auto}.tsp-topbar-title{display:none}}@media(max-width:760px){.tsp-root{display:block}.tsp-sidebar{position:fixed;right:0;top:0;width:286px;transform:translateX(110%);height:100vh;box-shadow:-18px 0 45px rgba(24,48,66,.18)}.tsp-sidebar.open{transform:translateX(0)}.tsp-sidebar-collapse{display:none}.tsp-main{padding:0 12px 25px}.tsp-header{position:sticky;top:0;padding:10px 8px;min-height:68px}.tsp-date-block,.tsp-header-user strong,.tsp-year-picker-copy{display:none}.tsp-year-picker{min-width:54px!important}.tsp-year-picker select{max-width:80px}.tsp-mobile-toggle{display:flex;position:fixed;bottom:18px;left:18px;z-index:80;background:#fff!important;border:1px solid #dce7ec!important;color:#183042!important;box-shadow:0 12px 30px rgba(24,48,66,.18)}.tsp-header-actions{gap:5px}}#tsp-root.tsp-root{--ref-primary:#0f7f70;--ref-primary-2:#116a82;--ref-primary-soft:#e9f6f3;--ref-bg:#f7f8fa;--ref-text:#24333d;--ref-muted:#87939b;--ref-line:#e8ecef;--ref-danger:#e94b5f;display:flex!important;flex-direction:row!important;gap:0!important;min-height:100vh;background:var(--ref-bg)!important;border-radius:0!important;color:var(--ref-text);position:relative}#tsp-root .tsp-sidebar{order:2;width:292px!important;min-width:292px;height:100vh;min-height:100vh;position:sticky;right:0;padding:0!important;background:#fff!important;border:0!important;border-left:1px solid var(--ref-line)!important;border-radius:0!important;box-shadow:-7px 0 24px rgba(27,43,52,.035)!important;z-index:80;gap:0!important;transition:width .28s,transform .28s;overflow:visible}#tsp-root .tsp-sidebar-collapse{position:absolute;left:-17px;top:33px;width:34px;height:34px;padding:0;border:1px solid #e1e6e9;border-radius:50%;background:#fff;color:#8a979e;box-shadow:0 4px 12px rgba(20,38,47,.09);display:grid;place-items:center;font-size:23px;line-height:1;z-index:90;cursor:pointer;transition:.2s;transform:none!important}#tsp-root .tsp-sidebar-collapse:hover{color:var(--ref-primary);box-shadow:0 7px 17px rgba(15,127,112,.15)}#tsp-root .tsp-brand{height:82px;padding:0 18px!important;display:flex;align-items:center;gap:11px;border:0!important;border-bottom:1px solid var(--ref-line)!important;background:#fff}#tsp-root .tsp-site-logo{width:54px;height:54px;border-radius:0;background:#fff;color:var(--ref-primary);overflow:hidden;flex:none}#tsp-root .tsp-site-logo img{width:100%;height:100%;object-fit:contain;padding:0}#tsp-root .tsp-brand-copy{display:flex;flex-direction:column;justify-content:center;min-width:0}#tsp-root .tsp-brand-copy strong{font-size:15px;font-weight:900;color:var(--ref-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#tsp-root .tsp-brand-copy small{display:none}#tsp-root .tsp-sidebar-user{height:57px;margin:0!important;padding:0 18px!important;border:0!important;border-radius:0!important;background:var(--ref-primary)!important;color:#fff;display:flex;align-items:center;gap:10px}#tsp-root .tsp-sidebar-user .tsp-user-avatar{width:35px;height:35px;border-radius:50%;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.45);color:#fff;font-size:12px}#tsp-root .tsp-sidebar-user strong{font-size:12px;color:#fff;font-weight:800;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:205px}#tsp-root .tsp-sidebar-user small{font-size:10px;color:rgba(255,255,255,.78);display:block;margin-top:3px}#tsp-root .tsp-nav{padding:12px 10px 18px!important;display:flex;flex-direction:column;gap:3px;overflow:auto;height:calc(100vh - 139px)}#tsp-root .tsp-nav-item{min-height:49px;padding:0 15px!important;border:0!important;border-radius:9px!important;background:0 0!important;color:#65737c!important;display:flex;align-items:center;gap:13px;transform:none!important;box-shadow:none!important;font-size:13px;font-weight:600;transition:background .18s,color .18s}#tsp-root .tsp-nav-item:hover{background:#f1f7f6!important;color:var(--ref-primary)!important}#tsp-root .tsp-nav-item.active{background:var(--ref-primary)!important;color:#fff!important;border:0!important;box-shadow:0 6px 16px rgba(15,127,112,.16)!important}#tsp-root .tsp-nav-icon{width:27px;height:27px;display:grid;place-items:center;border-radius:7px;background:0 0!important;font-size:0!important;color:currentColor!important;flex:0 0 27px}#tsp-root .tsp-nav-icon:before{font-family:"Segoe UI Symbol","Arial Unicode MS",sans-serif;font-size:21px;font-weight:400;line-height:1}#tsp-root .tsp-nav-item[data-tab=overview] .tsp-nav-icon:before{content:"⌂"}#tsp-root .tsp-nav-item[data-tab=my-exams] .tsp-nav-icon:before{content:"▦"}#tsp-root .tsp-nav-item[data-tab=purchased] .tsp-nav-icon:before{content:"▤"}#tsp-root .tsp-nav-item[data-tab=results] .tsp-nav-icon:before{content:"◔"}#tsp-root .tsp-nav-item[data-tab=analysis] .tsp-nav-icon:before{content:"⌁"}#tsp-root .tsp-nav-item[data-tab=certificates] .tsp-nav-icon:before{content:"♧"}#tsp-root .tsp-nav-item[data-tab=my-courses] .tsp-nav-icon:before{content:"▣"}#tsp-root .tsp-nav-item[data-tab=online-classes] .tsp-nav-icon:before{content:"▶"}#tsp-root .tsp-nav-item[data-tab=notifications] .tsp-nav-icon:before{content:"♢"}#tsp-root .tsp-nav-item[data-tab=messages] .tsp-nav-icon:before{content:"◌"}#tsp-root .tsp-nav-item[data-tab=assignments] .tsp-nav-icon:before,#tsp-root .tsp-nav-item[data-tab=calendar] .tsp-nav-icon:before{content:"□"}#tsp-root .tsp-nav-item[data-tab=progress] .tsp-nav-icon:before{content:"↗"}#tsp-root .tsp-nav-item[data-tab=leaderboard] .tsp-nav-icon:before{content:"♕"}#tsp-root .tsp-nav-item[data-tab=profile] .tsp-nav-icon:before{content:"♙"}#tsp-root .tsp-nav-item[data-tab=settings] .tsp-nav-icon:before{content:"⚙"}#tsp-root .tsp-nav-item[data-tab=achievements] .tsp-nav-icon:before{content:"★"}#tsp-root .tsp-nav-item[data-tab=statistics] .tsp-nav-icon:before{content:"◫"}#tsp-root .tsp-nav-label{font-size:13px;white-space:nowrap}#tsp-root .tsp-badge{background:var(--ref-danger);min-width:18px;height:18px;line-height:18px;font-size:9px;padding:0 5px;box-shadow:none}#tsp-root .tsp-nav-item.tsp-nav-disabled{pointer-events:none}#tsp-root .tsp-main{order:1;flex:1;padding:0!important;gap:0!important;display:flex;flex-direction:column;background:var(--ref-bg)}#tsp-root .tsp-header{order:0;height:82px;min-height:82px;width:100%;padding:0 28px!important;margin:0!important;border:0!important;border-radius:0!important;background:var(--ref-primary)!important;color:#fff;box-shadow:0 4px 16px rgba(15,127,112,.1);position:sticky;display:flex;align-items:center;justify-content:space-between;gap:18px}#tsp-root .tsp-date-block{display:flex;align-items:center;gap:10px;min-width:210px;color:#fff;order:3}#tsp-root .tsp-date-icon{display:none}#tsp-root .tsp-date-block small{display:block;color:rgba(255,255,255,.7);font-size:10px;margin-bottom:3px}#tsp-root .tsp-date-block strong{display:block;color:#fff;font-size:15px;font-weight:800}#tsp-root .tsp-topbar-title{display:none!important}#tsp-root .tsp-header-actions{display:flex;align-items:center;gap:11px;flex:1;justify-content:flex-start;order:1}#tsp-root .tsp-year-picker{height:46px;min-width:182px;padding:0 13px!important;border:1px solid rgba(255,255,255,.28)!important;background:#fff!important;color:var(--ref-primary)!important;border-radius:9px!important;display:flex;align-items:center;gap:8px;position:relative;overflow:hidden}#tsp-root .tsp-year-picker-icon{font-size:17px;color:var(--ref-primary)}#tsp-root .tsp-year-picker-copy{display:flex;flex-direction:column;line-height:1.1}#tsp-root .tsp-year-picker-copy small{font-size:9px;color:#8a969d;margin-bottom:3px}#tsp-root .tsp-year-picker-copy strong{font-size:12px;color:var(--ref-primary);font-weight:900}#tsp-root #tsp-global-academic-year{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}#tsp-root .tsp-header-icon{width:42px;height:42px;border:0!important;background:0 0!important;color:#fff!important;border-radius:50%;position:relative;display:grid;place-items:center;font-size:21px;cursor:pointer}#tsp-root .tsp-header-icon:hover{background:rgba(255,255,255,.12)!important}#tsp-root .tsp-header-badge{position:absolute;top:0;right:0;width:17px;height:17px;border-radius:50%;background:var(--ref-danger);color:#fff;border:2px solid var(--ref-primary);font-size:8px;display:flex;align-items:center;justify-content:center}#tsp-root .tsp-header-user{height:44px;display:flex;align-items:center;gap:8px;border:0!important;background:0 0!important;color:#fff!important;padding:0 5px!important;cursor:pointer}#tsp-root .tsp-header-user .tsp-user-avatar{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.4);color:#fff}#tsp-root .tsp-header-user strong{font-size:12px;color:#fff;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#tsp-root .tsp-progress-ring-mini{display:none!important}#tsp-root .tsp-tab-panels{padding:26px 30px 45px;min-height:calc(100vh - 82px)}.tsp-tab-panel.active{display:block}#tsp-root.tsp-collapsed .tsp-sidebar{width:82px!important;min-width:82px!important}#tsp-root.tsp-collapsed .tsp-badge,#tsp-root.tsp-collapsed .tsp-brand-copy,#tsp-root.tsp-collapsed .tsp-nav-label,#tsp-root.tsp-collapsed .tsp-sidebar-user div{display:none!important}#tsp-root.tsp-collapsed .tsp-brand,#tsp-root.tsp-collapsed .tsp-nav-item,#tsp-root.tsp-collapsed .tsp-sidebar-user{justify-content:center;padding:0!important}#tsp-root.tsp-collapsed .tsp-sidebar-collapse{transform:rotate(180deg)!important}@media(max-width:900px){#tsp-root .tsp-sidebar{width:260px!important;min-width:260px!important}#tsp-root .tsp-header{padding:0 18px!important}#tsp-root .tsp-tab-panels{padding:20px}}@media(max-width:720px){#tsp-root.tsp-root{display:block!important}.tsp-root .tsp-main{width:100%}#tsp-root .tsp-sidebar{position:fixed;right:0;top:0;transform:translateX(110%);width:292px!important;min-width:292px!important;transition:transform .28s;z-index:100}.tsp-root .tsp-sidebar.open{transform:translateX(0)}#tsp-root .tsp-sidebar-collapse{display:none}#tsp-root .tsp-header{height:72px;min-height:72px;padding:0 10px!important}.tsp-root .tsp-date-block{display:none!important}#tsp-root .tsp-header-actions{gap:3px;justify-content:flex-end}#tsp-root .tsp-year-picker{min-width:132px;height:40px}.tsp-root .tsp-header-user strong,.tsp-root .tsp-year-picker-icon{display:none}.tsp-root .tsp-tab-panels{padding:16px 12px 35px}.tsp-root .tsp-mobile-toggle{display:flex!important;position:fixed;left:18px;bottom:18px;z-index:95;background:#fff!important;color:var(--ref-primary)!important;border:1px solid var(--ref-line)!important;box-shadow:0 10px 24px rgba(0,0,0,.14)}}#tsp-root.tsp-root{direction:ltr!important;flex-direction:row!important}#tsp-root .tsp-sidebar{order:2!important;direction:rtl!important;order:1!important;direction:rtl!important}#tsp-root .tsp-nav-item{direction:rtl!important;justify-content:flex-start!important;direction:rtl!important;text-align:right!important}#tsp-root .tsp-date-block,#tsp-root .tsp-header-actions{direction:rtl!important}#tsp-root.tsp-root{direction:rtl!important;flex-direction:row!important}#tsp-root .tsp-main{order:1!important;direction:rtl!important;order:2!important;direction:rtl!important}#tsp-root .tsp-header,#tsp-root .tsp-tab-panels{direction:rtl!important}#tsp-root .tsp-nav-label{order:1!important}#tsp-root .tsp-nav-icon{order:0!important}#tsp-root .tsp-badge{margin-right:auto!important;margin-left:0!important}#tsp-root .tsp-menu-trigger{align-items:center;justify-content:center;gap:7px;border:1px solid #dfe5ef;background:#fff;color:#334155;border-radius:12px;height:42px;padding:0 14px;box-shadow:0 8px 22px rgba(30,43,68,.08);cursor:pointer;position:relative;z-index:120}#tsp-root .tsp-menu-trigger span{font-size:11px}#tsp-root.tsp-menu-open .tsp-sidebar{transform:translateX(0)!important}@media(max-width:720px){#tsp-root.tsp-root{display:block!important}#tsp-root .tsp-main{order:initial!important;width:100%}#tsp-root .tsp-menu-trigger{display:inline-flex;position:fixed;top:84px;right:14px;z-index:120}#tsp-root .tsp-sidebar{order:initial!important;top:0!important;height:100dvh!important;max-height:100dvh!important;overflow-y:auto!important;overscroll-behavior:contain!important}#tsp-root.tsp-menu-open::after{content:"";position:fixed;inset:0;background:rgba(15,23,42,.34);z-index:99}#tsp-root .tsp-tab-panels{padding-top:76px!important}}#tsp-root .tsp-assignment-reply-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border:1px solid #e4e9f1;border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(30,43,68,.045);margin-top:10px}#tsp-root .tsp-assignment-reply-main{min-width:0;flex:1}.tsp-assignment-reply-main strong{display:block;font-size:13px;color:#263449}.tsp-assignment-reply-main small{display:block;color:#8a96a5;font-size:11px;margin-top:5px}#tsp-root .tsp-assignment-reply-action{flex:0 0 auto}.tsp-assignment-upload-wrap{display:none;align-items:center;gap:8px;margin-top:10px;position:relative;z-index:3}.tsp-assignment-upload-wrap input[type=file]{max-width:240px}#tsp-root .tsp-assignment-send-msg{font-size:11px;color:#16a34a;margin-top:6px;display:block}@media(max-width:640px){#tsp-root .tsp-assignment-reply-card{align-items:stretch;flex-direction:column}.tsp-assignment-reply-action{width:100%}.tsp-assignment-upload-wrap{flex-direction:column;align-items:stretch}.tsp-assignment-upload-wrap input[type=file]{max-width:none;width:100%}}@media (max-width:1100px){#tsp-root.tsp-root{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;border-radius:0!important;overflow-x:hidden!important;position:relative!important}#tsp-root .tsp-main{width:100%!important;min-width:0!important;display:flex!important}#tsp-root .tsp-sidebar{position:fixed!important;right:0!important;left:auto!important;top:0!important;bottom:0!important;width:min(320px,86vw)!important;min-width:0!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;padding:18px 14px!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;transform:translate3d(110%,0,0)!important;transition:transform .28s!important;z-index:10001!important;background:#fff!important;box-shadow:-18px 0 50px rgba(15,23,42,.18)!important}#tsp-root.tsp-menu-open .tsp-sidebar{transform:translate3d(0,0,0)!important}#tsp-root .tsp-sidebar-collapse{display:none!important}#tsp-root .tsp-header{width:100%!important;height:72px!important;min-height:72px!important;padding:0 12px!important;position:sticky!important;top:0!important;z-index:60!important}#tsp-root .tsp-date-block{display:none!important}#tsp-root .tsp-header-actions{gap:4px!important;justify-content:flex-start!important;min-width:0!important}#tsp-root .tsp-year-picker{min-width:132px!important;height:40px!important;flex:0 1 150px!important}#tsp-root .tsp-header-user{min-width:0!important;max-width:46vw!important}#tsp-root .tsp-header-user strong{max-width:110px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}#tsp-root .tsp-tab-panels{padding:16px 12px 36px!important;min-height:calc(100dvh - 72px)!important;width:100%!important;box-sizing:border-box!important}#tsp-root .tsp-menu-trigger{display:inline-flex!important;position:fixed!important;top:84px!important;right:12px!important;z-index:10003!important;height:42px!important;padding:0 14px!important;background:#fff!important;color:#3560a0!important;border:1px solid #d9e2ef!important;box-shadow:0 10px 26px rgba(30,43,68,.14)!important}#tsp-root.tsp-menu-open::after{content:""!important;position:fixed!important;inset:0!important;background:rgba(15,23,42,.38)!important;z-index:10000!important}#tsp-root.tsp-menu-open{overflow:hidden!important}}@media (max-width:520px){#tsp-root .tsp-header{height:64px!important;min-height:64px!important}#tsp-root .tsp-year-picker{min-width:118px!important;height:38px!important}#tsp-root .tsp-header-user{max-width:38vw!important}#tsp-root .tsp-header-user strong{display:none!important}#tsp-root .tsp-tab-panels{padding:14px 10px 30px!important}#tsp-root .tsp-menu-trigger{top:76px!important;right:10px!important}}@media (max-width:1100px){#tsp-root.tsp-root{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;border-radius:0!important;overflow-x:hidden!important;position:relative!important}#tsp-root .tsp-main{width:100%!important;min-width:0!important}#tsp-root .tsp-menu-trigger{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;position:fixed!important;top:78px!important;right:14px!important;left:auto!important;width:48px!important;height:48px!important;padding:0!important;border:1px solid rgba(53,96,160,.18)!important;border-radius:15px!important;background:linear-gradient(145deg,#fff,#f4f7fb)!important;color:#3560a0!important;box-shadow:0 12px 28px rgba(30,43,68,.15),inset 0 1px 0 #fff!important;font-size:0!important;z-index:10003!important;cursor:pointer!important}#tsp-root .tsp-menu-trigger::before{content:'☰';font-size:21px!important;line-height:1!important;font-weight:800!important}#tsp-root .tsp-menu-trigger span{display:none!important}#tsp-root .tsp-sidebar{position:fixed!important;right:0!important;left:auto!important;top:0!important;bottom:0!important;width:min(340px,88vw)!important;min-width:0!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;padding:18px 14px 28px!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;transform:translate3d(110%,0,0)!important;transition:transform .3s cubic-bezier(.22,1,.36,1)!important;z-index:10002!important;background:linear-gradient(180deg,#fff 0,#f7f9fd 100%)!important;border:0!important;border-left:1px solid #e6ebf2!important;border-radius:24px 0 0 24px!important;box-shadow:-22px 0 60px rgba(15,23,42,.18)!important}#tsp-root.tsp-menu-open .tsp-sidebar{transform:translate3d(0,0,0)!important}#tsp-root .tsp-sidebar-collapse{display:none!important}#tsp-root .tsp-brand{padding:8px 10px 16px!important;margin-bottom:4px!important}#tsp-root .tsp-sidebar-user{margin:0 2px 8px!important;padding:12px!important;border-radius:18px!important;background:#eef5ff!important;border:1px solid rgba(53,96,160,.1)!important}#tsp-root .tsp-nav{display:flex!important;flex-direction:column!important;gap:8px!important;width:100%!important}#tsp-root .tsp-nav-item{width:100%!important;min-height:54px!important;padding:9px 12px!important;border-radius:16px!important;transform:none!important;text-align:right!important;background:#fff!important;border:1px solid #e8edf4!important;box-shadow:0 4px 14px rgba(30,43,68,.045)!important;justify-content:flex-start!important}#tsp-root .tsp-nav-item:hover{transform:none!important;background:#f7faff!important}#tsp-root .tsp-nav-item.active{background:linear-gradient(135deg,#3560a0,#4b78b7)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 10px 22px rgba(53,96,160,.24)!important}#tsp-root .tsp-nav-icon{width:36px!important;height:36px!important;border-radius:11px!important;font-size:17px!important}#tsp-root .tsp-nav-label{flex:1!important;font-size:13px!important;font-weight:700!important}#tsp-root .tsp-badge{margin-right:auto!important;margin-left:0!important}#tsp-root.tsp-menu-open::after{content:''!important;position:fixed!important;inset:0!important;background:rgba(15,23,42,.46)!important;backdrop-filter:blur(2px)!important;-webkit-backdrop-filter:blur(2px)!important;z-index:10001!important}#tsp-root.tsp-menu-open{overflow:hidden!important}#tsp-root .tsp-tab-panels{padding-top:84px!important;width:100%!important;min-width:0!important}#tsp-root .tsp-header{width:100%!important;min-width:0!important}}@media (max-width:520px){#tsp-root .tsp-menu-trigger{top:70px!important;right:10px!important;width:46px!important;height:46px!important;border-radius:14px!important}#tsp-root .tsp-sidebar{width:min(330px,92vw)!important;border-radius:20px 0 0 20px!important}#tsp-root .tsp-tab-panels{padding:78px 10px 30px!important}}#tsp-root .tsp-nav-home{color:inherit!important;text-decoration:none!important}#tsp-root .tsp-nav-home:hover{text-decoration:none!important}#tsp-root .tsp-profile-field select{font:inherit}#tsp-root .tsp-profile-field select:focus{box-shadow:0 0 0 3px rgba(91,53,213,.1);box-shadow:0 0 0 4px rgba(115,82,220,.11),0 8px 22px rgba(91,53,213,.08)!important;outline:0!important;border-color:#3560ff!important;box-shadow:0 0 0 4px rgba(53,96,255,.1),0 8px 20px rgba(30,55,90,.06)!important}#tsp-root .tsp-profile-field input.tsp-digits-only{direction:ltr;text-align:right;letter-spacing:.04em}#tsp-root .tsp-profile-field select:hover:not(:disabled){box-shadow:0 8px 22px rgba(91,53,213,.08)!important;border-color:#b9c8da!important;box-shadow:0 7px 18px rgba(30,55,90,.07)!important}#tsp-root .tsp-profile-field select:disabled{opacity:.72!important;background:#f3f6f9!important;color:#9aa5b1!important;cursor:not-allowed!important;opacity:1!important;box-shadow:none!important}#tsp-root .tsp-profile-field select option{font-weight:600;padding:10px!important;background:#fff!important;color:#263449!important}#tsp-root .tsp-profile-field select option:checked{background:#eee9ff;color:#5b35d5}@media(max-width:600px){#tsp-root .tsp-profile-field select{min-height:50px!important;font-size:12px!important}}#tsp-root .tsp-profile-field select{appearance:none!important;-webkit-appearance:none!important;box-shadow:0 5px 16px rgba(30,43,68,.035)!important;width:100%!important;height:48px!important;min-height:48px!important;padding:0 14px 0 38px!important;border:1px solid #dfe5ec!important;border-radius:12px!important;background:no-repeat!important;color:#263449!important;font:inherit!important;font-size:12px!important;font-weight:700!important;outline:0!important;appearance:none!important;-webkit-appearance:none!important;cursor:pointer!important;box-shadow:0 3px 12px rgba(30,55,90,.035)!important;background-image:linear-gradient(45deg,transparent 50%,#6f7b89 50%),linear-gradient(135deg,#6f7b89 50%,transparent 50%)!important;background-position:calc(100% - 18px) 20px,calc(100% - 13px) 20px!important;background-size:5px 5px,5px 5px!important!important;transition:border-color .18s,box-shadow .18s,transform .18s!important}#tsp-root.tsp-dark .tsp-profile-field select{background-color:#15182b!important;color:#eef1ff!important;border-color:#343a52!important}#tsp-root.tsp-dark .tsp-profile-field select:disabled{background-color:#202438!important;color:#777f96!important}#tsp-root .tsp-assignment-page{display:grid;gap:18px}#tsp-root .tsp-assignment-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;border-radius:22px;background:linear-gradient(135deg,#315f93,#3f74b1);color:#fff;box-shadow:0 16px 36px rgba(49,95,147,.18)}#tsp-root .tsp-assignment-kicker{font-size:11px;opacity:.78}#tsp-root .tsp-assignment-hero h3{margin:5px 0 4px;font-size:22px;color:#fff}#tsp-root .tsp-assignment-hero p{margin:0;font-size:12px;opacity:.85}#tsp-root .tsp-assignment-count{min-width:105px;padding:13px 16px;border-radius:16px;background:rgba(255,255,255,.13);text-align:center}.tsp-assignment-count strong{display:block;font-size:25px}.tsp-assignment-count span{font-size:10px;opacity:.82}#tsp-root .tsp-assignment-section{padding:20px;border:1px solid #e7edf5;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(30,43,68,.05)}#tsp-root .tsp-assignment-section-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #edf1f6;margin-bottom:12px}.tsp-assignment-section-head h4{margin:0;font-size:15px;color:#23344d}.tsp-assignment-section-head span{font-size:10px;color:#8995a5}#tsp-root .tsp-assignment-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:14px;align-items:center;padding:17px;border:1px solid #e8edf4;border-radius:17px;background:#fbfcfe;margin-top:10px;transition:.2s;position:relative;overflow:visible}.tsp-assignment-card:hover{border-color:#cfdcf0;box-shadow:0 9px 24px rgba(35,62,95,.06);transform:translateY(-1px)}#tsp-root .tsp-assignment-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#edf4ff;font-size:20px}.tsp-assignment-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tsp-assignment-title-row h5{margin:0;color:#26384f;font-size:14px}.tsp-assignment-status{font-size:9px;padding:4px 8px;border-radius:20px;background:#e9f7ef;color:#159447}.tsp-assignment-meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:7px;color:#8793a3;font-size:10px}.tsp-assignment-desc{margin:8px 0 0;color:#59677a;font-size:11px;line-height:1.8}.tsp-assignment-teacher-file{display:inline-block;margin-top:9px;font-size:10px;color:#315f93;text-decoration:none;font-weight:700}.tsp-assignment-action .tsp-btn{min-width:128px}.tsp-assignment-action .tsp-btn span{opacity:.7}#tsp-root .tsp-assignment-upload-wrap{align-items:center;gap:8px;background:#f4f7fb}.tsp-assignment-upload-wrap.open{display:flex}.tsp-assignment-file-box{display:flex;align-items:center;gap:8px;min-width:220px;padding:8px 10px;border:1px solid #dbe3ee;background:#fff;border-radius:10px;font-size:10px;color:#68778a}.tsp-assignment-file-box input{max-width:180px;font-size:10px}.tsp-assignment-send-msg{display:block;margin-top:7px;font-size:10px}#tsp-root .tsp-assignment-empty{padding:38px 20px;text-align:center;color:#8a96a5}.tsp-assignment-empty div{font-size:30px;margin-bottom:8px}.tsp-assignment-empty strong{display:block;color:#42536a;font-size:13px}.tsp-assignment-empty span{display:block;font-size:10px;margin-top:5px}.tsp-assignment-empty.small{padding:25px}#tsp-root .tsp-assignment-sent-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tsp-assignment-sent-card{display:flex;align-items:center;gap:10px;padding:13px;border:1px solid #edf1f5;border-radius:14px}.tsp-assignment-sent-icon{width:34px;height:34px;border-radius:10px;background:#eaf8ef;color:#159447;display:grid;place-items:center}.tsp-assignment-sent-card strong{display:block;font-size:11px;color:#33445a}.tsp-assignment-sent-card small{display:block;margin-top:3px;color:#98a2b0;font-size:9px}.tsp-assignment-sent-status{margin-right:auto;font-size:9px;color:#657386}@media(max-width:760px){#tsp-root .tsp-assignment-hero{align-items:flex-start;flex-direction:column}.tsp-assignment-count{align-self:stretch}.tsp-assignment-card{grid-template-columns:40px minmax(0,1fr)}#tsp-root .tsp-assignment-action{grid-column:1/-1}.tsp-assignment-action .tsp-btn{width:100%}#tsp-root .tsp-assignment-upload-wrap{flex-direction:column;align-items:stretch}.tsp-assignment-file-box{min-width:0;justify-content:space-between}.tsp-assignment-file-box input{max-width:55%}#tsp-root .tsp-assignment-sent-grid{grid-template-columns:1fr}}.tsp-assignment-action .tsp-assignment-open-upload{position:relative;min-height:46px;font-weight:800;letter-spacing:-.1px;box-shadow:0 10px 22px rgba(53,96,255,.18)}.tsp-assignment-file-box,.tsp-assignment-file-box input[type=file]{cursor:pointer}@media(max-width:720px){.tsp-assignment-upload-wrap{gap:10px}.tsp-assignment-upload-wrap .tsp-btn{width:100%;justify-content:center}.tsp-assignment-file-box{width:100%;min-height:48px}.tsp-assignment-file-box input{max-width:65%!important}}#tsp-root .tsp-assignment-action{white-space:nowrap;display:flex;align-items:center;justify-content:center;min-width:150px;position:relative;z-index:8}#tsp-root .tsp-assignment-action .tsp-assignment-open-upload{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-height:48px;min-width:150px;padding:0 18px!important;border:0!important;border-radius:13px!important;background:linear-gradient(135deg,#3560ff,#7c3aed)!important;color:#fff!important;box-shadow:0 10px 24px rgba(53,96,255,.22)!important;cursor:pointer!important;pointer-events:auto!important;position:relative;z-index:9}#tsp-root .tsp-assignment-action .tsp-assignment-open-upload:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(53,96,255,.28)!important}#tsp-root .tsp-assignment-upload-wrap{position:relative;z-index:10;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;margin-top:14px;box-shadow:0 10px 25px rgba(35,62,95,.08)}#tsp-root .tsp-assignment-file-box{min-width:0;width:100%;height:48px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;border:1px solid #d6e0ed;border-radius:11px;background:#fff;color:#526276;font-weight:700}#tsp-root .tsp-assignment-file-box input{max-width:70%;font-size:11px}#tsp-root .tsp-assignment-cancel-upload,#tsp-root .tsp-assignment-send-file{min-height:44px;white-space:nowrap}@media(max-width:760px){#tsp-root .tsp-assignment-action,#tsp-root .tsp-assignment-action .tsp-assignment-open-upload{width:100%;min-width:0}#tsp-root .tsp-assignment-upload-wrap{grid-template-columns:1fr;align-items:stretch}#tsp-root .tsp-assignment-file-box input{max-width:65%;width:65%}}

#tsp-root .tsp-chat-app{display:grid;grid-template-columns:300px minmax(0,1fr);min-height:620px;overflow:hidden;border:1px solid #e5eaf2;border-radius:24px;background:#fff;box-shadow:0 20px 55px rgba(38,57,89,.1)}
#tsp-root .tsp-chat-sidebar{background:#f7f9fc;border-left:1px solid #e7ebf2;min-width:0}
#tsp-root .tsp-chat-sidebar-head{height:70px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e7ebf2;background:#fff}
#tsp-root .tsp-chat-sidebar-head strong{font-size:14px;color:#18243a}#tsp-root .tsp-chat-sidebar-head span{font-size:11px;color:#7c8799;background:#f0f3f8;padding:5px 9px;border-radius:999px}
#tsp-root .tsp-teacher-list{padding:10px;display:flex;flex-direction:column;gap:5px;max-height:550px;overflow:auto}
#tsp-root .tsp-teacher-item{width:100%;display:flex;align-items:center;gap:10px;padding:11px;border:0;border-radius:15px;background:0 0;text-align:right;cursor:pointer;transition:.18s;color:#1e2a3d}#tsp-root .tsp-teacher-item:hover{background:#eef3ff}#tsp-root .tsp-teacher-item.active{background:linear-gradient(135deg,#3560ff,#7045e8);color:#fff;box-shadow:0 9px 20px rgba(53,96,255,.18)}#tsp-root .tsp-chat-avatar,
#tsp-root .tsp-teacher-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;flex:0 0 42px;background:linear-gradient(135deg,#3560ff,#7c3aed);color:#fff;font-weight:900}#tsp-root .tsp-teacher-info{min-width:0;display:flex;flex-direction:column;gap:3px;flex:1}#tsp-root .tsp-teacher-info strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#tsp-root .tsp-teacher-info small{font-size:10px;opacity:.65}.tsp-teacher-arrow{font-size:18px;opacity:.45;display:none}
#tsp-root .tsp-chat-main{min-width:0;display:flex;flex-direction:column;background:linear-gradient(180deg,#f9fbff 0,#f1f5fb 100%)}
#tsp-root .tsp-chat-header{height:70px;flex:0 0 70px;display:flex;align-items:center;gap:11px;padding:0 18px;background:#fff;border-bottom:1px solid #e7ebf2;box-shadow:0 2px 10px rgba(30,48,78,.04)}#tsp-root .tsp-chat-header strong{display:block;font-size:13px;color:#18243a}#tsp-root .tsp-chat-header small{display:block;margin-top:3px;color:#7d8798;font-size:10px}
#tsp-root .tsp-chat-thread{flex:1;max-height:none;min-height:420px;padding:24px 20px;overflow-y:auto;background:radial-gradient(circle at 15% 20%,rgba(53,96,255,.05),transparent 30%),radial-gradient(circle at 85% 80%,rgba(124,58,237,.05),transparent 30%),#f5f8fc}
#tsp-root .tsp-chat-bubble{position:relative;max-width:min(72%,520px);padding:10px 13px 7px;border-radius:16px;font-size:12px;line-height:1.9;box-shadow:0 4px 13px rgba(37,55,84,.06)}#tsp-root .tsp-chat-bubble.me{background:linear-gradient(135deg,#3560ff,#6b45e8);color:#fff;border-bottom-right-radius:5px;align-self:flex-end}#tsp-root .tsp-chat-bubble.teacher{background:#fff;color:#263247;border:1px solid #e7ebf2;border-bottom-left-radius:5px;align-self:flex-start}#tsp-root .tsp-chat-bubble p{margin:0}#tsp-root .tsp-chat-bubble a{display:block;margin-top:5px;color:inherit;font-weight:700}#tsp-root .tsp-chat-bubble small{display:block;text-align:left;margin-top:3px;font-size:9px;opacity:.65}
#tsp-root .tsp-chat-composer{padding:12px 14px;background:#fff;border-top:1px solid #e7ebf2}#tsp-root .tsp-chat-composer textarea{width:100%;min-height:46px;max-height:130px;resize:vertical;border:1px solid #dfe5ef;border-radius:15px;padding:10px 13px;outline:0;font-family:inherit;font-size:12px;background:#f8fafc}#tsp-root .tsp-chat-composer textarea:focus{border-color:#7a5ae8;box-shadow:0 0 0 3px rgba(122,90,232,.09);background:#fff}#tsp-root .tsp-composer-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px}#tsp-root .tsp-composer-bottom small{color:#8791a1;font-size:9px;display:none}#tsp-root .tsp-chat-welcome{margin:auto;text-align:center;color:#7d8798}.tsp-chat-welcome>div{font-size:34px;margin-bottom:8px}.tsp-chat-welcome strong{display:block;color:#263247;font-size:14px}.tsp-chat-welcome p{font-size:11px}
@media(max-width:820px){min-height:0}#tsp-root .tsp-chat-sidebar{border-left:0;border-bottom:1px solid #e7ebf2}#tsp-root .tsp-teacher-list{display:flex;flex-direction:row;overflow-x:auto;max-height:none;padding:9px}.tsp-chat-bubble{max-width:86%}#tsp-root .tsp-teacher-item{min-width:170px;padding:8px}#tsp-root .tsp-chat-header{height:62px;flex-basis:62px}#tsp-root .tsp-chat-thread{padding:16px 10px;min-height:330px}#tsp-root .tsp-composer-bottom{justify-content:flex-end}#tsp-root .tsp-assignment-upload-wrap{display:none!important;grid-template-columns:1fr;gap:12px;padding:16px!important;border:1px solid #dbe5f2!important;border-radius:18px!important;background:linear-gradient(145deg,#f9fbff,#f1f6fc)!important;box-shadow:0 12px 30px rgba(31,55,95,.08)!important}#tsp-root .tsp-assignment-upload-wrap.open{display:grid!important}#tsp-root .tsp-reply-file-area{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid #e2e8f1;border-radius:15px}.tsp-reply-file-icon{width:42px;height:42px;border-radius:13px;background:#edf4ff;display:grid;place-items:center;font-size:19px}.tsp-reply-file-copy{min-width:0;flex:1}.tsp-reply-file-copy strong{display:block;color:#2b3d56;font-size:12px}.tsp-reply-file-copy small{display:block;color:#8a96a5;margin-top:4px;font-size:9px}.tsp-file-picker{position:relative;overflow:hidden;white-space:nowrap}.tsp-file-picker input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}#tsp-root .tsp-assignment-reply-note{width:100%;min-height:82px;resize:vertical;border:1px solid #dbe3ee;border-radius:14px;background:#fff;padding:12px 14px;font:inherit;font-size:11px;outline:0;color:#34445d}.tsp-assignment-reply-note:focus{border-color:#7a95ff;box-shadow:0 0 0 4px rgba(53,96,255,.08)}.tsp-reply-actions{display:flex;gap:9px;flex-wrap:wrap}.tsp-reply-actions .tsp-btn{min-height:44px}.tsp-assignment-card.is-reply-open{border-color:#a9bdf5!important;box-shadow:0 15px 35px rgba(53,96,255,.1)!important}@media(max-width:760px){#tsp-root .tsp-reply-file-area{align-items:flex-start;flex-wrap:wrap}.tsp-file-picker{width:100%;justify-content:center}.tsp-reply-actions{display:grid;grid-template-columns:1fr}.tsp-reply-actions .tsp-btn{width:100%}}#tsp-root .tsp-assignment-reply-details>summary{list-style:none;cursor:pointer;padding:15px 17px;font-weight:800;color:#24415f;display:flex;align-items:center;justify-content:space-between;gap:10px;background:linear-gradient(135deg,#eef5ff,#f8fbff)}#tsp-root .tsp-assignment-reply-details>summary::-webkit-details-marker{display:none}#tsp-root .tsp-assignment-reply-details>summary:after{content:'＋';font-size:20px;color:#315f93}#tsp-root .tsp-assignment-reply-details[open]>summary:after{content:'−'}#tsp-root .tsp-assignment-reply-details .tsp-assignment-reply-form{padding:16px}#tsp-root .tsp-assignment-reply-details .tsp-assignment-open-upload{display:none!important}#tsp-root .tsp-file-picker{position:relative;overflow:hidden;cursor:pointer}#tsp-root .tsp-file-picker input[type=file]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}#tsp-root .tsp-assignment-reply-details{margin-top:16px;border:1px solid rgba(53,96,255,.12);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.55)}#tsp-root .tsp-assignment-reply-details>summary.tsp-assignment-open-summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 18px;background:linear-gradient(135deg,#3560ff,#7c3aed);color:#fff;font-weight:800;border-radius:14px;box-shadow:0 10px 24px rgba(53,96,255,.18)}#tsp-root .tsp-assignment-reply-details>summary.tsp-assignment-open-summary::-webkit-details-marker{display:none}#tsp-root .tsp-assignment-reply-details[open]>summary.tsp-assignment-open-summary{border-radius:14px 14px 0 0}#tsp-root .tsp-assignment-reply-details .tsp-assignment-upload-wrap{position:static!important;margin:0;box-shadow:none!important;display:block!important;padding:18px}#tsp-root .tsp-profile-save-message{margin:0 0 16px;padding:13px 16px;border-radius:14px;font-size:13px;font-weight:800}#tsp-root .tsp-profile-save-message.success{background:#eaf9f0;color:#16824a;border:1px solid #bfe9cf}#tsp-root .tsp-profile-save-message.error{background:#fff1f2;color:#b42318;border:1px solid #fecdd3}#tsp-root .tsp-notification-center{position:relative;z-index:80}#tsp-root .tsp-notification-popover{position:absolute;top:calc(100% + 10px);right:0;width:min(390px,calc(100vw - 28px));max-height:min(620px,calc(100vh - 100px));overflow:hidden;background:#fff;border:1px solid #e4e9f2;border-radius:22px;box-shadow:0 24px 70px rgba(25,39,72,.22)}#tsp-root .tsp-notification-popover[hidden]{display:none}#tsp-root .tsp-notification-popover-head{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid #edf0f5}#tsp-root .tsp-notification-popover-head strong{display:block;font-size:14px}#tsp-root .tsp-notification-popover-head small{display:block;color:#8a94a6;font-size:10px;margin-top:4px}#tsp-root .tsp-notification-popover-list{max-height:520px;overflow:auto;padding:10px}#tsp-root .tsp-notification-popover-item{display:flex;gap:10px;align-items:flex-start;padding:12px;border-radius:16px;margin-bottom:6px}#tsp-root .tsp-notification-popover-item.is-unread{background:#f1f5ff}#tsp-root .tsp-notification-popover-icon{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#3560ff,#7c3aed);color:#fff}#tsp-root .tsp-notification-popover-body{min-width:0;flex:1}#tsp-root .tsp-notification-popover-body strong{font-size:12px}#tsp-root .tsp-notification-popover-body p{margin:4px 0;color:#657187;font-size:11px;line-height:1.8}#tsp-root .tsp-notification-popover-body small{color:#9aa3b2;font-size:9px}#tsp-root .tsp-notification-read{border:0;background:#eaf0ff;color:#3560ff;border-radius:9px;padding:6px 8px;font:inherit;font-size:9px;cursor:pointer;white-space:nowrap}#tsp-root .tsp-assignment-send-msg.is-error{color:#e11d48!important}@media(max-width:600px){#tsp-root .tsp-notification-popover{position:fixed;top:74px;right:12px;left:12px;width:auto}#tsp-root .tsp-reply-file-area{align-items:stretch!important;flex-direction:column}#tsp-root .tsp-reply-file-area .tsp-file-picker{width:100%;text-align:center}}#tsp-root.tsp-root{max-width:1480px;align-items:flex-start;gap:24px;padding:22px!important}#tsp-root .tsp-sidebar{flex:0 0 278px;max-width:278px;position:sticky;top:18px;max-height:calc(100dvh - 36px);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}#tsp-root .tsp-main{width:calc(100% - 302px)}#tsp-root .tsp-tab-panels{overflow:visible!important}#tsp-root .tsp-tab-panel{width:100%}#tsp-root .tsp-header{position:sticky;top:12px;z-index:40;min-width:0;box-shadow:0 14px 38px rgba(37,56,88,.08)}#tsp-root .tsp-header-actions{min-width:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap}#tsp-root .tsp-cards-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px!important;min-width:0!important}.tsp-cards-grid>*{min-width:0!important}.tsp-card{min-width:0!important;min-height:118px!important;display:grid!important;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;column-gap:12px!important;padding:17px!important;background:#fff!important;border:1px solid #e5ebf2!important;box-shadow:0 10px 30px rgba(31,52,81,.045)!important}.tsp-card-icon{grid-row:1/3;width:45px!important;height:45px!important;border-radius:14px!important;background:#eef5ff!important;display:grid;place-items:center}.tsp-card h2{margin:0!important;font-size:22px!important}.tsp-card p{margin:3px 0 0!important;font-size:10px!important;color:#8997a8!important}.tsp-two-col{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:16px!important}.tsp-box{min-width:0!important;background:#fff!important;border:1px solid #e5ebf2!important;box-shadow:0 10px 30px rgba(31,52,81,.045)!important}.tsp-list,.tsp-list li{min-width:0}.tsp-list a{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#tsp-root .tsp-table-wrap{max-width:100%;min-width:0}.tsp-table{max-width:100%}@media(min-width:1101px){#tsp-root .tsp-sidebar{order:0}#tsp-root .tsp-main{order:1}.tsp-nav{gap:6px!important}.tsp-nav-item{min-height:46px!important}}@media(max-width:1100px){#tsp-root.tsp-root{display:block!important;width:100%!important;max-width:none!important;padding:0!important;margin:0!important;border-radius:0!important;overflow-x:hidden!important}#tsp-root .tsp-sidebar{width:min(350px,88vw)!important;max-width:none!important;position:fixed!important;right:0!important;left:auto!important;top:0!important;bottom:0!important;height:100dvh!important;max-height:100dvh!important;z-index:10002!important;transform:translate3d(110%,0,0)!important;overflow-y:auto!important;border-radius:24px 0 0 24px!important;padding:18px 14px 28px!important}#tsp-root.tsp-menu-open .tsp-sidebar{transform:translate3d(0,0,0)!important}#tsp-root .tsp-main{width:100%!important;max-width:none!important;min-width:0!important;display:block!important}#tsp-root .tsp-header{position:sticky!important;top:0!important;border-radius:0!important;min-height:68px!important;padding:12px!important;z-index:70!important;display:flex!important;flex-wrap:wrap!important}#tsp-root .tsp-date-block{display:none!important}.tsp-topbar-title{min-width:0}.tsp-header-actions{min-width:0;max-width:100%}#tsp-root .tsp-tab-panels{padding:18px 14px 36px!important;width:100%!important;min-width:0!important}#tsp-root .tsp-menu-trigger{display:inline-flex!important;position:fixed!important;right:14px!important;bottom:18px!important;top:auto!important;width:52px!important;height:52px!important;border-radius:17px!important;z-index:10004!important;background:#fff!important;border:1px solid #dce5ef!important;color:#28598d!important;box-shadow:0 14px 35px rgba(24,45,72,.2)!important;align-items:center;justify-content:center;font-size:0!important}.tsp-menu-trigger:before{content:'☰';font-size:21px!important}.tsp-menu-trigger span{display:none!important}#tsp-root.tsp-menu-open:after{content:"";position:fixed;inset:0;background:rgba(12,26,45,.48);backdrop-filter:blur(2px);z-index:10001}#tsp-root .tsp-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.tsp-two-col{grid-template-columns:1fr!important}#tsp-root .tsp-table-wrap{overflow:visible!important}.tsp-table{display:block!important;width:100%!important}.tsp-table thead{display:none!important}.tsp-table tbody,.tsp-table td,.tsp-table tr{display:block!important;width:100%!important}.tsp-table tr{margin-bottom:12px!important;padding:12px!important;border:1px solid #e5ebf1!important;border-radius:17px!important;background:#fff!important}.tsp-table td{display:flex!important;justify-content:space-between!important;gap:12px!important;border:0!important;padding:7px 2px!important}.tsp-table td:before{content:attr(data-label);color:#8996a6;font-size:10px;font-weight:800}}@media(max-width:680px){#tsp-root .tsp-header{padding:10px!important}.tsp-topbar-title{width:100%;order:0}.tsp-topbar-title h1{font-size:17px!important}.tsp-header-actions{width:100%!important;justify-content:space-between!important}.tsp-year-picker{flex:1!important;min-width:0!important}.tsp-header-user{max-width:48px!important}.tsp-header-user strong{display:none!important}#tsp-root .tsp-tab-panels{padding:16px 10px 30px!important}.tsp-cards-grid{grid-template-columns:1fr 1fr!important;gap:9px!important}.tsp-card{min-height:100px!important;padding:12px!important}.tsp-card h2{font-size:18px!important}.tsp-card p{font-size:9px!important}.tsp-card-icon{width:37px!important;height:37px!important}.tsp-box{padding:14px!important}.tsp-two-col{grid-template-columns:1fr!important}}@media(max-width:420px){#tsp-root .tsp-cards-grid{grid-template-columns:1fr!important}.tsp-tab-panels{padding-left:8px!important;padding-right:8px!important}}#tsp-root.tsp-root{width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;overflow:visible!important}#tsp-root .tsp-main,#tsp-root .tsp-tab-panel,#tsp-root .tsp-tab-panels{min-width:0!important;max-width:none!important}#tsp-root .tsp-menu-trigger{display:none!important}@media(max-width:1100px){body,html{max-width:100%;overflow-x:hidden!important}#tsp-root.tsp-root{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:8px!important;border-radius:0!important;overflow:visible!important}#tsp-root .tsp-main{display:block!important;width:100%!important;max-width:none!important}#tsp-root .tsp-sidebar{position:fixed!important;right:0!important;left:auto!important;top:0!important;bottom:0!important;width:min(340px,88vw)!important;height:100dvh!important;max-height:100dvh!important;z-index:2147483001!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-y!important;transform:translate3d(110%,0,0)!important;border-radius:26px 0 0 26px!important}#tsp-root.tsp-menu-open .tsp-sidebar{transform:translate3d(0,0,0)!important}#tsp-root.tsp-menu-open:before{content:"";position:fixed;inset:0;z-index:2147483000!important;background:rgba(8,22,39,.58)!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}#tsp-root .tsp-menu-trigger{display:flex!important;position:fixed!important;top:calc(14px + var(--wp-admin--admin-bar--height,0px))!important;left:14px!important;right:auto!important;bottom:auto!important;width:50px!important;height:50px!important;z-index:2147483003!important;border:1px solid #d7e3ef!important;border-radius:16px!important;background:linear-gradient(145deg,#fff,#eef5ff)!important;color:#285b90!important;box-shadow:0 12px 30px rgba(20,45,75,.22)!important;align-items:center!important;justify-content:center!important;font-size:0!important;cursor:pointer!important}#tsp-root .tsp-menu-trigger:before{content:"☰"!important;font-size:22px!important;line-height:1!important}#tsp-root.tsp-menu-open .tsp-menu-trigger{background:linear-gradient(145deg,#315f93,#4e79a8)!important;color:#fff!important;border-color:transparent!important}#tsp-root.tsp-menu-open .tsp-menu-trigger:before{content:"×"!important;font-size:29px!important}#tsp-root .tsp-header{padding-left:76px!important}#tsp-root .tsp-tab-panels{width:100%!important;min-width:0!important}#tsp-root .tsp-sidebar.open{transform:translate3d(0,0,0)!important;visibility:visible!important}}@media(max-width:600px){#tsp-root .tsp-header{padding:64px 12px 12px!important}}#tsp-root .tsp-tab-panel{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}#tsp-root .tsp-tab-panel.active{pointer-events:auto!important}#tsp-root .tsp-nav-item{pointer-events:auto!important;position:relative!important;z-index:5!important}#tsp-root .tsp-nav-item[data-tab]{cursor:pointer!important;user-select:none!important}#tsp-root .tsp-nav-item.tsp-nav-disabled{opacity:.42!important;pointer-events:none!important;filter:grayscale(1)!important;cursor:not-allowed!important;pointer-events:none!important}@keyframes tsp-nav-shake{10%,90%{transform:translateX(-1px)}20%,80%{transform:translateX(2px)}30%,50%,70%{transform:translateX(-4px)}40%,60%{transform:translateX(4px)}}#tsp-root .tsp-nav-item.tsp-nav-shake{animation:.4s tsp-nav-shake}#tsp-root .tsp-tab-panel{box-sizing:border-box!important;max-width:100%!important;position:relative}@media(max-width:1100px){#tsp-root .tsp-tab-panels{overflow-x:hidden!important}#tsp-root .tsp-nav{display:flex!important;flex-direction:column!important;gap:7px!important}#tsp-root .tsp-nav-item{width:100%!important;min-height:48px!important}#tsp-root .tsp-sidebar{z-index:1000!important}#tsp-root .tsp-menu-trigger{z-index:1100!important;pointer-events:auto!important;touch-action:manipulation!important}#tsp-root.tsp-menu-open .tsp-sidebar{transform:translate3d(0,0,0)!important;visibility:visible!important;opacity:1!important}}@media(max-width:520px){#tsp-root .tsp-nav-item{min-height:50px!important;padding:11px 14px!important;border-radius:14px!important}#tsp-root .tsp-nav-label{font-size:13px!important}}.ttp-pre-exams-page .ttp-exams-head{position:relative;overflow:hidden}.ttp-pre-exams-page .ttp-exams-kicker{display:inline-flex;align-items:center;gap:6px}.ttp-pre-exams-page #ttp-preexam-add-btn,.ttp-pre-exams-page #ttp-preexam-add-btn-empty{display:inline-flex;align-items:center;justify-content:center;gap:7px}@media(max-width:720px){.ttp-pre-exams-page .ttp-exams-head{display:flex;flex-direction:column;gap:14px}.ttp-pre-exams-page #ttp-preexam-add-btn,.ttp-pre-exams-page .ttp-exams-head-meta{width:100%}.ttp-pre-exams-page .ttp-glass>div{grid-template-columns:1fr!important}}#tsp-root .tsp-nav-item[data-tab]{pointer-events:auto!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important}#tsp-root .tsp-tab-panels{width:100%}#tsp-root .tsp-tab-panel:not(.active){display:none!important}#tsp-root .tsp-tab-panel.active{display:block!important;visibility:visible!important;opacity:1!important}


#tsp-root .tsp-nav-item[data-tab]{display:flex!important;align-items:center!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;cursor:pointer!important;touch-action:manipulation!important;-webkit-user-select:none!important;user-select:none!important}
#tsp-root .tsp-nav-item[data-tab] .tsp-nav-icon{display:grid!important;place-items:center!important;visibility:visible!important;opacity:1!important;flex:0 0 34px!important;width:34px!important;height:34px!important;background:#f0f7f6!important;border-radius:10px!important;font-size:18px!important;color:var(--ref-primary)!important}
#tsp-root .tsp-nav-item.active .tsp-nav-icon{background:rgba(255,255,255,.18)!important;color:#fff!important}
#tsp-root .tsp-nav-item[data-tab] .tsp-nav-label{visibility:visible!important;opacity:1!important}#tsp-root .tsp-sidebar{touch-action:pan-y!important}#tsp-root .tsp-fake-video{height:220px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(53,96,255,.32),rgba(124,58,237,.28)),linear-gradient(45deg,#dfe8ff,#f5edff);filter:blur(1.5px)}#tsp-root .tsp-fake-video span{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.55);color:#3560ff;font-size:23px;box-shadow:0 10px 30px rgba(31,50,90,.15)}#tsp-root .tsp-blur-lines{display:flex;gap:8px;padding:12px 5px 2px}.tsp-blur-lines i{height:9px;flex:1;border-radius:99px;background:rgba(53,96,255,.12);filter:blur(2px)}#tsp-root .tsp-coming-note{display:inline-flex;gap:7px;align-items:center;padding:10px 16px;border-radius:999px;background:#eef4ff;color:#3560ff;font-size:11px;font-weight:800}@media(max-width:650px){#tsp-root .tsp-coming-soon-page{min-height:540px;padding:14px}#tsp-root .tsp-coming-hero{padding:26px 16px;border-radius:22px}#tsp-root .tsp-coming-hero h2{font-size:20px}#tsp-root .tsp-coming-hero>p{font-size:11px}#tsp-root .tsp-fake-video{height:150px}}

.tsp-next-exam-footer .tsp-view-exam-btn{position:relative;isolation:isolate;min-height:46px!important;padding:0 16px!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:15px!important;background:linear-gradient(135deg,#5f3bd5,#8b5cf6)!important;color:#fff!important;box-shadow:0 12px 26px rgba(96,62,214,.25)!important;font-weight:900!important;}
.tsp-next-exam-footer .tsp-view-exam-btn:after{content:"";position:absolute;inset:1px;border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.16),transparent 55%);pointer-events:none;z-index:-1;}
.tsp-next-exam-footer .tsp-view-exam-btn i{width:27px!important;height:27px!important;border-radius:9px!important;background:rgba(255,255,255,.18)!important;}
.tsp-next-exam-footer .tsp-view-exam-btn:hover{transform:translateY(-2px) scale(1.01)!important;box-shadow:0 16px 32px rgba(96,62,214,.30)!important;}
@media(max-width:620px){.tsp-next-exam-footer .tsp-view-exam-btn{width:100%!important;}}


#tsp-root .tsp-welcome-actions .tsp-btn-primary[data-tab="my-exams"]{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  min-height:46px!important;
  padding:0 18px!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-radius:15px!important;
  background:linear-gradient(135deg,#315f93 0%,#4e79a8 55%,#6f94bd 100%)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(49,95,147,.24)!important;
  font-weight:900!important;
  overflow:hidden!important;
  isolation:isolate!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}
#tsp-root .tsp-welcome-actions .tsp-btn-primary[data-tab="my-exams"]:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.2) 48%,transparent 70%);
  transform:translateX(-120%);
  transition:transform .55s ease;
  z-index:-1;
}
#tsp-root .tsp-welcome-actions .tsp-btn-primary[data-tab="my-exams"]:after{
  content:"→";
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(255,255,255,.16);
  font-size:13px;
}
#tsp-root .tsp-welcome-actions .tsp-btn-primary[data-tab="my-exams"]:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 17px 34px rgba(49,95,147,.30)!important;
}
#tsp-root .tsp-welcome-actions .tsp-btn-primary[data-tab="my-exams"]:hover:before{transform:translateX(120%);}
@media(max-width:650px){
  #tsp-root .tsp-welcome-actions .tsp-btn-primary[data-tab="my-exams"]{min-height:42px!important;padding:0 13px!important;border-radius:13px!important;font-size:9px!important;}
  #tsp-root .tsp-welcome-actions .tsp-btn-primary[data-tab="my-exams"]:after{width:22px;height:22px;font-size:11px;}
}


#tsp-root .tsp-oc-hero{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:24px;border-radius:24px;background:linear-gradient(135deg,#edf5ff 0%,#f5efff 52%,#effbf7 100%);border:1px solid #e5eaf5;box-shadow:0 18px 42px rgba(35,54,90,.08);overflow:hidden;margin-bottom:18px}.tsp-oc-hero-glow{position:absolute;width:220px;height:220px;border-radius:50%;left:-90px;bottom:-130px;background:rgba(53,96,255,.09)}#tsp-root .tsp-oc-hero-icon{width:68px;height:68px;border-radius:21px;display:grid;place-items:center;font-size:31px;background:linear-gradient(135deg,#3560ff,#7c3aed);box-shadow:0 15px 30px rgba(53,96,255,.24);z-index:1}.tsp-oc-hero-copy{position:relative;z-index:1;min-width:0}.tsp-oc-kicker{display:inline-flex;font-size:10px;font-weight:900;color:#3560ff;background:#fff;border-radius:999px;padding:5px 8px}.tsp-oc-hero-copy h2{margin:7px 0 5px;font-size:22px}.tsp-oc-hero-copy p{margin:0;color:#6f7b91;font-size:11px;line-height:1.9}.tsp-oc-hero-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.tsp-oc-hero-tags b{font-size:9px;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.78);color:#5c6578}.tsp-oc-hero-btn{position:relative;z-index:2;background:#fff!important;color:#3560ff!important;white-space:nowrap;padding:13px 17px!important;box-shadow:0 12px 26px rgba(53,96,255,.13)!important}.tsp-oc-hero-status{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-end;gap:4px;padding:12px 14px;border-radius:15px;background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.9);font-size:11px;color:#667188;white-space:nowrap}.tsp-oc-hero-status strong{color:#2c3850}.tsp-oc-hero-status span{font-size:9px}.tsp-oc-list-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.tsp-oc-list-head h3{margin:0;font-size:15px}.tsp-oc-list-head p{margin:4px 0 0;color:#8993a7;font-size:9px}.tsp-oc-list-lock{width:40px;height:40px;border-radius:13px;background:#f2f6ff;display:grid;place-items:center}.tsp-oc-access-badge{font-size:9px;color:#1d7a4c;background:#eefbf4;border:1px solid #d5f0df;padding:7px 9px;border-radius:10px}.tsp-oc-card[data-oc-state=live]{box-shadow:0 18px 38px rgba(22,163,74,.12);border-right-width:5px}.tsp-oc-card[data-oc-state=live] .tsp-oc-enter-btn{animation:2.4s infinite tspBannerPulse}.tsp-oc-card{min-width:0}
@media(max-width:760px){#tsp-root .tsp-oc-hero{grid-template-columns:auto 1fr}.tsp-oc-hero-btn,.tsp-oc-hero-status{grid-column:1/-1;width:100%;align-items:center;text-align:center}.tsp-oc-hero-tags{display:none}}
@media(max-width:520px){#tsp-root .tsp-oc-hero{padding:15px;border-radius:19px;gap:11px}.tsp-oc-hero-icon{width:52px!important;height:52px!important;border-radius:16px!important;font-size:25px!important}.tsp-oc-hero-copy h2{font-size:18px}.tsp-oc-hero-copy p{font-size:10px}.tsp-oc-card{padding:13px}.tsp-oc-meta{font-size:10.5px}.tsp-oc-access-badge{font-size:8.5px}}


#tsp-root .tsp-assignment-sent-card{position:relative;flex-wrap:wrap;align-items:center}
#tsp-root .tsp-assignment-sent-main{display:flex;align-items:center;gap:10px;min-width:0;flex:1}
#tsp-root .tsp-assignment-feedback{flex:0 0 100%;margin-top:4px;padding:11px 12px;border-radius:13px;background:linear-gradient(135deg,#f7f9ff,#f8fbff);border:1px solid #e4eaf3}
#tsp-root .tsp-assignment-feedback-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px;color:#526176;font-size:9px;font-weight:800}
#tsp-root .tsp-assignment-feedback-head b{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border-radius:9px;background:#eefbf4;color:#16824d;font-size:10px}
#tsp-root .tsp-assignment-feedback-head b small{font-size:7px;color:#6d7c8f;font-weight:600}
#tsp-root .tsp-assignment-feedback-note{padding:8px 9px;border-radius:10px;background:#fff;border:1px solid #e8edf3;color:#5b687b;font-size:9px;line-height:1.9}
#tsp-root .tsp-assignment-feedback-note strong{display:block;color:#33445a;font-size:8px;margin-bottom:2px}
#tsp-root .tsp-assignment-feedback-note p{margin:0;white-space:pre-wrap;word-break:break-word}
#tsp-root .tsp-assignment-feedback-note.muted{color:#7b8797;background:#f8fafc}
#tsp-root .tsp-assignment-feedback-note.rejected{color:#a33c54;background:#fff6f7;border-color:#f4dce2}
@media(max-width:760px){#tsp-root .tsp-assignment-sent-card{align-items:flex-start}#tsp-root .tsp-assignment-sent-status{margin-right:auto}#tsp-root .tsp-assignment-feedback{flex-basis:100%}}


#tsp-root .tsp-results-page{display:flex;flex-direction:column;gap:14px;direction:rtl}
#tsp-root .tsp-results-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px;border-radius:25px;background:linear-gradient(135deg,#f5f1ff 0%,#eef6ff 54%,#effbf8 100%);border:1px solid #e5e9f3;box-shadow:0 18px 44px rgba(42,55,90,.08)}
#tsp-root .tsp-results-hero:after{content:'';position:absolute;width:210px;height:210px;border-radius:50%;left:-70px;bottom:-120px;background:rgba(124,58,237,.08)}
#tsp-root .tsp-results-hero-copy{position:relative;z-index:1}.tsp-results-kicker{display:inline-flex;padding:5px 9px;border-radius:999px;background:#fff;color:#6745d7;font-size:9px;font-weight:900}.tsp-results-hero h2{margin:8px 0 5px;font-size:23px;color:#222b43}.tsp-results-hero p{margin:0;color:#78849a;font-size:10px;line-height:1.9;max-width:680px}.tsp-results-year{position:relative;z-index:1;min-width:130px;padding:12px 14px;border-radius:15px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.95);text-align:center}.tsp-results-year span{display:block;color:#8b94a8;font-size:8px}.tsp-results-year strong{display:block;margin-top:4px;color:#4d3db1;font-size:13px}
#tsp-root .tsp-results-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.tsp-result-stat{min-width:0;padding:13px 14px;border-radius:17px;background:#fff;border:1px solid #e8ebf3;box-shadow:0 9px 25px rgba(42,55,90,.055);display:flex;align-items:center;gap:10px}.tsp-result-stat .icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#f1efff;font-size:18px;flex:0 0 38px}.tsp-result-stat.success .icon{background:#eaf9f1}.tsp-result-stat.primary{border-color:#ded6ff}.tsp-result-stat strong{display:block;color:#273149;font-size:17px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}.tsp-result-stat small{display:block;color:#8c95a8;font-size:8px;margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#tsp-root .tsp-results-list-box{padding:18px!important}.tsp-results-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.tsp-results-list-head>div:first-child{display:flex;align-items:center;gap:10px;min-width:0}.tsp-results-list-icon{width:42px;height:42px;border-radius:13px;background:#eef4ff;display:grid;place-items:center;font-size:20px;flex:0 0 42px}.tsp-results-list-head h3{margin:0;font-size:15px}.tsp-results-list-head p{margin:4px 0 0;color:#8b94a7;font-size:8.5px}.tsp-results-list-head .tsp-year-filter{display:flex;align-items:center;gap:7px}.tsp-results-list-head .tsp-year-filter label{font-size:8px;color:#8b94a7}.tsp-results-list-head .tsp-year-filter select{border:1px solid #e1e6f0;border-radius:11px;background:#f8f9fd;padding:8px 10px;font-family:inherit;font-size:9px;color:#3d4860}
#tsp-root .tsp-results-table tbody tr{background:#fff}.tsp-result-title{color:#27324a;font-weight:800}.tsp-results-table .tsp-actions-cell{display:flex;gap:5px;flex-wrap:wrap}.tsp-results-table .tsp-actions-cell .tsp-btn{white-space:nowrap}
#tsp-root .tsp-results-table-wrap{overflow-x:auto}
@media(max-width:900px){#tsp-root .tsp-results-summary{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){
  #tsp-root .tsp-results-hero{padding:16px;border-radius:19px;align-items:flex-start}.tsp-results-hero h2{font-size:18px}.tsp-results-hero p{font-size:9px}.tsp-results-year{min-width:90px;padding:9px}.tsp-results-year strong{font-size:10px}
  #tsp-root .tsp-results-summary{grid-template-columns:repeat(2,1fr);gap:7px}.tsp-result-stat{padding:10px;border-radius:14px}.tsp-result-stat .icon{width:32px;height:32px;flex-basis:32px;border-radius:10px;font-size:15px}.tsp-result-stat strong{font-size:14px;max-width:105px}.tsp-result-stat small{font-size:7px}
  #tsp-root .tsp-results-list-box{padding:12px!important;border-radius:18px}.tsp-results-list-head{align-items:stretch;flex-direction:column}.tsp-results-list-head .tsp-year-filter{width:100%;justify-content:space-between}.tsp-results-list-head .tsp-year-filter select{flex:1}
  #tsp-root .tsp-results-table-wrap{overflow:visible}.tsp-results-table,.tsp-results-table thead,.tsp-results-table tbody,.tsp-results-table tr,.tsp-results-table td{display:block!important;width:100%!important}.tsp-results-table thead{display:none!important}.tsp-results-table tbody{display:grid!important;gap:10px}.tsp-results-table tbody tr{padding:12px;border:1px solid #e6eaf2;border-radius:17px;box-shadow:0 8px 22px rgba(39,52,82,.05);position:relative}.tsp-results-table tbody tr td{display:flex!important;align-items:center;justify-content:space-between;gap:10px;padding:7px 0!important;border:0!important;font-size:9px;min-height:28px}.tsp-results-table tbody tr td:before{content:attr(data-label);font-size:8px;color:#8a93a7;font-weight:700;flex:0 0 62px}.tsp-results-table tbody tr td:first-child{padding-top:0!important;border-bottom:1px solid #edf0f5!important;margin-bottom:3px;padding-bottom:9px!important}.tsp-results-table tbody tr td:first-child:before{color:#5d42d5}.tsp-results-table .tsp-actions-cell{display:grid!important;grid-template-columns:1fr 1fr;gap:6px;margin-top:5px;padding-top:9px!important;border-top:1px solid #edf0f5!important}.tsp-results-table .tsp-actions-cell:before{display:none!important}.tsp-results-table .tsp-actions-cell .tsp-btn{width:100%;justify-content:center;min-height:34px!important;padding:7px 6px!important;font-size:8px!important}.tsp-results-table .tsp-result-title{font-size:11px}.tsp-results-table .tsp-tag{font-size:8px}
}
@media(max-width:380px){#tsp-root .tsp-results-hero{display:block}.tsp-results-year{margin-top:10px}.tsp-results-summary{grid-template-columns:1fr 1fr!important}.tsp-result-stat small{font-size:6.5px}.tsp-results-table .tsp-actions-cell{grid-template-columns:1fr}}






#tsp-root.tsp-root,
#ttp-root.ttp-root {
    
    --ref-primary: #3b5bff;
    --ref-primary-2: #7c3aed;
    --ref-primary-soft: #eef1ff;
    --ref-bg: #f4f6fb;
    --ref-text: #1e2a45;
    --ref-muted: #8792a6;
    --ref-line: #e7ecf5;
    --ref-danger: #e11d48;

    
    --tsp-blue: #3b5bff;
    --tsp-purple: #7c3aed;
    --tsp-accent: #f59e0b;
    --tsp-bg: #f4f6fb;
    --tsp-text: #1e2a45;
    --tsp-muted: #8792a6;
    --tsp-glass-bg: #fff;
    --tsp-glass-border: #e7ecf5;
    --tsp-success: #16a34a;
    --tsp-danger: #e11d48;
    --tsp-gradient: linear-gradient(135deg, #3b5bff, #7c3aed);

    --ttp-blue: #3b5bff;
    --ttp-purple: #7c3aed;
    --ttp-teal: #0ea5a3;
    --ttp-gold: #f59e0b;
    --ttp-bg: #f4f6fb;
    --ttp-text: #1e2a45;
    --ttp-muted: #8792a6;
    --ttp-glass-bg: #fff;
    --ttp-glass-border: #e7ecf5;
    --ttp-success: #16a34a;
    --ttp-danger: #e11d48;
    --ttp-gradient: linear-gradient(135deg, #3b5bff, #7c3aed);
    --ttp-gradient-2: linear-gradient(135deg, #0ea5a3, #3b5bff);

    
    --dash-font: 'Vazirmatn', Tahoma, sans-serif;
    font-family: var(--dash-font) !important;
}

#tsp-root.tsp-root *,
#ttp-root.ttp-root * {
    font-family: var(--dash-font) !important;
}


#tsp-root .tsp-card h2,
#tsp-root .tsp-progress-ring span,
#tsp-root .tsp-progress-ring-mini span,
#ttp-root .ttp-dashboard-stat strong {
    font-family: var(--dash-font) !important;
    font-variant-numeric: normal;
}


#tsp-root.tsp-root,
#ttp-root.ttp-root {
    background: var(--ref-bg) !important;
}


#tsp-root .tsp-sidebar,
#ttp-root .ttp-sidebar {
    background: #fff !important;
    border-left: 1px solid var(--ref-line) !important;
    box-shadow: 0 8px 30px rgba(31, 45, 90, .05) !important;
}

#tsp-root .tsp-brand,
#ttp-root .ttp-brand {
    border-bottom: 1px solid var(--ref-line) !important;
}

#tsp-root .tsp-brand-copy strong,
#ttp-root .ttp-brand strong,
#ttp-root .ttp-brand-copy strong {
    color: var(--ref-text) !important;
    font-weight: 800 !important;
}

#tsp-root .tsp-site-logo,
#ttp-root .ttp-site-logo {
    background: var(--ref-primary-soft) !important;
    color: var(--ref-primary) !important;
    border-radius: 14px !important;
}


#tsp-root .tsp-sidebar-user {
    background: var(--ref-primary) !important;
    border-radius: 16px !important;
}

#ttp-root .ttp-sidebar-user {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px !important;
    margin: 4px 0 6px !important;
    background: var(--ref-primary) !important;
    border-radius: 16px !important;
}

#tsp-root .tsp-sidebar-user strong,
#ttp-root .ttp-sidebar-user strong {
    color: #fff !important;
}

#tsp-root .tsp-sidebar-user small,
#ttp-root .ttp-sidebar-user small {
    color: rgba(255, 255, 255, .78) !important;
}

#tsp-root .tsp-sidebar-user .tsp-user-avatar,
#ttp-root .ttp-sidebar-user .ttp-user-avatar {
    background: rgba(255, 255, 255, .2) !important;
    border: 1px solid rgba(255, 255, 255, .45) !important;
}


#tsp-root .tsp-nav-item,
#ttp-root .ttp-nav-item {
    border-radius: 12px !important;
    color: var(--ref-muted) !important;
    font-weight: 700 !important;
    transition: background .18s, color .18s, transform .18s;
}

#tsp-root .tsp-nav-item:hover,
#ttp-root .ttp-nav-item:hover {
    background: var(--ref-primary-soft) !important;
    color: var(--ref-primary) !important;
}

#tsp-root .tsp-nav-item.active,
#ttp-root .ttp-nav-item.active {
    background: var(--ref-primary) !important;
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(59, 91, 255, .28) !important;
}

#tsp-root .tsp-nav-icon,
#ttp-root .ttp-nav-icon {
    background: var(--ref-primary-soft) !important;
    color: var(--ref-primary) !important;
    border-radius: 9px !important;
}

#tsp-root .tsp-nav-item.active .tsp-nav-icon,
#ttp-root .ttp-nav-item.active .ttp-nav-icon {
    background: rgba(255, 255, 255, .22) !important;
    color: #fff !important;
}

#tsp-root .tsp-badge,
#ttp-root .ttp-badge {
    background: var(--ref-danger) !important;
}

#ttp-root .ttp-quick-add {
    background: var(--ttp-gradient-2) !important;
    border-radius: 14px !important;
}


#tsp-root .tsp-sidebar-collapse,
#ttp-root .ttp-sidebar-collapse {
    background: #fff !important;
    border: 1px solid var(--ref-line) !important;
    color: var(--ref-primary) !important;
    box-shadow: 0 6px 16px rgba(31, 45, 90, .12) !important;
}


#tsp-root .tsp-header,
#ttp-root .ttp-header {
    background: #fff !important;
    color: var(--ref-text) !important;
    border-bottom: 1px solid var(--ref-line) !important;
    box-shadow: 0 4px 22px rgba(31, 45, 90, .045) !important;
}


#tsp-root .tsp-date-block,
#ttp-root .ttp-date-block {
    color: var(--ref-text) !important;
    background: var(--ref-primary-soft);
    padding: 6px 14px 6px 8px;
    border-radius: 999px;
}

#tsp-root .tsp-date-icon,
#ttp-root .ttp-date-icon {
    display: flex !important;
    background: #fff5e2 !important;
    color: #d98b28 !important;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

#tsp-root .tsp-date-block small,
#ttp-root .ttp-date-block small {
    color: var(--ref-muted) !important;
}

#tsp-root .tsp-date-block strong,
#ttp-root .ttp-date-block strong {
    color: var(--ref-text) !important;
}

#tsp-root .tsp-topbar-title,
#ttp-root .ttp-topbar-title {
    display: block !important;
}

#tsp-root .tsp-section-kicker,
#ttp-root .ttp-section-kicker {
    color: var(--ref-primary) !important;
    font-weight: 800;
}

#tsp-root .tsp-topbar-title h1,
#ttp-root .ttp-topbar-title h1 {
    color: var(--ref-text) !important;
}

#tsp-root .tsp-header-icon,
#ttp-root .ttp-header-icon {
    background: var(--ref-primary-soft) !important;
    color: var(--ref-primary) !important;
    border: 0 !important;
    border-radius: 12px !important;
}

#tsp-root .tsp-header-icon:hover,
#ttp-root .ttp-header-icon:hover {
    background: #e4e9ff !important;
}

#tsp-root .tsp-header-badge,
#ttp-root .ttp-header-badge {
    background: var(--ref-danger) !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

#tsp-root .tsp-header-user,
#ttp-root .ttp-header-user {
    color: var(--ref-text) !important;
}

#tsp-root .tsp-header-user strong,
#ttp-root .ttp-header-user strong {
    color: var(--ref-text) !important;
}

#tsp-root .tsp-year-picker,
#ttp-root .ttp-global-year {
    background: #fff !important;
    border: 1px solid var(--ref-line) !important;
    border-radius: 12px !important;
}

#tsp-root .tsp-year-picker-icon {
    background: var(--ref-primary-soft) !important;
    color: var(--ref-primary) !important;
}

#tsp-root .tsp-year-picker-copy strong,
#tsp-root .tsp-year-picker strong {
    color: var(--ref-primary) !important;
}

#ttp-root .ttp-global-year span {
    color: var(--ref-muted) !important;
    font-weight: 700;
}

#ttp-root .ttp-global-year select {
    color: var(--ref-primary) !important;
    font-weight: 800;
}

#ttp-root .ttp-btn-primary,
#tsp-root .tsp-btn-primary {
    background: var(--tsp-gradient) !important;
    box-shadow: 0 10px 22px rgba(59, 91, 255, .25) !important;
}


#tsp-root .tsp-card,
#ttp-root .ttp-dashboard-stat {
    background: #fff !important;
    border: 1px solid var(--ref-line) !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 28px rgba(31, 45, 90, .05) !important;
    transition: transform .2s, box-shadow .2s;
}

#tsp-root .tsp-card:hover,
#ttp-root .ttp-dashboard-stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(31, 45, 90, .1) !important;
}


#tsp-root .tsp-card h2 {
    background: none !important;
    -webkit-text-fill-color: initial !important;
    color: var(--ref-text) !important;
    font-size: 24px !important;
    font-weight: 800 !important;
}

#tsp-root .tsp-card p,
#ttp-root .ttp-dashboard-stat small {
    color: var(--ref-muted) !important;
    font-size: 12px !important;
}

#ttp-root .ttp-dashboard-stat strong {
    color: var(--ref-text) !important;
    font-size: 24px !important;
}


#tsp-root .tsp-card-icon,
#ttp-root .ttp-dashboard-stat .stat-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 46px !important;
    height: 46px !important;
    border-radius: 14px !important;
    font-size: 21px !important;
    margin: 0 auto 10px !important;
}

#ttp-root .ttp-dashboard-stat .stat-icon {
    margin: 0 !important;
}


#tsp-root .tsp-cards-grid > .tsp-card:nth-child(6n+1) .tsp-card-icon,
#ttp-root .ttp-dashboard-stats > .ttp-dashboard-stat:nth-child(4n+1) .stat-icon {
    background: #e9f0ff !important;
    color: #3b5bff !important;
}

#tsp-root .tsp-cards-grid > .tsp-card:nth-child(6n+2) .tsp-card-icon,
#ttp-root .ttp-dashboard-stats > .ttp-dashboard-stat:nth-child(4n+2) .stat-icon {
    background: #e6f9ee !important;
    color: #16a34a !important;
}

#tsp-root .tsp-cards-grid > .tsp-card:nth-child(6n+3) .tsp-card-icon,
#ttp-root .ttp-dashboard-stats > .ttp-dashboard-stat:nth-child(4n+3) .stat-icon {
    background: #f3ecfe !important;
    color: #7c3aed !important;
}

#tsp-root .tsp-cards-grid > .tsp-card:nth-child(6n+4) .tsp-card-icon,
#ttp-root .ttp-dashboard-stats > .ttp-dashboard-stat:nth-child(4n+4) .stat-icon {
    background: #fff3e0 !important;
    color: #f59e0b !important;
}

#tsp-root .tsp-cards-grid > .tsp-card:nth-child(6n+5) .tsp-card-icon {
    background: #ffe9ef !important;
    color: #e11d48 !important;
}

#tsp-root .tsp-cards-grid > .tsp-card:nth-child(6n+6) .tsp-card-icon {
    background: #e3fbf8 !important;
    color: #0ea5a3 !important;
}


#ttp-root .ttp-exam-mini-icon {
    background: #e9f0ff !important;
    color: #3b5bff !important;
    border-radius: 12px !important;
}


#tsp-root .tsp-box,
#ttp-root .ttp-panel-box {
    background: #fff !important;
    border: 1px solid var(--ref-line) !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 28px rgba(31, 45, 90, .05) !important;
}

#tsp-root .tsp-box h3,
#ttp-root .ttp-dashboard-section-head h3 {
    color: var(--ref-text) !important;
}

#tsp-root .tsp-list li {
    background: var(--ref-primary-soft) !important;
    border-radius: 12px !important;
}

#ttp-root .ttp-dashboard-section-head span {
    color: var(--ref-primary) !important;
    font-weight: 800;
}

#ttp-root .ttp-dashboard-section-head button {
    color: var(--ref-primary) !important;
}

#tsp-root .tsp-text-success,
#ttp-root .ttp-pill-green {
    color: #16a34a !important;
}

#tsp-root .tsp-text-danger {
    color: #e11d48 !important;
}


#tsp-root .tsp-chart-card,
#ttp-root .ttp-waterfall-card {
    background: #fff !important;
    border: 1px solid var(--ref-line) !important;
    border-radius: 16px !important;
}


#tsp-root .tsp-table th,
#ttp-root .ttp-table th {
    color: var(--ref-muted) !important;
    border-bottom: 1px solid var(--ref-line) !important;
}

#tsp-root .tsp-table td,
#ttp-root .ttp-table td {
    border-bottom: 1px solid var(--ref-line) !important;
}

#tsp-root .tsp-tag-blue { background: #e9f0ff !important; color: #3b5bff !important; }
#tsp-root .tsp-tag-purple { background: #f3ecfe !important; color: #7c3aed !important; }
#tsp-root .tsp-tag-green { background: #e6f9ee !important; color: #16a34a !important; }
#tsp-root .tsp-tag-red { background: #ffe9ef !important; color: #e11d48 !important; }


#tsp-root.tsp-dark,
#ttp-root.ttp-dark {
    --ref-bg: #10132b;
    --ref-text: #eef1ff;
    --ref-muted: #9aa0c4;
    --ref-line: #2a2e4a;
    --ref-primary-soft: rgba(59, 91, 255, .16);
}

#tsp-root.tsp-dark .tsp-sidebar,
#tsp-root.tsp-dark .tsp-header,
#tsp-root.tsp-dark .tsp-card,
#tsp-root.tsp-dark .tsp-box,
#ttp-root.ttp-dark .ttp-sidebar,
#ttp-root.ttp-dark .ttp-header,
#ttp-root.ttp-dark .ttp-dashboard-stat,
#ttp-root.ttp-dark .ttp-panel-box {
    background: #171a30 !important;
    border-color: #2a2e4a !important;
}


@media (max-width: 1100px) {

    #tsp-root .tsp-header,
    #ttp-root .ttp-header {
        flex-wrap: wrap !important;
        row-gap: 8px;
    }

    
    #tsp-root .tsp-date-block,
    #ttp-root .ttp-date-block {
        display: flex !important;
        order: 3;
        min-width: 0 !important;
        padding: 5px 10px 5px 6px !important;
    }

    #tsp-root .tsp-date-block strong,
    #ttp-root .ttp-date-block strong {
        font-size: 11.5px !important;
        white-space: nowrap;
    }

    #tsp-root .tsp-date-icon,
    #ttp-root .ttp-date-icon {
        width: 26px !important;
        height: 26px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 760px) {

    #tsp-root .tsp-cards-grid,
    #ttp-root .ttp-dashboard-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    #tsp-root .tsp-card {
        min-height: auto !important;
        padding: 14px !important;
    }

    #tsp-root .tsp-card h2 {
        font-size: 19px !important;
    }

    #tsp-root .tsp-card-icon,
    #ttp-root .ttp-dashboard-stat .stat-icon {
        width: 38px !important;
        height: 38px !important;
        font-size: 17px !important;
    }

    #ttp-root .ttp-dashboard-stat {
        padding: 12px !important;
        gap: 10px !important;
    }

    #ttp-root .ttp-dashboard-stat strong {
        font-size: 18px !important;
    }

    #ttp-root .ttp-dashboard-quick {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    #ttp-root .ttp-dashboard-grid {
        grid-template-columns: 1fr !important;
    }

    #tsp-root .tsp-two-col {
        grid-template-columns: 1fr !important;
    }

    #tsp-root .tsp-topbar-title h1,
    #ttp-root .ttp-topbar-title h1 {
        font-size: 16px !important;
    }

    #tsp-root .tsp-box,
    #ttp-root .ttp-panel-box {
        padding: 16px !important;
        border-radius: 16px !important;
    }
}

@media (max-width: 420px) {

    #tsp-root .tsp-cards-grid,
    #ttp-root .ttp-dashboard-stats {
        grid-template-columns: 1fr !important;
    }

    #tsp-root .tsp-date-block strong,
    #ttp-root .ttp-date-block strong {
        display: none;
    }

    #tsp-root .tsp-date-block,
    #ttp-root .ttp-date-block {
        padding: 6px !important;
    }
}





#ttp-root .ttp-nav-item[data-tab] .ttp-nav-icon:before,
#tsp-root .tsp-nav-item[data-tab] .tsp-nav-icon:before,
#ttp-root .ttp-nav-home .ttp-nav-icon:before,
#tsp-root .tsp-nav-home .tsp-nav-icon:before {
    content: "" !important;
    display: none !important;
}
#ttp-root .ttp-sidebar .ttp-nav-item .ttp-nav-icon,
#tsp-root .tsp-sidebar .tsp-nav-item .tsp-nav-icon {
    font-size: 19px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    flex: 0 0 36px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    border-radius: 11px !important;
    background: rgba(53, 96, 255, .09) !important;
    transition: transform .18s ease, background .18s ease !important;
}
#tsp-root .tsp-sidebar .tsp-nav-item .tsp-nav-icon {
    background: rgba(49, 92, 143, .09) !important;
}
#ttp-root .ttp-nav-item.active .ttp-nav-icon,
#tsp-root .tsp-nav-item.active .tsp-nav-icon {
    background: linear-gradient(135deg, var(--ttp-blue, #3560ff), var(--ttp-purple, #7c3aed)) !important;
    transform: scale(1.06);
}

#ttp-root .ttp-sidebar .ttp-nav-item:nth-of-type(6n+2) .ttp-nav-icon,
#tsp-root .tsp-sidebar .tsp-nav-item:nth-of-type(6n+2) .tsp-nav-icon { background: rgba(124, 58, 237, .10) !important; }
#ttp-root .ttp-sidebar .ttp-nav-item:nth-of-type(6n+3) .ttp-nav-icon,
#tsp-root .tsp-sidebar .tsp-nav-item:nth-of-type(6n+3) .tsp-nav-icon { background: rgba(14, 165, 163, .12) !important; }
#ttp-root .ttp-sidebar .ttp-nav-item:nth-of-type(6n+4) .ttp-nav-icon,
#tsp-root .tsp-sidebar .tsp-nav-item:nth-of-type(6n+4) .tsp-nav-icon { background: rgba(217, 119, 6, .12) !important; }
#ttp-root .ttp-sidebar .ttp-nav-item:nth-of-type(6n+5) .ttp-nav-icon,
#tsp-root .tsp-sidebar .tsp-nav-item:nth-of-type(6n+5) .tsp-nav-icon { background: rgba(225, 29, 72, .10) !important; }
#ttp-root .ttp-sidebar .ttp-nav-item.active .ttp-nav-icon,
#tsp-root .tsp-sidebar .tsp-nav-item.active .tsp-nav-icon { background: linear-gradient(135deg, var(--ttp-blue, #3560ff), var(--ttp-purple, #7c3aed)) !important; }

#ttp-root .ttp-sidebar .ttp-nav-item,
#tsp-root .tsp-sidebar .tsp-nav-item {
    border-radius: 13px !important;
}
#ttp-root .ttp-sidebar .ttp-nav-item:hover:not(.active),
#tsp-root .tsp-sidebar .tsp-nav-item:hover:not(.active) {
    background: rgba(53, 96, 255, .06) !important;
    transform: translateX(-2px);
}
#ttp-root .ttp-sidebar .ttp-nav-item.active,
#tsp-root .tsp-sidebar .tsp-nav-item.active {
    background: linear-gradient(135deg, rgba(53,96,255,.10), rgba(124,58,237,.10)) !important;
    box-shadow: inset 0 0 0 1px rgba(53,96,255,.25) !important;
}


#ttp-root.ttp-collapsed .ttp-sidebar,
#tsp-root.tsp-collapsed .tsp-sidebar {
    width: 74px !important;
    min-width: 74px !important;
}
#ttp-root.ttp-collapsed .ttp-nav-item,
#tsp-root.tsp-collapsed .tsp-nav-item {
    padding: 8px !important;
}
#ttp-root.ttp-collapsed .ttp-nav-icon,
#tsp-root.tsp-collapsed .tsp-nav-icon {
    margin: 0 auto !important;
}
#ttp-root.ttp-collapsed .ttp-nav-label,
#ttp-root.ttp-collapsed .ttp-brand-copy,
#ttp-root.ttp-collapsed .ttp-badge,
#ttp-root.ttp-collapsed .ttp-sidebar-user div,
#ttp-root.ttp-collapsed .ttp-quick-add span:last-child,
#tsp-root.tsp-collapsed .tsp-nav-label,
#tsp-root.tsp-collapsed .tsp-brand-copy,
#tsp-root.tsp-collapsed .tsp-badge,
#tsp-root.tsp-collapsed .tsp-sidebar-user div {
    display: none !important;
}
#ttp-root.ttp-collapsed .ttp-nav-item,
#ttp-root.ttp-collapsed .ttp-brand,
#ttp-root.ttp-collapsed .ttp-sidebar-user,
#tsp-root.tsp-collapsed .tsp-nav-item,
#tsp-root.tsp-collapsed .tsp-brand,
#tsp-root.tsp-collapsed .tsp-sidebar-user {
    justify-content: center !important;
}
#ttp-root.ttp-collapsed .ttp-main,
#tsp-root.tsp-collapsed .tsp-main {
    min-width: 0 !important;
}


@media (max-width: 880px) {
    #ttp-menu-trigger, #ttp-mobile-toggle,
    #tsp-menu-trigger, #tsp-mobile-toggle {
        display: none !important;
    }
    
    .ttp-root.ttp-menu-open .ttp-sidebar,
    .tsp-root.tsp-menu-open .tsp-sidebar {
        transform: none !important;
    }
    #ttp-root.ttp-menu-open::after,
    #ttp-root.ttp-menu-open::before,
    #tsp-root.tsp-menu-open::after,
    #tsp-root.tsp-menu-open::before {
        content: none !important;
        display: none !important;
    }
    .ttp-sidebar-collapse, .tsp-sidebar-collapse { display: none !important; }
}


:root {
    --pfx-fab-size: 58px;
}

.ttp-fab-menu, .tsp-fab-menu { display: none; }
.ttp-fab-backdrop, .tsp-fab-backdrop { display: none; }

@media (max-width: 880px) {

    
    .ttp-fab-menu, .tsp-fab-menu {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: fixed;
        left: 50%;
        bottom: calc(18px + env(safe-area-inset-bottom, 0px));
        transform: translateX(-50%);
        width: var(--pfx-fab-size);
        height: var(--pfx-fab-size);
        border: none;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--ttp-blue, #3560ff), var(--ttp-purple, #7c3aed));
        box-shadow: 0 14px 34px rgba(53, 96, 255, .38), 0 2px 8px rgba(0, 0, 0, .12);
        z-index: 100210;
        cursor: pointer;
        transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .25s ease;
    }
    .tsp-fab-menu {
        background: linear-gradient(135deg, var(--ttp-blue, #315c8f), var(--ttp-purple, #173b57));
    }
    .ttp-fab-menu:active, .tsp-fab-menu:active { transform: translateX(-50%) scale(.94); }

    .ttp-fab-menu-icon, .tsp-fab-menu-icon {
        position: relative;
        width: 20px;
        height: 14px;
        display: block;
    }
    .ttp-fab-menu-icon::before, .ttp-fab-menu-icon::after,
    .tsp-fab-menu-icon::before, .tsp-fab-menu-icon::after,
    .ttp-fab-menu-icon span, .tsp-fab-menu-icon span {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        height: 2.5px;
        border-radius: 2px;
        background: #fff;
        transition: transform .25s ease, opacity .2s ease, top .25s ease;
    }
    .ttp-fab-menu-icon::before, .tsp-fab-menu-icon::before { top: 0; }
    .ttp-fab-menu-icon::after, .tsp-fab-menu-icon::after { top: 11px; }
    .ttp-fab-menu-icon span { top: 5.5px; }

    .ttp-mnav-open .ttp-fab-menu-icon::before,
    .ttp-mnav-open .tsp-fab-menu-icon::before,
    .tsp-mnav-open .ttp-fab-menu-icon::before,
    .tsp-mnav-open .tsp-fab-menu-icon::before { top: 5.5px; transform: rotate(45deg); }
    .ttp-mnav-open .ttp-fab-menu-icon::after,
    .ttp-mnav-open .tsp-fab-menu-icon::after,
    .tsp-mnav-open .ttp-fab-menu-icon::after,
    .tsp-mnav-open .tsp-fab-menu-icon::after { top: 5.5px; transform: rotate(-45deg); }
    .ttp-mnav-open .ttp-fab-menu-icon span,
    .ttp-mnav-open .tsp-fab-menu-icon span,
    .tsp-mnav-open .ttp-fab-menu-icon span,
    .tsp-mnav-open .tsp-fab-menu-icon span { opacity: 0; }

    
    .ttp-fab-backdrop, .tsp-fab-backdrop {
        display: block !important;
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, .45);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        z-index: 100190;
        opacity: 0;
        pointer-events: none;
        transition: opacity .25s ease;
    }
    .ttp-mnav-open .ttp-fab-backdrop,
    .tsp-mnav-open .tsp-fab-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    
    #ttp-root .ttp-sidebar, #tsp-root .tsp-sidebar {
        position: fixed !important;
        left: 10px !important;
        right: 10px !important;
        bottom: 10px !important;
        top: auto !important;
        height: auto !important;
        max-height: min(72vh, 560px) !important;
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        border-radius: 26px !important;
        z-index: 100200 !important;
        display: flex !important;
        flex-direction: column !important;
        background: #fff !important;
        box-shadow: 0 -10px 20px rgba(15, 23, 42, .06), 0 30px 60px rgba(15, 23, 42, .28) !important;
        overflow: hidden !important;
        transform: translateY(calc(100% + 30px)) !important;
        opacity: 0 !important;
        transition: transform .32s cubic-bezier(.22,1,.36,1), opacity .25s ease !important;
        pointer-events: none !important;
    }
    #ttp-root.ttp-mnav-open .ttp-sidebar,
    #tsp-root.tsp-mnav-open .tsp-sidebar {
        transform: translateY(0) !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    
    #ttp-root .ttp-sidebar::before, #tsp-root .tsp-sidebar::before {
        content: "";
        display: block;
        width: 40px;
        height: 4px;
        border-radius: 3px;
        background: #dbe2ee;
        margin: 12px auto 4px;
        order: -1;
    }

    .ttp-sidebar-collapse, .tsp-sidebar-collapse { display: none !important; }

    #ttp-root .ttp-brand, #tsp-root .tsp-brand {
        padding: 4px 18px 10px !important;
        justify-content: flex-start !important;
    }
    #ttp-root .ttp-brand-copy, #tsp-root .tsp-brand-copy { display: block !important; }
    #ttp-root .ttp-sidebar-user, #tsp-root .tsp-sidebar-user {
        margin: 0 14px 10px !important;
        padding: 10px 12px !important;
        border-radius: 16px !important;
        background: #f4f6fb !important;
    }
    #ttp-root .ttp-sidebar-user div, #tsp-root .tsp-sidebar-user div { display: block !important; }

    
    #ttp-root .ttp-nav, #tsp-root .tsp-nav {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 6px !important;
        padding: 6px 12px 14px !important;
        overflow-y: auto !important;
        flex: 1 !important;
    }
    #ttp-root .ttp-nav-item, #tsp-root .tsp-nav-item {
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 5px !important;
        text-align: center !important;
        padding: 12px 4px !important;
        border-radius: 16px !important;
        min-height: 74px !important;
        background: #f7f8fc !important;
        border: 1px solid #eef0f8 !important;
        position: relative !important;
    }
    #ttp-root .ttp-nav-item.active, #tsp-root .tsp-nav-item.active {
        background: linear-gradient(135deg, rgba(53,96,255,.12), rgba(124,58,237,.12)) !important;
        border-color: rgba(53,96,255,.35) !important;
    }
    #ttp-root .ttp-nav-icon, #tsp-root .tsp-nav-icon {
        font-size: 21px !important;
        line-height: 1 !important;
    }
    #ttp-root .ttp-nav-label, #tsp-root .tsp-nav-label {
        display: block !important;
        font-size: 10.5px !important;
        white-space: normal !important;
        line-height: 1.25 !important;
    }
    #ttp-root .ttp-badge, #tsp-root .tsp-badge {
        position: absolute !important;
        top: 4px !important;
        left: 4px !important;
        display: inline-flex !important;
    }
    #ttp-root .ttp-quick-add {
        margin: 0 14px 14px !important;
        border-radius: 16px !important;
    }
}




@media (min-width: 1101px) {
    #ttp-root.ttp-root,
    #tsp-root.tsp-root {
        display: flex !important;
        flex-direction: row !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        align-items: stretch !important;
        gap: 0 !important;
        position: relative !important;
    }

    #ttp-root .ttp-sidebar,
    #tsp-root .tsp-sidebar {
        position: sticky !important;
        top: 0 !important;
        right: auto !important;
        left: auto !important;
        width: 248px !important;
        min-width: 248px !important;
        height: 100vh !important;
        min-height: 100vh !important;
        max-height: 100vh !important;
        flex: 0 0 248px !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        border-radius: 0 0 0 26px !important;
        overflow: hidden !important;
        transition: width .28s ease, min-width .28s ease, flex-basis .28s ease !important;
    }

    #ttp-root .ttp-main,
    #tsp-root .tsp-main {
        width: auto !important;
        min-width: 0 !important;
        flex: 1 1 auto !important;
        overflow: visible !important;
    }

    #ttp-root .ttp-sidebar-collapse,
    #tsp-root .tsp-sidebar-collapse {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        left: -14px !important;
        top: 24px !important;
        width: 30px !important;
        height: 30px !important;
        border: 1px solid #dfe7ef !important;
        border-radius: 50% !important;
        background: #fff !important;
        color: #315c8f !important;
        box-shadow: 0 7px 18px rgba(24,47,65,.14) !important;
        font-size: 18px !important;
        line-height: 1 !important;
        z-index: 100 !important;
        cursor: pointer !important;
        transition: transform .25s ease, background .2s ease !important;
    }

    #ttp-root .ttp-sidebar-collapse:hover,
    #tsp-root .tsp-sidebar-collapse:hover {
        background: #f4f8fb !important;
        transform: scale(1.06) !important;
    }

    #ttp-root.ttp-collapsed .ttp-sidebar,
    #tsp-root.tsp-collapsed .tsp-sidebar {
        width: 76px !important;
        min-width: 76px !important;
        flex-basis: 76px !important;
    }

    #ttp-root.ttp-collapsed .ttp-nav-item,
    #tsp-root.tsp-collapsed .tsp-nav-item {
        width: 100% !important;
        justify-content: center !important;
        padding: 9px 7px !important;
        gap: 0 !important;
    }

    #ttp-root.ttp-collapsed .ttp-nav-icon,
    #tsp-root.tsp-collapsed .tsp-nav-icon {
        margin: 0 auto !important;
    }

    #ttp-root.ttp-collapsed .ttp-brand,
    #tsp-root.tsp-collapsed .tsp-brand,
    #ttp-root.ttp-collapsed .ttp-sidebar-user,
    #tsp-root.tsp-collapsed .tsp-sidebar-user {
        justify-content: center !important;
    }

    #ttp-root.ttp-collapsed .ttp-sidebar-collapse,
    #tsp-root.tsp-collapsed .tsp-sidebar-collapse {
        transform: rotate(180deg) !important;
    }

    #ttp-root.ttp-collapsed .ttp-sidebar-collapse:hover,
    #tsp-root.tsp-collapsed .tsp-sidebar-collapse:hover {
        transform: rotate(180deg) scale(1.06) !important;
    }

    
    #ttp-root.ttp-collapsed .ttp-nav-label,
    #ttp-root.ttp-collapsed .ttp-brand-copy,
    #ttp-root.ttp-collapsed .ttp-sidebar-user > div,
    #ttp-root.ttp-collapsed .ttp-badge,
    #ttp-root.ttp-collapsed .ttp-quick-add > span:last-child,
    #tsp-root.tsp-collapsed .tsp-nav-label,
    #tsp-root.tsp-collapsed .tsp-brand-copy,
    #tsp-root.tsp-collapsed .tsp-sidebar-user > div,
    #tsp-root.tsp-collapsed .tsp-badge {
        display: none !important;
    }

    #ttp-root.ttp-collapsed .ttp-quick-add,
    #tsp-root.tsp-collapsed .tsp-quick-add {
        width: 48px !important;
        min-width: 48px !important;
        height: 48px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding: 0 !important;
    }

    #ttp-root .ttp-nav-icon,
    #tsp-root .tsp-nav-icon {
        flex: 0 0 34px !important;
        width: 34px !important;
        height: 34px !important;
    }

    
    #ttp-menu-trigger, #ttp-mobile-toggle, #ttp-fab-menu,
    #tsp-menu-trigger, #tsp-mobile-toggle, #tsp-fab-menu,
    #ttp-fab-backdrop, #tsp-fab-backdrop {
        display: none !important;
    }
}


@media (max-width: 1100px) {
    #ttp-root.ttp-root,
    #tsp-root.tsp-root {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
        border-radius: 0 !important;
    }

    #ttp-root .ttp-main,
    #tsp-root .tsp-main,
    #ttp-root .ttp-tab-panels,
    #tsp-root .tsp-tab-panels,
    #ttp-root .ttp-tab-panel,
    #tsp-root .tsp-tab-panel {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    
    #ttp-menu-trigger, #ttp-mobile-toggle,
    #tsp-menu-trigger, #tsp-mobile-toggle {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    
    #ttp-root.ttp-menu-open .ttp-sidebar,
    #tsp-root.tsp-menu-open .tsp-sidebar {
        transform: translate3d(110%,0,0) !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    #ttp-root .ttp-sidebar,
    #tsp-root .tsp-sidebar {
        position: fixed !important;
        right: 10px !important;
        left: 10px !important;
        bottom: 10px !important;
        top: auto !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        height: auto !important;
        max-height: min(78dvh, 620px) !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 10px 12px 14px !important;
        border-radius: 24px !important;
        z-index: 2147483001 !important;
        background: #fff !important;
        overflow: hidden !important;
        transform: translate3d(0, calc(100% + 40px), 0) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        box-shadow: 0 24px 65px rgba(15,23,42,.28) !important;
        transition: transform .3s cubic-bezier(.22,1,.36,1), opacity .2s ease, visibility 0s linear .3s !important;
    }

    #ttp-root.ttp-mnav-open .ttp-sidebar,
    #tsp-root.tsp-mnav-open .tsp-sidebar {
        transform: translate3d(0,0,0) !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transition-delay: 0s !important;
    }

    #ttp-root .ttp-sidebar-collapse,
    #tsp-root .tsp-sidebar-collapse {
        display: none !important;
    }

    #ttp-root .ttp-sidebar::before,
    #tsp-root .tsp-sidebar::before {
        content: "" !important;
        display: block !important;
        width: 42px !important;
        height: 4px !important;
        margin: 1px auto 10px !important;
        border-radius: 999px !important;
        background: #d8e1ea !important;
        flex: 0 0 auto !important;
    }

    #ttp-root .ttp-brand,
    #tsp-root .tsp-brand {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        padding: 5px 8px 10px !important;
        margin: 0 !important;
        min-width: 0 !important;
    }

    #ttp-root .ttp-brand-copy,
    #tsp-root .tsp-brand-copy,
    #ttp-root .ttp-sidebar-user > div,
    #tsp-root .tsp-sidebar-user > div {
        display: block !important;
        min-width: 0 !important;
    }

    #ttp-root .ttp-sidebar-user,
    #tsp-root .tsp-sidebar-user {
        margin: 0 4px 9px !important;
        padding: 9px 10px !important;
    }

    #ttp-root .ttp-nav,
    #tsp-root .tsp-nav {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0,1fr)) !important;
        gap: 7px !important;
        width: 100% !important;
        min-width: 0 !important;
        max-height: min(48dvh, 400px) !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding: 2px 2px 8px !important;
        margin: 0 !important;
        flex: none !important;
    }

    #ttp-root .ttp-nav-item,
    #tsp-root .tsp-nav-item {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 70px !important;
        padding: 9px 4px !important;
        gap: 5px !important;
        border-radius: 15px !important;
        text-align: center !important;
        transform: none !important;
        overflow: hidden !important;
    }

    #ttp-root .ttp-nav-label,
    #tsp-root .tsp-nav-label {
        display: block !important;
        max-width: 100% !important;
        font-size: 10px !important;
        line-height: 1.35 !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    #ttp-root .ttp-nav-icon,
    #tsp-root .tsp-nav-icon {
        flex: 0 0 34px !important;
        width: 34px !important;
        height: 34px !important;
        font-size: 18px !important;
    }

    #ttp-root .ttp-badge,
    #tsp-root .tsp-badge {
        position: absolute !important;
        top: 4px !important;
        left: 4px !important;
        margin: 0 !important;
    }

    #ttp-root .ttp-quick-add,
    #tsp-root .tsp-quick-add {
        width: 100% !important;
        min-height: 46px !important;
        margin: 3px 0 0 !important;
    }

    
    #ttp-root .ttp-fab-backdrop,
    #tsp-root .tsp-fab-backdrop {
        display: block !important;
        position: fixed !important;
        inset: 0 !important;
        z-index: 2147482999 !important;
        background: rgba(12,26,45,.46) !important;
        backdrop-filter: blur(3px) !important;
        -webkit-backdrop-filter: blur(3px) !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transition: opacity .2s ease !important;
    }

    #ttp-root.ttp-mnav-open .ttp-fab-backdrop,
    #tsp-root.tsp-mnav-open .tsp-fab-backdrop {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    
    #ttp-fab-menu,
    #tsp-fab-menu {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: fixed !important;
        right: 16px !important;
        left: auto !important;
        bottom: calc(16px + env(safe-area-inset-bottom, 0px)) !important;
        width: 54px !important;
        height: 54px !important;
        min-width: 54px !important;
        min-height: 54px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        border-radius: 17px !important;
        z-index: 2147483005 !important;
        cursor: pointer !important;
        transform: none !important;
        box-shadow: 0 14px 34px rgba(25,67,105,.26), 0 4px 10px rgba(0,0,0,.10) !important;
    }

    #ttp-fab-menu {
        background: linear-gradient(135deg,#315f93,#5d42d5) !important;
    }
    #tsp-fab-menu {
        background: linear-gradient(135deg,#1f7a8c,#315c8f) !important;
    }

    #ttp-fab-menu:active,
    #tsp-fab-menu:active {
        transform: scale(.94) !important;
    }

    #ttp-fab-menu-icon,
    #tsp-fab-menu-icon,
    .ttp-fab-menu-icon,
    .tsp-fab-menu-icon {
        width: 22px !important;
        height: 18px !important;
        position: relative !important;
        display: block !important;
    }

    #ttp-fab-menu-icon::before,
    #ttp-fab-menu-icon::after,
    #tsp-fab-menu-icon::before,
    #tsp-fab-menu-icon::after,
    .ttp-fab-menu-icon::before,
    .ttp-fab-menu-icon::after,
    .tsp-fab-menu-icon::before,
    .tsp-fab-menu-icon::after,
    .ttp-fab-menu-icon span,
    .tsp-fab-menu-icon span {
        content: "" !important;
        position: absolute !important;
        right: 0 !important;
        left: 0 !important;
        height: 2.5px !important;
        border-radius: 99px !important;
        background: #fff !important;
    }

    .ttp-fab-menu-icon::before,
    .tsp-fab-menu-icon::before { top: 0 !important; }
    .ttp-fab-menu-icon span,
    .tsp-fab-menu-icon span { top: 7.5px !important; }
    .ttp-fab-menu-icon::after,
    .tsp-fab-menu-icon::after { top: 15px !important; }

    .ttp-mnav-open .ttp-fab-menu-icon::before,
    .tsp-mnav-open .tsp-fab-menu-icon::before { top: 7.5px !important; transform: rotate(45deg) !important; }
    .ttp-mnav-open .ttp-fab-menu-icon::after,
    .tsp-mnav-open .tsp-fab-menu-icon::after { top: 7.5px !important; transform: rotate(-45deg) !important; }
    .ttp-mnav-open .ttp-fab-menu-icon span,
    .tsp-mnav-open .tsp-fab-menu-icon span { opacity: 0 !important; }

    
    #ttp-root.ttp-collapsed .ttp-sidebar,
    #tsp-root.tsp-collapsed .tsp-sidebar {
        width: auto !important;
        min-width: 0 !important;
    }
    #ttp-root.ttp-collapsed .ttp-nav-label,
    #ttp-root.ttp-collapsed .ttp-brand-copy,
    #ttp-root.ttp-collapsed .ttp-sidebar-user > div,
    #tsp-root.tsp-collapsed .tsp-nav-label,
    #tsp-root.tsp-collapsed .tsp-brand-copy,
    #tsp-root.tsp-collapsed .tsp-sidebar-user > div {
        display: block !important;
    }
}


#ttp-root .ttp-dashboard-hero {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}
#ttp-root .ttp-dashboard-hero-copy {
    min-width: 0 !important;
    flex: 1 1 auto !important;
}
#ttp-root .ttp-dashboard-hero-copy h2,
#ttp-root .ttp-dashboard-hero-copy p {
    overflow-wrap: anywhere !important;
}

@media (max-width: 760px) {
    #ttp-root .ttp-dashboard-hero {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 13px !important;
        padding: 20px 17px !important;
        margin-bottom: 13px !important;
        border-radius: 20px !important;
    }
    #ttp-root .ttp-dashboard-hero-copy h2 {
        font-size: clamp(18px, 5vw, 23px) !important;
        line-height: 1.55 !important;
        margin: 8px 0 5px !important;
    }
    #ttp-root .ttp-dashboard-hero-copy p {
        font-size: 11px !important;
        line-height: 1.9 !important;
    }
    #ttp-root .ttp-dashboard-primary {
        width: 100% !important;
        justify-content: center !important;
        min-height: 46px !important;
        white-space: normal !important;
    }
}

@media (max-width: 420px) {
    #ttp-root .ttp-dashboard-hero { padding: 17px 14px !important; }
    #ttp-root .ttp-dashboard-hero-copy h2 { font-size: 18px !important; }
    #ttp-root .ttp-dashboard-hero-copy p { font-size: 10.5px !important; }
}


@media (max-width: 900px) {
    #ttp-root .ttp-dashboard-stats {
        grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    }
    #ttp-root .ttp-dashboard-quick {
        grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    }
    #ttp-root .ttp-dashboard-grid {
        grid-template-columns: 1fr !important;
    }
}
@media (max-width: 520px) {
    #ttp-root .ttp-dashboard-stats,
    #ttp-root .ttp-dashboard-quick {
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
    }
    #ttp-root .ttp-dashboard-stat {
        min-width: 0 !important;
        padding: 12px 10px !important;
    }
    #ttp-root .ttp-dashboard-stat strong { font-size: 19px !important; }
    #ttp-root .ttp-dashboard-stat small { font-size: 9px !important; }
    #ttp-root .ttp-dashboard-quick button { min-width: 0 !important; padding: 12px 8px !important; }
    #ttp-root .ttp-dashboard-exam-cards { grid-template-columns: 1fr !important; }
}


#tsp-root .tsp-tab-panels,
#tsp-root .tsp-tab-panel,
#tsp-root .tsp-cards-grid,
#tsp-root .tsp-two-col,
#tsp-root .tsp-box {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
#tsp-root .tsp-card,
#tsp-root .tsp-box,
#tsp-root .tsp-list,
#tsp-root .tsp-list li {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
}

@media (max-width: 900px) {
    #tsp-root .tsp-cards-grid {
        grid-template-columns: repeat(2, minmax(0,1fr)) !important;
        gap: 10px !important;
    }
    #tsp-root .tsp-two-col {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    #tsp-root .tsp-main { padding: 0 14px 34px !important; }
    #tsp-root .tsp-header {
        width: 100% !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 680px) {
    #tsp-root .tsp-header {
        min-height: 0 !important;
        height: auto !important;
        padding: 12px 10px 10px !important;
        gap: 9px !important;
        flex-wrap: wrap !important;
    }
    #tsp-root .tsp-topbar-title {
        width: 100% !important;
        min-width: 0 !important;
        order: 1 !important;
    }
    #tsp-root .tsp-topbar-title h1 { font-size: 17px !important; line-height: 1.5 !important; }
    #tsp-root .tsp-header-actions {
        width: 100% !important;
        min-width: 0 !important;
        order: 2 !important;
        justify-content: space-between !important;
    }
    #tsp-root .tsp-year-picker {
        min-width: 0 !important;
        flex: 1 1 auto !important;
    }
    #tsp-root .tsp-header-user {
        max-width: 48% !important;
        min-width: 0 !important;
    }
    #tsp-root .tsp-header-user strong {
        display: block !important;
        max-width: 105px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }
    #tsp-root .tsp-tab-panels { padding: 14px 8px 34px !important; }
    #tsp-root .tsp-cards-grid { gap: 8px !important; }
    #tsp-root .tsp-card {
        padding: 12px 9px !important;
        min-height: 104px !important;
    }
    #tsp-root .tsp-card h2 { font-size: 18px !important; }
    #tsp-root .tsp-card p { font-size: 9.5px !important; line-height: 1.6 !important; }
    #tsp-root .tsp-card-icon { font-size: 22px !important; margin-bottom: 4px !important; }
    #tsp-root .tsp-box { padding: 14px !important; margin-bottom: 12px !important; }
    #tsp-root .tsp-table-wrap { overflow-x: auto !important; }
}

@media (max-width: 420px) {
    #tsp-root .tsp-cards-grid { grid-template-columns: 1fr !important; }
    #tsp-root .tsp-main { padding-left: 8px !important; padding-right: 8px !important; }
    #tsp-root .tsp-header-user strong { display: none !important; }
    #tsp-root .tsp-header-icon { width: 36px !important; height: 36px !important; }
    #tsp-root .tsp-year-picker { min-height: 40px !important; }
}


#ttp-root img,
#tsp-root img,
#ttp-root svg,
#tsp-root svg,
#ttp-root video,
#tsp-root video,
#ttp-root canvas,
#tsp-root canvas {
    max-width: 100% !important;
}
#ttp-root input,
#ttp-root select,
#ttp-root textarea,
#tsp-root input,
#tsp-root select,
#tsp-root textarea,
#ttp-root button,
#tsp-root button {
    max-width: 100% !important;
}


@media (min-width: 1101px) {
    #ttp-root.ttp-root { flex-direction: row-reverse !important; }
    #tsp-root.tsp-root { flex-direction: row !important; }

    #ttp-root .ttp-sidebar-collapse {
        left: auto !important;
        right: -14px !important;
    }
    #ttp-root.ttp-collapsed .ttp-sidebar-collapse {
        transform: rotate(180deg) !important;
    }
    #ttp-root.ttp-collapsed .ttp-sidebar-collapse:hover {
        transform: rotate(180deg) scale(1.06) !important;
    }

    #tsp-root .tsp-sidebar-collapse {
        left: -14px !important;
        right: auto !important;
    }
}



@media (min-width: 1101px) {
    
    #ttp-root.ttp-root {
        flex-direction: row !important;
    }

    #ttp-root .ttp-sidebar-collapse {
        left: -14px !important;
        right: auto !important;
    }

    #ttp-root.ttp-collapsed .ttp-sidebar-collapse {
        transform: rotate(180deg) !important;
    }

    #ttp-root.ttp-collapsed .ttp-sidebar-collapse:hover {
        transform: rotate(180deg) scale(1.06) !important;
    }
}


#ttp-root .ttp-date-block,
#tsp-root .tsp-date-block {
    min-width: 0 !important;
}

#ttp-root .ttp-date-block small,
#tsp-root .tsp-date-block small {
    display: block !important;
    margin-bottom: 2px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    color: var(--ttp-muted, #7a7f9a) !important;
}

#ttp-root .ttp-date-block strong,
#tsp-root .tsp-date-block strong {
    display: block !important;
    white-space: nowrap !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
    font-weight: 800 !important;
    color: var(--ttp-text, #1f2440) !important;
}

@media (max-width: 680px) {
    #ttp-root .ttp-header,
    #tsp-root .tsp-header {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 9px 12px !important;
        width: calc(100% - 16px) !important;
        margin: 8px auto 0 !important;
        padding: 11px 12px !important;
        min-height: 0 !important;
        height: auto !important;
        border-radius: 18px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    #ttp-root .ttp-topbar-title,
    #tsp-root .tsp-topbar-title {
        grid-column: 1 !important;
        grid-row: 1 !important;
        order: initial !important;
        width: auto !important;
        min-width: 0 !important;
        text-align: right !important;
    }

    #ttp-root .ttp-topbar-title .ttp-section-kicker,
    #tsp-root .tsp-topbar-title .tsp-section-kicker {
        display: block !important;
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        font-size: 9px !important;
        line-height: 1.6 !important;
        margin-bottom: 1px !important;
    }

    #ttp-root .ttp-topbar-title h1,
    #tsp-root .tsp-topbar-title h1 {
        margin: 0 !important;
        font-size: 17px !important;
        line-height: 1.45 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    #ttp-root .ttp-date-block,
    #tsp-root .tsp-date-block {
        grid-column: 2 !important;
        grid-row: 1 !important;
        order: initial !important;
        display: flex !important;
        align-items: center !important;
        gap: 7px !important;
        width: auto !important;
        min-width: 0 !important;
        padding: 7px 9px !important;
        border-radius: 13px !important;
        background: rgba(255,255,255,.72) !important;
        border: 1px solid rgba(53,96,255,.09) !important;
    }

    #ttp-root .ttp-date-icon,
    #tsp-root .tsp-date-icon {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        display: grid !important;
        place-items: center !important;
        border-radius: 9px !important;
        background: rgba(53,96,255,.09) !important;
        font-size: 13px !important;
    }

    #ttp-root .ttp-date-block div,
    #tsp-root .tsp-date-block div {
        min-width: 0 !important;
    }

    #ttp-root .ttp-date-block strong,
    #tsp-root .tsp-date-block strong {
        max-width: 150px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        font-size: 10px !important;
        line-height: 1.7 !important;
    }

    #ttp-root .ttp-header-actions,
    #tsp-root .tsp-header-actions {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        order: initial !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 7px !important;
    }

    
    #ttp-root .ttp-global-year,
    #tsp-root .tsp-year-picker {
        display: none !important;
    }

    #ttp-root .ttp-header-user,
    #tsp-root .tsp-header-user {
        min-width: 0 !important;
        max-width: 58% !important;
    }

    #ttp-root .ttp-header-user strong,
    #tsp-root .tsp-header-user strong {
        max-width: 125px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    #ttp-root .ttp-tab-panels,
    #tsp-root .tsp-tab-panels {
        padding-top: 12px !important;
    }
}

@media (max-width: 420px) {
    #ttp-root .ttp-header,
    #tsp-root .tsp-header {
        width: calc(100% - 10px) !important;
        padding: 9px 10px !important;
        gap: 7px 8px !important;
    }

    #ttp-root .ttp-date-block,
    #tsp-root .tsp-date-block {
        padding: 6px 7px !important;
    }

    #ttp-root .ttp-date-icon,
    #tsp-root .tsp-date-icon {
        width: 25px !important;
        height: 25px !important;
        min-width: 25px !important;
        font-size: 12px !important;
    }

    #ttp-root .ttp-date-block strong,
    #tsp-root .tsp-date-block strong {
        max-width: 125px !important;
        font-size: 9px !important;
    }

    #ttp-root .ttp-topbar-title h1,
    #tsp-root .tsp-topbar-title h1 {
        font-size: 15px !important;
    }
}


#tsp-root .tsp-dashboard-welcome{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:24px 26px;margin-bottom:18px;position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(239,247,255,.72));border-color:rgba(86,125,180,.14)}
#tsp-root .tsp-dashboard-welcome:after{content:"";position:absolute;left:-70px;bottom:-100px;width:240px;height:240px;border-radius:50%;background:rgba(74,118,190,.08)}
#tsp-root .tsp-welcome-copy{position:relative;z-index:1;min-width:0}#tsp-root .tsp-welcome-copy h2{margin:4px 0 7px;font-size:22px;color:#1f3047}#tsp-root .tsp-welcome-copy p{margin:0;color:#748399;font-size:12px;line-height:1.9}.tsp-welcome-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.tsp-welcome-progress{position:relative;z-index:1;flex:0 0 100px;text-align:center}.tsp-welcome-progress .tsp-progress-ring{width:78px;height:78px}.tsp-welcome-progress small{display:block;color:#7e8ba0;font-size:9px;margin-top:4px}.tsp-dashboard-stats{grid-template-columns:repeat(5,minmax(0,1fr))!important}.tsp-dashboard-stats .tsp-card{padding:16px 10px;min-height:142px}.tsp-dashboard-stats .tsp-card h2{font-size:24px;margin:4px 0}.tsp-stat-trend{display:block;color:#8a96a8;font-size:9px;margin-top:7px}.tsp-dashboard-feature-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.8fr);gap:16px;margin-bottom:18px}.tsp-next-exam-card{padding:22px;border-radius:24px;color:#fff;background:linear-gradient(135deg,#315f93,#4e79a8 60%,#6e91ba);box-shadow:0 18px 38px rgba(49,95,147,.22);position:relative;overflow:hidden}.tsp-next-exam-card:after{content:"";position:absolute;left:-40px;bottom:-80px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.09)}.tsp-next-exam-top,.tsp-next-exam-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.tsp-next-exam-top{font-size:10px;opacity:.9}.tsp-next-exam-top b{padding:5px 9px;border-radius:999px;background:rgba(255,255,255,.14);font-size:9px}.tsp-next-exam-card h3{position:relative;z-index:1;margin:22px 0 6px;font-size:20px}.tsp-next-exam-card p{position:relative;z-index:1;margin:0;font-size:10px;opacity:.78}.tsp-next-exam-bar{height:6px;border-radius:99px;background:rgba(255,255,255,.15);margin:22px 0 13px;position:relative;z-index:1}.tsp-next-exam-bar i{display:block;width:48%;height:100%;border-radius:inherit;background:#fff;opacity:.8}.tsp-next-exam-footer{position:relative;z-index:1;font-size:9px;opacity:.8}.tsp-next-exam-footer a{color:#fff;text-decoration:none;font-weight:900}.tsp-focus-card{padding:22px;position:relative;overflow:hidden;background:linear-gradient(145deg,#f8fbff,#eef6ff)}.tsp-focus-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#fff;box-shadow:0 10px 24px rgba(49,95,147,.12);font-size:22px}.tsp-focus-card>span{display:block;color:#718199;font-size:10px;margin-top:15px}.tsp-focus-card h3{margin:5px 0;font-size:17px;color:#27364d}.tsp-focus-card p{font-size:10px;line-height:1.9;color:#7c899d;margin:0 0 12px}.tsp-focus-items{display:flex;flex-direction:column;gap:7px;font-size:9px;color:#617087}.tsp-focus-items b:first-child{color:#27835d}.tsp-dashboard-lower{margin-bottom:16px}.tsp-result-list li{padding:10px 12px}.tsp-result-icon{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#eef5ff}.tsp-result-list a{flex:1;margin-right:8px}.tsp-link-btn{border:0;background:transparent;color:#315f93;font-size:10px;font-weight:900;text-decoration:none;cursor:pointer}.tsp-box-header{align-items:flex-end}.tsp-upcoming-list li{align-items:center}.tsp-upcoming-list li>div{flex:1;min-width:0;margin-right:8px}.tsp-upcoming-list a{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tsp-upcoming-list small{display:block;color:#8b96a8;font-size:9px;margin-top:3px}.tsp-upcoming-list b{font-size:8px;padding:5px 7px;border-radius:999px;background:#eef4ff;color:#315f93}.tsp-upcoming-dot{width:8px;height:8px;border-radius:50%;background:#39b68b;box-shadow:0 0 0 5px rgba(57,182,139,.10);flex:0 0 8px}.tsp-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:11px}.tsp-quick-card{border:1px solid rgba(75,111,153,.12);background:rgba(255,255,255,.68);border-radius:18px;padding:14px;display:flex;align-items:center;gap:10px;text-align:right;color:#26364c;cursor:pointer;box-shadow:0 8px 22px rgba(35,55,80,.05);transition:.2s}.tsp-quick-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(35,55,80,.09)}.tsp-quick-card>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#eef5ff;font-size:17px;flex:0 0 38px}.tsp-quick-card div{min-width:0;flex:1}.tsp-quick-card b{display:block;font-size:10px}.tsp-quick-card small{display:block;color:#8b96a8;font-size:8px;margin-top:4px}.tsp-quick-card i{font-style:normal;color:#315f93;font-weight:900}


#tsp-root .tsp-videos-page{display:flex;flex-direction:column;gap:16px}.tsp-video-hero{display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:20px;padding:25px;border-radius:26px;background:linear-gradient(135deg,#f8fbff,#edf6ff 55%,#f5efff);overflow:hidden;position:relative}.tsp-video-hero-copy{position:relative;z-index:1}.tsp-video-eyebrow{display:inline-flex;padding:6px 10px;border-radius:999px;background:#fff;color:#315f93;font-size:9px;font-weight:900}.tsp-video-hero h2{margin:9px 0 7px;font-size:23px;color:#20344d}.tsp-video-hero p{margin:0;max-width:620px;color:#718097;font-size:11px;line-height:1.9}.tsp-video-hero-actions{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}.tsp-video-hero-art{min-height:190px;position:relative;display:grid;place-items:center}.tsp-video-screen{width:min(310px,100%);aspect-ratio:16/10;border-radius:23px;background:linear-gradient(135deg,#315f93,#7b9fc5);box-shadow:0 22px 45px rgba(49,95,147,.25);transform:rotate(3deg);display:grid;place-items:center;color:#fff;position:relative;overflow:hidden}.tsp-video-screen:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.24),transparent 35%)}.tsp-video-screen span{width:58px;height:58px;border-radius:50%;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.4);display:grid;place-items:center;font-size:20px;backdrop-filter:blur(10px);position:relative;z-index:1}.tsp-video-screen small{position:absolute;bottom:12px;right:14px;font-size:8px;opacity:.8}.tsp-video-hero-art i,.tsp-video-hero-art b{position:absolute;border-radius:50%;background:#fff;box-shadow:0 14px 30px rgba(49,95,147,.15)}.tsp-video-hero-art i{width:28px;height:28px;top:18px;left:25px}.tsp-video-hero-art b{width:16px;height:16px;bottom:22px;right:35px}.tsp-video-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.tsp-video-stat{background:rgba(255,255,255,.68);border:1px solid rgba(75,111,153,.10);border-radius:17px;padding:13px 15px;display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:center}.tsp-video-stat span{grid-row:1/3;width:38px;height:38px;border-radius:12px;background:#eef5ff;display:grid;place-items:center}.tsp-video-stat strong{font-size:17px}.tsp-video-stat small{font-size:8px;color:#8995a8}.tsp-video-section{padding:2px 0}.tsp-video-section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:11px}.tsp-video-section-head h3{margin:3px 0 0;font-size:15px}.tsp-video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tsp-video-card{background:rgba(255,255,255,.72);border:1px solid rgba(75,111,153,.10);border-radius:19px;overflow:hidden;box-shadow:0 10px 28px rgba(35,55,80,.05);transition:.2s}.tsp-video-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgba(35,55,80,.10)}.tsp-video-thumb{height:155px;position:relative;display:grid;place-items:center;color:#fff;overflow:hidden}.tsp-video-thumb:before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.25),transparent 30%),linear-gradient(135deg,rgba(255,255,255,.08),transparent)}.thumb-blue{background:linear-gradient(135deg,#315f93,#6e91ba)}.thumb-purple{background:linear-gradient(135deg,#5b43a6,#9c7be5)}.thumb-green{background:linear-gradient(135deg,#278b78,#73c6a9)}.tsp-video-play{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(8px);font-size:17px}.tsp-video-thumb small{position:absolute;bottom:10px;left:10px;padding:5px 7px;border-radius:8px;background:rgba(0,0,0,.22);font-size:8px}.tsp-video-thumb>b{position:absolute;top:10px;right:10px;padding:5px 7px;border-radius:999px;background:rgba(255,255,255,.9);color:#315f93;font-size:8px}.tsp-video-body{padding:13px}.tsp-video-tags{display:flex;gap:6px;align-items:center}.tsp-video-tags span,.tsp-video-tags em{font-style:normal;font-size:8px;padding:4px 7px;border-radius:999px;background:#eef5ff;color:#315f93}.tsp-video-tags em{background:#ecfbf4;color:#23855d}.tsp-video-body h4{margin:8px 0 4px;font-size:12px;line-height:1.6}.tsp-video-body p,.tsp-video-meta{margin:0;color:#8995a8;font-size:8px}.tsp-video-progress{height:4px;background:#e8edf4;border-radius:99px;margin-top:10px;overflow:hidden}.tsp-video-progress i{display:block;height:100%;background:#315f93;border-radius:inherit}.tsp-video-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tsp-video-panel{padding:17px}.tsp-video-categories{display:grid;grid-template-columns:1fr 1fr;gap:8px}.tsp-video-categories button{border:1px solid #e9eef4;background:#fff;border-radius:14px;padding:11px;text-align:right;font-weight:800;font-size:9px;cursor:pointer}.tsp-video-categories small{display:block;color:#8c97a8;margin-top:4px;font-weight:500}.tsp-video-todo{display:flex;flex-direction:column;gap:8px}.tsp-video-todo>div{display:flex;align-items:center;gap:9px;padding:9px;border-radius:13px;background:#f8fafc}.tsp-video-todo>div>span{width:25px;height:25px;border-radius:8px;background:#eaf2ff;color:#315f93;display:grid;place-items:center;font-size:9px}.tsp-video-todo p{flex:1;margin:0}.tsp-video-todo b{display:block;font-size:9px}.tsp-video-todo small{display:block;color:#8995a8;font-size:8px;margin-top:2px}.tsp-video-todo button{border:0;background:#315f93;color:#fff;border-radius:8px;padding:5px 8px;font-size:8px}


#ttp-root .ttp-videos-page{display:flex;flex-direction:column;gap:16px;direction:rtl}.ttp-video-hero{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:20px;padding:25px;border-radius:26px;background:linear-gradient(135deg,#f8fbff,#edf6ff 55%,#f2efff);border:1px solid rgba(75,111,153,.10);overflow:hidden}.ttp-video-hero-copy>span{display:inline-flex;padding:6px 10px;border-radius:999px;background:#fff;color:#315f93;font-size:9px;font-weight:900}.ttp-video-hero h2{margin:9px 0 7px;font-size:23px;color:#22344b}.ttp-video-hero p{margin:0;color:#718097;font-size:11px;line-height:1.9;max-width:620px}.ttp-video-hero-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.ttp-video-create,.ttp-video-secondary{border:0;border-radius:12px;padding:10px 13px;font-size:10px;font-weight:900;cursor:pointer}.ttp-video-create{background:linear-gradient(135deg,#315f93,#5d81aa);color:#fff;box-shadow:0 10px 20px rgba(49,95,147,.18)}.ttp-video-secondary{background:#fff;color:#315f93;border:1px solid #e2e9f1}.ttp-video-hero-art{min-height:190px;display:grid;place-items:center;position:relative}.ttp-video-screen{width:min(310px,100%);aspect-ratio:16/10;border-radius:23px;background:linear-gradient(135deg,#315f93,#7899bd);display:grid;place-items:center;color:#fff;box-shadow:0 22px 45px rgba(49,95,147,.22);transform:rotate(-3deg);position:relative}.ttp-video-screen span{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.2);font-size:20px}.ttp-video-screen small{position:absolute;bottom:12px;right:14px;font-size:8px;opacity:.8}.ttp-video-float{position:absolute;left:8px;bottom:15px;padding:9px 12px;border-radius:14px;background:#fff;box-shadow:0 14px 30px rgba(35,55,80,.14);font-size:10px;color:#315f93}.ttp-video-float b{font-size:16px;margin:0 4px}.ttp-video-float small{display:block;color:#8b96a8;font-size:7px}.ttp-video-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.ttp-video-metrics>div{background:#fff;border:1px solid #edf0f5;border-radius:17px;padding:13px;display:grid;grid-template-columns:auto 1fr;column-gap:8px;align-items:center}.ttp-video-metrics span{grid-row:1/3;width:38px;height:38px;border-radius:12px;background:#eef5ff;display:grid;place-items:center}.ttp-video-metrics b{font-size:17px;color:#27364c}.ttp-video-metrics small{font-size:8px;color:#8995a8}.ttp-video-toolbar{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:9px;background:#fff;border:1px solid #edf0f5;border-radius:16px}.ttp-video-filter{padding:7px 11px;border-radius:10px;font-size:9px;color:#6f7b8f;cursor:pointer}.ttp-video-filter.active{background:#315f93;color:#fff}.ttp-video-search{margin-right:auto;padding:7px 10px;border-radius:10px;background:#f7f9fb;color:#8b96a8;font-size:9px;min-width:180px}.ttp-video-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:11px}.ttp-video-head span{font-size:9px;color:#315f93;font-weight:900}.ttp-video-head h3{margin:3px 0 0;font-size:15px;color:#26364c}.ttp-video-head button{border:0;background:transparent;color:#315f93;font-size:9px;font-weight:900}.ttp-video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ttp-video-card{background:#fff;border:1px solid #edf0f5;border-radius:19px;overflow:hidden;box-shadow:0 10px 26px rgba(35,55,80,.05);transition:.2s}.ttp-video-card:hover{transform:translateY(-3px);box-shadow:0 15px 32px rgba(35,55,80,.09)}.ttp-video-thumb{height:155px;display:grid;place-items:center;color:#fff;position:relative}.ttp-video-thumb.blue{background:linear-gradient(135deg,#315f93,#6e91ba)}.ttp-video-thumb.purple{background:linear-gradient(135deg,#5d42a6,#9d7ce4)}.ttp-video-thumb.green{background:linear-gradient(135deg,#278b78,#72c5a8)}.ttp-video-thumb span{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.4)}.ttp-video-thumb small{position:absolute;bottom:10px;left:10px;padding:5px 7px;border-radius:8px;background:rgba(0,0,0,.22);font-size:8px}.ttp-video-thumb b{position:absolute;top:10px;right:10px;padding:5px 7px;border-radius:999px;background:rgba(255,255,255,.9);color:#23855d;font-size:8px}.ttp-video-card-body{padding:13px}.ttp-video-card-tags{display:flex;gap:6px}.ttp-video-card-tags i,.ttp-video-card-tags em{font-style:normal;font-size:8px;padding:4px 7px;border-radius:999px;background:#eef5ff;color:#315f93}.ttp-video-card-tags em{background:#ecfbf4;color:#23855d}.ttp-video-card h4{margin:8px 0 4px;font-size:12px}.ttp-video-card p{margin:0;color:#8995a8;font-size:8px}.ttp-video-card-footer{display:flex;align-items:center;gap:9px;margin-top:12px;color:#8995a8;font-size:8px}.ttp-video-card-footer button{margin-right:auto;border:0;background:#f5f7fa;border-radius:8px;width:27px;height:27px}.ttp-video-insights{display:grid;grid-template-columns:1fr 1fr;gap:10px}.ttp-video-insights>div{display:flex;align-items:center;gap:11px;padding:14px;border-radius:17px;background:#fff;border:1px solid #edf0f5}.ttp-video-insights>div>span{width:38px;height:38px;border-radius:12px;background:#eef5ff;display:grid;place-items:center}.ttp-video-insights b{display:block;font-size:10px}.ttp-video-insights p{margin:3px 0 0;color:#8995a8;font-size:8px;line-height:1.8}.ttp-video-insights button{margin-right:auto;border:0;background:#315f93;color:#fff;border-radius:9px;padding:7px 9px;font-size:8px;white-space:nowrap}.ttp-video-insights strong{margin-right:auto;color:#23855d;font-size:18px}


#tsp-root .tsp-exam-card.tsp-pre-exam-card{border:1px solid rgba(93,66,213,.22)!important;background:linear-gradient(145deg,rgba(249,247,255,.96),rgba(239,248,255,.96))!important;box-shadow:0 15px 35px rgba(93,66,213,.10)!important;position:relative;overflow:hidden}
#tsp-root .tsp-exam-card.tsp-pre-exam-card:before{content:"";position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,#5d42d5,#3b8be5,#39b68b)}
#tsp-root .tsp-pre-exam-ribbon{position:absolute;top:12px;right:12px;z-index:2;padding:6px 9px;border-radius:999px;background:linear-gradient(135deg,#5d42d5,#7d63e5);color:#fff;font-size:9px;font-weight:900;box-shadow:0 7px 15px rgba(93,66,213,.22)}
#tsp-root .tsp-pre-exam-mark{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:#f0ebff;color:#5d42d5;font-size:9px;font-weight:900;margin-bottom:7px}
#tsp-root .tsp-pre-exam-card .tsp-exam-cover{background:linear-gradient(135deg,#ece7ff,#eaf6ff)}
#tsp-root .tsp-pre-exam-card .tsp-exam-card-body h4{color:#493493}
#tsp-root .tsp-pre-exam-card .tsp-btn-primary{background:linear-gradient(135deg,#5d42d5,#367fe8)!important}
#tsp-root .tsp-main-exam-mark{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:#eaf7f4;color:#23855d;font-size:9px;font-weight:900;margin-bottom:7px}

@media(max-width:1000px){#tsp-root .tsp-dashboard-stats{grid-template-columns:repeat(3,1fr)!important}.tsp-dashboard-feature-grid{grid-template-columns:1fr}.tsp-quick-grid{grid-template-columns:repeat(2,1fr)}.tsp-video-grid,.ttp-video-grid{grid-template-columns:repeat(2,1fr)}.tsp-video-hero,.ttp-video-hero{grid-template-columns:1fr}.tsp-video-hero-art,.ttp-video-hero-art{min-height:170px}.tsp-video-bottom-grid,.ttp-video-insights{grid-template-columns:1fr}}
@media(max-width:650px){#tsp-root .tsp-dashboard-welcome{padding:17px;align-items:flex-start}.tsp-welcome-progress{flex-basis:76px}.tsp-welcome-progress .tsp-progress-ring{width:62px;height:62px}.tsp-welcome-copy h2{font-size:17px}.tsp-welcome-copy p{font-size:9px}.tsp-welcome-actions .tsp-btn{padding:7px 9px;font-size:9px}.tsp-dashboard-stats{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.tsp-dashboard-stats .tsp-card{min-height:116px;padding:12px 7px}.tsp-dashboard-stats .tsp-card h2{font-size:20px}.tsp-next-exam-card,.tsp-focus-card{padding:16px}.tsp-next-exam-card h3{font-size:16px}.tsp-quick-grid{grid-template-columns:1fr 1fr;gap:8px}.tsp-quick-card{padding:10px 8px}.tsp-quick-card>span{width:32px;height:32px;flex-basis:32px}.tsp-quick-card b{font-size:9px}.tsp-quick-card small{font-size:7px}.tsp-video-hero,.ttp-video-hero{padding:17px;border-radius:20px}.tsp-video-hero h2,.ttp-video-hero h2{font-size:18px}.tsp-video-hero p,.ttp-video-hero p{font-size:9px}.tsp-video-stats,.ttp-video-metrics{grid-template-columns:1fr 1fr}.tsp-video-stat,.ttp-video-metrics>div{padding:10px}.tsp-video-grid,.ttp-video-grid{grid-template-columns:1fr}.tsp-video-thumb,.ttp-video-thumb{height:145px}.tsp-video-section-head{align-items:center}.ttp-video-search{width:100%;margin-right:0}.ttp-video-toolbar{gap:3px}.ttp-video-filter{padding:6px 8px}.ttp-video-insights{grid-template-columns:1fr}.ttp-video-float{left:2px}.tsp-pre-exam-ribbon{top:8px;right:8px;font-size:8px}}
@media(max-width:420px){#tsp-root .tsp-dashboard-welcome{display:block}.tsp-welcome-progress{display:flex;align-items:center;gap:8px;margin-top:12px}.tsp-welcome-progress .tsp-progress-ring{margin:0;width:52px;height:52px}.tsp-quick-grid{grid-template-columns:1fr}.tsp-video-categories{grid-template-columns:1fr}.tsp-video-hero-art,.ttp-video-hero-art{min-height:135px}.tsp-video-screen,.ttp-video-screen{width:88%}}


#ttp-root .ttp-dashboard-command-center{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.8fr);gap:16px;margin:0 0 16px}
#ttp-root .ttp-dashboard-pulse,#ttp-root .ttp-dashboard-today{padding:20px 22px;position:relative;overflow:hidden}
#ttp-root .ttp-dashboard-pulse:after{content:"";position:absolute;left:-80px;bottom:-100px;width:220px;height:220px;border-radius:50%;background:rgba(53,96,255,.08);pointer-events:none}
#ttp-root .ttp-command-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:15px}
#ttp-root .ttp-command-head span{font-size:9px;color:#315f93;font-weight:900}
#ttp-root .ttp-command-head h3{margin:3px 0 0;font-size:16px}
#ttp-root .ttp-command-head>strong{padding:5px 9px;border-radius:999px;background:rgba(22,163,74,.11);color:#16a34a;font-size:8px;letter-spacing:.5px}
#ttp-root .ttp-command-date{font-size:8px!important;color:#8b96a8!important;background:#f4f7fb;padding:6px 9px;border-radius:999px}
#ttp-root .ttp-pulse-main{display:flex;align-items:center;gap:12px;position:relative;z-index:1}
#ttp-root .ttp-pulse-orb{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;color:#fff;font-size:20px;background:linear-gradient(135deg,#3560ff,#7c3aed);box-shadow:0 12px 24px rgba(53,96,255,.24);flex:0 0 48px}
#ttp-root .ttp-pulse-main b{font-size:12px}
#ttp-root .ttp-pulse-main p{margin:4px 0 0;color:#7c899d;font-size:9px;line-height:1.8}
#ttp-root .ttp-pulse-bars{display:flex;flex-direction:column;gap:9px;margin-top:17px;position:relative;z-index:1}
#ttp-root .ttp-pulse-bars>div{display:grid;grid-template-columns:105px 1fr 34px;align-items:center;gap:8px;font-size:8px}
#ttp-root .ttp-pulse-bars>div>span{color:#65748b}
#ttp-root .ttp-pulse-bars i{height:7px;border-radius:999px;background:#e9eef7;overflow:hidden}
#ttp-root .ttp-pulse-bars i b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#3560ff,#7c3aed)}
#ttp-root .ttp-pulse-bars em{font-style:normal;color:#315f93;font-weight:900;text-align:left}
#ttp-root .ttp-dashboard-today{background:linear-gradient(145deg,rgba(255,255,255,.82),rgba(242,247,255,.72))}
#ttp-root .ttp-dashboard-today>button{width:100%;display:flex;align-items:center;gap:10px;padding:10px 8px;border:0;border-top:1px solid rgba(53,96,255,.08);background:transparent;color:var(--ttp-text);text-align:right;cursor:pointer;transition:.2s}
#ttp-root .ttp-dashboard-today>button:first-of-type{border-top:0}
#ttp-root .ttp-dashboard-today>button:hover{transform:translateX(-3px);background:rgba(53,96,255,.04);border-radius:12px}
#ttp-root .ttp-dashboard-today>button>span{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#eef4ff;font-size:14px;flex:0 0 32px}
#ttp-root .ttp-dashboard-today>button div{flex:1;min-width:0}
#ttp-root .ttp-dashboard-today>button b{display:block;font-size:9px}
#ttp-root .ttp-dashboard-today>button small{display:block;color:#8b96a8;font-size:7px;margin-top:3px}
#ttp-root .ttp-dashboard-today>button i{font-style:normal;color:#315f93;font-weight:900}


#tsp-root .tsp-home-assignments-cta{position:relative;overflow:hidden;min-width:190px;justify-content:space-between!important;background:linear-gradient(135deg,#315f93,#4e79a8)!important;color:#fff!important;border:1px solid rgba(255,255,255,.2);box-shadow:0 12px 26px rgba(49,95,147,.24)!important;padding:10px 12px!important}
#tsp-root .tsp-home-assignments-cta:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;left:-25px;bottom:-55px;background:rgba(255,255,255,.1)}
#tsp-root .tsp-home-assignments-cta .tsp-cta-icon{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:rgba(255,255,255,.16);font-size:13px}
#tsp-root .tsp-home-assignments-cta i{font-style:normal;font-size:14px;margin-right:auto;position:relative;z-index:1}
#tsp-root .tsp-home-assignments-cta span:not(.tsp-cta-icon){position:relative;z-index:1}


#tsp-root .tsp-video-coming-soon,#ttp-root .ttp-video-coming-soon{position:relative}
#tsp-root .tsp-coming-ribbon,#ttp-root .ttp-coming-ribbon{position:absolute;top:10px;right:10px;z-index:20;display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.94);border:1px solid rgba(49,95,147,.12);color:#315f93;font-size:9px;font-weight:900;box-shadow:0 10px 24px rgba(35,55,80,.08);backdrop-filter:blur(10px)}
#tsp-root .tsp-mini-coming,#ttp-root .ttp-mini-coming{display:inline-flex!important;align-items:center;padding:3px 6px;border-radius:999px;background:#fff2df;color:#c46b12;font-size:7px!important;font-weight:900!important;vertical-align:middle}
#tsp-root .tsp-coming-disabled,#ttp-root .ttp-coming-disabled{opacity:.58!important;cursor:not-allowed!important;filter:saturate(.55)!important;pointer-events:none!important}
#tsp-root .tsp-video-coming-soon .tsp-video-screen:after,#ttp-root .ttp-video-coming-soon .ttp-video-screen:after{content:"به‌زودی";inset:auto 50% 12px auto;transform:translateX(50%);padding:5px 10px;border-radius:999px;background:rgba(0,0,0,.28);font-size:8px;font-weight:900;position:absolute;z-index:3}

@media(max-width:900px){#ttp-root .ttp-dashboard-command-center{grid-template-columns:1fr}}
@media(max-width:650px){#ttp-root .ttp-dashboard-pulse,#ttp-root .ttp-dashboard-today{padding:16px}.ttp-pulse-bars>div{grid-template-columns:88px 1fr 30px!important}.ttp-pulse-main p{font-size:8px!important}#tsp-root .tsp-home-assignments-cta{min-width:0!important;flex:1 1 100%!important;min-height:42px!important}}



#ttp-root .tem-plugin-author,#tsp-root .tem-plugin-author{margin-top:auto;display:flex;align-items:center;gap:9px;padding:10px 11px;border-radius:14px;background:rgba(255,255,255,.52);border:1px solid rgba(53,96,255,.09);min-width:0}
#ttp-root .tem-plugin-author>span,#tsp-root .tem-plugin-author>span{width:32px;height:32px;flex:0 0 32px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#3560ff,#7c3aed);color:#fff;font-size:10px;font-weight:900;box-shadow:0 7px 15px rgba(53,96,255,.18)}
#ttp-root .tem-plugin-author small,#tsp-root .tem-plugin-author small{display:block;color:#8791a5;font-size:8px;line-height:1.4}
#ttp-root .tem-plugin-author strong,#tsp-root .tem-plugin-author strong{display:block;color:#2b3550;font-size:9px;letter-spacing:.2px;white-space:nowrap}
#ttp-root.ttp-collapsed .tem-plugin-author,#tsp-root.tsp-collapsed .tem-plugin-author{justify-content:center;padding:8px}
#ttp-root.ttp-collapsed .tem-plugin-author>div,#tsp-root.tsp-collapsed .tem-plugin-author>div{display:none}
#ttp-root .ttp-site-logo img,#tsp-root .tsp-site-logo img{width:42px!important;height:42px!important;object-fit:contain!important;border-radius:12px!important;display:block!important}


#ttp-root #ttp-builder-modal .ttp-question-manager-modal{width:calc(100vw - 32px)!important;height:calc(100vh - 32px)!important;max-width:none!important;max-height:none!important;margin:16px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}
#ttp-root #ttp-builder-modal .ttp-question-manager-head{flex:0 0 auto}
#ttp-root #ttp-builder-modal .ttp-question-manager-toolbar{flex:0 0 auto}
#ttp-root #ttp-builder-modal .ttp-question-manager-body{flex:1 1 auto!important;height:auto!important;min-height:0!important;overflow:auto!important}
#ttp-root #ttp-builder-modal .ttp-question-order-list{min-width:0!important}

@media(max-width:900px){
  #ttp-root #ttp-builder-modal .ttp-question-manager-modal{width:calc(100vw - 16px)!important;height:calc(100vh - 16px)!important;margin:8px!important;border-radius:16px!important}
  #ttp-root #ttp-builder-modal .ttp-question-manager-head{height:auto!important;min-height:70px!important;padding:12px 14px!important}
  #ttp-root #ttp-builder-modal .ttp-question-manager-head h3{font-size:17px!important}
  #ttp-root #ttp-builder-modal .ttp-question-manager-head small{font-size:9px!important;line-height:1.7!important}
  #ttp-root #ttp-builder-modal .ttp-question-manager-toolbar{height:auto!important;min-height:0!important;padding:10px!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}
  #ttp-root #ttp-builder-modal #ttp-builder-new-question{grid-column:1/-1!important;width:100%!important;justify-content:center!important}
  #ttp-root #ttp-builder-modal .ttp-builder-search{grid-column:1/-1!important;width:100%!important}
  #ttp-root #ttp-builder-modal .ttp-builder-filter{width:100%!important}
  #ttp-root #ttp-builder-modal .ttp-builder-meta{grid-column:1/-1!important;margin:0!important;justify-content:center!important}
  #ttp-root #ttp-builder-modal .ttp-question-manager-body{padding:10px!important;overflow:auto!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-list:before{display:none!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-item{display:grid!important;grid-template-columns:22px 32px minmax(0,1fr) 72px 46px 34px 34px!important;grid-template-areas:"drag num main main main main main" "drag lesson lesson score edit delete delete"!important;gap:6px!important;min-height:92px!important;padding:10px!important;border-bottom:1px solid #edf0f4!important;align-items:center!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-item .ttp-drag-handle{grid-area:drag!important;position:static!important;justify-self:center!important;align-self:center!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-item .ttp-q-number{grid-area:num!important;position:static!important;justify-self:center!important;width:28px!important;height:28px!important;display:grid!important;place-items:center!important;border-radius:9px!important;background:#f1edff!important;color:#5b35d5!important;font-weight:900!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-item .ttp-q-item-main{grid-area:main!important;min-width:0!important;width:100%!important;text-align:right!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;overflow:hidden!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-item .ttp-q-item-main b{display:block!important;width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:11px!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-item .ttp-q-item-main small{display:block!important;color:#8993a3!important;font-size:8px!important;margin-top:3px!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-item .ttp-q-lesson{grid-area:lesson!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:8px!important;color:#667085!important;background:#f7f8fb!important;border-radius:8px!important;padding:6px 8px!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-item .ttp-q-score{grid-area:score!important;font-size:9px!important;color:#5b35d5!important;text-align:center!important;font-weight:800!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-item .ttp-q-edit{grid-area:edit!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-item .ttp-q-delete{grid-area:delete!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-item .ttp-q-edit,#ttp-root #ttp-builder-modal .ttp-question-order-item .ttp-q-delete{width:34px!important;height:34px!important;min-width:34px!important;border-radius:9px!important}
  #ttp-root #ttp-builder-modal .ttp-question-manager-body .ttp-question-empty-state{padding:40px 15px!important;text-align:center!important}
}
@media(max-width:520px){
  #ttp-root #ttp-builder-modal .ttp-question-manager-modal{width:100vw!important;height:100dvh!important;margin:0!important;border-radius:0!important}
  #ttp-root #ttp-builder-modal .ttp-question-manager-head{padding:10px 12px!important}
  #ttp-root #ttp-builder-modal .ttp-question-manager-head h3{font-size:15px!important}
  #ttp-root #ttp-builder-modal .ttp-question-manager-head small{max-width:calc(100vw - 90px)!important;display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  #ttp-root #ttp-builder-modal .ttp-modal-close{width:36px!important;height:36px!important}
  #ttp-root #ttp-builder-modal .ttp-question-manager-toolbar{padding:8px!important;gap:7px!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-item{grid-template-columns:20px 30px minmax(0,1fr) 58px 40px 32px 32px!important;grid-template-areas:"drag num main main main main main" "drag lesson lesson score edit delete delete"!important;min-height:88px!important;padding:8px!important;gap:5px!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-item .ttp-q-item-main b{font-size:10px!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-item .ttp-q-item-main small{font-size:7px!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-item .ttp-q-lesson{font-size:7px!important;padding:5px 6px!important}
  #ttp-root #ttp-builder-modal .ttp-question-order-item .ttp-q-edit,#ttp-root #ttp-builder-modal .ttp-question-order-item .ttp-q-delete{width:32px!important;height:32px!important;min-width:32px!important}
  #ttp-root #ttp-builder-modal .ttp-question-manager-body{padding:7px!important}
  #ttp-root #ttp-builder-modal .ttp-modal-footer{padding:9px 10px!important;min-height:55px!important}
}


#tsp-root .tsp-home-assignments-cta{border-radius:18px!important}
@media(max-width:650px){#tsp-root .tsp-home-assignments-cta{border-radius:15px!important}}



#ttp-builder-modal{box-sizing:border-box!important}
#ttp-builder-modal .ttp-question-manager-modal{box-sizing:border-box!important;width:min(1180px,calc(100vw - 32px))!important;height:min(900px,calc(100vh - 32px))!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;background:#fff!important;border:1px solid #e5e9f2!important;border-radius:22px!important;box-shadow:0 28px 80px rgba(24,34,64,.22)!important;color:#25304a!important}
#ttp-builder-modal .ttp-question-manager-head{flex:0 0 auto!important;min-height:76px!important;margin:0!important;padding:17px 22px!important;background:linear-gradient(135deg,#f8f7ff 0%,#f2f7ff 58%,#f5fbfa 100%)!important;border-bottom:1px solid #e8ecf3!important;color:#25304a!important}
#ttp-builder-modal .ttp-question-manager-head .ttp-modal-kicker{display:block!important;font-size:9px!important;font-weight:900!important;color:#6b4ee6!important;margin-bottom:3px!important}
#ttp-builder-modal .ttp-question-manager-head h3{margin:0!important;font-size:18px!important;color:#202940!important}
#ttp-builder-modal .ttp-question-manager-head small{display:block!important;margin-top:4px!important;color:#7d879b!important;font-size:9px!important;line-height:1.8!important;max-width:80%!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
#ttp-builder-modal .ttp-question-manager-head .ttp-modal-close{width:38px!important;height:38px!important;border:1px solid #dfe5ee!important;background:#fff!important;color:#657089!important;border-radius:12px!important;display:grid!important;place-items:center!important;flex:0 0 38px!important}
#ttp-builder-modal .ttp-question-manager-toolbar{flex:0 0 auto!important;min-height:72px!important;padding:11px 18px!important;margin:0!important;display:grid!important;grid-template-columns:minmax(220px,1fr) 160px 160px auto!important;gap:9px!important;align-items:center!important;background:#fff!important;border-bottom:1px solid #e9edf4!important}
#ttp-builder-modal .ttp-question-manager-toolbar:before{display:none!important}
#ttp-builder-modal .ttp-question-manager-toolbar>*{min-width:0!important}
#ttp-builder-modal .ttp-builder-search,#ttp-builder-modal .ttp-builder-filter{height:42px!important;width:100%!important;min-width:0!important;padding:0 12px!important;border:1px solid #dfe5ee!important;border-radius:12px!important;background:#fbfcfe!important;color:#344054!important;font-family:inherit!important;font-size:11px!important;outline:none!important}
#ttp-builder-modal .ttp-builder-search:focus,#ttp-builder-modal .ttp-builder-filter:focus{border-color:#8064e8!important;box-shadow:0 0 0 3px rgba(128,100,232,.10)!important}
#ttp-builder-modal #ttp-builder-new-question{height:42px!important;min-width:150px!important;justify-content:center!important;border-radius:12px!important;white-space:nowrap!important}
#ttp-builder-modal .ttp-builder-meta{display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;white-space:nowrap!important;color:#7b8498!important;font-size:10px!important}
#ttp-builder-modal .ttp-question-manager-body{flex:1 1 auto!important;min-height:0!important;height:auto!important;padding:14px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr)!important;gap:14px!important;overflow:hidden!important;background:#f5f7fb!important;direction:ltr!important}
#ttp-builder-modal .ttp-question-order-panel,#ttp-builder-modal .ttp-question-preview-panel{min-width:0!important;min-height:0!important;box-sizing:border-box!important;direction:rtl!important}
#ttp-builder-modal .ttp-question-order-panel{overflow:auto!important;background:#fff!important;border:1px solid #e5eaf1!important;border-radius:17px!important;padding:0!important}
#ttp-builder-modal .ttp-question-preview-panel{display:block!important;overflow:auto!important;background:#fff!important;border:1px solid #e5eaf1!important;border-radius:17px!important;padding:18px!important}
#ttp-builder-modal .ttp-order-head{position:sticky!important;top:0!important;z-index:2!important;background:#fff!important;padding:13px 15px!important;border-bottom:1px solid #edf0f5!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}
#ttp-builder-modal .ttp-order-head strong{font-size:12px!important;color:#27324a!important}
#ttp-builder-modal .ttp-order-head span{font-size:8px!important;color:#9aa2b2!important}
#ttp-builder-modal .ttp-question-order-list{padding:8px!important;min-width:0!important}
#ttp-builder-modal .ttp-question-order-item{display:grid!important;grid-template-columns:24px 34px minmax(0,1fr) 76px 45px 36px 36px!important;grid-template-areas:'drag num main lesson score edit delete'!important;gap:7px!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:68px!important;padding:9px!important;margin:0 0 7px!important;border:1px solid #edf0f5!important;border-radius:13px!important;background:#fff!important;transition:.18s!important;box-sizing:border-box!important}
#ttp-builder-modal .ttp-question-order-item:hover{border-color:#d9d1fb!important;box-shadow:0 7px 18px rgba(70,55,150,.07)!important;transform:translateY(-1px)!important}
#ttp-builder-modal .ttp-drag-handle{grid-area:drag!important;color:#a1a8b6!important;cursor:grab!important;text-align:center!important}
#ttp-builder-modal .ttp-q-number{grid-area:num!important;width:28px!important;height:28px!important;display:grid!important;place-items:center!important;border-radius:9px!important;background:#f0edff!important;color:#5b35d5!important;font-size:9px!important;font-weight:900!important}
#ttp-builder-modal .ttp-q-item-main{grid-area:main!important;min-width:0!important;width:100%!important;border:0!important;background:transparent!important;text-align:right!important;padding:0!important;overflow:hidden!important;color:#263149!important}
#ttp-builder-modal .ttp-q-item-main b{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:10px!important;font-weight:800!important}
#ttp-builder-modal .ttp-q-item-main small{display:block!important;margin-top:3px!important;color:#9aa2b2!important;font-size:7px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
#ttp-builder-modal .ttp-q-lesson{grid-area:lesson!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;padding:5px 7px!important;border-radius:8px!important;background:#f6f8fb!important;color:#667085!important;font-size:7px!important;text-align:center!important}
#ttp-builder-modal .ttp-q-score{grid-area:score!important;color:#5b35d5!important;font-size:9px!important;font-weight:900!important;text-align:center!important}
#ttp-builder-modal .ttp-q-edit{grid-area:edit!important}
#ttp-builder-modal .ttp-q-delete{grid-area:delete!important}
#ttp-builder-modal .ttp-q-edit,#ttp-builder-modal .ttp-q-delete{width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;border:1px solid #e5e9f0!important;border-radius:9px!important;background:#fff!important;display:grid!important;place-items:center!important;cursor:pointer!important}
#ttp-builder-modal .ttp-q-edit{color:#5b35d5!important}.ttp-q-delete{color:#d6455d!important}
#ttp-builder-modal .ttp-question-preview-empty{height:100%!important;min-height:240px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:20px!important;color:#778197!important}
#ttp-builder-modal .ttp-question-preview-empty .ttp-empty-icon{width:58px!important;height:58px!important;border-radius:17px!important;background:#f0edff!important;color:#6a4ee3!important;display:grid!important;place-items:center!important;font-size:25px!important;margin-bottom:12px!important}
#ttp-builder-modal .ttp-question-preview-empty h4{margin:0 0 5px!important;color:#29344c!important;font-size:13px!important}
#ttp-builder-modal .ttp-question-preview-empty p{margin:0!important;color:#8b94a6!important;font-size:9px!important;line-height:1.9!important;max-width:260px!important}
#ttp-builder-modal .ttp-modal-footer{flex:0 0 auto!important;min-height:58px!important;padding:9px 16px!important;background:#fff!important;border-top:1px solid #e8ecf2!important;display:flex!important;align-items:center!important;gap:8px!important}
#ttp-builder-modal .ttp-modal-footer .ttp-form-msg{margin-left:auto!important}


#ttp-root .ttp-brand,#tsp-root .tsp-brand{justify-content:center!important;text-align:center!important}
#ttp-root .ttp-site-logo,#tsp-root .tsp-site-logo{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important}
#ttp-root .ttp-site-logo img,#tsp-root .tsp-site-logo img{width:48px!important;height:48px!important;object-fit:contain!important;margin:0 auto!important}
#ttp-root .ttp-brand-copy strong,#tsp-root .tsp-brand-copy strong{font-size:15px!important;color:#24304a!important}

@media(max-width:900px){
  #ttp-builder-modal{padding:8px!important}
  #ttp-builder-modal .ttp-question-manager-modal{width:100%!important;height:100%!important;border-radius:18px!important}
  #ttp-builder-modal .ttp-question-manager-body{grid-template-columns:1fr!important;overflow:auto!important}
  #ttp-builder-modal .ttp-question-preview-panel{min-height:220px!important;max-height:330px!important;order:2!important}
  #ttp-builder-modal .ttp-question-order-panel{order:1!important;overflow:visible!important}
  #ttp-builder-modal .ttp-question-order-list{overflow:visible!important}
}
@media(max-width:650px){
  #ttp-builder-modal{padding:0!important}
  #ttp-builder-modal .ttp-question-manager-modal{width:100vw!important;height:100dvh!important;max-height:none!important;border-radius:0!important;border:0!important}
  #ttp-builder-modal .ttp-question-manager-head{min-height:64px!important;padding:10px 11px!important}
  #ttp-builder-modal .ttp-question-manager-head h3{font-size:15px!important}
  #ttp-builder-modal .ttp-question-manager-head small{font-size:8px!important;max-width:calc(100vw - 85px)!important}
  #ttp-builder-modal .ttp-question-manager-head .ttp-modal-close{width:34px!important;height:34px!important;flex-basis:34px!important}
  #ttp-builder-modal .ttp-question-manager-toolbar{grid-template-columns:1fr 1fr!important;gap:7px!important;padding:8px!important}
  #ttp-builder-modal .ttp-builder-search{grid-column:1/-1!important}
  #ttp-builder-modal .ttp-builder-filter{height:38px!important}
  #ttp-builder-modal #ttp-builder-new-question{grid-column:1/-1!important;width:100%!important;height:40px!important}
  #ttp-builder-modal .ttp-builder-meta{grid-column:1/-1!important;justify-content:flex-start!important;padding:2px 2px!important}
  #ttp-builder-modal .ttp-question-manager-body{padding:7px!important;gap:8px!important}
  #ttp-builder-modal .ttp-question-order-panel{border-radius:13px!important}
  #ttp-builder-modal .ttp-question-preview-panel{display:none!important}
  #ttp-builder-modal .ttp-order-head{padding:10px 11px!important}
  #ttp-builder-modal .ttp-question-order-list{padding:6px!important}
  #ttp-builder-modal .ttp-question-order-item{grid-template-columns:20px 30px minmax(0,1fr) 54px 34px 32px 32px!important;grid-template-areas:'drag num main main main main main' 'drag lesson lesson score edit delete delete'!important;min-height:82px!important;gap:5px!important;padding:8px!important;margin-bottom:6px!important}
  #ttp-builder-modal .ttp-q-number{width:26px!important;height:26px!important}
  #ttp-builder-modal .ttp-q-item-main b{font-size:9px!important}
  #ttp-builder-modal .ttp-q-item-main small{font-size:7px!important}
  #ttp-builder-modal .ttp-q-lesson{font-size:7px!important;padding:5px!important}
  #ttp-builder-modal .ttp-q-edit,#ttp-builder-modal .ttp-q-delete{width:30px!important;height:30px!important;min-width:30px!important}
  #ttp-builder-modal .ttp-modal-footer{min-height:54px!important;padding:8px!important}
  #ttp-builder-modal .ttp-modal-footer .ttp-btn{height:36px!important;padding:0 12px!important;font-size:10px!important}
  #ttp-root .ttp-brand-copy,#tsp-root .tsp-brand-copy{display:block!important}
  #ttp-root .ttp-brand,#tsp-root .tsp-brand{gap:8px!important}
}
@media(max-width:390px){
  #ttp-builder-modal .ttp-question-manager-toolbar{grid-template-columns:1fr!important}
  #ttp-builder-modal .ttp-builder-search,#ttp-builder-modal .ttp-builder-filter,#ttp-builder-modal #ttp-builder-new-question,#ttp-builder-modal .ttp-builder-meta{grid-column:1!important}
  #ttp-builder-modal .ttp-question-order-item{grid-template-columns:18px 28px minmax(0,1fr) 46px 30px 30px 30px!important}
}


@media (min-width: 1101px){
    #ttp-root .ttp-brand{justify-content:center!important;text-align:center!important}
    #ttp-root .ttp-brand-copy{display:flex!important;flex-direction:column!important;align-items:center!important}
}


#ttp-root .ttp-main,
#ttp-root .ttp-tab-panels,
#ttp-root .ttp-tab-panel.active{min-height:0!important;margin-top:0!important}
#ttp-root .ttp-tab-panel.active{scroll-margin-top:0!important}


#ttp-builder-modal .ttp-question-manager-toolbar{
    display:grid!important;
    grid-template-columns:auto minmax(220px,1fr) minmax(125px,.35fr) minmax(125px,.35fr) auto!important;
    align-items:center!important;
    gap:9px!important;
    padding:12px!important;
}
#ttp-builder-modal #ttp-builder-new-question{
    min-width:170px!important;
    height:44px!important;
    padding:0 18px!important;
    border-radius:14px!important;
    font-size:12px!important;
    font-weight:900!important;
    white-space:nowrap!important;
    box-shadow:0 10px 24px rgba(92,63,190,.22)!important;
}
#ttp-builder-modal .ttp-builder-search,
#ttp-builder-modal .ttp-builder-filter{
    height:42px!important;
    border-radius:12px!important;
}


#ttp-builder-modal .ttp-question-empty-state-pro{
    min-height:360px!important;
    margin:0!important;
    padding:42px 22px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    border:1px dashed #dfe4ef!important;
    border-radius:18px!important;
    background:linear-gradient(180deg,#fff,#fafbff)!important;
}
#ttp-builder-modal .ttp-empty-state-icon{
    width:64px!important;height:64px!important;border-radius:20px!important;
    display:grid!important;place-items:center!important;
    background:linear-gradient(135deg,#eee9ff,#eef7ff)!important;
    color:#6845dd!important;font-size:28px!important;
    box-shadow:0 12px 28px rgba(104,69,221,.12)!important;
    margin-bottom:13px!important;
}
#ttp-builder-modal .ttp-question-empty-state-pro h4{margin:0 0 7px!important;font-size:16px!important;color:#263149!important}
#ttp-builder-modal .ttp-question-empty-state-pro p{margin:0 0 17px!important;color:#8992a5!important;font-size:10px!important;line-height:1.9!important}
#ttp-builder-modal .ttp-question-empty-state-pro .ttp-builder-empty-new-question{
    height:42px!important;padding:0 20px!important;border-radius:13px!important;
    font-size:11px!important;box-shadow:0 10px 22px rgba(92,63,190,.18)!important;
}

@media(max-width:900px){
    #ttp-builder-modal .ttp-question-manager-toolbar{grid-template-columns:1fr 1fr!important}
    #ttp-builder-modal #ttp-builder-new-question{grid-column:1/-1!important;width:100%!important}
    #ttp-builder-modal .ttp-builder-search{grid-column:1/-1!important}
    #ttp-builder-modal .ttp-builder-meta{grid-column:1/-1!important}
}
@media(max-width:560px){
    #ttp-builder-modal .ttp-question-manager-toolbar{padding:8px!important;gap:7px!important}
    #ttp-builder-modal #ttp-builder-new-question{height:42px!important}
    #ttp-builder-modal .ttp-question-empty-state-pro{min-height:260px!important;padding:28px 15px!important}
    #ttp-builder-modal .ttp-empty-state-icon{width:54px!important;height:54px!important;border-radius:16px!important;font-size:23px!important}
    #ttp-builder-modal .ttp-question-empty-state-pro h4{font-size:14px!important}
}


@media (min-width: 1101px) {
  #tsp-root.tsp-root {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    gap: 20px !important;
  }
  #tsp-root .tsp-sidebar {
    flex: 0 0 260px !important;
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
    position: sticky !important;
    top: 20px !important;
    align-self: flex-start !important;
  }
  #tsp-root .tsp-main {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: flex-start !important;
  }
  #tsp-root .tsp-tab-panels,
  #tsp-root .tsp-tab-panel.active {
    margin-top: 0 !important;
    padding-top: 0 !important;
    min-height: 0 !important;
  }
  #tsp-root.tsp-collapsed .tsp-sidebar {
    flex-basis: 74px !important;
    width: 74px !important;
    min-width: 74px !important;
    max-width: 74px !important;
  }
}





@media (max-width:700px){
  body #ttp-question-modal .ttp-question-type-grid{display:none!important}
  body #ttp-question-modal .ttp-question-type-mobile-wrap{
    display:flex!important;position:relative!important;flex-direction:column!important;gap:8px!important;
    width:100%!important;margin:0!important;padding:0!important;z-index:1200!important;
  }
  body #ttp-question-modal .ttp-question-type-mobile-wrap>label{
    display:block!important;margin:0!important;color:#344054!important;font-size:11px!important;font-weight:900!important;
  }
  body #ttp-question-modal .ttp-question-type-mobile-trigger{
    display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
    width:100%!important;min-height:56px!important;height:56px!important;padding:0 14px!important;
    border:1px solid #dfe4ef!important;border-radius:17px!important;background:linear-gradient(135deg,#fff,#f8f6ff)!important;
    color:#202b43!important;box-shadow:0 10px 25px rgba(55,45,110,.08)!important;font-family:inherit!important;
    font-size:12px!important;font-weight:900!important;text-align:right!important;position:relative!important;z-index:1202!important;
  }
  body #ttp-question-modal .ttp-question-type-mobile-trigger:focus{outline:none!important;border-color:#7653e8!important;box-shadow:0 0 0 4px rgba(118,83,232,.11)!important}
  body #ttp-question-modal .ttp-question-type-mobile-current{display:block!important;min-width:0!important;max-width:calc(100% - 42px)!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  body #ttp-question-modal .ttp-question-type-mobile-chevron{display:grid!important;place-items:center!important;flex:0 0 30px!important;width:30px!important;height:30px!important;border-radius:10px!important;background:#ece7ff!important;color:#613fd0!important;font-size:18px!important;transition:transform .2s ease!important}
  body #ttp-question-modal .ttp-question-type-mobile-wrap.is-open .ttp-question-type-mobile-chevron{transform:rotate(180deg)!important}
  body #ttp-question-modal .ttp-question-type-mobile-wrap.is-open:before{
    content:""!important;position:fixed!important;inset:0!important;background:rgba(18,25,45,.38)!important;
    backdrop-filter:blur(2px)!important;-webkit-backdrop-filter:blur(2px)!important;z-index:1200!important;
  }
  body #ttp-question-modal .ttp-question-type-mobile-menu{
    display:none!important;position:fixed!important;left:10px!important;right:10px!important;bottom:10px!important;top:auto!important;
    width:auto!important;max-width:none!important;max-height:min(62dvh,520px)!important;overflow-y:auto!important;overflow-x:hidden!important;
    padding:10px!important;border:1px solid #e2e5ee!important;border-radius:22px!important;background:rgba(255,255,255,.98)!important;
    box-shadow:0 25px 70px rgba(20,28,50,.28)!important;direction:rtl!important;z-index:1205!important;
  }
  body #ttp-question-modal .ttp-question-type-mobile-wrap.is-open .ttp-question-type-mobile-menu{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;animation:v83SheetIn .18s ease-out both}
  body #ttp-question-modal .ttp-question-type-mobile-menu:before{
    content:"انتخاب نوع سؤال";display:block;grid-column:1/-1;padding:3px 5px 8px;color:#222b43;font-size:13px;font-weight:900;
  }
  body #ttp-question-modal .ttp-question-type-mobile-menu button{
    display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:58px!important;width:100%!important;
    margin:0!important;padding:9px 12px!important;border:1px solid #edf0f5!important;border-radius:15px!important;background:#fbfcfe!important;
    color:#273248!important;font-family:inherit!important;font-size:11px!important;font-weight:900!important;text-align:right!important;cursor:pointer!important;
  }
  body #ttp-question-modal .ttp-question-type-mobile-menu button small{display:block!important;margin-top:3px!important;color:#8b95a8!important;font-size:8.5px!important;font-weight:500!important}
  body #ttp-question-modal .ttp-question-type-mobile-menu button.is-selected{border-color:#8766ed!important;background:linear-gradient(135deg,#f1edff,#faf9ff)!important;color:#5c38d0!important;box-shadow:0 7px 18px rgba(100,67,215,.10)!important}
  body #ttp-question-modal .ttp-question-type-mobile-menu button.is-selected:after{content:'✓';display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:#6b45db;color:#fff;font-size:12px;flex:0 0 25px}
}
@keyframes v83SheetIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}


@media (max-width:700px){
  #tsp-root .tsp-results-page{min-width:0!important;width:100%!important}
  #tsp-root .tsp-results-list-box{overflow:hidden!important}
  #tsp-root .tsp-results-table-wrap{overflow:visible!important;width:100%!important}
  #tsp-root .tsp-results-table{display:block!important;width:100%!important;min-width:0!important;border:0!important}
  #tsp-root .tsp-results-table thead{display:none!important}
  #tsp-root .tsp-results-table tbody{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row){display:grid!important;grid-template-columns:1fr 1fr!important;gap:0 10px!important;width:100%!important;margin:0!important;padding:13px!important;border:1px solid #e5e8f0!important;border-radius:20px!important;background:linear-gradient(180deg,#fff 0%,#fafbff 100%)!important;box-shadow:0 12px 28px rgba(38,51,85,.07)!important;position:relative!important;overflow:hidden!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row):before{content:"";position:absolute;right:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#6d4ce6,#36a6df);border-radius:0 20px 20px 0}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;width:auto!important;min-width:0!important;min-height:31px!important;padding:6px 0!important;border:0!important;font-size:9px!important;color:#455168!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:before{content:attr(data-label)!important;flex:0 0 auto!important;color:#8b94a8!important;font-size:7.5px!important;font-weight:800!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:first-child{grid-column:1/-1!important;display:block!important;padding:2px 0 10px!important;margin:0 0 3px!important;border-bottom:1px solid #edf0f5!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:first-child:before{display:block!important;margin-bottom:4px!important;color:#6a4bd7!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:first-child .tsp-result-title{display:block!important;font-size:12px!important;line-height:1.6!important;color:#202a42!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(5){grid-column:1/-1!important;justify-content:flex-start!important;gap:7px!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(11){grid-column:1/-1!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin-top:6px!important;padding-top:10px!important;border-top:1px solid #edf0f5!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(11):before{display:none!important}
  #tsp-root .tsp-results-table .tsp-actions-cell .tsp-btn{width:100%!important;min-width:0!important;min-height:35px!important;padding:7px 5px!important;border-radius:11px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:8px!important;white-space:nowrap!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) .tsp-tag{font-size:8px!important;padding:4px 8px!important}
  #tsp-root .tsp-results-table tbody tr.tsp-empty-row{display:block!important;width:100%!important;padding:28px 10px!important;border:1px dashed #dce2ed!important;border-radius:18px!important;background:#fff!important}
  #tsp-root .tsp-results-table tbody tr.tsp-empty-row td{display:block!important;width:100%!important;text-align:center!important}
}
@media(max-width:380px){
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row){grid-template-columns:1fr!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(11){grid-column:1!important;grid-template-columns:1fr 1fr!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(11) .tsp-btn:last-child{grid-column:1/-1!important}
}


#tsp-root .tsp-exam-card{position:relative!important;overflow:hidden!important;border:1px solid rgba(219,224,239,.9)!important;background:linear-gradient(180deg,#fff,#fafbff)!important;box-shadow:0 16px 38px rgba(39,54,90,.08)!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}
#tsp-root .tsp-exam-card:hover{transform:translateY(-4px)!important;box-shadow:0 22px 48px rgba(53,70,110,.13)!important}
#tsp-root .tsp-exam-card.tsp-pre-exam-card{border-color:#dcd2ff!important;background:linear-gradient(180deg,#fff,#fbf9ff)!important}
#tsp-root .tsp-exam-card.tsp-main-exam-card{border-color:#dbe8f4!important}
#tsp-root .tsp-exam-cover{position:relative!important;overflow:hidden!important;background:#eef2f8!important}
#tsp-root .tsp-exam-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 52%,rgba(16,27,52,.30));pointer-events:none}
#tsp-root .tsp-exam-cover img{transition:transform .35s ease!important}
#tsp-root .tsp-exam-card:hover .tsp-exam-cover img{transform:scale(1.035)!important}
#tsp-root .tsp-pre-exam-ribbon,#tsp-root .tsp-exam-cover-badge{z-index:3!important;box-shadow:0 8px 18px rgba(26,37,67,.16)!important}
#tsp-root .tsp-pre-exam-mark,#tsp-root .tsp-main-exam-mark{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:5px 8px!important;border-radius:999px!important;font-size:8px!important;font-weight:900!important;margin-bottom:7px!important}
#tsp-root .tsp-pre-exam-mark{background:#f0ebff!important;color:#6944d7!important}
#tsp-root .tsp-main-exam-mark{background:#eaf5ff!important;color:#276ea9!important}
#tsp-root .tsp-exam-card-body h4{font-size:16px!important;line-height:1.55!important;color:#202941!important}
#tsp-root .tsp-exam-card-meta{display:flex!important;flex-wrap:wrap!important;gap:6px!important}
#tsp-root .tsp-exam-card-meta span{padding:5px 7px!important;border-radius:9px!important;background:#f6f8fc!important;border:1px solid #edf0f5!important;color:#657086!important;font-size:8px!important}
#tsp-root .tsp-exam-progress{margin:10px 0 2px!important;padding:9px 10px!important;border-radius:13px!important;background:linear-gradient(135deg,#f7f4ff,#f5fbff)!important;border:1px solid #ece8f8!important}
#tsp-root .tsp-exam-progress>div{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;color:#7d8699!important;font-size:8px!important}
#tsp-root .tsp-exam-progress strong{color:#5e43cf!important;font-size:11px!important}
#tsp-root .tsp-exam-progress i{display:block!important;height:6px!important;margin-top:7px!important;border-radius:999px!important;background:#e5e8ef!important;overflow:hidden!important}
#tsp-root .tsp-exam-progress i em{display:block!important;height:100%!important;border-radius:999px!important;background:linear-gradient(90deg,#6d4ce6,#35a9dc)!important}
#tsp-root .tsp-exam-score-mini{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:10px 0 2px!important;padding:9px 10px!important;border-radius:13px!important;background:#eef9f3!important;border:1px solid #d9f0e3!important}
#tsp-root .tsp-exam-score-mini span{font-size:8px!important;color:#6b7f74!important}.tsp-exam-score-mini strong{font-size:13px!important;color:#15935a!important}
#tsp-root .tsp-exam-card-dates{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-top:10px!important}
#tsp-root .tsp-exam-card-dates span{padding:5px 7px!important;border-radius:8px!important;background:#fbfcfe!important;color:#8a93a5!important;font-size:7.5px!important;border:1px solid #eef0f4!important}
#tsp-root .tsp-exam-card-actions{display:grid!important;grid-template-columns:1fr auto!important;gap:7px!important;margin-top:12px!important}
#tsp-root .tsp-exam-card-actions .tsp-btn{min-height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important}
@media(max-width:650px){
  #tsp-root .tsp-exam-cards-grid{grid-template-columns:1fr!important;gap:12px!important}
  #tsp-root .tsp-exam-card{border-radius:20px!important}
  #tsp-root .tsp-exam-cover{height:150px!important}
  #tsp-root .tsp-exam-card-body{padding:13px!important}
  #tsp-root .tsp-exam-card-body h4{font-size:14px!important;margin:5px 0 8px!important}
  #tsp-root .tsp-exam-card-meta span{font-size:7.5px!important}
  #tsp-root .tsp-exam-card-actions{grid-template-columns:1fr!important}
  #tsp-root .tsp-exam-card-actions .tsp-btn{width:100%!important}
}




#tsp-root .tsp-exam-cards-grid{align-items:stretch!important;grid-auto-rows:minmax(540px,1fr)!important}
#tsp-root .tsp-exam-card{height:540px!important;min-height:540px!important;display:flex!important;flex-direction:column!important}
#tsp-root .tsp-exam-cover{height:170px!important;min-height:170px!important;flex:0 0 170px!important}
#tsp-root .tsp-exam-cover img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
#tsp-root .tsp-exam-card-body{display:flex!important;flex:1 1 auto!important;min-height:0!important;flex-direction:column!important}
#tsp-root .tsp-exam-card-body h4{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:50px!important;margin-top:4px!important}
#tsp-root .tsp-exam-card-meta{min-height:58px!important;align-content:flex-start!important;overflow:hidden!important}
#tsp-root .tsp-exam-card-dates{min-height:36px!important;max-height:54px!important;overflow:hidden!important}
#tsp-root .tsp-exam-card-actions{margin-top:auto!important}


@media(max-width:700px){
  #tsp-root .tsp-results-list-box{padding:11px!important;border-radius:22px!important}
  #tsp-root .tsp-results-list-head{padding:4px 3px 11px!important;margin-bottom:4px!important;align-items:flex-start!important}
  #tsp-root .tsp-results-list-head>div:first-child{align-items:center!important;gap:8px!important}
  #tsp-root .tsp-results-list-icon{width:38px!important;height:38px!important;flex-basis:38px!important;border-radius:12px!important;font-size:17px!important}
  #tsp-root .tsp-results-list-head h3{font-size:13px!important}
  #tsp-root .tsp-results-list-head p{font-size:7px!important;line-height:1.6!important;max-width:170px!important}
  #tsp-root .tsp-results-list-head .tsp-year-filter{display:block!important;flex:0 0 auto!important}
  #tsp-root .tsp-results-list-head .tsp-year-filter label{display:none!important}
  #tsp-root .tsp-results-list-head .tsp-year-filter select{height:34px!important;padding:6px 9px!important;border-radius:10px!important;font-size:8px!important}

  #tsp-root .tsp-results-table tbody{gap:10px!important;grid-auto-rows:330px!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row){
    height:330px!important;min-height:330px!important;max-height:330px!important;
    display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:47px 54px 52px 46px 1fr!important;
    gap:0 9px!important;padding:12px 12px 10px!important;border-radius:20px!important;
    background:linear-gradient(145deg,#ffffff 0%,#fbfbff 52%,#f7fbff 100%)!important;
    box-shadow:0 14px 34px rgba(45,55,90,.09)!important;
  }
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row):after{
    content:""!important;position:absolute!important;left:0!important;right:0!important;top:0!important;height:3px!important;
    background:linear-gradient(90deg,#6d4ce6,#35a8dc,#20b981)!important;border-radius:20px 20px 0 0!important;
  }
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td{min-height:0!important;height:auto!important;padding:5px 0!important;font-size:9px!important;line-height:1.35!important}

  
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(1){grid-column:1/-1!important;grid-row:1!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:0 0 8px!important;margin:0!important;border-bottom:1px solid #edf0f5!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(1):before{display:none!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(1) .tsp-result-title{font-size:12px!important;font-weight:900!important;line-height:1.5!important;max-width:100%!important}

  
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(3),
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(4){
    grid-row:2!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;
    padding:7px 10px!important;border-radius:13px!important;background:#f8f9fd!important;border:1px solid #edf0f5!important;
  }
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(3){grid-column:1!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(4){grid-column:2!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(3):before,
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(4):before{font-size:7px!important;margin-bottom:2px!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(3){font-size:15px!important;font-weight:900!important;color:#273149!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(4) .tsp-tag{font-size:13px!important;font-weight:900!important;padding:3px 8px!important}

  
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(2),
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(5){
    grid-row:3!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:7px 2px!important;
  }
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(2){grid-column:1!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(5){grid-column:2!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(5){justify-content:flex-start!important;gap:5px!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(5):before{display:none!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(5) .tsp-tag{font-size:7.5px!important;padding:5px 8px!important}

  
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(6),
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(7),
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(8),
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(9),
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(10){
    grid-row:4!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;
    padding:5px 2px!important;border-top:1px solid #edf0f5!important;font-size:11px!important;font-weight:900!important;color:#34405a!important;
  }
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(6){grid-column:1!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(7){grid-column:2!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(8){grid-column:1!important;transform:translateY(37px)!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(9){grid-column:2!important;transform:translateY(37px)!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(10){grid-column:1/-1!important;transform:translateY(37px)!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(6):before,
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(7):before,
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(8):before,
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(9):before,
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(10):before{font-size:6.5px!important;margin-bottom:2px!important}

  
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(11){
    grid-column:1/-1!important;grid-row:5!important;display:grid!important;grid-template-columns:1.15fr 1fr 1fr!important;gap:5px!important;
    align-self:end!important;margin:0!important;padding:8px 0 0!important;border-top:1px solid #edf0f5!important;
  }
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(11):before{display:none!important}
  #tsp-root .tsp-results-table .tsp-actions-cell .tsp-btn{min-height:34px!important;height:34px!important;border-radius:10px!important;font-size:7px!important;padding:5px 3px!important}
}


@media(max-width:380px){
  #tsp-root .tsp-results-table tbody{grid-auto-rows:342px!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row){height:342px!important;min-height:342px!important;max-height:342px!important;grid-template-rows:47px 54px 52px 46px 1fr!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(11){grid-template-columns:1fr 1fr!important}
  #tsp-root .tsp-results-table tbody tr:not(.tsp-empty-row) td:nth-child(11) .tsp-btn:last-child{grid-column:1/-1!important}
}

@media(max-width:650px){
  #tsp-root .tsp-exam-cards-grid{grid-auto-rows:520px!important;gap:14px!important}
  #tsp-root .tsp-exam-card{height:520px!important;min-height:520px!important;max-height:520px!important;border-radius:22px!important}
  #tsp-root .tsp-exam-cover{height:142px!important;min-height:142px!important;flex-basis:142px!important}
  #tsp-root .tsp-exam-card-body{padding:13px!important}
  #tsp-root .tsp-exam-card-body h4{min-height:44px!important;max-height:44px!important;font-size:14px!important}
  #tsp-root .tsp-exam-card-meta{min-height:52px!important;max-height:52px!important}
  #tsp-root .tsp-exam-card-dates{min-height:34px!important;max-height:42px!important}
}


#tsp-root .tsp-date-block,#ttp-root .ttp-date-block{align-items:center!important;gap:10px!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:14px!important;padding:8px 14px!important;box-shadow:0 6px 18px rgba(15,23,42,.07)!important;color:#1f2440!important}
#tsp-root .tsp-date-icon,#ttp-root .ttp-date-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;border-radius:10px!important;background:linear-gradient(135deg,#3560ff,#7c3aed)!important;color:#fff!important;font-size:15px!important;flex:0 0 36px!important}
#tsp-root .tsp-date-block div,#ttp-root .ttp-date-block div{display:flex!important;flex-direction:column!important;gap:2px!important;line-height:1.3!important}
#tsp-root .tsp-date-block small,#ttp-root .ttp-date-block small{display:block!important;color:#8a94a6!important;font-size:10px!important;font-weight:700!important;margin:0!important}
#tsp-root .tsp-date-block strong,#ttp-root .ttp-date-block strong{display:block!important;color:#1f2440!important;font-size:13.5px!important;font-weight:800!important;white-space:nowrap!important;margin:0!important}


#tsp-root .tsp-year-locked,#ttp-root .tsp-year-locked{opacity:.75!important;cursor:not-allowed!important;background:#f3f6f9!important;pointer-events:none!important}
#tsp-root #tsp-global-academic-year.tsp-year-locked{opacity:0!important;background:0 0!important;cursor:not-allowed!important;pointer-events:none!important}


#tsp-root .tsp-nav-item .tsp-nav-icon,
#tsp-root .tsp-nav-item.active .tsp-nav-icon,
#tsp-root .tsp-nav-item:hover .tsp-nav-icon {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
#tsp-root .tsp-nav-item .tsp-nav-icon-img {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  object-fit: contain !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width:520px) {
  #tsp-root .tsp-nav-item .tsp-nav-icon-img {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
  }
}


#tsp-root .tsp-sidebar .tsp-nav-item .tsp-nav-icon,
#tsp-root .tsp-sidebar .tsp-nav-home .tsp-nav-icon {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    flex: 0 0 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: none !important;
}
#tsp-root .tsp-sidebar .tsp-nav-item .tsp-nav-icon img.tsp-nav-icon-img {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    object-fit: contain !important;
    display: block !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
#tsp-root .tsp-sidebar .tsp-nav-item:nth-of-type(n) .tsp-nav-icon,
#tsp-root .tsp-sidebar .tsp-nav-item.active .tsp-nav-icon,
#tsp-root .tsp-sidebar .tsp-nav-item:hover .tsp-nav-icon {
    background: transparent !important;
    box-shadow: none !important;
}
#tsp-root .tsp-sidebar .tsp-nav-item:hover:not(.active) {
    background: rgba(53,96,255,.055) !important;
    box-shadow: none !important;
    transform: translateX(-2px) !important;
}
#tsp-root .tsp-sidebar .tsp-nav-item.active {
    background: linear-gradient(90deg, rgba(53,96,255,.055), rgba(124,58,237,.035)) !important;
    color: #3560ff !important;
    border: 1px solid rgba(53,96,255,.20) !important;
    box-shadow: none !important;
    transform: none !important;
}
#tsp-root .tsp-sidebar .tsp-nav-item.active .tsp-nav-label {
    color: #3560ff !important;
    font-weight: 800 !important;
}


@media (min-width:1101px){
  #tsp-root .tsp-sidebar .tsp-nav-item[data-tab]:not(.active)::after{
    content:"" !important;
    position:absolute !important;
    left:14px !important;
    right:14px !important;
    bottom:0 !important;
    width:auto !important;
    height:1px !important;
    min-height:1px !important;
    background:rgba(120,135,160,.18) !important;
    border-radius:999px !important;
    display:block !important;
    opacity:1 !important;
    transform:none !important;
    box-shadow:none !important;
    pointer-events:none !important;
  }
  #tsp-root .tsp-sidebar .tsp-nav-item[data-tab]:not(.active):hover::after{
    background:rgba(53,96,255,.22) !important;
  }
  #tsp-root .tsp-sidebar .tsp-nav-item[data-tab].active::after{
    display:none !important;
    content:none !important;
  }
}
@media (max-width:1100px){
  #tsp-root .tsp-sidebar .tsp-nav-item[data-tab]::after{
    display:none !important;
    content:none !important;
  }
}


#tsp-root .tsp-nav .tsp-nav-item[data-tab]{pointer-events:auto!important;cursor:pointer!important;opacity:1!important;visibility:visible!important;filter:none!important;touch-action:manipulation!important}
#tsp-root .tsp-nav .tsp-nav-item.tsp-nav-disabled{pointer-events:auto!important;cursor:pointer!important;opacity:1!important;filter:none!important}


.tsp-exam-access-row{display:flex;align-items:center;min-height:26px;margin:8px 0 2px}.tsp-exam-access-badge{display:inline-flex;align-items:center;border:1px solid rgba(15,23,42,.10);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700;line-height:1}.tsp-access-gift{background:rgba(16,185,129,.08);color:#047857}.tsp-access-purchased{background:rgba(59,130,246,.08);color:#1d4ed8}.tsp-access-course{background:rgba(124,58,237,.08);color:#6d28d9}


.tsp-exam-card-actions{display:flex;flex-wrap:wrap;gap:8px}.tsp-exam-card-actions .tsp-btn{min-height:40px}.tsp-exam-card-actions .tsp-btn-ghost{flex:0 0 auto}.tsp-exam-access-row{min-height:28px}.tsp-exam-access-badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:700}

#tsp-root .tsp-exam-state-note{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border-radius:11px;background:#f6f7fa;color:#7d8796;font-size:11px;font-weight:700}.tsp-exam-state-note.is-expired{background:#fff4f4;color:#b45a5a}


#tsp-root .tsp-exam-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important;align-items:stretch!important}
#tsp-root .tsp-exam-card{border-radius:28px!important;background:#fff!important;border:1px solid #e7eaf2!important;box-shadow:0 18px 45px rgba(45,55,85,.08)!important;overflow:hidden!important}
#tsp-root .tsp-exam-card.tsp-pre-exam-card{border-color:#cfe3ff!important;box-shadow:0 18px 45px rgba(54,119,230,.10)!important}
#tsp-root .tsp-exam-card.tsp-main-exam-card{border-color:#ddd0ff!important;box-shadow:0 18px 45px rgba(124,58,237,.10)!important}
#tsp-root .tsp-exam-cover{height:285px!important;min-height:285px!important;position:relative!important;background:#f7f8fc!important;overflow:hidden!important}
#tsp-root .tsp-exam-cover img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;transition:transform .35s ease!important}
#tsp-root .tsp-exam-card:hover .tsp-exam-cover img{transform:scale(1.025)!important}
#tsp-root .tsp-exam-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,0) 60%,rgba(18,25,45,.10));pointer-events:none}
#tsp-root .tsp-pre-exam-ribbon,#tsp-root .tsp-exam-cover-badge{z-index:2!important}
#tsp-root .tsp-exam-cover .tsp-pre-exam-ribbon{top:18px!important;right:18px!important;padding:10px 16px!important;border-radius:999px!important;background:rgba(235,245,255,.96)!important;color:#1474df!important;font-weight:900!important;box-shadow:0 8px 20px rgba(20,116,223,.12)!important}
#tsp-root .tsp-exam-card.tsp-main-exam-card .tsp-exam-cover .tsp-exam-cover-badge{top:18px!important;left:18px!important;right:auto!important;background:rgba(145,91,238,.92)!important;color:#fff!important;border:0!important}
#tsp-root .tsp-exam-card-body{padding:22px 24px 24px!important}
#tsp-root .tsp-pre-exam-mark,#tsp-root .tsp-main-exam-mark{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:145px!important;padding:8px 16px!important;border-radius:12px!important;font-weight:900!important;font-size:13px!important;margin-bottom:10px!important}
#tsp-root .tsp-pre-exam-mark{background:#eef7ff!important;color:#1677df!important}
#tsp-root .tsp-main-exam-mark{background:#f4edff!important;color:#8050d8!important}
#tsp-root .tsp-exam-card-body h4{font-size:23px!important;line-height:1.6!important;margin:4px 0 10px!important;color:#17213b!important}
#tsp-root .tsp-exam-access-row{margin:0 0 14px!important}
#tsp-root .tsp-exam-access-badge{display:inline-flex!important;padding:8px 14px!important;border-radius:999px!important;font-weight:800!important;font-size:12px!important;background:#edf8f2!important;color:#198754!important}
#tsp-root .tsp-access-course{background:#eef5ff!important;color:#246ed1!important}
#tsp-root .tsp-access-purchased{background:#fff4e8!important;color:#b86a08!important}
#tsp-root .tsp-access-gift{background:#eaf8f1!important;color:#178b57!important}
#tsp-root .tsp-exam-card-meta{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin-top:12px!important}
#tsp-root .tsp-exam-card-meta span{padding:10px 11px!important;border-radius:12px!important;background:#fafbfe!important;border:1px solid #edf0f5!important;color:#667085!important;font-size:11px!important;text-align:center!important}
#tsp-root .tsp-exam-card-dates{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;margin-top:10px!important}
#tsp-root .tsp-exam-card-dates span{padding:10px 11px!important;border-radius:12px!important;background:#fff!important;border:1px solid #edf0f5!important;color:#7a8497!important;font-size:10px!important;text-align:center!important}
#tsp-root .tsp-exam-card-actions{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin-top:18px!important}
#tsp-root .tsp-exam-card-actions .tsp-btn-primary{flex:1 1 100%!important;min-height:48px!important;border-radius:14px!important;font-size:14px!important;font-weight:900!important}
#tsp-root .tsp-exam-card-actions .tsp-btn-ghost{flex:1 1 calc(33.333% - 9px)!important;min-height:40px!important;border-radius:12px!important;font-size:11px!important}
@media(max-width:900px){#tsp-root .tsp-exam-cards-grid{grid-template-columns:1fr!important}}
@media(max-width:600px){#tsp-root .tsp-exam-cover{height:220px!important;min-height:220px!important}#tsp-root .tsp-exam-card-body{padding:17px!important}#tsp-root .tsp-exam-card-body h4{font-size:19px!important}#tsp-root .tsp-exam-card-meta,#tsp-root .tsp-exam-card-dates{grid-template-columns:1fr!important}}



#tsp-root .tsp-exam-cards-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px!important;align-items:stretch!important}
#tsp-root .tsp-exam-card{height:auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:28px!important;background:#fff!important;border:2px solid #e7e9f2!important;box-shadow:0 12px 34px rgba(35,42,74,.07)!important;transition:transform .22s ease,box-shadow .22s ease!important}
#tsp-root .tsp-exam-card:hover{transform:translateY(-5px)!important;box-shadow:0 20px 44px rgba(35,42,74,.12)!important}
#tsp-root .tsp-exam-card.tsp-pre-exam-card{border-color:#cfe1ff!important;background:#fff!important}
#tsp-root .tsp-exam-card.tsp-main-exam-card{border-color:#d9d0ff!important;background:#fff!important}
#tsp-root .tsp-exam-cover{height:305px!important;min-height:305px!important;flex:0 0 305px!important;border-radius:25px 25px 0 0!important;background:#f4f7fc!important;overflow:hidden!important;position:relative!important}
#tsp-root .tsp-exam-cover:after{display:none!important}
#tsp-root .tsp-exam-cover img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important;transform:none!important}
#tsp-root .tsp-exam-card:hover .tsp-exam-cover img{transform:none!important}
#tsp-root .tsp-exam-cover-badge{position:absolute!important;top:18px!important;left:18px!important;right:auto!important;padding:9px 17px!important;border-radius:999px!important;font-size:12px!important;font-weight:800!important;background:#8b5de8!important;color:#fff!important;box-shadow:0 8px 18px rgba(91,61,180,.18)!important}
#tsp-root .tsp-pre-exam-card .tsp-exam-cover-badge{background:#eef5ff!important;color:#1774d2!important}
#tsp-root .tsp-pre-exam-ribbon{position:absolute!important;top:18px!important;right:18px!important;z-index:4!important;padding:10px 16px!important;border-radius:999px!important;background:#eaf3ff!important;color:#1674d2!important;font-weight:900!important;font-size:13px!important;box-shadow:none!important}
#tsp-root .tsp-exam-card-body{padding:22px 24px 24px!important;display:flex!important;flex-direction:column!important;flex:1!important;background:#fff!important}
#tsp-root .tsp-pre-exam-mark,#tsp-root .tsp-main-exam-mark{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:42px!important;border-radius:10px!important;font-size:15px!important;font-weight:900!important;margin:0 0 16px!important}
#tsp-root .tsp-pre-exam-mark{background:#edf6ff!important;color:#1878d2!important}
#tsp-root .tsp-main-exam-mark{background:#f3edff!important;color:#7b4ee2!important}
#tsp-root .tsp-exam-card-body h4{font-size:25px!important;line-height:1.55!important;text-align:center!important;color:#1e2a44!important;margin:0 0 8px!important;font-weight:900!important}
#tsp-root .tsp-exam-access-row{display:flex!important;justify-content:center!important;margin:4px 0 17px!important}
#tsp-root .tsp-exam-access-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:8px 18px!important;border-radius:999px!important;font-size:13px!important;font-weight:900!important;background:#e9f8f1!important;color:#17865b!important}
#tsp-root .tsp-exam-meta-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:12px!important}
#tsp-root .tsp-exam-card-meta{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:0 0 14px!important;min-height:0!important}
#tsp-root .tsp-exam-card-meta span{display:flex!important;align-items:center!important;justify-content:center!important;min-height:58px!important;padding:8px!important;border-radius:14px!important;background:#fff!important;border:1px solid #e8edf5!important;color:#46526b!important;font-size:12px!important;font-weight:700!important;line-height:1.5!important;text-align:center!important}
#tsp-root .tsp-exam-score-mini,#tsp-root .tsp-exam-progress{margin:2px 0 14px!important;border:1px solid #d9f1e5!important;background:#f2fbf6!important;border-radius:17px!important;padding:14px 16px!important}
#tsp-root .tsp-exam-card-dates{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:0 0 14px!important;min-height:0!important}
#tsp-root .tsp-exam-card-dates span{display:flex!important;align-items:center!important;justify-content:center!important;min-height:52px!important;padding:8px!important;border-radius:14px!important;background:#fff!important;color:#69748a!important;font-size:11px!important;border:1px solid #e8edf5!important;text-align:center!important}
#tsp-root .tsp-exam-card-actions{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin-top:auto!important;padding-top:4px!important}
#tsp-root .tsp-exam-card-actions .tsp-btn-primary{width:100%!important;min-height:56px!important;border-radius:16px!important;font-size:15px!important;font-weight:900!important}
#tsp-root .tsp-exam-card-actions .tsp-btn-ghost{flex:1 1 calc(33.333% - 9px)!important;min-height:42px!important;border-radius:12px!important;font-size:11px!important;background:#fff!important}
#tsp-root .tsp-main-exam-card .tsp-exam-card-actions .tsp-btn-primary{background:linear-gradient(135deg,#7b4de2,#9a62ed)!important;box-shadow:0 10px 22px rgba(123,77,226,.22)!important}
#tsp-root .tsp-pre-exam-card .tsp-exam-card-actions .tsp-btn-primary{background:linear-gradient(135deg,#2468ef,#318cf1)!important;box-shadow:0 10px 22px rgba(36,104,239,.20)!important}
@media(max-width:900px){#tsp-root .tsp-exam-cards-grid{grid-template-columns:1fr!important}}
@media(max-width:600px){#tsp-root .tsp-exam-cover{height:220px!important;min-height:220px!important;flex-basis:220px!important}#tsp-root .tsp-exam-card-body{padding:17px!important}#tsp-root .tsp-exam-card-body h4{font-size:20px!important}#tsp-root .tsp-exam-card-meta{grid-template-columns:1fr!important}#tsp-root .tsp-exam-card-dates{grid-template-columns:1fr!important}#tsp-root .tsp-exam-card-actions .tsp-btn-ghost{flex:1 1 100%!important}}


#tsp-root .tsp-exam-cards-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
#tsp-root .tsp-exam-card{
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#fff!important;
  border:1.5px solid #e6e9f2!important;
  box-shadow:0 12px 30px rgba(48,61,95,.08)!important;
  display:flex!important;
  flex-direction:column!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
}
#tsp-root .tsp-exam-card:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 18px 38px rgba(48,61,95,.13)!important;
}
#tsp-root .tsp-exam-card.tsp-main-exam-card{
  border-color:#d9cbff!important;
  background:linear-gradient(180deg,#fff 0%,#fcfaff 100%)!important;
}
#tsp-root .tsp-exam-card.tsp-pre-exam-card{
  border-color:#c9e0ff!important;
  background:linear-gradient(180deg,#fff 0%,#f9fcff 100%)!important;
}
#tsp-root .tsp-exam-cover{
  position:relative!important;
  height:150px!important;
  min-height:150px!important;
  padding:0!important;
  overflow:hidden!important;
  background:#f5f7fb!important;
}
#tsp-root .tsp-exam-cover img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  transition:transform .25s ease!important;
}
#tsp-root .tsp-exam-card:hover .tsp-exam-cover img{transform:scale(1.025)!important}
#tsp-root .tsp-exam-cover-badge{
  position:absolute!important;
  top:10px!important;
  left:10px!important;
  right:auto!important;
  z-index:3!important;
  border-radius:999px!important;
  padding:6px 10px!important;
  font-size:10px!important;
  font-weight:800!important;
  background:rgba(255,255,255,.92)!important;
  color:#35405b!important;
  box-shadow:0 5px 14px rgba(30,40,70,.12)!important;
}
#tsp-root .tsp-pre-exam-ribbon{
  position:absolute!important;
  top:10px!important;
  right:10px!important;
  z-index:4!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  background:#e8f3ff!important;
  color:#1774d1!important;
  font-size:10px!important;
  font-weight:900!important;
}
#tsp-root .tsp-exam-card-body{
  padding:14px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:9px!important;
  flex:1!important;
}
#tsp-root .tsp-pre-exam-mark,#tsp-root .tsp-main-exam-mark{
  align-self:flex-start!important;
  margin:0!important;
  padding:5px 10px!important;
  border-radius:999px!important;
  font-size:10px!important;
  font-weight:900!important;
}
#tsp-root .tsp-pre-exam-mark{background:#e9f4ff!important;color:#1877d5!important}
#tsp-root .tsp-main-exam-mark{background:#f0eaff!important;color:#7145d8!important}
#tsp-root .tsp-exam-card-body h4{
  margin:0!important;
  font-size:16px!important;
  line-height:1.55!important;
  min-height:50px!important;
  max-height:50px!important;
  overflow:hidden!important;
  color:#202940!important;
}
#tsp-root .tsp-exam-access-row{min-height:0!important}
#tsp-root .tsp-exam-access-badge{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  padding:7px 8px!important;
  border-radius:10px!important;
  font-size:10px!important;
  font-weight:800!important;
}
#tsp-root .tsp-access-gift{background:#eaf7f1!important;color:#16825a!important}
#tsp-root .tsp-access-course{background:#f0eaff!important;color:#7145d8!important}
#tsp-root .tsp-access-purchased{background:#e9f4ff!important;color:#1774d1!important}
#tsp-root .tsp-exam-card-meta{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:6px!important;
  min-height:62px!important;
}
#tsp-root .tsp-exam-card-meta span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  padding:7px 5px!important;
  min-width:0!important;
  border:1px solid #edf0f5!important;
  border-radius:10px!important;
  background:#fbfcfe!important;
  color:#667085!important;
  font-size:9px!important;
  line-height:1.45!important;
}
#tsp-root .tsp-exam-progress,#tsp-root .tsp-exam-score-mini{
  padding:9px!important;
  border-radius:12px!important;
  background:#f4fbf8!important;
  border:1px solid #dcefe7!important;
  font-size:10px!important;
}
#tsp-root .tsp-exam-card-dates{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:6px!important;
  margin-top:0!important;
  min-height:0!important;
}
#tsp-root .tsp-exam-card-dates span{
  padding:7px 5px!important;
  border:1px solid #edf0f4!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#7b8496!important;
  font-size:8.5px!important;
  text-align:center!important;
}
#tsp-root .tsp-exam-card-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:7px!important;
  margin-top:auto!important;
}
#tsp-root .tsp-exam-card-actions .tsp-btn{
  min-height:36px!important;
  padding:7px 8px!important;
  border-radius:10px!important;
  font-size:10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
#tsp-root .tsp-exam-card-actions .tsp-btn-primary{grid-column:1/-1!important}
@media (max-width:1200px){
  #tsp-root .tsp-exam-cards-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (max-width:900px){
  #tsp-root .tsp-exam-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
}
@media (max-width:560px){
  #tsp-root .tsp-exam-cards-grid{grid-template-columns:1fr!important}
  #tsp-root .tsp-exam-cover{height:175px!important;min-height:175px!important}
}


#tsp-root .tsp-exam-cards-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
#tsp-root .tsp-exam-card{
  width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
  display:flex!important;
  flex-direction:column!important;
  border-radius:22px!important;
  background:#fff!important;
  border:2px solid #e7eaf2!important;
  box-shadow:0 12px 30px rgba(35,42,74,.08)!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
#tsp-root .tsp-exam-card:hover{
  transform:translateY(-5px)!important;
  box-shadow:0 20px 38px rgba(35,42,74,.13)!important;
}
#tsp-root .tsp-exam-card.tsp-pre-exam-card{border-color:#cfe2ff!important}
#tsp-root .tsp-exam-card.tsp-main-exam-card{border-color:#ddd1ff!important}
#tsp-root .tsp-exam-cover{
  position:relative!important;
  height:190px!important;
  min-height:190px!important;
  flex:0 0 190px!important;
  overflow:hidden!important;
  background:#f7f9ff!important;
}
#tsp-root .tsp-exam-cover img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  transition:transform .3s ease!important;
}
#tsp-root .tsp-exam-card:hover .tsp-exam-cover img{transform:scale(1.025)!important}
#tsp-root .tsp-pre-exam-card .tsp-exam-cover:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(36,104,239,.05),rgba(36,104,239,.02) 55%,rgba(36,104,239,.12))!important;
  pointer-events:none!important;
}
#tsp-root .tsp-main-exam-card .tsp-exam-cover:after{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(180deg,rgba(123,77,226,.04),rgba(123,77,226,.02) 55%,rgba(123,77,226,.11))!important;
  pointer-events:none!important;
}
#tsp-root .tsp-exam-cover-badge,
#tsp-root .tsp-pre-exam-ribbon{
  z-index:3!important;
}
#tsp-root .tsp-pre-exam-ribbon{
  position:absolute!important;
  top:12px!important;
  right:12px!important;
  left:auto!important;
  padding:7px 11px!important;
  border-radius:999px!important;
  background:#eaf4ff!important;
  color:#1774d1!important;
  font-size:10px!important;
  font-weight:900!important;
  box-shadow:0 5px 14px rgba(36,104,239,.10)!important;
}
#tsp-root .tsp-exam-cover-badge{
  top:12px!important;
  left:12px!important;
  right:auto!important;
  padding:7px 11px!important;
  border-radius:999px!important;
  font-size:10px!important;
  font-weight:900!important;
}
#tsp-root .tsp-main-exam-card .tsp-exam-cover-badge{background:#8b5ce8!important;color:#fff!important}
#tsp-root .tsp-pre-exam-card .tsp-exam-cover-badge{background:#2d78ee!important;color:#fff!important}
#tsp-root .tsp-exam-card-body{
  padding:16px!important;
  gap:9px!important;
  display:flex!important;
  flex-direction:column!important;
  flex:1!important;
}
#tsp-root .tsp-pre-exam-mark,
#tsp-root .tsp-main-exam-mark{
  align-self:center!important;
  width:88%!important;
  text-align:center!important;
  margin:0!important;
  padding:6px 9px!important;
  border-radius:9px!important;
  font-size:10px!important;
  font-weight:900!important;
}
#tsp-root .tsp-pre-exam-mark{background:#edf6ff!important;color:#2477d4!important}
#tsp-root .tsp-main-exam-mark{background:#f2ecff!important;color:#734bd7!important}
#tsp-root .tsp-exam-card-body h4{
  margin:0!important;
  min-height:48px!important;
  max-height:48px!important;
  overflow:hidden!important;
  text-align:center!important;
  color:#1d2943!important;
  font-size:16px!important;
  line-height:1.5!important;
  font-weight:900!important;
}
#tsp-root .tsp-exam-access-row{min-height:0!important}
#tsp-root .tsp-exam-access-badge{
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:31px!important;
  padding:6px 8px!important;
  border-radius:999px!important;
  font-size:9.5px!important;
  font-weight:900!important;
}
#tsp-root .tsp-access-gift{background:#eaf7f1!important;color:#16825a!important}
#tsp-root .tsp-access-course{background:#f1ebff!important;color:#7046d5!important}
#tsp-root .tsp-access-purchased{background:#eaf4ff!important;color:#1774d1!important}
#tsp-root .tsp-exam-card-meta{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:6px!important;
  margin:0!important;
  min-height:0!important;
}
#tsp-root .tsp-exam-card-meta span{
  min-width:0!important;
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:6px!important;
  border:1px solid #edf0f5!important;
  border-radius:10px!important;
  background:#fbfcfe!important;
  color:#667085!important;
  font-size:9px!important;
  font-weight:700!important;
  line-height:1.4!important;
  text-align:center!important;
}
#tsp-root .tsp-exam-progress,
#tsp-root .tsp-exam-score-mini{
  padding:9px!important;
  margin:0!important;
  border-radius:11px!important;
  background:#f2fbf7!important;
  border:1px solid #dcefe7!important;
  font-size:9px!important;
}
#tsp-root .tsp-exam-card-dates{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:6px!important;
  margin:0!important;
}
#tsp-root .tsp-exam-card-dates span{
  min-width:0!important;
  min-height:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:5px!important;
  border:1px solid #edf0f4!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#7b8496!important;
  font-size:8px!important;
  line-height:1.35!important;
  text-align:center!important;
}
#tsp-root .tsp-exam-card-actions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:6px!important;
  margin-top:auto!important;
  padding-top:2px!important;
}
#tsp-root .tsp-exam-card-actions .tsp-btn{
  min-width:0!important;
  min-height:34px!important;
  padding:6px 7px!important;
  border-radius:10px!important;
  font-size:9px!important;
  font-weight:800!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}
#tsp-root .tsp-exam-card-actions .tsp-btn-primary{
  grid-column:1/-1!important;
  min-height:43px!important;
  border-radius:12px!important;
  font-size:11px!important;
  font-weight:900!important;
}
#tsp-root .tsp-main-exam-card .tsp-exam-card-actions .tsp-btn-primary{
  background:linear-gradient(135deg,#7b4de2,#9961ed)!important;
  box-shadow:0 9px 18px rgba(123,77,226,.20)!important;
}
#tsp-root .tsp-pre-exam-card .tsp-exam-card-actions .tsp-btn-primary{
  background:linear-gradient(135deg,#2468ef,#318cf1)!important;
  box-shadow:0 9px 18px rgba(36,104,239,.18)!important;
}
@media(max-width:1250px){
  #tsp-root .tsp-exam-cards-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:950px){
  #tsp-root .tsp-exam-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
}
@media(max-width:600px){
  #tsp-root .tsp-exam-cards-grid{grid-template-columns:1fr!important;gap:14px!important}
  #tsp-root .tsp-exam-cover{height:200px!important;min-height:200px!important;flex-basis:200px!important}
  #tsp-root .tsp-exam-card-body{padding:15px!important}
}

.tsp-messenger-pro{display:grid;grid-template-columns:390px minmax(0,1fr);min-height:680px;background:#080d1d;border:1px solid #202a49;border-radius:28px;overflow:hidden;color:#f7f8ff;box-shadow:0 24px 70px rgba(4,8,25,.22);direction:ltr}.tsp-messenger-pro *{box-sizing:border-box}.tsp-msg-sidebar,.tsp-msg-thread-panel{direction:rtl}.tsp-msg-sidebar{background:linear-gradient(180deg,#0b1122,#0a1020);border-left:1px solid #202a49;padding:22px;display:flex;flex-direction:column;min-width:0}.tsp-msg-sidebar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.tsp-msg-kicker{display:block;color:#8e96b4;font-size:11px;margin-bottom:3px}.tsp-msg-sidebar-head h2{margin:0;font-size:25px;color:#fff}.tsp-msg-brand-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;font-size:32px;color:#755cff;border:1px solid #5648d8;background:#111735;box-shadow:0 0 28px rgba(105,76,255,.2)}.tsp-msg-search{height:58px;border:1px solid #34405f;background:#0d1428;border-radius:18px;display:flex;align-items:center;gap:10px;padding:0 16px;color:#aab2d1}.tsp-msg-search span{font-size:28px}.tsp-msg-search input{border:0!important;outline:0!important;background:transparent!important;color:#fff!important;width:100%;font:inherit;font-size:14px!important;padding:0!important;box-shadow:none!important}.tsp-msg-search input::placeholder{color:#737c9d}.tsp-msg-filter{display:grid;grid-template-columns:1fr 1.4fr;gap:8px;margin:16px 0}.tsp-msg-filter button{height:48px;border:1px solid #2a3553;background:#0e1529;color:#8f97b6;border-radius:14px;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.tsp-msg-filter button.active{background:linear-gradient(135deg,#6043ff,#4f35de);border-color:#6043ff;color:#fff;box-shadow:0 10px 25px rgba(91,64,255,.28)}.tsp-msg-filter b{margin-right:5px;display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:50%;background:#6e49ff;color:#fff;font-size:10px}.tsp-msg-conversations{display:flex;flex-direction:column;gap:9px;overflow:auto;padding:2px}.tsp-msg-conversation{width:100%;display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px;border:1px solid #1e2944;background:#0d1426;border-radius:19px;color:#fff;text-align:right;cursor:pointer;transition:.2s;font:inherit}.tsp-msg-conversation:hover{border-color:#3a4a76;transform:translateY(-1px)}.tsp-msg-conversation.active{background:linear-gradient(135deg,#4030c9,#4d35e7);border-color:#6657ff;box-shadow:0 12px 30px rgba(70,53,220,.25)}.tsp-msg-conversation img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.16)}.tsp-msg-conversation-main{min-width:0}.tsp-msg-conversation-main strong{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tsp-msg-conversation-main small{display:block;color:#8993b3;margin-top:5px;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tsp-msg-conversation.active small{color:#d6d9ff}.tsp-msg-conversation-side{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.tsp-msg-conversation-side time{color:#858da9;font-size:9px}.tsp-msg-conversation-side b{min-width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:#3f7cff;color:#fff;font-size:10px}.tsp-msg-all-students{margin-top:auto;padding:14px;border-radius:16px;border:1px solid #334165;background:#0d1428;color:#7e91ff;font:inherit;font-size:12px;font-weight:800}.tsp-msg-thread-panel{display:flex;flex-direction:column;min-width:0;background:radial-gradient(circle at 50% 35%,rgba(70,58,190,.08),transparent 45%),#070c1a}.tsp-msg-thread-head{height:120px;padding:22px 28px;border-bottom:1px solid #1d2742;display:flex;align-items:center;justify-content:space-between}.tsp-msg-person{display:flex;align-items:center;gap:14px}.tsp-msg-person img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:2px solid #8b7cff}.tsp-msg-person strong{display:block;font-size:18px}.tsp-msg-person small{display:block;color:#7f88a8;margin-top:6px;font-size:11px}.tsp-msg-more{border:0;background:transparent;color:#a3a9c2;font-size:28px}.tsp-msg-date{align-self:center;color:#858da8;font-size:11px;padding:24px 0 8px}.tsp-msg-date span{display:inline-block;width:58px;height:1px;background:#303a59;margin:0 10px;vertical-align:middle}.tsp-msg-thread-body{flex:1!important;min-height:390px;overflow:auto;padding:20px 42px 26px;display:flex;flex-direction:column;gap:18px;background:transparent!important}.tsp-msg-thread-body .tsp-chat-bubble{max-width:68%;border-radius:25px;padding:15px 20px;background:#141c31!important;border:1px solid #26324f!important;color:#f4f5ff!important}.tsp-msg-thread-body .tsp-chat-bubble.me{align-self:flex-start;background:linear-gradient(135deg,#5638e6,#4730cf)!important;border-color:#6a56ff!important}.tsp-msg-thread-body .tsp-chat-bubble.teacher{align-self:flex-end}.tsp-msg-thread-body .tsp-chat-bubble p{margin:0;line-height:2;font-size:14px}.tsp-msg-thread-body .tsp-chat-bubble small{display:block;margin-top:7px;color:#aab0ca;font-size:9px}.tsp-msg-thread-body .tsp-chat-bubble a{display:block;margin-top:9px;color:#d6d0ff}.tsp-msg-composer{margin:0 28px 25px;min-height:68px;border:1px solid #27324e!important;border-radius:22px!important;background:#10172a!important;display:flex;align-items:center;gap:10px;padding:8px 10px!important}.tsp-msg-composer textarea{height:48px!important;min-height:48px!important;resize:none!important;border:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important;padding:12px!important}.tsp-msg-compose-icon{width:42px;height:42px;border:0;background:#172039;color:#9ba5c7;border-radius:13px;font-size:22px}.tsp-msg-send{width:48px;height:48px;border:0;border-radius:16px;background:linear-gradient(135deg,#694eff,#4932d8);color:#fff;font-size:21px;cursor:pointer}.tsp-msg-empty{text-align:center;color:#707a9b;padding:30px;font-size:12px}@media(max-width:900px){.tsp-messenger-pro{grid-template-columns:1fr}.tsp-msg-sidebar{border-left:0;border-bottom:1px solid #202a49}.tsp-msg-conversations{max-height:280px}.tsp-msg-thread-panel{min-height:650px}.tsp-msg-thread-body .tsp-chat-bubble{max-width:84%}}@media(max-width:560px){.tsp-msg-sidebar{padding:14px}.tsp-msg-thread-head{height:88px;padding:14px}.tsp-msg-person img{width:46px;height:46px}.tsp-msg-person strong{font-size:14px}.tsp-msg-thread-body{padding:15px}.tsp-msg-composer{margin:0 12px 14px}.tsp-msg-thread-body .tsp-chat-bubble{max-width:92%}}



#tsp-root .tsp-tab-panel,#tsp-root .tsp-tab-panel h1,#tsp-root .tsp-tab-panel h2,#tsp-root .tsp-tab-panel h3,#tsp-root .tsp-tab-panel h4,#tsp-root .tsp-tab-panel h5,#tsp-root .tsp-tab-panel p,#tsp-root .tsp-tab-panel label,#tsp-root .tsp-tab-panel button,#tsp-root .tsp-tab-panel input,#tsp-root .tsp-tab-panel select,#tsp-root .tsp-tab-panel textarea,#tsp-root .tsp-tab-panel td,#tsp-root .tsp-tab-panel th{font-family:"B Titr","BTitr","Titr",Tahoma,Arial,sans-serif;}
#tsp-root .tsp-tab-panel:not(.active){content-visibility:hidden;contain:layout style paint;}
#tsp-root .tsp-tab-panel.active{content-visibility:visible;}
@media(max-width:700px){#tsp-root .tsp-glass{backdrop-filter:none;-webkit-backdrop-filter:none;}}


#tsp-root,
#tsp-root .tsp-tab-panel,
#tsp-root .tsp-tab-panel h1,#tsp-root .tsp-tab-panel h2,#tsp-root .tsp-tab-panel h3,
#tsp-root .tsp-tab-panel h4,#tsp-root .tsp-tab-panel h5,#tsp-root .tsp-tab-panel h6,
#tsp-root .tsp-tab-panel p,#tsp-root .tsp-tab-panel label,#tsp-root .tsp-tab-panel a,
#tsp-root .tsp-tab-panel button,#tsp-root .tsp-tab-panel input,#tsp-root .tsp-tab-panel select,
#tsp-root .tsp-tab-panel textarea,#tsp-root .tsp-tab-panel td,#tsp-root .tsp-tab-panel th,
#tsp-root .tsp-tab-panel .elementor-widget-container,
#tsp-root .tsp-tab-panel .elementor-widget-container div,
#tsp-root .tsp-tab-panel .elementor-widget-container span,
#tsp-root .tsp-tab-panel .elementor-widget-container p,
#tsp-root .tsp-tab-panel .elementor-widget-container a,
#tsp-root .tsp-tab-panel .elementor-widget-container button{
  font-family:"titr","Titr",Tahoma,Arial,sans-serif!important;
}
#tsp-root .tsp-tab-panel input::placeholder,#tsp-root .tsp-tab-panel textarea::placeholder{
  font-family:"titr","Titr",Tahoma,Arial,sans-serif!important;
}


#tsp-root[data-profile-required="1"] .tsp-nav-item.tsp-nav-disabled,
#tsp-root .tsp-nav-item.tsp-nav-disabled[disabled] {
    opacity: .42 !important;
    filter: grayscale(1) !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    transform: none !important;
    box-shadow: none !important;
    background: rgba(148, 163, 184, .08) !important;
    border-color: rgba(148, 163, 184, .12) !important;
}
#tsp-root[data-profile-required="1"] .tsp-nav-item.tsp-nav-disabled .tsp-nav-icon {
    background: rgba(148, 163, 184, .08) !important;
    filter: grayscale(1) !important;
}
#tsp-root[data-profile-required="1"] .tsp-nav-item[data-tab="profile"] {
    position: relative;
}
#tsp-root[data-profile-required="1"] .tsp-nav-item[data-tab="profile"]::after {
    content: "تکمیل پروفایل";
    margin-right: auto;
    font-size: 10px;
    font-weight: 800;
    color: #3560ff;
    background: rgba(53,96,255,.10);
    border: 1px solid rgba(53,96,255,.14);
    border-radius: 999px;
    padding: 4px 8px;
    white-space: nowrap;
}
#tsp-root[data-profile-required="1"] .tsp-profile-required-notice {
    border: 1px solid rgba(245,158,11,.20);
    box-shadow: 0 10px 28px rgba(245,158,11,.07);
}
@media (max-width: 600px) {
    #tsp-root[data-profile-required="1"] .tsp-nav-item[data-tab="profile"]::after {
        font-size: 9px;
        padding: 3px 6px;
    }
}


#tsp-root[data-profile-required="1"] .tsp-nav-item[data-tab]:not([data-tab="profile"]),
#tsp-root[data-profile-required="1"] .tsp-nav-item.tsp-nav-disabled {
    opacity: .42 !important;
    filter: grayscale(1) !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    background: rgba(148,163,184,.07) !important;
    border-color: rgba(148,163,184,.14) !important;
    box-shadow: none !important;
    transform: none !important;
}

#tsp-root[data-profile-required="1"] .tsp-nav-item[data-tab]:not([data-tab="profile"]) .tsp-nav-icon,
#tsp-root[data-profile-required="1"] .tsp-nav-item.tsp-nav-disabled .tsp-nav-icon {
    filter: grayscale(1) !important;
    opacity: .65 !important;
}

#tsp-root[data-profile-required="1"] .tsp-nav-item[data-tab="profile"] {
    opacity: 1 !important;
    filter: none !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    position: relative !important;
}

#tsp-root[data-profile-required="1"] .tsp-nav-item[data-tab="profile"]::after {
    content: "تکمیل پروفایل" !important;
    margin-right: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    padding: 4px 8px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    color: #3560ff !important;
    background: rgba(53,96,255,.10) !important;
    border: 1px solid rgba(53,96,255,.14) !important;
}

/* v1.5.106 — compact student dashboard */
#tsp-root .tsp-compact-dashboard{display:flex;flex-direction:column;gap:16px}
#tsp-root .tsp-compact-welcome{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border-radius:20px}
#tsp-root .tsp-compact-welcome h2{margin:5px 0 4px;font-size:20px;line-height:1.7}
#tsp-root .tsp-compact-welcome p{margin:0;color:var(--tsp-muted,#7a819d);font-size:12px}
#tsp-root .tsp-compact-year{min-width:132px;padding:12px 14px;border:1px solid rgba(53,96,255,.10);border-radius:15px;background:rgba(255,255,255,.55);text-align:center}
#tsp-root .tsp-compact-year small{display:block;color:var(--tsp-muted,#7a819d);font-size:10px;margin-bottom:3px}
#tsp-root .tsp-compact-year strong{font-size:15px}
#tsp-root .tsp-compact-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
#tsp-root .tsp-compact-stat{min-width:0;border:1px solid rgba(53,96,255,.09);border-radius:16px;background:rgba(255,255,255,.72);padding:13px 12px;text-align:right;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:9px;align-items:center;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}
#tsp-root .tsp-compact-stat:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(53,96,255,.08)}
#tsp-root .tsp-compact-stat span{grid-row:1/3;font-size:20px;width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:rgba(53,96,255,.07)}
#tsp-root .tsp-compact-stat strong{font-size:18px;line-height:1.1}
#tsp-root .tsp-compact-stat small{font-size:10px;color:var(--tsp-muted,#7a819d);margin-top:3px}
#tsp-root .tsp-compact-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
#tsp-root .tsp-compact-action{border:1px solid rgba(53,96,255,.10);border-radius:17px;background:rgba(255,255,255,.72);padding:14px 16px;display:flex;align-items:center;gap:12px;text-align:right;cursor:pointer;color:inherit;transition:transform .18s ease,box-shadow .18s ease}
#tsp-root .tsp-compact-action:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(53,96,255,.08)}
#tsp-root .tsp-compact-action>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:rgba(53,96,255,.08);font-size:19px;flex:0 0 38px}
#tsp-root .tsp-compact-action div{min-width:0;flex:1}
#tsp-root .tsp-compact-action strong{display:block;font-size:13px}
#tsp-root .tsp-compact-action small{display:block;margin-top:3px;color:var(--tsp-muted,#7a819d);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#tsp-root .tsp-compact-action b{font-size:17px}
#tsp-root .tsp-compact-action-primary{background:linear-gradient(135deg,rgba(53,96,255,.96),rgba(124,58,237,.94));color:#fff;border-color:transparent;box-shadow:0 10px 25px rgba(67,62,220,.18)}
#tsp-root .tsp-compact-action-primary small{color:rgba(255,255,255,.75)}
#tsp-root .tsp-compact-results{padding:16px 18px;border-radius:19px}
#tsp-root .tsp-compact-results .tsp-box-header{margin-bottom:5px}
#tsp-root .tsp-compact-results .tsp-result-list{margin:0}
#tsp-root .tsp-year-auto-label{font-size:10px;color:var(--tsp-muted,#7a819d);padding:7px 9px;border-radius:9px;background:rgba(53,96,255,.06);white-space:nowrap}
@media(max-width:720px){#tsp-root .tsp-compact-stats{grid-template-columns:repeat(2,minmax(0,1fr))}#tsp-root .tsp-compact-welcome{align-items:flex-start;flex-direction:column}#tsp-root .tsp-compact-year{width:100%;text-align:right}}
@media(max-width:520px){#tsp-root .tsp-compact-actions{grid-template-columns:1fr}#tsp-root .tsp-compact-welcome{padding:16px}#tsp-root .tsp-compact-welcome h2{font-size:17px}#tsp-root .tsp-compact-stat{padding:11px 10px}}

/* v1.5.112 — functional all contacts button */
.tsp-msg-all-students{display:flex!important;align-items:center;justify-content:center;gap:8px;width:100%;min-height:48px;margin-top:12px;padding:0 16px;border:1px solid #46537a!important;border-radius:15px!important;background:linear-gradient(180deg,#151f39,#0e162a)!important;color:#eef1ff!important;font:inherit!important;font-size:12px!important;font-weight:800!important;cursor:pointer!important;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease!important;box-shadow:0 8px 22px rgba(7,12,28,.16)!important}
.tsp-msg-all-students:hover{transform:translateY(-1px);border-color:#6d62ff!important;background:linear-gradient(135deg,#25205b,#151b35)!important;box-shadow:0 12px 28px rgba(77,60,220,.2)!important}
.tsp-msg-all-students:active{transform:translateY(0)}
/* v1.5.114 — premium per-exam leaderboard */
#tsp-root .tsp-ranking-page{display:grid;gap:18px}
#tsp-root .tsp-ranking-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:24px 26px;border-radius:24px;background:linear-gradient(135deg,#16233d 0%,#315f93 55%,#5b35d5 100%);color:#fff;box-shadow:0 18px 42px rgba(31,49,82,.18)}
#tsp-root .tsp-ranking-hero:after{content:'';position:absolute;width:180px;height:180px;border-radius:50%;left:-55px;top:-75px;background:rgba(255,255,255,.08)}
#tsp-root .tsp-ranking-hero-icon{position:relative;z-index:1;width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.14);font-size:28px;border:1px solid rgba(255,255,255,.16)}
#tsp-root .tsp-ranking-hero-copy{position:relative;z-index:1}.tsp-ranking-hero-copy>span{font-size:10px;opacity:.72}.tsp-ranking-hero-copy h2{margin:4px 0 5px;color:#fff;font-size:21px}.tsp-ranking-hero-copy p{margin:0;font-size:11px;line-height:1.9;opacity:.78;max-width:650px}
#tsp-root .tsp-ranking-hero-stat{position:relative;z-index:1;min-width:120px;text-align:center;padding:12px 15px;border-radius:16px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12)}.tsp-ranking-hero-stat strong{display:block;font-size:25px}.tsp-ranking-hero-stat small{font-size:9px;opacity:.72}
#tsp-root .tsp-ranking-list{display:grid;gap:16px}
#tsp-root .tsp-exam-rank-card{overflow:hidden;border:1px solid #e5eaf2;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(30,43,68,.055);transition:transform .2s,box-shadow .2s}.tsp-exam-rank-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(30,43,68,.08)}
#tsp-root .tsp-exam-rank-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:20px 22px;background:linear-gradient(180deg,#fbfcff,#fff);border-bottom:1px solid #edf1f6}.tsp-exam-rank-title-wrap{display:flex;align-items:center;gap:13px;min-width:0}.tsp-exam-rank-icon{width:45px;height:45px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#eef3ff,#f3edff);color:#5b35d5;font-size:22px;flex:0 0 auto}.tsp-exam-rank-title-wrap h3{margin:0;color:#22334b;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tsp-exam-rank-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:5px;color:#8995a5;font-size:9px}.tsp-exam-rank-meta span+span:before{content:'•';margin-left:9px;color:#c2c9d2}
#tsp-root .tsp-my-exam-score{min-width:82px;text-align:center;padding:9px 12px;border-radius:14px;background:#eef8f2;border:1px solid #d9f0e2}.tsp-my-exam-score strong{display:block;color:#159447;font-size:18px}.tsp-my-exam-score small{font-size:8px;color:#6c8978}
#tsp-root .tsp-my-rank-summary{display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:1px;margin:0 18px;padding:1px;border-radius:15px;background:#e9edf3;overflow:hidden}.tsp-my-rank-summary>div{padding:12px;background:#fafbfd;text-align:center}.tsp-my-rank-summary>div:first-child{text-align:right}.tsp-my-rank-summary span{display:block;color:#8a96a5;font-size:8px;margin-bottom:4px}.tsp-my-rank-summary strong{color:#293a51;font-size:14px}.tsp-my-rank-summary strong small{font-size:8px;color:#9aa5b2;font-weight:600}
#tsp-root .tsp-rank-table-wrap{margin:16px 18px 0;border:1px solid #edf1f5;border-radius:16px;overflow:hidden}.tsp-rank-table-head,.tsp-rank-row{display:grid;grid-template-columns:64px minmax(180px,1fr) 90px 65px 65px;align-items:center;gap:10px}.tsp-rank-table-head{padding:9px 12px;background:#f6f8fb;color:#8b96a5;font-size:8px;font-weight:800}.tsp-rank-row{min-height:52px;padding:7px 12px;border-top:1px solid #f0f2f6;color:#5f6d7f;font-size:10px}.tsp-rank-row.is-me{background:linear-gradient(90deg,#f1f6ff,#faf7ff);box-shadow:inset -3px 0 0 #5b35d5}.tsp-rank-position{font-size:15px;font-weight:900;color:#68778b}.tsp-rank-student{display:flex;align-items:center;gap:8px;min-width:0}.tsp-rank-student i{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#e8efff,#eee7ff);color:#5541c8;font-style:normal;font-weight:900;flex:0 0 auto}.tsp-rank-student b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#2d3d53;font-size:10px}.tsp-rank-student em{font-style:normal;font-size:7px;padding:3px 6px;border-radius:999px;background:#e8e3ff;color:#5b35d5;font-weight:800}.tsp-rank-percent{color:#3560ff;font-size:11px}.tsp-ranking-more{display:flex;align-items:center;justify-content:center;gap:7px;width:calc(100% - 36px);margin:13px 18px 18px;min-height:40px;border:1px solid #dfe5ef;border-radius:12px;background:#fff;color:#53647a;font:inherit;font-size:10px;font-weight:800;cursor:pointer;transition:.2s}.tsp-ranking-more:hover{border-color:#b9c7dc;background:#f7f9fc;transform:translateY(-1px)}.tsp-ranking-more span{font-size:14px}.tsp-ranking-more.is-loading{opacity:.65;pointer-events:none}.tsp-ranking-empty{text-align:center;padding:55px 25px;border:1px dashed #dbe2ec;border-radius:22px;background:rgba(255,255,255,.65)}.tsp-ranking-empty div{font-size:38px;margin-bottom:8px}.tsp-ranking-empty strong{display:block;color:#405168;font-size:14px}.tsp-ranking-empty span{display:block;margin-top:5px;color:#8a96a5;font-size:10px}
#tsp-root.tsp-dark .tsp-exam-rank-card{background:#171b30;border-color:#2d334c}.tsp-dark .tsp-exam-rank-head{background:#191d33;border-color:#2d334c}.tsp-dark .tsp-exam-rank-title-wrap h3,.tsp-dark .tsp-my-rank-summary strong,.tsp-dark .tsp-rank-student b{color:#eef1ff}.tsp-dark .tsp-my-rank-summary{background:#30364d}.tsp-dark .tsp-my-rank-summary>div{background:#1c2037}.tsp-dark .tsp-rank-table-wrap{border-color:#2d334c}.tsp-dark .tsp-rank-table-head{background:#20253d}.tsp-dark .tsp-rank-row{border-color:#2a3048}.tsp-dark .tsp-ranking-more{background:#1a1e34;color:#d9deed;border-color:#343b55}
@media(max-width:700px){#tsp-root .tsp-ranking-hero{grid-template-columns:auto 1fr}.tsp-ranking-hero-stat{grid-column:1/-1}.tsp-ranking-hero-copy p{display:none}.tsp-ranking-hero-copy h2{font-size:18px}.tsp-exam-rank-head{padding:16px}.tsp-my-rank-summary{grid-template-columns:1.5fr repeat(3,1fr);margin:0 12px}.tsp-rank-table-wrap{margin-left:12px!important;margin-right:12px!important;overflow-x:auto}.tsp-rank-table-head,.tsp-rank-row{min-width:520px}.tsp-ranking-more{width:calc(100% - 24px);margin-left:12px;margin-right:12px}}

/* V142 — Comprehensive exam cards: same visual family as single-exam cards, with a distinct accent */
#tsp-root .tsp-comprehensive-exams-box{margin-bottom:20px!important;border-color:#d9d0ff!important}
#tsp-root .tsp-comprehensive-subtitle{display:block;color:#7a8497;font-size:11px;margin-top:3px}
#tsp-root .tsp-comprehensive-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:26px!important;align-items:stretch!important}
#tsp-root .tsp-comprehensive-exam-card{height:100%!important;min-height:520px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:28px!important;background:#fff!important;border:2px solid #d9d0ff!important;box-shadow:0 14px 38px rgba(111,72,210,.09)!important}
#tsp-root .tsp-comprehensive-cover{position:relative!important;height:230px!important;min-height:230px!important;overflow:hidden!important;background:#eee8ff!important}
#tsp-root .tsp-comprehensive-cover img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
#tsp-root .tsp-comprehensive-ribbon{position:absolute!important;top:16px!important;right:16px!important;padding:8px 12px!important;border-radius:999px!important;background:rgba(91,55,184,.94)!important;color:#fff!important;font-size:11px!important;font-weight:900!important;box-shadow:0 7px 18px rgba(68,38,140,.2)!important}
#tsp-root .tsp-comprehensive-exam-card .tsp-exam-card-body{display:flex!important;flex-direction:column!important;flex:1!important;padding:22px 24px 24px!important}
#tsp-root .tsp-comprehensive-mark{color:#6f42c1!important;background:#f3edff!important;border-color:#e5d9ff!important}
#tsp-root .tsp-comprehensive-exam-card h4{font-size:23px!important;line-height:1.6!important;margin:8px 0 12px!important;text-align:center!important;min-height:52px!important}
#tsp-root .tsp-comprehensive-meta{grid-template-columns:repeat(2,minmax(0,1fr))!important;min-height:116px!important;align-content:start!important}
#tsp-root .tsp-comprehensive-meta span{min-height:50px!important;background:#fbfaff!important;border-color:#eee8fa!important}
#tsp-root .tsp-comprehensive-exam-card .tsp-exam-card-actions{margin-top:auto!important;padding-top:16px!important}
#tsp-root .tsp-comprehensive-exam-card .tsp-btn-primary{width:100%!important;min-height:54px!important;border-radius:15px!important;background:linear-gradient(135deg,#7b4de2,#9b63ed)!important;box-shadow:0 10px 22px rgba(123,77,226,.2)!important}
@media(max-width:900px){#tsp-root .tsp-comprehensive-cards-grid{grid-template-columns:1fr!important}}
@media(max-width:600px){#tsp-root .tsp-comprehensive-exam-card{min-height:0!important}.tsp-comprehensive-cover,#tsp-root .tsp-comprehensive-cover{height:205px!important;min-height:205px!important}#tsp-root .tsp-comprehensive-exam-card .tsp-exam-card-body{padding:17px!important}#tsp-root .tsp-comprehensive-exam-card h4{font-size:20px!important;min-height:0!important}#tsp-root .tsp-comprehensive-meta{grid-template-columns:1fr!important;min-height:0!important}}

/* V143 comprehensive student cards: same grid/size as regular exams, green accent */
#tsp-root .tsp-comprehensive-exam-card{min-height:0!important;height:100%!important;border-color:rgba(22,163,74,.22)!important;background:#fff!important}
#tsp-root .tsp-comprehensive-exam-card .tsp-comprehensive-cover{height:190px!important;min-height:190px!important;background:#ecfdf3!important}
#tsp-root .tsp-comprehensive-exam-card .tsp-comprehensive-mark{color:#15803d!important;background:#ecfdf3!important;border-color:#bbf7d0!important}
#tsp-root .tsp-comprehensive-exam-card .tsp-comprehensive-ribbon{background:#16a34a!important}
#tsp-root .tsp-comprehensive-exam-card .tsp-btn-primary{background:linear-gradient(135deg,#16a34a,#22c55e)!important;box-shadow:0 10px 22px rgba(22,163,74,.18)!important}
#tsp-root .tsp-comprehensive-meta span{background:#f7fdf9!important;border-color:#dff3e5!important}
#tsp-root .tsp-exam-cards-grid{align-items:stretch!important}
#tsp-root .ttp-global-year-auto{display:flex;align-items:center;gap:9px;padding:9px 13px;border:1px solid rgba(53,96,255,.12);border-radius:14px;background:rgba(255,255,255,.72);box-shadow:0 7px 18px rgba(53,96,255,.06)}
#tsp-root .ttp-global-year-auto strong{font-size:13px;color:#3560ff}

/* V166 — Comprehensive paid card polish */
#tsp-root .tsp-comprehensive-exam-card .tsp-exam-card-body{gap:0!important}
#tsp-root .tsp-comprehensive-title{display:block!important;margin:10px 0 14px!important;padding:0 4px!important;font-size:21px!important;line-height:1.75!important;font-weight:900!important;color:var(--tsp-text)!important;text-align:right!important;min-height:0!important;word-break:break-word!important}
#tsp-root .tsp-comprehensive-purchase-box{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;width:100%!important;margin:0 0 14px!important;padding:10px 12px!important;border:1px solid rgba(22,163,74,.14)!important;border-radius:14px!important;background:#f8fffa!important;box-sizing:border-box!important}
#tsp-root .tsp-comprehensive-purchase-box .tsp-paid-price-badge{margin-right:auto!important;white-space:nowrap!important;font-size:13px!important;font-weight:800!important;color:#166534!important}
#tsp-root .tsp-comprehensive-purchase-box .tsp-paid-price-badge b{font-size:16px!important;font-weight:950!important}
#tsp-root .tsp-comprehensive-purchase-box .tsp-paid-access-badge{margin:0!important;white-space:nowrap!important}
#tsp-root .tsp-comprehensive-purchase-box .tsp-paid-unlocked-badge{background:#ecfdf3!important;color:#15803d!important;border-color:#bbf7d0!important}
#tsp-root .tsp-comprehensive-exam-card .tsp-comprehensive-meta{margin-top:2px!important}
#tsp-root .tsp-comprehensive-exam-card .tsp-exam-card-actions{margin-top:auto!important}
@media(max-width:600px){#tsp-root .tsp-comprehensive-title{font-size:18px!important;line-height:1.65!important;text-align:right!important}#tsp-root .tsp-comprehensive-purchase-box{padding:9px 10px!important}#tsp-root .tsp-comprehensive-purchase-box .tsp-paid-price-badge{font-size:12px!important}#tsp-root .tsp-comprehensive-purchase-box .tsp-paid-price-badge b{font-size:14px!important}}


/* V170 — Paid single-subject exam cards: stronger purchase presentation */
#tsp-root .tsp-paid-locked-exam{border-color:#eadcfb!important;background:linear-gradient(180deg,#fff 0%,#fcfaff 100%)!important;box-shadow:0 18px 48px rgba(108,73,180,.11)!important}
#tsp-root .tsp-paid-locked-exam:hover{border-color:#d9c8f4!important;box-shadow:0 24px 56px rgba(108,73,180,.16)!important}
#tsp-root .tsp-paid-locked-exam .tsp-exam-access-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:10px 12px!important;border:1px solid #eee6f8!important;border-radius:15px!important;background:#faf8fe!important}
#tsp-root .tsp-paid-locked-exam .tsp-paid-access-badge{background:#fff1e7!important;color:#b75b12!important;border:1px solid #ffe0c8!important;padding:8px 11px!important}
#tsp-root .tsp-paid-locked-exam .tsp-paid-price-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;white-space:nowrap!important;padding:8px 11px!important;border-radius:11px!important;background:#f1eaff!important;color:#6841c8!important;font-size:12px!important;font-weight:900!important;border:1px solid #e1d5fa!important}
#tsp-root .tsp-paid-locked-exam .tsp-paid-purchase-btn{min-height:52px!important;border-radius:15px!important;background:linear-gradient(135deg,#6d45d8,#8b5de8)!important;box-shadow:0 11px 25px rgba(109,69,216,.22)!important;gap:8px!important}
#tsp-root .tsp-paid-locked-exam .tsp-paid-purchase-btn:hover{transform:translateY(-2px)!important;box-shadow:0 15px 30px rgba(109,69,216,.28)!important}
#tsp-root .tsp-paid-locked-exam .tsp-paid-purchase-btn strong{margin-right:auto!important;font-size:12px!important;font-weight:900!important;opacity:.98!important}
#tsp-root .tsp-paid-locked-exam .tsp-exam-card-actions{margin-top:20px!important}
@media(max-width:600px){#tsp-root .tsp-paid-locked-exam .tsp-exam-access-row{align-items:stretch!important;flex-direction:column!important}#tsp-root .tsp-paid-locked-exam .tsp-paid-access-badge,#tsp-root .tsp-paid-locked-exam .tsp-paid-price-badge{width:100%!important;justify-content:center!important}#tsp-root .tsp-paid-locked-exam .tsp-paid-purchase-btn{min-height:50px!important}}

/* V174 — Purchased courses: organized library layout for multiple purchases */
#tsp-root .tsp-purchased-v22-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px!important;align-items:stretch}
#tsp-root .tsp-purchased-v22-card{display:grid!important;grid-template-columns:150px minmax(0,1fr)!important;direction:ltr!important;min-height:205px!important;padding:6px!important;border-radius:22px!important;background:#fff!important;border:1px solid #e3e9f1!important;box-shadow:0 10px 28px rgba(30,50,78,.055)!important}
#tsp-root .tsp-purchased-v22-card:hover{transform:translateY(-3px)!important;box-shadow:0 17px 38px rgba(30,50,78,.10)!important;border-color:#d4dff0!important}
#tsp-root .tsp-purchased-v22-media{height:100%!important;min-height:193px!important;border-radius:17px!important;background:#edf2f7!important}
#tsp-root .tsp-purchased-v22-media img{min-height:193px!important;height:100%!important;object-fit:cover!important}
#tsp-root .tsp-purchased-v22-number{top:9px!important;right:9px!important;background:rgba(16,29,48,.78)!important;font-size:8px!important}
#tsp-root .tsp-purchased-v22-content{padding:14px 15px 12px!important}
#tsp-root .tsp-purchased-v22-title-row{gap:8px!important;padding-bottom:9px!important}
#tsp-root .tsp-purchased-v22-title-row h3{font-size:15px!important;line-height:1.65!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}
#tsp-root .tsp-purchased-v22-meta{grid-template-columns:1fr!important;gap:6px!important;margin:9px 0!important}
#tsp-root .tsp-purchased-v22-meta-item{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;padding:7px 9px!important;border-radius:10px!important}
#tsp-root .tsp-purchased-v22-meta-item span{margin:0!important;font-size:8px!important}
#tsp-root .tsp-purchased-v22-meta-item strong{font-size:9px!important}
#tsp-root .tsp-purchased-v22-footer{gap:8px!important;padding-top:9px!important}
#tsp-root .tsp-purchased-v22-ready{font-size:8px!important;line-height:1.6!important}
#tsp-root .tsp-purchased-v22-button{min-width:105px!important;padding:9px 11px!important;border-radius:10px!important;font-size:9px!important}
@media(max-width:1050px){#tsp-root .tsp-purchased-v22-list{grid-template-columns:1fr!important}}
@media(max-width:760px){#tsp-root .tsp-purchased-v22-card{grid-template-columns:112px minmax(0,1fr)!important;min-height:170px!important}.tsp-purchased-v22-media{min-height:158px!important}.tsp-purchased-v22-media img{min-height:158px!important}}
@media(max-width:520px){#tsp-root .tsp-purchased-v22-card{grid-template-columns:1fr!important}.tsp-purchased-v22-media{height:175px!important;min-height:175px!important}.tsp-purchased-v22-media img{min-height:175px!important}.tsp-purchased-v22-content{padding:13px!important}.tsp-purchased-v22-footer{align-items:center!important;flex-direction:row!important}.tsp-purchased-v22-ready{max-width:52%}.tsp-purchased-v22-button{width:auto!important;flex:0 0 auto}}



/* V175 — Purchased courses redesigned from the ground up */
#tsp-root .tsp-purchased-v25{direction:rtl}.tsp-purchased-v25-hero{display:flex;align-items:stretch;justify-content:space-between;gap:18px;margin-bottom:22px;padding:25px;border:1px solid #e5eaf2;border-radius:26px;background:linear-gradient(135deg,#fff 0%,#f8faff 58%,#f1f5ff 100%);box-shadow:0 16px 45px rgba(24,39,75,.07);overflow:hidden;position:relative}.tsp-purchased-v25-hero:before{content:"";position:absolute;left:-70px;bottom:-100px;width:230px;height:230px;border-radius:50%;background:#e7efff}.tsp-purchased-v25-hero-main{position:relative;z-index:1;max-width:720px}.tsp-purchased-v25-kicker{display:inline-flex;padding:6px 9px;border-radius:999px;background:#edf4ff;color:#3d68c9;font-size:9px;font-weight:900}.tsp-purchased-v25-hero h2{margin:9px 0 6px;font-size:25px;color:#182338;font-weight:950}.tsp-purchased-v25-hero p{margin:0;color:#718096;font-size:11px;line-height:2}.tsp-purchased-v25-hero-badges{display:flex;gap:7px;flex-wrap:wrap;margin-top:13px}.tsp-purchased-v25-hero-badges span{padding:6px 9px;border:1px solid #e3eaf5;border-radius:9px;background:#fff;color:#6e7d92;font-size:8px;font-weight:800}.tsp-purchased-v25-hero-stats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:9px;align-content:center}.tsp-purchased-v25-hero-stats div{min-width:115px;padding:14px;border-radius:16px;background:#fff;border:1px solid #e5eaf2;text-align:center}.tsp-purchased-v25-hero-stats b{display:block;color:#294c9b;font-size:20px}.tsp-purchased-v25-hero-stats span{display:block;margin-top:4px;color:#8793a3;font-size:8px;font-weight:800}.tsp-purchased-v25-section-head{display:flex;align-items:end;justify-content:space-between;gap:10px;margin:0 2px 12px}.tsp-purchased-v25-section-head span{font-size:8px;color:#9aa6b5}.tsp-purchased-v25-section-head h3{margin:2px 0 0;font-size:17px;color:#27354b}.tsp-purchased-v25-section-head em{font-style:normal;padding:6px 10px;border-radius:999px;background:#f4f7fb;color:#758297;font-size:8px;font-weight:850}.tsp-purchased-v25-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tsp-purchased-v25-card{display:grid;grid-template-columns:180px minmax(0,1fr);min-height:220px;overflow:hidden;border:1px solid #e4eaf2;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(24,39,75,.055);transition:.18s ease}.tsp-purchased-v25-card:hover{transform:translateY(-3px);border-color:#ccd8ed;box-shadow:0 18px 38px rgba(24,39,75,.09)}.tsp-purchased-v25-cover{position:relative;min-height:220px;background:#e9eef6;overflow:hidden}.tsp-purchased-v25-cover a,.tsp-purchased-v25-cover img{display:block;width:100%;height:100%}.tsp-purchased-v25-cover img{object-fit:cover;transition:transform .35s ease}.tsp-purchased-v25-card:hover .tsp-purchased-v25-cover img{transform:scale(1.04)}.tsp-purchased-v25-cover:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(transparent,rgba(11,23,48,.5));pointer-events:none}.tsp-purchased-v25-index,.tsp-purchased-v25-status{position:absolute;z-index:2;top:10px;padding:6px 8px;border-radius:8px;font-size:8px;font-weight:900}.tsp-purchased-v25-index{right:10px;background:rgba(255,255,255,.92);color:#41516a}.tsp-purchased-v25-status{left:10px;background:rgba(236,253,243,.95);color:#16804a}.tsp-purchased-v25-status i{display:inline-block;width:5px;height:5px;margin-left:4px;border-radius:50%;background:#24a36a}.tsp-purchased-v25-body{display:flex;flex-direction:column;padding:17px;min-width:0}.tsp-purchased-v25-label{color:#8c98a8;font-size:8px;font-weight:850}.tsp-purchased-v25-body h3{margin:5px 0 13px;color:#202d42;font-size:15px;line-height:1.75;font-weight:900;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tsp-purchased-v25-info{display:grid;grid-template-columns:1fr;gap:6px}.tsp-purchased-v25-info div{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 9px;border:1px solid #edf1f6;border-radius:10px;background:#fafbfd}.tsp-purchased-v25-info small{font-size:8px;color:#929eac}.tsp-purchased-v25-info strong{font-size:9px;color:#42526a;text-align:left}.tsp-purchased-v25-info .woocommerce-Price-amount{font-size:10px;color:#2c5db6}.tsp-purchased-v25-access{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:13px}.tsp-purchased-v25-access>span{font-size:8px;color:#3e9b70;font-weight:800;line-height:1.6}.tsp-purchased-v25-access a{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;padding:10px 12px;border-radius:11px;background:#285dc1;color:#fff!important;text-decoration:none!important;font-size:9px;font-weight:900;box-shadow:0 8px 18px rgba(40,93,193,.2);transition:.16s ease}.tsp-purchased-v25-access a:hover{transform:translateY(-1px);background:#214fa8}.tsp-purchased-v25-access a b{font-size:13px}.tsp-purchased-v25-empty{padding:60px 25px;text-align:center;border:1px dashed #d9e1ed;border-radius:22px;background:#fbfcfe}.tsp-purchased-v25-empty>div{width:56px;height:56px;margin:auto;display:grid;place-items:center;border-radius:17px;background:#edf4ff;color:#3465c4;font-size:23px}.tsp-purchased-v25-empty h3{margin:13px 0 5px;color:#334155}.tsp-purchased-v25-empty p{margin:0;color:#96a1af;font-size:10px}@media(max-width:1050px){.tsp-purchased-v25-grid{grid-template-columns:1fr}}@media(max-width:700px){.tsp-purchased-v25-hero{padding:18px;flex-direction:column}.tsp-purchased-v25-hero h2{font-size:21px}.tsp-purchased-v25-hero-stats{grid-template-columns:1fr 1fr}.tsp-purchased-v25-card{grid-template-columns:140px minmax(0,1fr);min-height:190px}.tsp-purchased-v25-cover{min-height:190px}.tsp-purchased-v25-body{padding:13px}.tsp-purchased-v25-body h3{font-size:13px;margin-bottom:9px}.tsp-purchased-v25-access>span{display:none}.tsp-purchased-v25-access{justify-content:flex-end}}@media(max-width:500px){.tsp-purchased-v25-card{grid-template-columns:1fr}.tsp-purchased-v25-cover,.tsp-purchased-v25-cover a,.tsp-purchased-v25-cover img{height:180px;min-height:180px}.tsp-purchased-v25-body{padding:14px}.tsp-purchased-v25-access{justify-content:stretch}.tsp-purchased-v25-access a{width:100%;justify-content:center}.tsp-purchased-v25-section-head h3{font-size:15px}}


/* V182 — comprehensive exam pre-start countdown */
#tsp-root .tsp-ce-upcoming-box{width:100%;box-sizing:border-box;padding:14px;border:1px solid rgba(123,77,226,.18);border-radius:18px;background:linear-gradient(180deg,#fbf9ff 0%,#f7f4ff 100%);box-shadow:0 8px 22px rgba(91,63,160,.06)}
#tsp-root .tsp-ce-upcoming-head{display:flex;align-items:center;gap:10px;text-align:right;margin-bottom:12px}
#tsp-root .tsp-ce-upcoming-icon{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:12px;background:#eee8ff;font-size:19px}
#tsp-root .tsp-ce-upcoming-head div{min-width:0;display:flex;flex-direction:column;gap:3px}
#tsp-root .tsp-ce-upcoming-head strong{font-size:14px;font-weight:900;color:#39256f}
#tsp-root .tsp-ce-upcoming-head small{font-size:11px;line-height:1.8;color:#71678b}
#tsp-root .tsp-ce-countdown{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:5px;direction:ltr;padding:10px 8px;border-radius:14px;background:#fff;border:1px solid rgba(123,77,226,.12)}
#tsp-root .tsp-ce-countdown span{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:0}
#tsp-root .tsp-ce-countdown b{font-size:19px;line-height:1.2;font-weight:950;color:#5b35c8;font-variant-numeric:tabular-nums}
#tsp-root .tsp-ce-countdown small{font-size:9px;color:#8b82a0;font-weight:700}
#tsp-root .tsp-ce-countdown i{font-style:normal;color:#b4a9cf;font-weight:900;margin-top:-8px}
@media(max-width:600px){#tsp-root .tsp-ce-upcoming-box{padding:11px;border-radius:15px}#tsp-root .tsp-ce-upcoming-head{gap:8px}#tsp-root .tsp-ce-upcoming-icon{width:34px;height:34px;flex-basis:34px;font-size:17px}#tsp-root .tsp-ce-upcoming-head strong{font-size:13px}#tsp-root .tsp-ce-upcoming-head small{font-size:10px}#tsp-root .tsp-ce-countdown{padding:8px 5px;gap:3px}#tsp-root .tsp-ce-countdown b{font-size:16px}}

/* V183 — full-width comprehensive countdown + Iran date display alignment */
#tsp-root .tsp-comprehensive-exam-card .tsp-exam-card-actions .tsp-ce-upcoming-box{grid-column:1/-1!important;justify-self:stretch!important;width:100%!important;max-width:none!important;min-width:0!important;display:block!important;box-sizing:border-box!important}
#tsp-root .tsp-comprehensive-exam-card .tsp-ce-upcoming-box .tsp-ce-countdown{width:100%!important;box-sizing:border-box!important}
#tsp-root .tsp-comprehensive-exam-card .tsp-exam-card-actions{width:100%!important}

/* V191 — Comprehensive results inside student results tab */
.tsp-ce-results-list{margin-top:18px}.tsp-ce-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.tsp-ce-result-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;border:1px solid #e7ebf2;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfcff)}.tsp-ce-result-card>div{min-width:0}.tsp-ce-result-card span{display:inline-block;font-size:9px;font-weight:900;color:#6843ed;background:#f1edff;border-radius:999px;padding:5px 8px}.tsp-ce-result-card h4{margin:8px 0 5px;font-size:13px}.tsp-ce-result-card small{color:#7a8495;font-size:9px}.tsp-ce-result-card small b{color:#334155}@media(max-width:600px){.tsp-ce-result-card{flex-direction:column;align-items:stretch}.tsp-ce-result-card .tsp-btn{width:100%;text-align:center}}

/* فیلتر درسِ پنجره سؤالات: باید هر لایه display:grid!important قبلی را override کند */
#ttp-root #ttp-builder-modal .ttp-question-order-item.tem-ce-lesson-hidden,body #ttp-builder-modal .ttp-question-order-item.tem-ce-lesson-hidden,#ttp-builder-modal .ttp-question-order-item.tem-ce-lesson-hidden{display:none!important}

/* ===== V253 — استایل جدید «کارنامه‌های من» (تب نتایج دانش‌آموز) ===== */
#tsp-root .tsp-results-list-head h3{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
#tsp-root .tsp-count-badge{display:inline-block;padding:3px 10px;border-radius:999px;background:#eef2ff;color:#4b5fd6;font-size:10px;font-weight:800;line-height:1.5}
#tsp-root .tsp-results-hint{display:flex;align-items:center;gap:10px;margin:0 0 14px;padding:11px 14px;border-radius:15px;border:1px dashed #c6d3f7;background:linear-gradient(90deg,#f1f5ff 0%,#f7f2ff 100%);color:#4a5a86;font-size:11px;line-height:1.9}
#tsp-root .tsp-results-hint .tsp-hint-ic{flex:0 0 30px;width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#fff;box-shadow:0 4px 10px rgba(79,107,255,.16);font-size:15px}
#tsp-root .tsp-results-hint p{margin:0;font-size:inherit;color:inherit}
#tsp-root .tsp-results-hint .tsp-hint-chip{display:inline-block;padding:1px 10px;border-radius:999px;background:#fff;border:1px solid #d3dbf8;color:#4b5fd6;font-weight:800;font-size:10.5px}
#tsp-root .tsp-act-ic{display:inline-block;margin-inline-end:4px;font-size:1.05em;line-height:1}
@media(max-width:650px){#tsp-root .tsp-results-hint{padding:9px 11px;font-size:9.5px;border-radius:13px}#tsp-root .tsp-results-hint .tsp-hint-chip{font-size:9px;padding:0 8px}#tsp-root .tsp-results-hint .tsp-hint-ic{flex-basis:26px;width:26px;height:26px;font-size:13px}}
@media(min-width:901px){
  #tsp-root .tsp-results-list-box .tsp-results-table{border-collapse:separate;border-spacing:0 10px;min-width:900px}
  #tsp-root .tsp-results-list-box .tsp-results-table thead th{background:transparent;border:0;padding:4px 12px 2px;color:#7a86a1;font-size:11px;font-weight:800;white-space:nowrap;text-align:center}
  #tsp-root .tsp-results-list-box .tsp-results-table thead th:first-child{text-align:right}
  #tsp-root .tsp-results-list-box .tsp-results-table tbody td{background:#fff;border:0;border-top:1px solid #e8ecf6;border-bottom:1px solid #e8ecf6;padding:14px 12px;vertical-align:middle;text-align:center;font-size:12px;color:#38445e;transition:background .2s,border-color .2s}
  #tsp-root .tsp-results-list-box .tsp-results-table tbody td:first-child{text-align:right;border-right:1px solid #e8ecf6;border-radius:0 16px 16px 0;min-width:170px}
  #tsp-root .tsp-results-list-box .tsp-results-table tbody td:last-child{border-left:1px solid #e8ecf6;border-radius:16px 0 0 16px}
  #tsp-root .tsp-results-list-box .tsp-results-table tbody tr:hover td{background:#f7f9ff;border-color:#d5def7}
  #tsp-root .tsp-results-list-box .tsp-results-table .tsp-result-title{font-size:13px;color:#27324a}
  #tsp-root .tsp-results-list-box .tsp-results-table .tsp-actions-cell{display:table-cell;white-space:nowrap;min-width:330px;text-align:center}
  #tsp-root .tsp-results-list-box .tsp-act{display:inline-flex;align-items:center;justify-content:center;margin:2px 3px;padding:9px 13px;border-radius:12px;border:1px solid transparent;font-size:11px;font-weight:800;line-height:1;white-space:nowrap;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s}
  #tsp-root .tsp-results-list-box .tsp-act-analysis{background:linear-gradient(135deg,#4f6bff 0%,#7c3aed 100%);color:#fff;box-shadow:0 7px 16px rgba(79,107,255,.28)}
  #tsp-root .tsp-results-list-box .tsp-act-view{background:#eef3ff;color:#2f55d4;border-color:#d3dffe}
  #tsp-root .tsp-results-list-box .tsp-act-download{background:#eefaf3;color:#12804a;border-color:#ccecdc}
  #tsp-root .tsp-results-list-box .tsp-act:hover{transform:translateY(-2px)}
  #tsp-root .tsp-results-list-box .tsp-act-analysis:hover{box-shadow:0 10px 20px rgba(79,107,255,.36)}
  #tsp-root .tsp-results-list-box .tsp-act-view:hover{background:#e3ebff;box-shadow:0 8px 16px rgba(47,85,212,.16)}
  #tsp-root .tsp-results-list-box .tsp-act-download:hover{background:#e1f6ea;box-shadow:0 8px 16px rgba(18,128,74,.16)}
}
