:root{--cce-blue:#0757f8;--cce-purple:#4f1fd9;--cce-navy:#071642;--cce-green:#0aa85f;--cce-red:#ef3340;--cce-orange:#ff9f1c;--cce-line:#dfe7f3;--cce-muted:#5d6982;--cce-bg:#f6f8fc;--cce-shadow:0 8px 24px rgba(16,36,86,.08)}
*{box-sizing:border-box;letter-spacing:0}
html{scroll-behavior:smooth}
body.cce-pro-body{margin:0;background:var(--cce-bg);color:#090f2d;font-family:Inter,Arial,sans-serif}
body.cce-pro-body a{text-decoration:none}
button,input,select,textarea{font:inherit;letter-spacing:0}
button,a{-webkit-tap-highlight-color:transparent}
.cce-pro-app{width:min(100%,1180px);min-height:100vh;margin:0 auto;padding:14px 18px 96px;background:#fff;position:relative}
.cce-pro-topbar,.cce-account-topbar,.cce-detail-top{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #eef2f8}
.cce-pro-topbar>button,.cce-detail-top>button,.cce-account-topbar>a:first-child{width:42px;height:42px;display:grid;place-items:center;border:0;background:transparent;color:var(--cce-navy);font-size:24px;cursor:pointer}
.cce-pro-brand{display:flex;align-items:center;gap:9px;color:#071642;min-width:0}
.cce-pro-brand img{width:38px;height:38px;object-fit:contain}
.cce-pro-brand span{display:flex;flex-direction:column;min-width:0}
.cce-pro-brand strong{font-size:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cce-pro-brand small{font-size:9px;font-weight:800;text-align:center}
.cce-pro-profile-link{width:42px;height:42px;border:1px solid var(--cce-line);border-radius:8px;display:grid;place-items:center;font-size:22px;color:var(--cce-navy)}
.cce-mobile-menu{display:none;position:absolute;top:72px;left:18px;right:18px;z-index:60;background:#fff;border:1px solid var(--cce-line);box-shadow:var(--cce-shadow);padding:8px}
.cce-mobile-menu.open{display:grid}
.cce-mobile-menu a{padding:12px;color:var(--cce-navy);font-weight:700;border-bottom:1px solid #eef2f8}
.cce-search-bar,.cce-listing-search{height:48px;display:flex;align-items:center;gap:10px;margin:10px 0 14px;padding:0 13px;border:1px solid var(--cce-line);border-radius:10px;background:#fbfdff}
.cce-search-bar input,.cce-listing-search input{border:0;outline:0;background:transparent;flex:1;min-width:0;color:var(--cce-navy)}
.cce-home-hero,.cce-listing-hero{position:relative;overflow:hidden;border-radius:18px;background:radial-gradient(circle at 85% 30%,rgba(255,219,75,.2),transparent 25%),linear-gradient(135deg,#06113c,#08327f 68%,#03091f);color:#fff;padding:28px 24px;display:grid;grid-template-columns:minmax(0,1fr) 180px;min-height:280px}
.cce-home-hero h1,.cce-listing-hero h1{margin:0 0 12px;color:#fff;font-size:34px;line-height:1.12;max-width:580px}
.cce-listing-hero h1 span{color:#ffd51c}
.cce-home-hero p,.cce-listing-hero p{margin:0;color:#eef4ff;line-height:1.65}
.cce-hero-stats{display:flex;gap:22px;margin:22px 0}
.cce-hero-stats span{display:flex;flex-direction:column;font-size:12px}
.cce-hero-stats strong{font-size:19px;color:#fff}
.cce-hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.cce-primary-btn,.cce-outline-btn,.cce-small-btn{min-height:42px;border-radius:7px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:13px;cursor:pointer;border:1px solid transparent;text-align:center}
.cce-primary-btn{background:linear-gradient(135deg,#0757f8,#4419d8);color:#fff!important;box-shadow:0 6px 14px rgba(44,65,226,.18)}
.cce-primary-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}
.cce-outline-btn{border-color:#b8c8e6;background:#fff;color:#173fbb!important}
.cce-home-hero .cce-outline-btn{border-color:rgba(255,255,255,.65);background:rgba(255,255,255,.08);color:#fff!important}
.cce-small-btn{min-height:36px;background:var(--cce-blue);color:#fff!important;padding:0 12px}
.cce-hero-trophy,.cce-listing-hero>span{font-size:116px;display:grid;place-items:center;filter:drop-shadow(0 12px 15px rgba(0,0,0,.25))}
.cce-hero-trophy img,.cce-listing-hero>span img{display:block;width:100%;height:100%;max-height:220px;object-fit:contain}
.cce-pro-section{margin-top:28px}
.cce-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}
.cce-section-title h2{margin:0;font-size:21px;color:#0b102b}
.cce-section-title a{font-size:13px;font-weight:800;color:var(--cce-blue)}
.cce-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.cce-category-grid>a{min-height:112px;border:1px solid var(--cce-line);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:12px;color:#0b1236;background:#fff;box-shadow:0 5px 13px rgba(26,49,100,.04);transition:.2s}
.cce-category-grid>a:hover,.cce-category-grid>a:focus-visible{transform:translateY(-2px);border-color:#78a4ff;box-shadow:var(--cce-shadow)}
.cce-category-grid>a:active{transform:scale(.98)}
.cce-category-grid span{width:54px;height:54px;border-radius:12px;background:#eef5ff;color:var(--cce-blue);font-size:24px;font-weight:900;display:grid;place-items:center}
.cce-category-grid img{width:42px;height:42px;object-fit:contain}
.cce-category-grid strong{font-size:13px;text-align:center;line-height:1.25}
.cce-home-premium-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.cce-home-premium-grid article,.cce-home-free-list article{border:1px solid var(--cce-line);border-radius:8px;padding:14px;background:#fff;box-shadow:0 5px 14px rgba(24,47,98,.05)}
.cce-home-product-main{display:flex;gap:11px;color:#0c1233;min-height:72px}
.cce-product-thumb{width:62px;height:62px;flex:0 0 62px;border-radius:8px;background:#eef4ff;display:grid;place-items:center;overflow:hidden}
.cce-product-thumb img{width:100%;height:100%;object-fit:cover}
.cce-pro-fallback{font-weight:900;font-size:28px;color:#fff;background:linear-gradient(135deg,#070c3c,#4c1fd9);width:100%;height:100%;display:grid;place-items:center}
.cce-home-product-main div{display:flex;flex-direction:column;gap:6px}
.cce-home-product-main strong{font-size:14px;line-height:1.3}
.cce-home-product-main small{color:var(--cce-muted)}
.cce-home-premium-grid article>b{display:block;color:var(--cce-blue);font-size:18px;margin:9px 0}
.cce-home-free-list{display:grid;gap:9px}
.cce-home-free-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}
.cce-home-free-list .cce-home-product-main{min-width:0}
.cce-benefit-list{border:1px solid var(--cce-line);border-radius:8px;overflow:hidden}
.cce-benefit-list a{display:grid;grid-template-columns:34px 1fr 20px;align-items:center;padding:13px;border-bottom:1px solid #edf2f8;color:#25304d}
.cce-benefit-list a:last-child{border-bottom:0}
.cce-benefit-list span{color:var(--cce-green);font-weight:900}
.cce-benefit-list em{font-style:normal;font-size:22px}
.cce-home-icon-scroll,.cce-home-review-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(130px,1fr);gap:11px;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x proximity;scrollbar-width:none}
.cce-home-icon-scroll::-webkit-scrollbar,.cce-home-review-scroll::-webkit-scrollbar{display:none}
.cce-home-icon-scroll>a{min-height:122px;border:1px solid var(--cce-line);border-radius:8px;padding:12px;color:#111936;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;scroll-snap-align:start;box-shadow:0 5px 14px rgba(24,47,98,.05)}
.cce-home-icon-scroll>a:focus-visible,.cce-home-icon-scroll>a:hover{border-color:#78a4ff;box-shadow:var(--cce-shadow)}
.cce-home-icon-scroll>a>span{width:52px;height:52px;border-radius:8px;background:#eef5ff;color:var(--cce-blue);display:grid;place-items:center;font-size:25px}
.cce-home-icon-scroll img,.cce-home-practice-grid img{width:100%;height:100%;object-fit:contain}
.cce-home-icon-scroll strong{font-size:13px;line-height:1.25}
.cce-home-icon-scroll small{font-size:11px;color:var(--cce-muted)}
.cce-home-practice-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.cce-home-practice-grid>a{min-height:94px;color:#141b38;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;border-radius:8px}
.cce-home-practice-grid>a:focus-visible,.cce-home-practice-grid>a:hover{background:#f7f9fe}
.cce-home-practice-grid span{width:54px;height:54px;border-radius:50%;background:#edf3ff;color:var(--cce-blue);display:grid;place-items:center;font-size:24px;padding:11px;box-shadow:inset 0 0 0 7px rgba(255,255,255,.55)}
.cce-home-practice-grid strong{font-size:12px;line-height:1.25}
.cce-home-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border-radius:8px;background:var(--cce-navy);color:#fff}
.cce-home-stat-grid article{min-height:102px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-align:center;border-right:1px solid rgba(255,255,255,.2);padding:12px}
.cce-home-stat-grid article:last-child{border-right:0}
.cce-home-stat-grid strong{font-size:24px;color:#ffd51c}
.cce-home-stat-grid span{font-size:12px}
.cce-home-ranker-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
.cce-home-ranker-grid article{position:relative;min-height:154px;border:1px solid var(--cce-line);border-radius:8px;padding:17px 10px 11px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;box-shadow:0 5px 14px rgba(24,47,98,.05)}
.cce-home-ranker-grid b{position:absolute;top:7px;left:8px;width:25px;height:25px;border-radius:50%;background:#ffe082;color:#5a4300;display:grid;place-items:center}
.cce-home-ranker-grid img{width:58px;height:58px;border-radius:50%;object-fit:cover;background:#eef3ff}
.cce-home-ranker-grid strong{font-size:13px}
.cce-home-ranker-grid span{font-size:12px;color:var(--cce-muted)}
.cce-home-review-scroll{grid-auto-columns:minmax(260px,1fr)}
.cce-home-review-scroll article{min-height:140px;border:1px solid var(--cce-line);border-radius:8px;padding:16px;background:#fff;scroll-snap-align:start;box-shadow:0 5px 14px rgba(24,47,98,.05)}
.cce-home-review-scroll article>strong{color:#f4a400;font-size:17px}
.cce-home-review-scroll p{color:#27314b;font-size:13px;line-height:1.55;margin:9px 0}
.cce-home-review-scroll span{font-size:12px;font-weight:800;color:var(--cce-muted)}
.cce-home-offers{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.cce-home-offers>a{min-height:132px;border:1px solid #cbdaf8;border-radius:8px;background:linear-gradient(135deg,#eef4ff,#fff);color:#0b1438;padding:18px;display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:12px;align-items:center;overflow:hidden}
.cce-home-offers>a:hover,.cce-home-offers>a:focus-visible{border-color:#6c91ef;box-shadow:var(--cce-shadow)}
.cce-home-offers div{display:flex;flex-direction:column;gap:7px}
.cce-home-offers strong{font-size:19px}
.cce-home-offers span{font-size:12px;color:var(--cce-muted)}
.cce-home-offers b{font-size:12px;color:var(--cce-blue)}
.cce-home-offers img{width:100%;height:100px;object-fit:contain}
.cce-bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:70;width:min(100%,1180px);height:76px;background:rgba(255,255,255,.97);border-top:1px solid var(--cce-line);display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -5px 18px rgba(20,40,80,.07);padding:6px max(8px,env(safe-area-inset-right)) max(6px,env(safe-area-inset-bottom)) max(8px,env(safe-area-inset-left));backdrop-filter:blur(12px)}
.cce-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#45516e;border-radius:7px;font-size:11px}
.cce-bottom-nav a span{font-size:21px;line-height:1}
.cce-bottom-nav a strong{font-size:11px}
.cce-bottom-nav a.active{color:#2f13de;background:#f4f1ff}
.cce-listing-page{max-width:1040px}
.cce-listing-hero{min-height:220px;grid-template-columns:1fr 160px}
.cce-listing-hero h1{font-size:29px}
.cce-listing-hero>span{font-size:95px}
.cce-listing-search{padding-right:6px}
.cce-listing-search select{border:0;border-left:1px solid var(--cce-line);height:36px;background:#fff;color:#303a57}
.cce-listing-search button{height:36px;border:0;border-radius:6px;background:var(--cce-blue);color:#fff;font-weight:800;padding:0 15px}
.cce-category-strip{display:flex;gap:10px;overflow:auto;padding:2px 1px 10px;scrollbar-width:none}
.cce-category-strip a{min-width:92px;height:84px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px solid var(--cce-line);border-radius:8px;color:#26314f;font-size:11px;text-align:center;padding:7px}
.cce-category-strip a span{font-size:23px;font-weight:800}
.cce-category-strip img{width:30px;height:30px;object-fit:contain}
.cce-category-strip a.active{border-color:#5d76ff;background:#f0edff;color:#3217cf;box-shadow:inset 0 0 0 1px #5d76ff}
.cce-type-tabs,.cce-account-tabs{display:flex;gap:8px;overflow:auto;padding:10px 0;border-bottom:1px solid #edf1f7;scrollbar-width:none}
.cce-type-tabs a,.cce-account-tabs a{height:38px;padding:0 16px;display:flex;align-items:center;white-space:nowrap;border:1px solid var(--cce-line);border-radius:7px;color:#2b3451;font-size:12px;font-weight:800}
.cce-type-tabs a.active,.cce-account-tabs a.active{background:linear-gradient(135deg,#4d20d8,#641fda);border-color:transparent;color:#fff}
.cce-continue-card{display:grid;grid-template-columns:64px minmax(0,1fr) 44px auto;gap:12px;align-items:center;border:1px solid var(--cce-line);border-radius:8px;padding:12px;margin:17px 0;box-shadow:var(--cce-shadow)}
.cce-continue-card>div{min-width:0;display:grid;gap:6px}
.cce-continue-card small{color:var(--cce-muted)}
.cce-continue-card>b{color:#3f1cd9}
.cce-progress{height:7px;background:#e7ebf3;border-radius:7px;overflow:hidden}
.cce-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#14b86a,#4d20da)}
.cce-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.cce-product-card{position:relative;border:1px solid var(--cce-line);border-radius:8px;background:#fff;padding:12px;box-shadow:0 6px 16px rgba(19,42,91,.06)}
.cce-product-card>em{position:absolute;top:7px;left:7px;z-index:2;background:#ef3340;color:#fff;font-style:normal;border-radius:5px;padding:4px 7px;font-size:10px;font-weight:800}
.cce-card-image{height:130px;display:block;border-radius:7px;overflow:hidden;background:#edf3ff}
.cce-card-image img,.cce-card-image .cce-pro-fallback{width:100%;height:100%;object-fit:cover}
.cce-card-body h3{font-size:16px;line-height:1.35;margin:12px 0 5px;color:#0a1030}
.cce-card-body>p{margin:0 0 9px;color:var(--cce-muted);font-size:12px}
.cce-card-meta{display:grid;grid-template-columns:1fr 1fr;gap:5px;color:#303b59;font-size:11px}
.cce-card-social{display:flex;justify-content:space-between;color:var(--cce-muted);font-size:11px;margin:10px 0}
.cce-card-buy{display:flex;align-items:center;gap:7px;flex-wrap:wrap;border-top:1px solid #eef2f8;padding-top:10px}
.cce-card-buy>strong{font-size:20px}
.cce-card-buy del{color:#8992a6;font-size:12px}
.cce-card-buy>span{color:var(--cce-red);font-size:10px;font-weight:800;background:#ffedf0;padding:3px 5px;border-radius:4px}
.cce-card-buy .cce-primary-btn{margin-left:auto;min-height:36px;padding:0 12px}
.cce-empty-state{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;text-align:center;padding:28px;border:1px dashed #c9d5ea;border-radius:8px;color:var(--cce-muted)}
.cce-product-page{max-width:900px;padding-bottom:116px}
.cce-detail-top strong{font-size:18px}
.cce-detail-top>a{font-size:24px;color:#0a1238;width:42px;height:42px;display:grid;place-items:center}
.cce-product-hero{display:grid;grid-template-columns:220px 1fr;gap:22px;border-radius:8px;background:linear-gradient(135deg,#080a3e,var(--accent));padding:22px;color:#fff;margin-top:12px}
.cce-product-cover{height:190px;border:1px solid rgba(255,255,255,.35);border-radius:7px;overflow:hidden}
.cce-product-cover img,.cce-product-cover .cce-pro-fallback{width:100%;height:100%;object-fit:cover}
.cce-product-gallery{display:flex;gap:10px;overflow-x:auto;padding:12px 1px 2px;scroll-snap-type:x mandatory;scrollbar-width:none}
.cce-product-gallery a{width:118px;height:76px;flex:0 0 118px;border:1px solid var(--cce-line);border-radius:7px;overflow:hidden;scroll-snap-align:start;background:#f5f8ff}
.cce-product-gallery img{width:100%;height:100%;object-fit:cover;display:block}
.cce-product-hero h1{color:#fff;margin:9px 0;font-size:28px;line-height:1.2}
.cce-product-hero p{color:#dce4ff;margin:0 0 9px}
.cce-product-hero small{display:block;margin:6px 0}
.cce-badge{display:inline-flex;background:#ef3340;padding:4px 8px;border-radius:5px;font-size:11px;font-weight:800}
.cce-price-panel{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #f2dfaf;background:#fffaf0;border-radius:8px;padding:14px;margin:12px 0}
.cce-price-panel div{display:flex;align-items:center;gap:10px}
.cce-price-panel strong{font-size:28px}
.cce-price-panel del{color:#8d95a7}
.cce-price-panel div>b{color:var(--cce-red);font-size:11px;background:#ffedf0;padding:5px 7px;border-radius:5px}
.cce-price-panel>span{color:var(--cce-red);font-weight:800}
.cce-product-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;border-bottom:1px solid var(--cce-line);padding:8px 0 15px}
.cce-product-meta span{min-height:46px;border:1px solid var(--cce-line);border-radius:7px;display:grid;place-items:center;font-size:12px;font-weight:700}
.cce-language-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:14px 0;border-bottom:1px solid var(--cce-line)}
.cce-language-row span,.cce-chip-list span{border:1px solid #cde8dc;background:#f4fff9;color:#146b45;border-radius:6px;padding:7px 13px;font-size:12px}
.cce-product-block{margin-top:20px}
.cce-product-block h2{font-size:18px;margin:0 0 10px}
.cce-product-block p{line-height:1.65;color:#34405d}
.cce-feature-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:18px}
.cce-feature-grid article{min-height:100px;border:1px solid var(--cce-line);border-radius:8px;padding:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px}
.cce-feature-grid span{color:var(--cce-purple);font-size:21px}
.cce-feature-grid strong{font-size:12px}
.cce-check-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.cce-check-list span{color:#24415a;font-size:13px}
.cce-check-list span::first-letter{color:var(--cce-green)}
.cce-test-list{border:1px solid var(--cce-line);border-radius:8px;overflow:hidden}
.cce-test-list a{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;padding:11px;border-bottom:1px solid #eef2f7;color:#1b2544}
.cce-test-list a:last-child{border-bottom:0}
.cce-test-list b{width:22px;height:22px;border-radius:5px;background:var(--cce-purple);color:#fff;display:grid;place-items:center;font-size:11px}
.cce-test-list span{font-size:11px;color:var(--cce-muted)}
.cce-chip-list{display:flex;flex-wrap:wrap;gap:8px}
.cce-accordion-list details{border:1px solid var(--cce-line);border-radius:7px;margin-bottom:7px;padding:11px;background:#fafbff}
.cce-accordion-list summary{font-weight:700;cursor:pointer}
.cce-sticky-buy{position:fixed;left:50%;bottom:0;transform:translateX(-50%);z-index:80;width:min(100%,900px);min-height:82px;background:#fff;border:1px solid var(--cce-line);box-shadow:0 -8px 28px rgba(10,25,60,.13);display:flex;align-items:center;gap:12px;padding:12px 18px}
.cce-sticky-buy>div{display:flex;align-items:center;gap:9px}
.cce-sticky-buy strong{font-size:25px}
.cce-sticky-buy del{color:#9098a8}
.cce-sticky-buy .cce-primary-btn{margin-left:auto;min-width:190px}
.cce-inline-notice,.cce-login-error{padding:12px;border:1px solid #f1b5bc;background:#fff1f3;color:#a31628;border-radius:7px;margin:10px 0}
.cce-login-page,.cce-checkout-page,.cce-success-page{width:min(100%,430px);min-height:100vh;margin:0 auto;background:#fff;padding:24px 20px 40px;text-align:center}
.cce-login-page header{display:grid;grid-template-columns:1fr auto}
.cce-login-page header strong{font-size:30px;grid-row:1}
.cce-login-page header small{font-weight:800;grid-row:2}
.cce-login-page header span{grid-row:1/3;display:grid;place-items:center;color:var(--cce-purple);font-weight:800}
.cce-login-visual{height:185px;display:flex;align-items:center;justify-content:center;gap:10px;font-size:75px}
.cce-login-visual img{max-width:100%;max-height:170px;object-fit:contain}
.cce-login-visual b,.cce-login-visual i{font-size:34px}
.cce-login-page h1{font-size:25px;margin:3px 0;color:#141733}
.cce-login-page>p{color:var(--cce-muted);line-height:1.6}
.cce-login-features{display:grid;gap:9px;text-align:left;border:1px solid #d8d0ff;background:#fbfaff;border-radius:8px;padding:14px;margin:16px 0}
.cce-login-features>span{display:flex;align-items:center;gap:8px;min-height:22px}.cce-login-features img{width:20px;height:20px;object-fit:contain}
.cce-legacy-account-menu{display:flex;flex-wrap:wrap;gap:8px;padding:10px}.cce-legacy-account-menu a{min-height:40px;display:inline-flex;align-items:center;padding:0 14px;border:1px solid var(--cce-line);border-radius:7px;color:var(--cce-navy);font-weight:800}.cce-legacy-account-menu a:hover,.cce-legacy-account-menu a:focus-visible{border-color:var(--cce-blue);color:var(--cce-blue)}
.cce-google-btn{height:48px;border:2px solid #5731da;border-radius:7px;display:flex;align-items:center;justify-content:center;gap:12px;color:#11152e;background:#fff;width:100%}
.cce-google-btn span{font-size:20px;color:#4285f4}
.cce-google-btn.loading{opacity:.65;pointer-events:none}
.cce-login-loading{display:none;margin-top:8px;color:var(--cce-purple);font-weight:700}.cce-login-loading.show{display:block}
.cce-login-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:24px 0}
.cce-login-trust span{font-size:10px;font-weight:800;color:#39415a}
.cce-checkout-page{text-align:left;padding-top:8px}
.cce-checkout-steps{display:flex;align-items:center;justify-content:center;margin:16px 0}
.cce-checkout-steps span{width:28px;height:28px;border:1px solid #c9d3e5;border-radius:50%;display:grid;place-items:center;font-weight:800}
.cce-checkout-steps span.active{background:var(--cce-purple);color:#fff;border-color:var(--cce-purple)}
.cce-checkout-steps i{width:52px;height:2px;background:#dfe5ef}
.cce-checkout-card{border:1px solid var(--cce-line);border-radius:8px;padding:15px;margin:12px 0;background:#fff}
.cce-checkout-card h1,.cce-checkout-card h2{font-size:18px;margin:0 0 14px}
.cce-checkout-product,.cce-success-product{display:flex;gap:11px;align-items:center}
.cce-checkout-product>span,.cce-success-product>span{width:68px;height:68px;border-radius:7px;overflow:hidden;background:#edf3ff;display:grid;place-items:center}
.cce-checkout-product img,.cce-success-product img{width:100%;height:100%;object-fit:cover}
.cce-checkout-product div,.cce-success-product div{display:grid;gap:5px}
.cce-checkout-product small,.cce-success-product small{color:var(--cce-muted)}
.cce-order-lines{display:grid;gap:11px;margin-top:16px;border-top:1px solid #edf2f8;padding-top:13px}
.cce-order-lines>span,.cce-order-lines>strong{display:flex;justify-content:space-between;gap:10px}
.cce-order-lines>strong{font-size:18px;color:var(--cce-purple);border-top:1px solid #edf2f8;padding-top:11px}
.cce-coupon-form{display:grid;grid-template-columns:1fr auto;gap:8px}
.cce-coupon-form input{height:42px;border:1px solid var(--cce-line);border-radius:6px;padding:0 10px}
.cce-coupon-form button{border:0;border-radius:6px;background:var(--cce-purple);color:#fff;padding:0 16px;font-weight:800}
.cce-payment-option{display:flex;gap:10px;border:1px solid #a7deb8;background:#f5fff8;border-radius:7px;padding:13px}
.cce-payment-option span{display:grid;gap:3px}.cce-payment-option small{color:var(--cce-muted)}
.cce-secure-note,.cce-status-text{font-size:11px;color:var(--cce-muted)}
.cce-terms{display:flex;gap:8px;align-items:flex-start;font-size:12px;margin:15px 0}
.cce-full-btn{width:100%;margin:8px 0}
.cce-purchased-panel{margin-top:70px;display:flex;flex-direction:column;align-items:center;gap:12px}
.cce-purchased-panel>span{width:90px;height:90px;border-radius:50%;background:#16a359;color:#fff;font-size:56px;display:grid;place-items:center}
.cce-success-page{padding-top:70px}
.cce-success-check{width:86px;height:86px;border-radius:50%;background:#0ca64d;color:#fff;font-size:53px;display:grid;place-items:center;margin:0 auto}
.cce-success-page h1{font-size:26px}
.cce-success-page>section{border:1px solid #bee6ca;background:#f4fff8;border-radius:7px;padding:14px;display:grid;gap:6px;margin:18px 0}
.cce-success-product{border:1px solid var(--cce-line);border-radius:8px;padding:12px;text-align:left}
.cce-account-topbar h1{font-size:25px;margin:0}
.cce-account-avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;background:#ede8ff;color:var(--cce-purple);display:grid;place-items:center;font-weight:900}
.cce-account-avatar img{width:100%;height:100%;object-fit:cover}
.cce-account-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0}
.cce-account-stats article,.cce-profile-activity article{border:1px solid var(--cce-line);border-radius:8px;min-height:100px;padding:12px;display:grid;gap:5px}
.cce-account-stats article span,.cce-profile-activity article span{font-size:20px;color:var(--cce-purple)}
.cce-account-stats small,.cce-profile-activity small{color:var(--cce-muted)}
.cce-account-stats strong,.cce-profile-activity strong{font-size:22px}
.cce-test-account-list{display:grid;gap:10px;margin-top:18px}
.cce-test-account-list>article{display:grid;grid-template-columns:120px minmax(0,1fr) 170px;gap:14px;align-items:center;border:1px solid var(--cce-line);border-radius:8px;padding:14px;box-shadow:0 5px 13px rgba(20,40,80,.04)}
.cce-account-cover{height:105px;border-radius:8px;overflow:hidden;background:#edf3ff;display:grid;place-items:center}
.cce-account-cover img,.cce-account-cover .cce-pro-fallback{width:100%;height:100%;object-fit:cover}
.cce-account-test-info h3{font-size:18px;margin:0 0 7px}.cce-account-test-info p{margin:0 0 7px;color:#404b68}.cce-account-test-info small{color:var(--cce-muted)}
.cce-account-test-info .cce-progress{margin-top:10px}
.cce-account-test-action{display:grid;gap:9px;justify-items:start}
.cce-account-test-action>span{padding:5px 10px;border-radius:20px;font-size:11px;font-weight:800}
.cce-state-not-started{background:#e6f8eb;color:#18753b}.cce-state-in-progress{background:#fff2d8;color:#9a5b00}.cce-state-completed{background:#e6f8eb;color:#18753b}
.cce-instructions-page{max-width:1080px}
.cce-instruction-product,.cce-result-product{display:flex;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--cce-line)}
.cce-instruction-product>span,.cce-result-product>span{width:92px;height:92px;border-radius:8px;overflow:hidden;display:grid;place-items:center;background:#edf3ff}
.cce-instruction-product img,.cce-result-product img{width:100%;height:100%;object-fit:cover}
.cce-instruction-product h1,.cce-result-product h1{font-size:21px;margin:0 0 6px}.cce-instruction-product p,.cce-result-product p{margin:0 0 7px;color:#3e4965}
.cce-instruction-card{border:1px solid var(--cce-line);border-radius:8px;padding:16px;margin-top:14px}
.cce-instruction-card h2{font-size:16px;color:var(--cce-purple);text-transform:uppercase}
.cce-instruction-card ol{counter-reset:item;list-style:none;padding:0;display:grid;gap:9px}.cce-instruction-card li{counter-increment:item;display:grid;grid-template-columns:28px 1fr;gap:10px;line-height:1.45}.cce-instruction-card li::before{content:counter(item,decimal-leading-zero);width:26px;height:26px;border-radius:5px;background:#f0edff;color:var(--cce-purple);display:grid;place-items:center;font-size:10px;font-weight:800}
.cce-pattern-table{border:1px solid var(--cce-line);border-radius:7px;overflow:auto}.cce-pattern-table>div{display:grid;grid-template-columns:1fr 110px 110px;padding:11px;border-bottom:1px solid #eef2f7}.cce-pattern-table>div:last-child{border-bottom:0}
.cce-marking-grid,.cce-instruction-tips{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.cce-marking-grid article{padding:14px;border:1px solid #bfe7cb;background:#f2fff7;border-radius:8px;display:grid;grid-template-columns:30px 1fr;gap:4px}.cce-marking-grid article:last-child{border-color:#f4c4c8;background:#fff3f4}.cce-marking-grid b{grid-column:2;color:#128148}
.cce-instruction-tips{grid-template-columns:repeat(3,1fr)}.cce-instruction-tips article{border:1px solid var(--cce-line);border-radius:8px;padding:14px}.cce-instruction-tips h3{font-size:13px;color:var(--cce-purple)}.cce-instruction-tips p{font-size:12px;line-height:1.7}
.cce-instruction-confirm{display:flex;gap:9px;margin:18px 0;font-size:13px}
.cce-result-page,.cce-analysis-page,.cce-solution-page{max-width:980px}
.cce-score-overview{display:grid;grid-template-columns:1fr 190px 1fr;align-items:center;text-align:center;border:1px solid var(--cce-line);border-radius:8px;padding:20px;margin:14px 0}.cce-score-overview>div{display:grid;gap:7px}.cce-score-overview strong{font-size:30px}.cce-score-overview strong em{font-size:15px;font-style:normal}.cce-score-overview span{color:#078a3d;font-weight:800}
.cce-score-ring,.cce-time-ring{width:150px;height:150px;border-radius:50%;margin:auto;background:conic-gradient(#08953e calc(var(--score,75)*1%),#e8ecf4 0);display:grid;place-content:center;position:relative}.cce-score-ring::before,.cce-time-ring::before{content:"";position:absolute;inset:14px;border-radius:50%;background:#fff}.cce-score-ring strong,.cce-score-ring small,.cce-time-ring strong,.cce-time-ring small{position:relative;z-index:1}.cce-trophy-small{font-size:52px!important}
.cce-result-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.cce-result-kpis article{min-height:92px;border:1px solid var(--cce-line);border-radius:8px;padding:12px;display:grid;gap:5px}.cce-result-kpis span{font-size:18px}.cce-result-kpis small{color:var(--cce-muted)}.cce-result-kpis strong{font-size:20px}
.cce-result-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}
.cce-subject-rows{display:grid;gap:11px}.cce-subject-rows>div{display:grid;grid-template-columns:minmax(140px,1fr) 80px minmax(120px,2fr) 70px;align-items:center;gap:10px;font-size:12px}.cce-subject-rows em{text-align:right;font-style:normal}
.cce-result-message{border:1px solid #bfe6cb;background:#f2fff7;border-radius:8px;padding:14px;display:flex;gap:10px;margin-top:15px}.cce-result-message strong{color:#0b8a42}
.cce-review-panel{border:1px solid var(--cce-line);border-radius:8px;margin-top:14px;overflow:hidden}.cce-review-panel summary{min-height:52px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;font-weight:800;cursor:pointer;list-style:none}.cce-review-panel form{border-top:1px solid var(--cce-line);padding:14px;display:grid;gap:12px}.cce-review-panel label{display:grid;gap:6px;font-size:12px;font-weight:700}.cce-review-panel select,.cce-review-panel textarea{width:100%;border:1px solid var(--cce-line);border-radius:7px;padding:10px;background:#fff;color:var(--cce-navy)}.cce-review-panel textarea{resize:vertical}.cce-review-panel form p{min-height:18px;margin:0;color:#087e3c}.cce-review-panel form p.error{color:#c21d31}
.cce-solution-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:14px;margin-top:14px}.cce-solution-layout>aside{border:1px solid var(--cce-line);border-radius:8px;padding:12px;height:max-content;position:sticky;top:10px}.cce-solution-layout select{width:100%;height:40px;margin-top:7px;border:1px solid var(--cce-line);border-radius:6px}
.cce-solution-palette{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:12px}.cce-solution-palette a{height:34px;border-radius:6px;display:grid;place-items:center;background:#eff2f8;color:#27314d;font-weight:800}.cce-solution-palette a.correct{background:#e8f9ed;color:#078d40}.cce-solution-palette a.incorrect{background:#fff0f1;color:#d92334}
.cce-solution-list{display:grid;gap:12px}.cce-solution-list>article{border:1px solid var(--cce-line);border-radius:8px;padding:16px}.cce-solution-list article>header{display:flex;justify-content:space-between;color:var(--cce-purple)}.cce-solution-options{display:grid;gap:8px}.cce-solution-options>div{border:1px solid var(--cce-line);border-radius:7px;padding:11px}.cce-solution-options .right{border-color:#56c27e;background:#effcf4}.cce-solution-options .picked{border-color:#ef7180;background:#fff2f4}.cce-answer-wrong,.cce-answer-right{padding:10px;border-radius:6px;margin-top:10px}.cce-answer-wrong{background:#fff0f2;color:#bf1830}.cce-answer-right{background:#eefcf3;color:#0b813c}.cce-explanation section{border:1px solid #e4ddff;background:#faf8ff;border-radius:7px;padding:11px;margin-top:10px}
.cce-analysis-summary{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--cce-line);border-radius:8px;margin:14px 0}.cce-analysis-summary article{padding:16px;border-right:1px solid var(--cce-line);display:grid;gap:8px}.cce-analysis-summary article:last-child{border-right:0}.cce-analysis-summary small{color:var(--cce-muted)}.cce-analysis-summary strong{font-size:24px}.cce-analysis-summary span{color:#078b40}
.cce-analysis-grid,.cce-strength-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.cce-analysis-grid>article,.cce-strength-grid>article,.cce-insights{border:1px solid var(--cce-line);border-radius:8px;padding:16px}.cce-analysis-grid h2,.cce-strength-grid h2,.cce-insights h2{font-size:16px;margin-top:0}.cce-time-ring{--score:75;width:130px;height:130px}.cce-strength-grid article:first-child{background:#f3fff7}.cce-strength-grid article:last-child{background:#fff3f4}.cce-strength-grid span{display:flex;justify-content:space-between;margin:10px 0}.cce-insights{margin-top:14px;background:#faf8ff}
.cce-profile-page{max-width:900px}.cce-profile-hero{border:1px solid #dfd8ff;background:#fcfbff;border-radius:8px;padding:20px;display:grid;grid-template-columns:110px 1fr;gap:16px;margin-top:14px}.cce-profile-avatar{width:100px;height:100px;border-radius:50%;background:#e5dcff;color:#3c16d5;display:grid;place-items:center;font-size:32px;font-weight:900;overflow:hidden}.cce-profile-avatar img{width:100%;height:100%;object-fit:cover}.cce-profile-hero h1{font-size:27px;margin:5px 0}.cce-profile-hero>div>span{color:var(--cce-purple);font-weight:800}.cce-profile-meta{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #e8e2ff;padding-top:15px}.cce-profile-meta span{display:grid;gap:5px;text-align:center;color:var(--cce-muted)}.cce-profile-meta b{color:#222d4d}
.cce-profile-activity{margin-top:20px}.cce-profile-activity>div:last-child{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}
.cce-profile-menu{border:1px solid var(--cce-line);border-radius:8px;margin-top:18px;overflow:hidden}.cce-profile-menu details,.cce-profile-menu>a{border-bottom:1px solid #edf2f8}.cce-profile-menu details:last-child,.cce-profile-menu>a:last-child{border-bottom:0}.cce-profile-menu summary,.cce-profile-menu>a{min-height:70px;display:grid;grid-template-columns:46px minmax(0,1fr) 20px;align-items:center;padding:10px 14px;color:#101735;cursor:pointer;list-style:none}.cce-profile-menu summary>span,.cce-profile-menu>a>span{width:36px;height:36px;border-radius:8px;background:#f0edff;color:var(--cce-purple);display:grid;place-items:center}.cce-profile-menu summary div,.cce-profile-menu>a div{display:grid;gap:4px}.cce-profile-menu small{color:var(--cce-muted)}.cce-profile-menu em{font-style:normal;font-size:22px}.cce-profile-menu details>p,.cce-profile-menu details>ul{margin:0;padding:0 20px 16px 70px;line-height:1.6}.cce-profile-menu li{display:grid;margin:8px 0}
.cce-profile-transactions{margin-top:20px;scroll-margin-top:16px}.cce-profile-transactions>article{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;border:1px solid var(--cce-line);border-radius:8px;padding:13px;margin-top:9px}.cce-profile-transactions>article>div{display:grid;gap:4px}.cce-profile-transactions small{color:var(--cce-muted)}.cce-profile-transactions .cce-outline-btn{min-height:36px;padding:0 12px}
.cce-upgrade-banner{display:grid;grid-template-columns:50px 1fr auto;gap:12px;align-items:center;border:1px solid #dfd4ff;background:#fbf9ff;border-radius:8px;padding:15px;margin-top:18px}.cce-upgrade-banner>span{font-size:30px;color:var(--cce-purple)}.cce-upgrade-banner p{margin:4px 0;color:#46516e}
.cce-test-engine{width:min(100%,1180px);min-height:100vh;margin:0 auto;background:#fff;padding-bottom:20px}.cce-test-loading{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.cce-test-loading span{width:42px;height:42px;border:4px solid #e1e6f0;border-top-color:var(--cce-purple);border-radius:50%;animation:cce-spin .8s linear infinite}@keyframes cce-spin{to{transform:rotate(360deg)}}
.cce-engine-top{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px 16px;border-bottom:1px solid var(--cce-line);position:sticky;top:0;background:#fff;z-index:30}.cce-engine-top button{border:0;background:transparent;font-size:22px}.cce-engine-top h1{font-size:18px;margin:0}.cce-engine-top small{color:var(--cce-muted)}
.cce-engine-status{display:grid;grid-template-columns:1fr 1fr minmax(130px,auto) auto;background:#f5f2ff;border-bottom:1px solid #e3dcff}.cce-engine-status>div{padding:14px 18px;border-right:1px solid #e2dcf8}.cce-engine-status small{display:block;color:var(--cce-muted)}.cce-engine-status strong{font-size:24px}.cce-engine-language{display:grid;align-content:center;gap:4px;padding:8px 14px;border-right:1px solid #e2dcf8}.cce-engine-language span{font-size:11px;color:var(--cce-muted)}.cce-engine-language select{height:34px;min-width:116px;border:1px solid #d9d2f5;border-radius:6px;background:#fff;padding:0 8px;color:#251267;font-weight:800}.cce-save-state{align-self:center;margin:0 14px;padding:5px 9px;border-radius:20px;background:#eaf9ef;color:#087e3c;font-size:11px}.cce-save-state.error{background:#fff0f1;color:#c21d31}
.cce-engine-tabs{display:flex;border-bottom:1px solid var(--cce-line)}.cce-engine-tabs button{flex:1;height:52px;border:0;background:#fff;font-weight:800;color:#3f4965}.cce-engine-tabs button.active{color:var(--cce-purple);border-bottom:3px solid var(--cce-purple)}
.cce-engine-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:14px;padding:16px}.cce-engine-main,.cce-engine-palette{border:1px solid var(--cce-line);border-radius:8px;padding:18px}.cce-engine-question-head{display:flex;justify-content:space-between;gap:10px}.cce-engine-question-head select{height:40px;border:1px solid var(--cce-line);border-radius:6px}.cce-engine-question{font-size:18px;line-height:1.65;margin:24px 0}.cce-content-image{max-width:100%;max-height:300px;object-fit:contain;display:block;margin:10px 0}.cce-engine-options{display:grid;gap:10px}.cce-engine-option{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--cce-line);border-radius:8px;padding:14px;cursor:pointer}.cce-engine-option.selected{border-color:#32a961;background:#effbf3}.cce-engine-option input{margin-top:3px}.cce-engine-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:22px}.cce-engine-actions button{height:44px;border:1px solid #6137de;border-radius:7px;background:#fff;color:#3c1bc8;font-weight:800}.cce-engine-actions button.primary{background:linear-gradient(135deg,#4d20da,#641bd8);color:#fff}.cce-engine-actions button:disabled{opacity:.4}
.cce-engine-question-number{font-size:12px;font-weight:800;color:var(--cce-purple);margin:18px 0 0}.cce-review-toggle{height:40px;border:1px solid var(--cce-line);border-radius:6px;background:#fff;color:#39415f;padding:0 12px;font-weight:700}.cce-review-toggle.active{border-color:#8b52df;background:#f4edff;color:#5b20b7}.cce-status-text.error,.cce-coupon-form+p.error{color:#c21d31}.cce-engine-main[hidden],.cce-engine-palette[hidden]{display:none!important}
.cce-palette-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:7px}.cce-palette-grid button{aspect-ratio:1;border:1px solid #dce3ee;border-radius:6px;background:#f1f3f8;font-weight:800}.cce-palette-grid button.answered{background:#dff7e7;border-color:#4fbd77;color:#08753a}.cce-palette-grid button.review{background:#f0e5ff;border-color:#8b52df;color:#5c20b9}.cce-palette-grid button.current{box-shadow:inset 0 0 0 2px var(--cce-blue)}.cce-engine-legend{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0;font-size:11px}.cce-engine-legend span{display:flex;align-items:center;gap:4px}.cce-engine-legend i{width:10px;height:10px;border-radius:3px;background:#f1f3f8}.cce-engine-legend .answered{background:#42b66d}.cce-engine-legend .review{background:#8b52df}.cce-engine-submit{width:100%;height:44px;border:0;border-radius:7px;background:#ee3343;color:#fff;font-weight:900}
.cce-dark-mode body.cce-pro-body,.cce-dark-mode .cce-pro-app{background:#11162b;color:#f2f5ff}.cce-dark-mode .cce-profile-menu,.cce-dark-mode .cce-profile-menu summary,.cce-dark-mode .cce-profile-menu>a{background:#151c35;color:#f2f5ff}
@media(max-width:900px){
 .cce-pro-app{width:100%;padding:10px 14px 92px}.cce-home-hero,.cce-listing-hero{grid-template-columns:minmax(0,1fr) 110px;padding:20px 16px;min-height:210px}.cce-home-hero h1,.cce-listing-hero h1{font-size:25px}.cce-hero-trophy,.cce-listing-hero>span{font-size:76px}.cce-category-grid{grid-template-columns:repeat(4,1fr)}.cce-home-premium-grid{grid-template-columns:repeat(2,1fr)}.cce-home-practice-grid{grid-template-columns:repeat(4,1fr)}.cce-home-offers{grid-template-columns:1fr}.cce-product-grid{grid-template-columns:repeat(2,1fr)}.cce-feature-grid{grid-template-columns:repeat(3,1fr)}.cce-test-account-list>article{grid-template-columns:92px minmax(0,1fr) 140px}.cce-account-stats{grid-template-columns:repeat(2,1fr)}.cce-solution-layout{grid-template-columns:1fr}.cce-solution-layout>aside{position:static}.cce-engine-layout{grid-template-columns:1fr}.cce-engine-palette{order:-1}.cce-palette-grid{grid-template-columns:repeat(10,1fr)}
}
@media(max-width:600px){
 .cce-pro-app{max-width:440px}.cce-pro-brand strong{font-size:17px}.cce-home-hero,.cce-listing-hero{grid-template-columns:minmax(0,1fr) 88px;padding:18px 14px;min-height:210px}.cce-home-hero h1,.cce-listing-hero h1{font-size:22px}.cce-home-hero p,.cce-listing-hero p{font-size:12px}.cce-hero-stats{gap:9px;margin:15px 0}.cce-hero-stats strong{font-size:15px}.cce-hero-trophy,.cce-listing-hero>span{font-size:60px}.cce-hero-actions .cce-primary-btn,.cce-hero-actions .cce-outline-btn{padding:0 11px;font-size:11px}.cce-category-grid{grid-template-columns:repeat(4,1fr);gap:8px}.cce-category-grid>a{min-height:93px;padding:7px}.cce-category-grid span{width:42px;height:42px}.cce-category-grid strong{font-size:10px}.cce-home-premium-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory}.cce-home-premium-grid article{min-width:75%;scroll-snap-align:start}.cce-home-free-list article{grid-template-columns:minmax(0,1fr) auto}.cce-home-practice-grid{grid-template-columns:repeat(4,1fr);gap:8px}.cce-home-practice-grid span{width:47px;height:47px}.cce-home-practice-grid strong{font-size:10px}.cce-home-stat-grid{grid-template-columns:repeat(2,1fr)}.cce-home-stat-grid article:nth-child(2){border-right:0}.cce-home-stat-grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.2)}.cce-home-offers>a{grid-template-columns:minmax(0,1fr) 88px;padding:14px}.cce-home-offers strong{font-size:17px}.cce-listing-search{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;height:auto;padding:7px}.cce-listing-search input{grid-column:1/-1;height:36px}.cce-listing-search select{display:block;width:100%;min-width:0;height:36px;border:1px solid var(--cce-line);border-radius:6px;padding:0 7px}.cce-continue-card{grid-template-columns:54px minmax(0,1fr) auto}.cce-continue-card>b{display:none}.cce-continue-card .cce-primary-btn{grid-column:2/4;min-height:38px}.cce-product-grid{grid-template-columns:1fr}.cce-product-card{display:grid;grid-template-columns:105px minmax(0,1fr);gap:12px}.cce-card-image{height:135px}.cce-card-body h3{margin-top:0}.cce-card-meta{grid-template-columns:1fr 1fr}.cce-card-social{display:none}.cce-product-hero{grid-template-columns:100px minmax(0,1fr);gap:12px;padding:14px}.cce-product-cover{height:145px}.cce-product-hero h1{font-size:20px}.cce-product-hero small{font-size:10px}.cce-price-panel strong{font-size:23px}.cce-product-meta{grid-template-columns:1fr 1fr}.cce-feature-grid{grid-template-columns:repeat(3,1fr)}.cce-check-list{grid-template-columns:1fr}.cce-sticky-buy{width:100%;padding:10px 14px;min-height:76px}.cce-sticky-buy strong{font-size:21px}.cce-sticky-buy .cce-primary-btn{min-width:130px}.cce-test-account-list>article{grid-template-columns:82px minmax(0,1fr);gap:10px}.cce-account-cover{height:92px}.cce-account-test-action{grid-column:2;grid-template-columns:1fr auto;align-items:center}.cce-account-test-action>small{display:none}.cce-account-test-action .cce-primary-btn{min-height:36px}.cce-pattern-table>div{grid-template-columns:1fr 72px 65px;font-size:11px}.cce-marking-grid,.cce-instruction-tips{grid-template-columns:1fr}.cce-score-overview{grid-template-columns:1fr 130px 1fr;padding:13px}.cce-score-ring{width:115px;height:115px}.cce-score-overview strong{font-size:21px}.cce-score-overview .cce-trophy-small{font-size:38px!important}.cce-result-kpis{grid-template-columns:repeat(2,1fr)}.cce-result-actions{grid-template-columns:1fr}.cce-subject-rows>div{grid-template-columns:1fr 60px}.cce-subject-rows .cce-progress{grid-column:1}.cce-analysis-summary{grid-template-columns:1fr 1fr}.cce-analysis-summary article:nth-child(2){border-right:0}.cce-analysis-summary article:nth-child(-n+2){border-bottom:1px solid var(--cce-line)}.cce-analysis-grid,.cce-strength-grid{grid-template-columns:1fr}.cce-profile-hero{grid-template-columns:86px 1fr;padding:14px}.cce-profile-avatar{width:78px;height:78px}.cce-profile-hero h1{font-size:22px}.cce-profile-activity>div:last-child{grid-template-columns:1fr 1fr}.cce-upgrade-banner{grid-template-columns:40px 1fr}.cce-upgrade-banner .cce-primary-btn{grid-column:1/-1}.cce-engine-top{grid-template-columns:32px minmax(0,1fr) auto;padding:10px}.cce-engine-top h1{font-size:14px}.cce-engine-status{grid-template-columns:1fr 1fr}.cce-engine-status>div{padding:10px}.cce-engine-status strong{font-size:18px}.cce-engine-language{padding:8px 10px}.cce-engine-language select{width:100%;min-width:0}.cce-save-state{font-size:9px;margin:6px}.cce-engine-layout{padding:10px}.cce-engine-main,.cce-engine-palette{padding:12px}.cce-engine-actions{grid-template-columns:1fr 1fr}.cce-palette-grid{grid-template-columns:repeat(8,1fr)}.cce-engine-question{font-size:16px}
}
@media(max-width:360px){
 .cce-category-grid{grid-template-columns:repeat(3,1fr)}.cce-home-hero,.cce-listing-hero{grid-template-columns:1fr}.cce-hero-trophy,.cce-listing-hero>span{display:none}.cce-hero-actions{display:grid;grid-template-columns:1fr}.cce-bottom-nav a strong{font-size:9px}.cce-product-card{grid-template-columns:90px minmax(0,1fr)}.cce-card-image{height:120px}.cce-product-hero{grid-template-columns:82px minmax(0,1fr)}.cce-product-cover{height:125px}.cce-score-overview{grid-template-columns:1fr}.cce-profile-meta{grid-template-columns:1fr}.cce-palette-grid{grid-template-columns:repeat(6,1fr)}
}
@media(max-width:420px){
 .cce-detail-top{display:grid;grid-template-columns:42px minmax(0,1fr) 42px}
 .cce-detail-top strong{min-width:0;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px}
 .cce-product-hero{grid-template-columns:88px minmax(0,1fr);gap:12px;padding:14px;overflow:hidden}
 .cce-product-hero>div:last-child{min-width:0}
 .cce-product-cover{height:132px}
 .cce-product-cover img{object-position:center}
 .cce-product-hero h1{font-size:18px;line-height:1.25;overflow-wrap:anywhere}
 .cce-product-hero p{font-size:12px;line-height:1.45;overflow-wrap:anywhere}
 .cce-product-hero small{font-size:10px;line-height:1.35;overflow-wrap:anywhere}
 .cce-product-gallery{margin-right:-14px;padding-right:14px}
 .cce-price-panel{align-items:flex-start;flex-direction:column;gap:9px}
 .cce-price-panel>span{font-size:12px}
 .cce-language-row{display:grid;grid-template-columns:auto minmax(0,1fr)}
 .cce-language-row>strong{white-space:nowrap}
 .cce-language-row>span{min-width:0;text-align:center;overflow-wrap:anywhere}
 .cce-sticky-buy{display:grid;grid-template-columns:minmax(0,1fr) minmax(128px,auto);gap:10px}
 .cce-sticky-buy>div{min-width:0;gap:7px}
 .cce-sticky-buy strong{font-size:20px;white-space:nowrap}
 .cce-sticky-buy del{font-size:12px;white-space:nowrap}
 .cce-sticky-buy .cce-primary-btn{min-width:0;width:100%;margin:0;padding:0 12px;white-space:nowrap}
}
@media print{.cce-bottom-nav,.cce-detail-top button,.cce-result-actions{display:none!important}.cce-pro-app{max-width:none;padding:0}.cce-sticky-buy{display:none}}
