/* Tutorial catalogue redesign v1. Loaded only for the /tutorials route. */
body.page-tutorials #main-content{background:#f1f5fb}
.tutorial-list-page{--tutorial-blue:#2f6bff;--tutorial-violet:#785cff;--tutorial-cyan:#22c9df;--tutorial-ink:#10203d;--tutorial-muted:#6d7f98;--tutorial-line:#dfe7f2;color:var(--tutorial-ink);background:#f1f5fb}
.tutorial-list-page .container{width:min(1240px,calc(100% - 40px));max-width:1240px}

.tutorial-list-page .tutorial-list-hero{position:relative;min-height:424px;overflow:hidden;border:0;color:#fff;background:radial-gradient(circle at 79% 14%,rgba(66,69,165,.48) 0,transparent 34%),radial-gradient(circle at 98% 94%,rgba(25,112,166,.35) 0,transparent 30%),linear-gradient(118deg,#061326 0%,#081b38 56%,#102b59 100%)}
.tutorial-list-page .tutorial-list-hero:before{content:"";position:absolute;top:-320px;right:-150px;width:610px;height:610px;border:1px solid rgba(109,125,255,.14);border-radius:50%;box-shadow:0 0 0 86px rgba(103,105,255,.035),0 0 0 172px rgba(35,184,227,.025)}
.tutorial-list-page .tutorial-list-hero:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:linear-gradient(90deg,transparent 3%,#000 68%,#000);mask-image:linear-gradient(90deg,transparent 3%,#000 68%,#000)}
.tutorial-list-page .tutorial-list-hero .hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);gap:18px;min-height:424px;padding:42px 0 44px}
.tutorial-list-page .tutorial-list-hero .hero-copy{position:relative;z-index:2;max-width:690px}
.tutorial-list-page .tutorial-list-hero .eyebrow{margin:0 0 21px;color:#8da7c9;font-size:13px;line-height:1.5}
.tutorial-list-page .tutorial-list-hero .eyebrow a:hover{color:#fff}
.tutorial-list-page .tutorial-list-hero .eyebrow .sep{padding:0 9px;color:#8e7dff}
.tutorial-list-page .tutorial-list-hero h1{margin:0 0 17px;color:#fff;font-size:54px;line-height:1.08;font-weight:850;letter-spacing:-1.5px}
.tutorial-list-page .tutorial-list-hero h1 .accent{background:linear-gradient(90deg,#5288ff,#26d0e8 53%,#a984ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.tutorial-list-page .tutorial-list-hero .hero-copy>p{margin:0 0 29px;color:#b5c8df;font-size:17px;line-height:1.7;letter-spacing:.2px}
.tutorial-list-page .tutorial-list-hero .hero-search{position:relative;display:flex;align-items:center;width:min(610px,100%);max-width:none;height:60px;padding:6px 7px 6px 18px;overflow:visible;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#fff;box-shadow:0 20px 48px rgba(0,16,38,.4)}
.tutorial-list-page .tutorial-search-icon{position:relative;display:block;width:21px;height:21px;flex:0 0 21px;margin-right:13px;color:#8495ad}
.tutorial-list-page .tutorial-search-icon:before{content:"";position:absolute;left:1px;top:1px;width:13px;height:13px;border:2px solid currentColor;border-radius:50%}
.tutorial-list-page .tutorial-search-icon:after{content:"";position:absolute;right:1px;bottom:2px;width:7px;height:2px;border-radius:2px;background:currentColor;transform:rotate(45deg);transform-origin:right center}
.tutorial-list-page .tutorial-list-hero .hero-search input{min-width:0;height:100%;padding:0;border:0;background:transparent;color:#243653;font-size:15px;outline:0}
.tutorial-list-page .tutorial-list-hero .hero-search input::placeholder{color:#95a2b5}
.tutorial-list-page .tutorial-list-hero .hero-search button{width:112px;height:48px;flex:0 0 112px;border:0;border-radius:12px;background:linear-gradient(135deg,#407aff,#285fe9);color:#fff;font-size:14px;font-weight:750;letter-spacing:2px;box-shadow:0 9px 20px rgba(47,107,255,.33)}
.tutorial-list-page .tutorial-list-hero .hero-search button:hover{background:linear-gradient(135deg,#4a82ff,#1e56df)}
.tutorial-list-page .tutorial-list-hero .hot-words{gap:8px;margin-top:16px;color:#7895ba;font-size:13px}
.tutorial-list-page .tutorial-list-hero .hot-words>span{margin-right:1px}
.tutorial-list-page .tutorial-list-hero .hot-words a{display:inline-flex;align-items:center;min-height:29px;padding:4px 11px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:rgba(255,255,255,.035);color:#9db1cb;line-height:1.2}
.tutorial-list-page .tutorial-list-hero .hot-words a:hover{border-color:rgba(102,151,255,.35);background:rgba(63,113,217,.14);color:#fff}
.tutorial-list-page .tutorial-list-hero .tutorial-art{align-self:end;width:100%;height:390px;border:0;border-radius:0;background:url("../images/design/hero-tutorials-redesign.png") center/contain no-repeat;filter:drop-shadow(0 24px 44px rgba(0,16,44,.52));-webkit-mask-image:none;mask-image:none;overflow:visible}
.tutorial-list-page .tutorial-list-hero .tutorial-art:before,.tutorial-list-page .tutorial-list-hero .tutorial-art:after{display:none}

.tutorial-list-page .tutorial-catalog{padding:34px 0 64px;background:linear-gradient(180deg,#f2f6fc 0%,#edf3fa 24%,#f2f6fb 100%)}
.tutorial-list-page .page-shell{padding:0}
.tutorial-list-page #courses{scroll-margin-top:92px}
.tutorial-list-page a:focus-visible,.tutorial-list-page button:focus-visible,.tutorial-list-page input:focus-visible{outline:3px solid rgba(64,122,255,.42);outline-offset:3px}

.tutorial-list-page .filter-layout{display:grid;grid-template-columns:244px minmax(0,1fr);gap:23px;align-items:start}
.tutorial-list-page .tutorial-filter-panel{position:sticky;top:90px;display:block;align-self:start;overflow:hidden;border:1px solid var(--tutorial-line);border-radius:21px;background:#fff;box-shadow:0 15px 40px rgba(29,62,112,.085)}
.tutorial-list-page .tutorial-filter-heading{display:flex;align-items:center;justify-content:space-between;min-height:67px;padding:18px 20px;border-bottom:1px solid #edf1f6}
.tutorial-list-page .tutorial-filter-heading h2{margin:0;font-size:19px;line-height:1.35}
.tutorial-list-page .tutorial-filter-heading span{padding:5px 9px;border:1px solid #dfd8ff;border-radius:12px;background:#f0edff;color:#6f5cdb;font-size:12px;line-height:1.2}
.tutorial-list-page .tutorial-filter-panel .filter-group{padding:19px 16px;border-bottom:1px solid #edf1f6}
.tutorial-list-page .tutorial-filter-panel .filter-group h3{margin:0 5px 12px;font-size:14px;line-height:1.4}
.tutorial-list-page .tutorial-filter-panel .filter-group h3 span{color:#9aa9bb;font-weight:400}
.tutorial-list-page .tutorial-filter-panel .check-list{gap:4px}
.tutorial-list-page .tutorial-filter-panel .check-list a{display:flex;align-items:center;min-height:41px;padding:9px 11px;border-radius:10px;color:#5d6f89;font-size:14px;line-height:1.4}
.tutorial-list-page .tutorial-filter-dot{width:8px;height:8px;flex:0 0 8px;margin-right:10px;border-radius:50%;background:#ccd6e5}
.tutorial-list-page .tutorial-filter-panel .check-list a:hover{background:#f6f8fc;color:#315fe3}
.tutorial-list-page .tutorial-filter-panel .check-list a.filter-active{background:linear-gradient(90deg,#edf3ff,#f6f8ff);color:#345fe8;font-weight:700}
.tutorial-list-page .tutorial-filter-panel .check-list a.filter-active:before{content:none}
.tutorial-list-page .tutorial-filter-panel .check-list a.filter-active .tutorial-filter-dot{background:#376cff;box-shadow:0 0 0 4px rgba(55,108,255,.09)}
.tutorial-list-page .tutorial-levels{display:flex;flex-wrap:wrap;gap:7px}
.tutorial-list-page .tutorial-levels a{display:inline-flex;align-items:center;min-height:34px;padding:6px 12px;border:1px solid #e1e7f0;border-radius:9px;background:#f8faff;color:#687a93;font-size:13px;line-height:1.2}
.tutorial-list-page .tutorial-levels a:hover,.tutorial-list-page .tutorial-levels a.filter-active{border-color:#dcd3ff;background:#f0edff;color:#6e55d7;font-weight:700}
.tutorial-list-page .tutorial-filter-panel .filter-clear{min-height:43px;margin:16px;width:calc(100% - 32px);border-color:#d8e2f3;border-radius:11px;background:#f7faff;color:#3f65c8;font-size:13px}

.tutorial-list-page .tutorial-course-panel{min-width:0}
.tutorial-list-page .tutorial-toolbar{display:flex;align-items:center;justify-content:space-between;min-height:66px;margin:0 0 17px;padding:10px 12px 10px 18px;gap:14px;border:1px solid var(--tutorial-line);border-radius:17px;background:#fff;box-shadow:0 10px 28px rgba(27,58,101,.06)}
.tutorial-list-page .tutorial-toolbar-left{display:flex;align-items:center;min-width:0}
.tutorial-list-page .tutorial-toolbar .tabs{gap:4px;flex-wrap:nowrap}
.tutorial-list-page .tutorial-toolbar .tabs a{display:inline-flex;align-items:center;min-height:40px;padding:8px 16px;border-radius:10px;color:#647591;font-size:14px;white-space:nowrap}
.tutorial-list-page .tutorial-toolbar .tabs a:hover,.tutorial-list-page .tutorial-toolbar .tabs a.active{background:#edf2ff;color:#315fe3;font-weight:750}
.tutorial-list-page .tutorial-result-count{margin-left:13px;padding-left:16px;border-left:1px solid #e5ebf3;color:#8998ab;font-size:13px;white-space:nowrap}
.tutorial-list-page .tutorial-result-count strong{margin-right:4px;color:#1b3861;font-size:15px}
.tutorial-list-page .tutorial-toolbar .inline-search{position:relative;display:flex;align-items:center;width:239px;height:42px;flex:0 0 239px;padding:0 6px 0 13px;border:1px solid #dce5ef;border-radius:11px;background:#f8fafc;color:#98a6ba}
.tutorial-list-page .tutorial-toolbar .inline-search>input:not([type="hidden"]){min-width:0;width:auto;flex:1;padding:0;border:0;background:transparent;color:#243653;font-size:13px;outline:0}
.tutorial-list-page .tutorial-toolbar .inline-search>.tutorial-search-icon{width:17px;height:17px;flex-basis:17px;margin-right:8px}
.tutorial-list-page .tutorial-toolbar .inline-search button{display:grid;width:32px;height:30px;flex:0 0 32px;place-items:center;padding:0;border:1px solid #e2e9f4;border-radius:8px;background:#fff;color:#2f6bff}
.tutorial-list-page .tutorial-toolbar .inline-search button .tutorial-search-icon{width:15px;height:15px;margin:0}

.tutorial-list-page .course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.tutorial-list-page .course-card{position:relative;display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid var(--tutorial-line);border-radius:20px;background:#fff;box-shadow:0 11px 28px rgba(27,58,103,.06);transition:transform .22s,border-color .22s,box-shadow .22s}
.tutorial-list-page .course-card:hover{transform:translateY(-3px);border-color:#cbd9ed;box-shadow:0 19px 42px rgba(28,75,125,.12)}
.tutorial-list-page .course-card .course-cover{position:relative;display:block;width:100%;height:176px;flex:none;overflow:hidden;border:0;border-radius:0;background:#142650;color:#fff}
.tutorial-list-page .course-card .course-cover.media-cover{background-image:none}
.tutorial-list-page .course-card .course-cover img{width:100%;height:100%;object-fit:cover;transition:transform .35s}
.tutorial-list-page .course-card:hover .course-cover img{transform:scale(1.025)}
.tutorial-list-page .course-card .course-cover:after{content:"";position:absolute;inset:42% 0 0;background:linear-gradient(transparent,rgba(7,21,45,.72));pointer-events:none}
.tutorial-list-page .course-card .course-cover-fallback{background-image:radial-gradient(circle at 76% 24%,rgba(93,103,255,.36),transparent 28%),linear-gradient(135deg,#132c59,#0c1833)!important}
.tutorial-list-page .course-fallback-mark{position:absolute;top:50%;left:50%;color:rgba(255,255,255,.78);font-size:23px;font-weight:800;letter-spacing:2px;transform:translate(-50%,-50%)}
.tutorial-list-page .tutorial-featured-badge{position:absolute;z-index:2;top:13px;left:13px;padding:6px 9px;border-radius:8px;background:linear-gradient(135deg,#8a64ff,#5c55e9);color:#fff;font-size:11px;font-weight:750;line-height:1.2;box-shadow:0 7px 16px rgba(76,58,213,.3)}
.tutorial-list-page .tutorial-play{position:absolute;z-index:2;bottom:14px;left:16px;display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:rgba(255,255,255,.94);color:#315fe6;font-size:11px;box-shadow:0 8px 18px rgba(0,20,49,.27)}
.tutorial-list-page .course-card .cover-duration{position:absolute!important;z-index:2;right:13px;bottom:14px;margin:0!important;padding:6px 9px;border:1px solid rgba(255,255,255,.15);border-radius:8px;background:rgba(7,24,51,.67);color:#fff;font-size:12px;line-height:1.2;backdrop-filter:blur(6px)}
.tutorial-list-page .course-card .card-body{display:flex;min-height:292px;flex:1;flex-direction:column;padding:18px 17px 16px}
.tutorial-list-page .tutorial-course-kicker{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-bottom:10px;color:#73849b;font-size:12px}
.tutorial-list-page .tutorial-course-category{display:inline-flex;align-items:center;min-height:26px;padding:4px 8px;border:1px solid #dce6fc;border-radius:7px;background:#eef3ff;color:#315fde;font-size:12px;line-height:1.2}
.tutorial-list-page .course-card:nth-child(3n+2) .tutorial-course-category{border-color:#e5dcff;background:#f3efff;color:#7955d6}.tutorial-list-page .course-card:nth-child(3n) .tutorial-course-category{border-color:#d4eeee;background:#edfafa;color:#0c8d9f}
.tutorial-list-page .course-card h3{min-height:50px;margin:0 0 8px;color:#142644;font-size:17px;line-height:1.45}
.tutorial-list-page .course-card h3 a:hover{color:var(--tutorial-blue)}
.tutorial-list-page .course-card .card-body>p{display:-webkit-box;height:48px;margin:0;color:#72839b;font-size:14px;line-height:1.72;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.tutorial-list-page .course-card .tags{gap:6px;margin:13px 0}
.tutorial-list-page .course-card .tags .tag{padding:5px 7px;border:1px solid #e8edf4;border-radius:7px;background:#f6f8fb;color:#647791;font-size:12px;line-height:1.2}
.tutorial-list-page .course-card .card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:13px;border-top:1px solid #edf1f6;color:#7f90a6;font-size:12px}
.tutorial-list-page .tutorial-course-stats{display:flex;gap:11px;min-width:0}.tutorial-list-page .tutorial-course-stats span{white-space:nowrap}.tutorial-list-page .tutorial-course-stats b{color:#f1a11d}
.tutorial-list-page .tutorial-course-price{color:#11a37f;font-size:14px;white-space:nowrap}
.tutorial-list-page .tutorial-course-action{min-height:41px;margin-top:13px;padding:8px 12px;border-color:#d9e4fa;border-radius:10px;background:#f2f6ff;color:#2f61dc;font-size:13px}
.tutorial-list-page .tutorial-course-action:hover{border-color:#bfd2fb;background:#e9f0ff;color:#1c55d9}
.tutorial-list-page .tutorial-empty{padding:36px;border-radius:18px;text-align:center;color:#72839b}.tutorial-list-page .tutorial-empty strong{display:block;color:#263b5b;font-size:17px}.tutorial-list-page .tutorial-empty p{margin:6px 0 12px;font-size:14px}.tutorial-list-page .tutorial-empty a{color:var(--tutorial-blue);font-size:14px;font-weight:650}
.tutorial-list-page .pagination{gap:8px;margin:29px 0 0}.tutorial-list-page .pagination a{min-width:39px;height:39px;border-radius:10px;font-size:13px}.tutorial-list-page .pagination a.current{border-color:var(--tutorial-blue);background:var(--tutorial-blue);box-shadow:0 8px 17px rgba(47,107,255,.22)}

@media (max-width:1180px){
  .tutorial-list-page .tutorial-list-hero .hero-inner{grid-template-columns:minmax(0,1fr) 430px}
  .tutorial-list-page .tutorial-list-hero .tutorial-art{height:350px}
  .tutorial-list-page .filter-layout{grid-template-columns:225px minmax(0,1fr)}
  .tutorial-list-page .course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:960px){
  .tutorial-list-page .tutorial-list-hero .hero-inner{grid-template-columns:minmax(0,1fr) 330px;min-height:390px}
  .tutorial-list-page .tutorial-list-hero h1{font-size:46px}
  .tutorial-list-page .tutorial-list-hero .tutorial-art{height:300px}
  .tutorial-list-page .filter-layout{grid-template-columns:1fr}
  .tutorial-list-page .tutorial-filter-panel{position:static;display:block}
  .tutorial-list-page .tutorial-filter-panel .check-list{display:flex;flex-flow:row wrap}
  .tutorial-list-page .tutorial-filter-panel .check-list a{min-height:36px;padding:7px 11px;border:1px solid #e4eaf3}
  .tutorial-list-page .tutorial-filter-panel .filter-clear{width:auto;padding-right:18px;padding-left:18px}
}
@media (max-width:780px){
  .tutorial-list-page .container{width:calc(100% - 32px)}
  .tutorial-list-page .tutorial-list-hero{min-height:0}
  .tutorial-list-page .tutorial-list-hero .hero-inner{display:block;min-height:0;padding:42px 0 45px}
  .tutorial-list-page .tutorial-list-hero .hero-copy{max-width:none}
  .tutorial-list-page .tutorial-list-hero .tutorial-art{position:absolute;right:-105px;bottom:-34px;display:block;width:390px;height:270px;opacity:.22;filter:none}
  .tutorial-list-page .tutorial-list-hero .hero-copy{padding-right:0}
  .tutorial-list-page .tutorial-list-hero h1{font-size:42px}
  .tutorial-list-page .tutorial-list-hero .hero-copy>p{font-size:16px}
  .tutorial-list-page .tutorial-list-hero .hero-search,.tutorial-list-page .tutorial-list-hero .hot-words{position:relative;z-index:2}
  .tutorial-list-page .tutorial-toolbar{align-items:stretch;flex-direction:column}
  .tutorial-list-page .tutorial-toolbar-left{justify-content:space-between}
  .tutorial-list-page .tutorial-toolbar .inline-search{width:100%;flex-basis:42px}
}
@media (max-width:620px){
  .tutorial-list-page .container{width:calc(100% - 28px)}
  .tutorial-list-page .tutorial-list-hero .hero-inner{padding:34px 0 38px}
  .tutorial-list-page .tutorial-list-hero .eyebrow{margin-bottom:15px}
  .tutorial-list-page .tutorial-list-hero h1{font-size:36px}
  .tutorial-list-page .tutorial-list-hero .hero-copy>p{margin-bottom:22px;font-size:15px}
  .tutorial-list-page .tutorial-list-hero .hero-search{height:54px;padding-left:14px;border-radius:14px}
  .tutorial-list-page .tutorial-list-hero .hero-search button{width:91px;height:44px;flex-basis:91px}
  .tutorial-list-page .tutorial-list-hero .hot-words{gap:7px}
  .tutorial-list-page .tutorial-catalog{padding:24px 0 44px}
  .tutorial-list-page .course-grid{grid-template-columns:1fr}
  .tutorial-list-page .tutorial-toolbar-left{align-items:flex-start;flex-direction:column;gap:7px}
  .tutorial-list-page .tutorial-toolbar .tabs{width:100%;overflow-x:auto}
  .tutorial-list-page .tutorial-toolbar .tabs a{padding-right:13px;padding-left:13px}
  .tutorial-list-page .tutorial-result-count{margin-left:0;padding-left:0;border-left:0}
  .tutorial-list-page .course-card .course-cover{height:205px}
}
@media (max-width:420px){
  .tutorial-list-page .tutorial-list-hero h1{font-size:32px}
  .tutorial-list-page .tutorial-list-hero .hero-search>span{display:none}
  .tutorial-list-page .tutorial-list-hero .hero-search input{padding-left:3px;font-size:14px}
  .tutorial-list-page .tutorial-list-hero .hot-words a{font-size:12px}
  .tutorial-list-page .course-card .course-cover{height:180px}
}
