/* AYD Module/Lesson Premium V3 — prefix-only, safe component layer */
:root{--ayd-navy:#061f3f;--ayd-navy-2:#0d3768;--ayd-red:#e21d35;--ayd-teal:#0aa6a6;--ayd-sky:#eef7ff;--ayd-soft:#64748b;--ayd-line:rgba(15,23,42,.09);--ayd-card:#fff;--ayd-bg:#f7f9fc;--ayd-shadow:0 18px 48px rgba(15,23,42,.08)}
.ayd-ml-page{background:linear-gradient(180deg,#f8fafc 0%,#fff 78%);min-height:calc(100vh - 360px);padding:24px 0 56px;position:relative;z-index:1;color:#0f172a}
.ayd-ml-wrap{max-width:1860px;margin:0 auto;padding:0 32px}.ayd-ml-breadcrumb{display:flex;gap:9px;align-items:center;flex-wrap:wrap;color:#64748b;font-size:.88rem;font-weight:700;margin:8px 0 18px}.ayd-ml-breadcrumb a{color:#334155;text-decoration:none}.ayd-ml-breadcrumb i{font-size:.7rem;color:#94a3b8}
.ayd-ml-hero{display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:24px;align-items:stretch;margin-bottom:24px}.ayd-ml-hero-main{background:linear-gradient(135deg,#fff 0%,#f9fbff 55%,#fff5f6 100%);border:1px solid var(--ayd-line);border-radius:30px;box-shadow:var(--ayd-shadow);padding:28px;position:relative;overflow:hidden}.ayd-ml-hero-main:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-120px;top:-140px;background:radial-gradient(circle,rgba(226,29,53,.13),rgba(10,166,166,.04) 56%,transparent 70%)}
.ayd-ml-kicker{display:inline-flex;gap:8px;align-items:center;border-radius:999px;background:#fff1f2;color:#be123c;border:1px solid rgba(226,29,53,.16);font-weight:900;font-size:.78rem;padding:.42rem .72rem;margin-bottom:13px}.ayd-ml-title{font-size:clamp(2rem,4.4vw,3.45rem);font-weight:950;line-height:1.05;letter-spacing:-.045em;margin:0;color:#061b3a}.ayd-ml-subtitle{color:#59677a;font-size:1.05rem;line-height:1.65;max-width:850px;margin:14px 0 0}.ayd-ml-hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.ayd-ml-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;font-weight:900;text-decoration:none;border:1px solid transparent;padding:.78rem 1rem;transition:.18s ease}.ayd-ml-btn-primary{background:linear-gradient(135deg,var(--ayd-navy),#0d3b74);color:#fff;box-shadow:0 12px 28px rgba(6,31,63,.20)}.ayd-ml-btn-primary:hover{color:#fff;transform:translateY(-1px)}.ayd-ml-btn-soft{background:#fff;color:#0d3768;border-color:rgba(13,55,104,.16)}.ayd-ml-btn-soft:hover{background:#f8fafc;color:#061f3f}.ayd-ml-btn-danger{background:#fff1f2;color:#be123c;border-color:rgba(226,29,53,.18)}
.ayd-ml-visual-card{background:linear-gradient(145deg,#061f3f 0%,#092b54 55%,#111827 100%);border-radius:30px;box-shadow:var(--ayd-shadow);padding:22px;color:#fff;position:relative;overflow:hidden;min-height:278px;display:flex;flex-direction:column;justify-content:space-between}.ayd-ml-visual-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 10%,rgba(226,29,53,.42),transparent 28%),radial-gradient(circle at 12% 88%,rgba(10,166,166,.32),transparent 34%)}.ayd-ml-visual-card>*{position:relative;z-index:1}.ayd-ml-module-badge{display:inline-flex;width:max-content;border-radius:999px;background:var(--ayd-red);color:#fff;font-weight:950;padding:.52rem .82rem}.ayd-ml-visual-icon{width:88px;height:88px;border-radius:28px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;font-size:2.65rem;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}.ayd-ml-visual-foot{color:rgba(255,255,255,.76);font-weight:750;line-height:1.45}
.ayd-ml-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:24px}.ayd-ml-stat{background:#fff;border:1px solid var(--ayd-line);border-radius:22px;padding:17px;box-shadow:0 12px 30px rgba(15,23,42,.06);display:flex;gap:13px;align-items:center}.ayd-ml-stat-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#eff6ff;color:#0d55a3;font-size:1.2rem;flex:0 0 auto}.ayd-ml-stat b{display:block;color:#061b3a;font-size:1.45rem;line-height:1}.ayd-ml-stat span{display:block;color:#64748b;font-size:.82rem;font-weight:800;margin-top:5px}.ayd-ml-progress-ring{--p:0;width:54px;height:54px;border-radius:50%;background:conic-gradient(var(--ayd-teal) calc(var(--p)*1%),#e6edf5 0);display:grid;place-items:center;flex:0 0 auto}.ayd-ml-progress-ring:before{content:attr(data-progress) '%';width:40px;height:40px;border-radius:50%;background:#fff;display:grid;place-items:center;color:#061b3a;font-weight:950;font-size:.78rem}
.ayd-ml-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start}.ayd-ml-card{background:#fff;border:1px solid var(--ayd-line);border-radius:26px;box-shadow:var(--ayd-shadow);overflow:hidden}.ayd-ml-card-head{padding:18px 20px;border-bottom:1px solid rgba(15,23,42,.07);display:flex;align-items:center;justify-content:space-between;gap:14px;background:linear-gradient(180deg,#fff,#f9fbff)}.ayd-ml-card-title{display:flex;align-items:center;gap:12px}.ayd-ml-card-title i{width:44px;height:44px;border-radius:15px;background:#eff6ff;color:#0d55a3;display:grid;place-items:center}.ayd-ml-card-title h2,.ayd-ml-card-title h3,.ayd-ml-card-title h4{font-size:1.1rem;font-weight:950;margin:0;color:#061b3a}.ayd-ml-card-body{padding:18px 20px}.ayd-ml-lesson-list{display:flex;flex-direction:column}.ayd-ml-lesson-row{display:grid;grid-template-columns:54px 54px minmax(0,1fr) auto 34px;gap:14px;align-items:center;padding:15px 20px;text-decoration:none;color:#0f172a;border-bottom:1px solid rgba(15,23,42,.07);transition:.16s ease}.ayd-ml-lesson-row:last-child{border-bottom:0}.ayd-ml-lesson-row:hover{background:#f8fbff;color:#061b3a}.ayd-ml-lesson-no{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#f1f5f9;color:#0d3768;font-weight:950}.ayd-ml-lesson-ico{width:46px;height:46px;border-radius:16px;background:#eef6ff;color:#0d55a3;display:grid;place-items:center;font-size:1.15rem}.ayd-ml-lesson-title{font-weight:950;line-height:1.3;margin-bottom:5px}.ayd-ml-lesson-meta{display:flex;flex-wrap:wrap;gap:8px;color:#64748b;font-size:.82rem;font-weight:750}.ayd-ml-status{border-radius:999px;font-weight:950;font-size:.78rem;padding:.45rem .7rem;white-space:nowrap}.ayd-ml-status.start{background:#eaf4ff;color:#0d55a3}.ayd-ml-status.continue{background:#e6fffb;color:#087f83}.ayd-ml-status.done{background:#dcfce7;color:#15803d}.ayd-ml-status.lock{background:#fff7ed;color:#b45309}.ayd-ml-chevron{color:#94a3b8}.ayd-ml-param-strip{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px}.ayd-ml-param-chip{border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#fff;padding:12px 10px;text-align:center;box-shadow:0 10px 22px rgba(15,23,42,.04);font-weight:900;color:#0f172a;font-size:.82rem;min-height:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.ayd-ml-param-chip i{color:var(--ayd-teal);font-size:1.05rem}.ayd-ml-sidebar{position:sticky;top:92px;display:flex;flex-direction:column;gap:16px}.ayd-ml-side-card{background:#fff;border:1px solid var(--ayd-line);border-radius:24px;box-shadow:0 14px 34px rgba(15,23,42,.06);padding:18px}.ayd-ml-side-card h5{display:flex;gap:10px;align-items:center;color:#061b3a;font-weight:950;margin:0 0 13px}.ayd-ml-side-card h5 i{color:var(--ayd-teal)}.ayd-ml-check-list,.ayd-ml-red-list,.ayd-ml-link-list{list-style:none;margin:0;padding:0}.ayd-ml-check-list li{display:flex;gap:10px;align-items:flex-start;padding:6px 0;color:#334155;font-size:.92rem;font-weight:650}.ayd-ml-check-list li i{color:var(--ayd-teal);margin-top:3px}.ayd-ml-red-list li{display:flex;gap:9px;align-items:flex-start;padding:6px 0;color:#7f1d1d;font-size:.91rem;font-weight:720}.ayd-ml-red-list li i{color:var(--ayd-red);margin-top:4px}.ayd-ml-link-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;text-decoration:none;color:#0d3768;font-weight:850;padding:10px 0;border-bottom:1px solid rgba(15,23,42,.07)}.ayd-ml-link-list a:last-child{border-bottom:0}.ayd-ml-link-list span{display:flex;gap:10px;align-items:center}.ayd-ml-link-list i{color:#0d55a3}.ayd-ml-mini-progress{height:9px;border-radius:999px;background:#e8eef6;overflow:hidden}.ayd-ml-mini-progress span{display:block;height:100%;background:linear-gradient(90deg,var(--ayd-teal),#0d55a3);border-radius:inherit}.ayd-ml-empty{padding:34px;text-align:center;color:#64748b;background:#f8fafc;border-radius:20px;border:1px dashed #cbd5e1}.ayd-ml-empty i{font-size:2rem;color:#0d55a3;margin-bottom:10px}.ayd-ml-course-description{color:#334155;line-height:1.7}
.ayd-lp-page{background:#f7f9fc;padding:22px 0 54px}.ayd-lp-layout{display:grid;grid-template-columns:270px minmax(780px,1fr) 280px;gap:22px;align-items:start}.ayd-lp-top{background:linear-gradient(135deg,#fff,#f9fbff);border:1px solid var(--ayd-line);border-radius:26px;box-shadow:var(--ayd-shadow);padding:22px;margin-bottom:18px}.ayd-lp-tag{display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:#fff1f2;color:#be123c;border:1px solid rgba(226,29,53,.16);font-weight:950;font-size:.76rem;padding:.38rem .64rem}.ayd-lp-top h1{font-size:clamp(1.65rem,3vw,2.65rem);font-weight:950;letter-spacing:-.035em;color:#061b3a;margin:12px 0 8px}.ayd-lp-top p{color:#64748b;line-height:1.65;max-width:980px}.ayd-lp-actionbar{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.ayd-lp-side{position:sticky;top:88px}.ayd-lp-outline{background:#fff;border:1px solid var(--ayd-line);border-radius:22px;box-shadow:0 14px 34px rgba(15,23,42,.06);overflow:hidden}.ayd-lp-outline-head{padding:16px;border-bottom:1px solid rgba(15,23,42,.07)}.ayd-lp-outline-head strong{display:block;color:#061b3a;font-weight:950}.ayd-lp-outline-head small{color:#64748b;font-weight:750}.ayd-lp-outline-list{max-height:calc(100vh - 230px);overflow:auto;padding:7px}.ayd-lp-outline-list a{display:grid;grid-template-columns:32px minmax(0,1fr);gap:9px;align-items:center;text-decoration:none;color:#334155;border-radius:13px;padding:8px 9px;font-size:.86rem;font-weight:800}.ayd-lp-outline-list a:hover,.ayd-lp-outline-list a.active{background:#eff6ff;color:#0d3768}.ayd-lp-outline-list b{font-family:ui-monospace,Menlo,monospace;font-size:.74rem;color:#94a3b8}.ayd-lp-main-card{background:#fff;border:1px solid var(--ayd-line);border-radius:24px;box-shadow:var(--ayd-shadow);padding:20px;margin-bottom:18px}.ayd-lp-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:18px}.ayd-lp-preview,.ayd-lp-timeline,.ayd-lp-red,.ayd-lp-tip{background:#fff;border:1px solid var(--ayd-line);border-radius:22px;box-shadow:0 12px 30px rgba(15,23,42,.055);padding:18px}.ayd-lp-preview h4,.ayd-lp-timeline h4,.ayd-lp-red h4,.ayd-lp-tip h4{font-size:1rem;font-weight:950;color:#061b3a;margin:0 0 13px}.ayd-lp-preview ul,.ayd-lp-red ul{list-style:none;margin:0;padding:0}.ayd-lp-preview li{display:flex;gap:9px;padding:5px 0;color:#334155;font-weight:700;font-size:.92rem}.ayd-lp-preview li i{color:var(--ayd-teal);margin-top:3px}.ayd-lp-timeline-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.ayd-lp-time{position:relative;border-radius:18px;border:1px solid rgba(15,23,42,.08);padding:13px;background:#f8fafc}.ayd-lp-time b{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#0d55a3;color:#fff;margin-bottom:9px}.ayd-lp-time:nth-child(2) b{background:#d97706}.ayd-lp-time:nth-child(3) b{background:#be123c}.ayd-lp-time strong{display:block;color:#061b3a;font-weight:950;font-size:.9rem}.ayd-lp-time span{display:block;color:#64748b;font-weight:700;font-size:.82rem;line-height:1.45;margin-top:4px}.ayd-lp-red{background:#fff7f7;border-color:rgba(226,29,53,.18)}.ayd-lp-red h4{color:#be123c}.ayd-lp-red li{display:flex;gap:9px;padding:5px 0;color:#7f1d1d;font-weight:750;font-size:.9rem}.ayd-lp-red li i{color:#e21d35;margin-top:4px}.ayd-lp-tip{background:linear-gradient(135deg,#ecfeff,#fff)}.ayd-lp-tip h4 i{color:var(--ayd-teal)}.ayd-lp-tip p{margin:0;color:#334155;font-weight:700;line-height:1.65}.ayd-lesson-article{font-size:1.01rem;line-height:1.82;color:#1f2937}.ayd-lesson-article h1,.ayd-lesson-article h2,.ayd-lesson-article h3{scroll-margin-top:105px}.ayd-lesson-article h2,.ayd-lesson-article h3{margin-top:1.6rem}.ayd-lp-right{position:sticky;top:88px;display:flex;flex-direction:column;gap:16px}.ayd-lp-widget{background:#fff;border:1px solid var(--ayd-line);border-radius:22px;box-shadow:0 14px 34px rgba(15,23,42,.06);padding:16px}.ayd-lp-widget h5{display:flex;gap:9px;align-items:center;margin:0 0 12px;color:#061b3a;font-weight:950}.ayd-lp-widget h5 i{color:#0d55a3}.ayd-lp-lessons a{display:flex;gap:8px;text-decoration:none;color:#334155;font-weight:800;border-bottom:1px solid rgba(15,23,42,.06);padding:8px 0;font-size:.86rem}.ayd-lp-lessons a.active{color:#0d55a3}.ayd-lp-lessons a small{color:#94a3b8}.ayd-lp-bookmarks{display:flex;gap:8px;flex-wrap:wrap}.ayd-lp-bookmarks span{width:18px;height:28px;border-radius:3px 3px 8px 8px;display:inline-block;background:#e21d35}.ayd-lp-bookmarks span:nth-child(2){background:#f59e0b}.ayd-lp-bookmarks span:nth-child(3){background:#eab308}.ayd-lp-bookmarks span:nth-child(4){background:#10b981}.ayd-lp-bookmarks span:nth-child(5){background:#3b82f6}.ayd-lp-bookmarks span:nth-child(6){background:#7c3aed}
@media(max-width:1399.98px){.ayd-ml-wrap{max-width:1500px;padding:0 22px}.ayd-ml-hero{grid-template-columns:minmax(0,1fr) 360px}.ayd-ml-grid{grid-template-columns:minmax(0,1fr) 350px}.ayd-lp-layout{grid-template-columns:235px minmax(0,1fr) 250px;gap:18px}}
@media(max-width:1199.98px){.ayd-ml-hero,.ayd-ml-grid{grid-template-columns:1fr}.ayd-ml-sidebar{position:static}.ayd-lp-layout{grid-template-columns:230px minmax(0,1fr)}.ayd-lp-right{grid-column:2;position:static}.ayd-ml-stats{grid-template-columns:repeat(3,1fr)}.ayd-ml-param-strip{grid-template-columns:repeat(4,1fr)}}
@media(max-width:991.98px){.ayd-lp-layout{grid-template-columns:1fr}.ayd-lp-side,.ayd-lp-right{position:static}.ayd-lp-outline-list{max-height:none}.ayd-lp-section-grid{grid-template-columns:1fr}.ayd-ml-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767.98px){.ayd-ml-lesson-row{grid-template-columns:42px minmax(0,1fr);gap:10px}.ayd-ml-lesson-ico,.ayd-ml-chevron{display:none}.ayd-ml-status{grid-column:2;width:max-content}.ayd-ml-stats,.ayd-ml-param-strip,.ayd-lp-timeline-bar{grid-template-columns:1fr}.ayd-ml-hero-main,.ayd-ml-visual-card{border-radius:22px;padding:18px}.ayd-ml-card-head{align-items:flex-start;flex-direction:column}.ayd-ml-title{font-size:2rem}}


/* v4 width optimization */
.ayd-lp-main-card{padding:24px 24px 26px}.ayd-lp-outline-list a{padding:10px 11px}.ayd-lp-widget,.ayd-lp-outline{border-radius:24px}.ayd-lesson-article{max-width:none}.ayd-lp-top{padding:26px}


/* AYD Lesson Reader Width v5 — wider middle reading column */
@media (min-width: 1400px){
  .ayd-lp-page .ayd-ml-wrap{max-width:1860px;padding-left:32px;padding-right:32px;}
  .ayd-lp-layout{grid-template-columns:270px minmax(780px,1fr) 280px;gap:22px;}
  .ayd-lp-main{min-width:0;width:100%;}
  .ayd-lp-main-card{padding:28px 34px 32px;}
  .ayd-lesson-article{font-size:1.045rem;line-height:1.86;}
}
@media (min-width: 1700px){
  .ayd-lp-page .ayd-ml-wrap{max-width:1940px;}
  .ayd-lp-layout{grid-template-columns:260px minmax(920px,1fr) 270px;gap:24px;}
}
@media (max-width: 1399.98px) and (min-width: 1200px){
  .ayd-lp-layout{grid-template-columns:235px minmax(0,1fr) 250px;gap:18px;}
  .ayd-lp-main-card{padding:24px 28px 28px;}
}

/* AYD Lesson Premium Reading Theme v6 — site/guncel-degisenler uyumlu ders notu teması */
.ayd-lp-main-card#ders-notlari{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(15,23,42,.08);
  background:
    radial-gradient(circle at 96% 0,rgba(37,99,235,.08),transparent 28%),
    radial-gradient(circle at 0 10%,rgba(226,29,53,.055),transparent 28%),
    #fff;
  box-shadow:0 22px 58px rgba(15,23,42,.09);
}
.ayd-lp-main-card#ders-notlari:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;height:6px;
  background:linear-gradient(90deg,#e21d35,#1d4ed8,#06b6d4,#0aa6a6);
  z-index:2;
}
.ayd-lp-main-card#ders-notlari>h4,
.ayd-lp-main-card .ayd-lp-premium-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin:4px 0 22px!important;
  padding:12px 14px;
  width:max-content;
  max-width:100%;
  border-radius:18px;
  background:linear-gradient(135deg,#f8fafc,#fff);
  border:1px solid rgba(15,23,42,.075);
  box-shadow:0 10px 26px rgba(15,23,42,.055);
  color:#061b3a!important;
  letter-spacing:-.02em;
}
.ayd-lp-main-card#ders-notlari>h4 i,
.ayd-lp-main-card .ayd-lp-premium-head i{
  width:42px;height:42px;border-radius:15px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,#e21d35,#1d4ed8);
  color:#fff!important;
  box-shadow:0 12px 28px rgba(37,99,235,.18);
}
.ayd-lesson-article{
  position:relative;
  max-width:none;
  padding:4px 2px 2px;
  color:#223047;
  font-size:1.055rem;
  line-height:1.88;
  letter-spacing:-.004em;
}
.ayd-lesson-article:before{
  content:"";
  display:block;
  height:1px;
  margin:0 0 18px;
  background:linear-gradient(90deg,transparent,#dbeafe,#fecdd3,transparent);
}
.ayd-lesson-article p{
  color:#273244;
  margin:0 0 1.08rem;
}
.ayd-lesson-article p strong{
  color:#061b3a;
  font-weight:950;
  background:linear-gradient(180deg,transparent 58%,rgba(6,182,212,.18) 0);
  border-radius:5px;
  padding:0 .08em;
}
.ayd-lesson-article em{color:#0f766e;font-weight:750;font-style:normal}
.ayd-lesson-section-title{
  position:relative;
  margin:2.25rem 0 1.15rem!important;
  padding:20px 22px 20px 82px!important;
  min-height:72px;
  border:1px solid rgba(15,23,42,.08)!important;
  border-left:0!important;
  border-radius:26px!important;
  overflow:hidden;
  background:
    radial-gradient(circle at 95% 10%,rgba(226,29,53,.075),transparent 26%),
    linear-gradient(135deg,#fff 0,#f8fafc 58%,#eff6ff 100%)!important;
  box-shadow:0 18px 42px rgba(15,23,42,.075);
}
.ayd-lesson-section-title:before{
  content:"\f5da";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;
  left:20px;top:50%;transform:translateY(-50%);
  width:46px;height:46px;border-radius:16px;
  display:grid;place-items:center;
  color:#fff;
  background:linear-gradient(135deg,#111827,#1d4ed8 60%,#0aa6a6);
  box-shadow:0 14px 30px rgba(29,78,216,.20);
}
.ayd-lesson-section-title:after{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;width:6px;
  background:linear-gradient(180deg,#e21d35,#1d4ed8,#0aa6a6);
}
.ayd-lesson-section-title h2,
.ayd-lesson-section-title h3{
  margin:0!important;
  color:#061b3a!important;
  font-size:clamp(1.28rem,2vw,1.78rem);
  font-weight:950!important;
  letter-spacing:-.04em;
  line-height:1.12;
}
.ayd-lesson-article h3:not(.exclude),
.ayd-lesson-article h4,
.ayd-lesson-article h5{
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
  color:#0f172a!important;
  font-weight:950!important;
  letter-spacing:-.025em;
  margin:1.65rem 0 .8rem!important;
  line-height:1.25;
}
.ayd-lesson-article h3:not(.exclude):before,
.ayd-lesson-article h4:before,
.ayd-lesson-article h5:before{
  content:"\f111";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  font-size:.52rem;
  width:24px;height:24px;border-radius:9px;
  display:inline-grid;place-items:center;
  color:#fff;
  background:#e21d35;
  box-shadow:0 7px 14px rgba(226,29,53,.15);
  flex:0 0 auto;
}
.ayd-lesson-article ul,
.ayd-lesson-article ol{
  margin:1rem 0 1.25rem!important;
  padding:0!important;
  display:grid;
  gap:8px;
}
.ayd-lesson-article ul li,
.ayd-lesson-article ol li{
  position:relative;
  list-style:none;
  margin:0!important;
  padding:12px 14px 12px 48px;
  border:1px solid rgba(15,23,42,.075);
  border-radius:17px;
  background:linear-gradient(135deg,#fff,#f8fafc);
  box-shadow:0 8px 20px rgba(15,23,42,.035);
  color:#273244;
  font-weight:650;
  line-height:1.62;
}
.ayd-lesson-article ul li:before{
  content:"\f00c";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;left:14px;top:12px;
  width:24px;height:24px;border-radius:9px;
  display:grid;place-items:center;
  background:#dcfce7;color:#15803d;
  font-size:.78rem;
}
.ayd-lesson-article ol{counter-reset:aydLessonStep}
.ayd-lesson-article ol li{counter-increment:aydLessonStep}
.ayd-lesson-article ol li:before{
  content:counter(aydLessonStep);
  position:absolute;left:13px;top:12px;
  width:26px;height:26px;border-radius:10px;
  display:grid;place-items:center;
  background:#111827;color:#fff;
  font-size:.78rem;font-weight:950;
}
.ayd-lesson-article blockquote{
  position:relative;
  margin:1.3rem 0!important;
  padding:18px 20px 18px 64px!important;
  border:1px solid #fed7aa!important;
  border-left:0!important;
  border-radius:24px!important;
  color:#7c2d12!important;
  background:linear-gradient(135deg,#fff7ed,#fff)!important;
  box-shadow:0 16px 36px rgba(245,158,11,.10);
}
.ayd-lesson-article blockquote:before{
  content:"\f06a";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;left:18px;top:18px;
  width:34px;height:34px;border-radius:13px;
  display:grid;place-items:center;
  background:#ffedd5;color:#c2410c;
}
.ayd-lesson-article blockquote p{margin:.2rem 0!important;color:inherit;font-weight:760}
.ayd-lesson-table-wrap{
  margin:1.25rem 0 1.65rem!important;
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:24px!important;
  overflow:auto;
  box-shadow:0 20px 48px rgba(15,23,42,.08)!important;
  background:#fff;
}
.ayd-lesson-table{
  min-width:760px;
  border-collapse:separate!important;
  border-spacing:0!important;
}
.ayd-lesson-table thead th{
  background:linear-gradient(135deg,#111827,#1d4ed8)!important;
  color:#fff!important;
  border:0!important;
  font-weight:950!important;
  font-size:.82rem!important;
  letter-spacing:.055em!important;
  text-transform:uppercase;
  padding:15px 16px!important;
}
.ayd-lesson-table tbody td{
  padding:15px 16px!important;
  border-bottom:1px solid #eef2f7!important;
  color:#273244;
  vertical-align:top;
  line-height:1.58;
}
.ayd-lesson-table tbody tr:nth-child(even) td{background:#f8fafc}
.ayd-lesson-table tbody tr:hover td{background:#eff6ff}
.ayd-lesson-flow{
  position:relative;
  border-radius:24px!important;
  padding:46px 18px 18px!important;
  background:linear-gradient(135deg,#0f172a,#111827)!important;
  box-shadow:0 22px 54px rgba(15,23,42,.22)!important;
}
.ayd-lesson-flow:before{
  content:"Algoritma / Akış";
  position:absolute;left:16px;top:12px;
  color:#cbd5e1;
  font-weight:950;
  font-size:.78rem;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.ayd-answer{
  position:relative;
  margin:1.25rem 0!important;
  padding:18px 20px 18px 64px!important;
  border-radius:24px!important;
  border:1px solid #86efac!important;
  background:linear-gradient(135deg,#dcfce7,#fff)!important;
  color:#14532d!important;
  box-shadow:0 16px 38px rgba(22,163,74,.12);
  font-weight:950!important;
}
.ayd-answer:before{
  content:"\f058";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  position:absolute;left:18px;top:17px;
  width:34px;height:34px;border-radius:13px;
  display:grid;place-items:center;
  background:#16a34a;color:#fff;
}
.ayd-correct-option{
  border-radius:13px!important;
  background:#dcfce7!important;
  border:1px solid #86efac!important;
  box-shadow:0 8px 18px rgba(22,163,74,.10);
}
.ayd-lesson-article hr{
  border:0;height:1px;margin:1.8rem 0;
  background:linear-gradient(90deg,transparent,#dbeafe,#fecdd3,transparent);
  opacity:1;
}
.ayd-lesson-article code:not(pre code){
  background:#f1f5f9;
  color:#be123c;
  border:1px solid #e2e8f0;
  border-radius:9px;
  padding:.12rem .38rem;
  font-weight:850;
}
.ayd-lp-audio-card,
.ayd-lp-pdf-card{
  border:1px solid rgba(15,23,42,.08)!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,#fff,#f8fafc)!important;
  box-shadow:0 12px 30px rgba(15,23,42,.055);
}
.ayd-lp-audio-card h5:before{
  content:"\f130";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  display:inline-grid;place-items:center;
  width:30px;height:30px;margin-right:8px;border-radius:11px;
  color:#fff;background:linear-gradient(135deg,#1d4ed8,#06b6d4);
}
@media(max-width:767.98px){
  .ayd-lp-main-card#ders-notlari{border-radius:24px}
  .ayd-lp-main-card#ders-notlari>h4{width:100%;font-size:1rem}
  .ayd-lesson-section-title{padding:18px 16px 18px 66px!important;border-radius:22px!important}
  .ayd-lesson-section-title:before{left:14px;width:38px;height:38px;border-radius:14px}
  .ayd-lesson-article{font-size:1rem;line-height:1.76}
  .ayd-lesson-article ul li,.ayd-lesson-article ol li{padding-right:12px}
  .ayd-lesson-table{min-width:640px}
}

