/* Landing — V6 mockup + Django (nav dropdown, filtre JS) */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Inter',system-ui,sans-serif;background:linear-gradient(160deg,#f0faf6 0%,#ffffff 40%,#f5fffe 100%);min-height:100vh;color:#0f172a;-webkit-font-smoothing:antialiased}
.main-wrapper{background:linear-gradient(160deg,#f0faf6 0%,#ffffff 40%,#f5fffe 100%);min-height:100vh}
a{text-decoration:none;color:inherit}

.topbar{display:flex;justify-content:center;gap:32px;padding:8px 48px;background:#134e4a;font-size:11px;color:rgba(255,255,255,.7);flex-wrap:wrap}
.topbar span{display:flex;align-items:center;gap:5px}
.topbar .dot{width:6px;height:6px;background:#34d399;border-radius:50%;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.3}}

.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 48px;background:#fff;border-bottom:1px solid #f1f5f9;position:sticky;top:0;z-index:100;flex-wrap:wrap;gap:10px}
.nav-left{display:flex;align-items:center;gap:10px}
/* Marka: tek kelime sınavaçalışıyorum — base ile aynı (landing base.css yüklemez) */
.site-logo,
.nav-logo.site-logo{font-family:'Inter',system-ui,sans-serif;font-size:20px;font-weight:800;color:#0d9488;letter-spacing:-0.3px;text-decoration:none}
.nav-logo.site-logo{display:flex;align-items:center;gap:2px}
.nav-sep{width:1px;height:16px;background:#d1d5db}
.site-slogan,
.nav-slogan{font-size:13px;font-weight:500;color:#94a3b8}
html[data-theme="dark"] .site-logo,
html[data-theme="dark"] .nav-logo.site-logo{color:#0d9488}
html[data-theme="dark"] .site-slogan,
html[data-theme="dark"] .nav-slogan{color:rgba(255,255,255,.5)}
.nav-center{display:flex;gap:24px;font-size:15px;font-weight:600;color:#334155;align-items:center;flex-wrap:wrap}
.nav-center>a,.nav-center .n-dd>a{color:#334155;font-weight:600}
.nav-center a:hover{color:#0d9488}
.nav-right{display:flex;gap:12px;align-items:center}
.theme-toggle-btn{width:34px;height:34px;border-radius:50%;background:transparent;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;font-size:16px;line-height:1;padding:0;color:inherit}
.theme-toggle-btn:hover{background:#f1f5f9}
html[data-theme="dark"] .theme-toggle-btn{border-color:#334155}
html[data-theme="dark"] .theme-toggle-btn:hover{background:#334155}
html[data-theme="dark"] body{background:#0f172a;min-height:100vh;color:#e2e8f0}
html[data-theme="dark"] .main-wrapper{background:#0f172a;min-height:100vh}
html[data-theme="dark"] .nav{background:#1e293b;border-bottom-color:#334155}
html[data-theme="dark"] .nav-center>a,html[data-theme="dark"] .nav-center .n-dd>a{color:#cbd5e1}
html[data-theme="dark"] .nav-sep{background:#334155}
html[data-theme="dark"] .btn-login{color:#cbd5e1}
html[data-theme="dark"] .btn-register{background:#0f766e}
html[data-theme="dark"] .landing-av-btn{border-color:#334155;background:#1e293b}
.landing-nav-user-name{font-size:13px;font-weight:600;color:#0f172a;max-width:96px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.landing-nav-caret{font-size:13px;color:#64748b}
html[data-theme="dark"] .landing-nav-user-name{color:#e2e8f0}
html[data-theme="dark"] .landing-nav-caret{color:#94a3b8}
.btn-login{font-size:14px;color:#334155;font-weight:600;padding:8px 16px}
.btn-login:hover{color:#0d9488}
.btn-register{font-size:13px;color:#fff;background:#0d9488;padding:9px 20px;border-radius:8px;font-weight:600}

.n-dd{position:relative}
.n-dd-menu{display:none;position:absolute;top:100%;left:0;margin-top:4px;padding:8px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.08);min-width:260px;z-index:200}
.n-dd:hover .n-dd-menu,.n-dd.n-dd-open .n-dd-menu{display:block}
.n-dd-menu::before{content:'';position:absolute;top:-8px;left:0;right:0;height:8px}
.n-dd-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;font-size:13px;color:#64748b;transition:.12s}
.n-dd-item:hover{background:#f8fafc;color:#0f172a}
.n-dd-item .dd-emoji{font-size:16px;width:24px;text-align:center}
.n-dd-item .dd-info{flex:1;min-width:0}
.n-dd-item .dd-name{font-weight:600;color:#0f172a}
.n-dd-item .dd-meta{font-size:11px;color:#94a3b8}
.n-dd-sep{height:1px;background:#f1f5f9;margin:4px 0}
.n-dd-all{display:block;text-align:center;padding:8px;font-size:12px;font-weight:700;color:#0d9488;border-radius:6px}
.n-dd-all:hover{background:#f0fdfa}

.landing-av-wrap{position:relative}
.landing-av-btn{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;font:inherit}
.landing-av-ico{width:26px;height:26px;border-radius:6px;background:#0d9488;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff;flex-shrink:0}
.landing-av-dd{display:none;position:absolute;top:100%;right:0;margin-top:6px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.08);padding:6px;min-width:188px;z-index:300}
.landing-av-dd.landing-av-open{display:block}
.landing-av-hd{padding:8px 10px;border-bottom:1px solid #f1f5f9;margin-bottom:4px}
.landing-av-nm{font-size:13px;font-weight:600;color:#0f172a}
.landing-av-mail{font-size:12px;color:#64748b;word-break:break-all}
.landing-av-it{display:block;padding:6px 10px;border-radius:6px;font-size:13px;color:#64748b}
.landing-av-it:hover{background:#f8fafc;color:#0f172a}
.landing-av-it--danger{color:#dc2626!important}

.search-top{padding:24px 48px 18px;background:linear-gradient(180deg,#e8f8f2 0%,#f5fffe 100%)}
.search-title{font-size:22px;font-weight:800;color:#0f172a;text-align:center;margin-bottom:16px}
.search-inner{max-width:580px;margin:0 auto}
.search-box{display:flex;align-items:center;gap:10px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:14px 20px;font-size:15px;color:#94a3b8;transition:border-color .2s,box-shadow .2s}
.search-box:focus-within{border-color:#0d9488;box-shadow:0 0 0 3px rgba(13,148,136,.1)}
.search-box svg{flex-shrink:0;opacity:.5;width:20px;height:20px}
.search-box input{border:none;outline:none;background:transparent;font-size:15px;color:#0f172a;width:100%;min-width:0;font-family:inherit}
.search-box input::placeholder{color:#94a3b8;font-size:15px}
.filters{display:flex;gap:6px;margin-top:12px;justify-content:center;flex-wrap:wrap}
.fl{padding:7px 16px;border-radius:16px;font-size:12px;font-weight:600;border:1px solid #e2e8f0;color:#64748b;background:#fff;cursor:pointer;transition:all .15s;font-family:inherit}
.fl:hover{border-color:#99f6e4;color:#0d9488}
.fl.on{background:#0d9488;color:#fff;border-color:#0d9488}

.exams-section{background:transparent;padding:24px 48px 28px;border-top:1px solid rgba(15,23,42,0.06)}
.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;flex-wrap:wrap;gap:8px}
.section-head h2{font-size:16px;font-weight:700}
.section-head a{font-size:12px;color:#0d9488;font-weight:600}
.exams-popular-grid{display:grid;gap:24px;align-items:start;max-width:none;width:100%;margin:0;grid-template-columns:3fr 5fr 4fr}
.exams-popular-grid--3{grid-template-columns:3fr 5fr 4fr}
.exams-popular-sidebar-col{min-width:0;display:flex;flex-direction:column;gap:12px}
/* Popüler sınavlar — sol panel (side-card) */
#left-panel .side-card{
  --side-card-bg:#fff;
  background:var(--side-card-bg,var(--card-bg,#fff));
  border:1px solid #e2e8f0;border-radius:12px;
  padding:1.1rem 1.25rem
}
#left-panel .side-card-title{
  font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.07em;
  color:#64748b;margin:0 0 12px
}
#left-panel .news-item{
  display:flex;gap:10px;padding:8px 0;border-bottom:1px solid #f1f5f9;align-items:flex-start
}
#left-panel .news-item:last-child{border-bottom:none}
#left-panel .news-dot{width:7px;height:7px;border-radius:50%;margin-top:4px;flex-shrink:0}
#left-panel .dot-ösym{background:#1D9E75}
#left-panel .dot-meb{background:#378ADD}
#left-panel .dot-diğer{background:#EF9F27}
#left-panel .news-text{font-size:13px;color:#0f172a;text-decoration:none;line-height:1.4;font-weight:500}
#left-panel .news-text:hover{color:#1D9E75}
#left-panel .news-meta{font-size:11px;color:#94a3b8;margin:2px 0 0}
#left-panel .news-meta--empty{margin:0}
#left-panel .tip-box{background:#f8fafc;border-radius:8px;padding:10px 12px;margin-bottom:10px}
#left-panel .tip-badge{
  display:inline-block;font-size:11px;padding:2px 8px;border-radius:99px;
  background:rgba(29,158,117,.15);color:#0f766e;margin-bottom:6px;font-weight:600
}
#left-panel .tip-text{font-size:13px;color:#334155;line-height:1.5;margin:0}
#left-panel .btn-tip-cta{
  display:block;text-align:center;padding:8px;background:#1D9E75;color:#fff!important;
  border-radius:8px;font-size:13px;font-weight:600;text-decoration:none
}
#left-panel .btn-tip-cta:hover{background:#178566}
.landing-sidebar-card{
  width:100%;display:flex;flex-direction:column;
  padding:1.25rem 1.35rem 1.35rem;border-radius:14px;
  background:linear-gradient(165deg,rgba(255,255,255,.98) 0%,#f0fdfa 55%,#eef2ff 100%);
  border:1px solid #ccfbf1;box-shadow:0 6px 28px rgba(13,148,136,.09);
}
.landing-sidebar-block{min-width:0}
.landing-sidebar-h{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin:0 0 12px}
.landing-sidebar-divider{height:1px;background:#e2e8f0;margin:16px 0;flex-shrink:0;border:0;padding:0}
.ann-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}
.ann-item{border-bottom:1px solid #f1f5f9}
.ann-item:last-child{border-bottom:none}
.ann-link{display:flex;align-items:flex-start;gap:10px;padding:10px 6px;text-decoration:none;color:inherit;transition:background .15s;border-radius:8px}
.ann-link:hover{background:rgba(13,148,136,.06)}
.ann-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:6px}
.ann-dot--osym{background:#0d9488;box-shadow:0 0 0 2px rgba(13,148,136,.2)}
.ann-dot--meb{background:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.2)}
.ann-dot--other{background:#f59e0b;box-shadow:0 0 0 2px rgba(245,158,11,.2)}
.ann-body{display:flex;flex-direction:column;gap:3px;min-width:0}
.ann-title{font-size:13px;font-weight:600;color:#0f172a;line-height:1.35}
.ann-meta{font-size:11px;color:#94a3b8}
.dtip-inner{display:flex;flex-direction:column;gap:10px}
.dtip-badge{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:4px 10px;border-radius:8px;background:#ecfdf5;border:1px solid #a7f3d0;font-size:11px;font-weight:700;color:#047857}
.dtip-badge-sep{opacity:.45;font-weight:600}
.dtip-text{font-size:13px;line-height:1.55;color:#334155;margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.dtip-foot{font-size:11px;color:#94a3b8;margin:0}
.dtip-foot strong{color:#64748b;font-weight:700}
.dtip-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}
.dtip-btn{
  flex:1;min-width:120px;display:inline-flex;align-items:center;justify-content:center;
  padding:10px 14px;border-radius:10px;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;
  text-decoration:none;text-align:center;transition:background .15s,border-color .15s,opacity .15s;border:1px solid transparent
}
.dtip-btn:disabled{opacity:.55;cursor:not-allowed}
.dtip-btn--secondary{background:#fff;border-color:#e2e8f0;color:#475569}
.dtip-btn--secondary:hover{background:#f8fafc;border-color:#cbd5e1}
.dtip-btn--primary{background:#0d9488;border-color:#0d9488;color:#fff!important}
.dtip-btn--primary:hover{background:#0f766e;border-color:#0f766e}
.exams-popular-list-col{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}
.exam-list-2col{display:grid;grid-template-columns:1fr 1fr;gap:8px;align-items:stretch;padding:8px}
.exam-list-2col .exam-row-compact{min-height:0}
.exam-row-compact--grid-span{grid-column:1/-1}
.exam-select-dropdown{
  width:100%;padding:10px 36px 10px 14px;box-sizing:border-box;
  background-color:rgba(255,255,255,0.92);border:1px solid #e2e8f0;border-radius:10px;
  color:#0f172a;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;
  appearance:none;margin-bottom:12px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;
}
.exam-select-dropdown option{background:#fff;color:#0f172a}
.countdown-header .cc-select-label{display:block;font-size:10px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}
.dual-countdown{display:flex;gap:0;margin:8px 0 14px;align-items:stretch}
.cd-section{flex:1;padding:0 8px;min-width:0}
.cd-section:first-child{padding-left:0}
.cd-section:last-child{padding-right:0}
.cd-section-label{
  font-size:11px;color:rgba(15,23,42,0.45);text-transform:uppercase;letter-spacing:0.07em;margin:0 0 8px;
}
.cd-divider{width:1px;background:rgba(15,23,42,0.08);margin:0 4px;flex-shrink:0;align-self:stretch}
.countdown-minimal--dual{margin:4px 0 8px;flex-wrap:wrap;justify-content:center}
.countdown-minimal--dual .cd-num{font-size:clamp(1.25rem,3.5vw,1.85rem)}
.countdown-minimal--dual .cd-sep{margin-bottom:10px;font-size:1.35rem;color:rgba(15,23,42,0.2)}
.countdown-minimal--dual .cd-lbl{color:rgba(15,23,42,0.4)}
.cd-progress-bar--apply{background:#378ADD!important}
.exam-row-compact{display:flex;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;color:inherit;border-bottom:1px solid #f1f5f9;transition:background .15s,border-color .15s;cursor:pointer;border-left:3px solid transparent}
.exam-row-compact:hover{background:#f8fafc;border-left-color:var(--erc-accent,#0d9488)}
.exam-row-compact:last-child{border-bottom:none}
.exam-row-compact.lm-hidden{display:none!important}
.exam-row-compact--aof{--erc-accent:#f59e0b;--erc-ico-bg:#fffbeb;border-left-color:#fde68a}
.exam-row-compact--aof:hover{border-left-color:#f59e0b}
.erc-ico{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;background:var(--erc-ico-bg,#f8fafc);border:1px solid #f1f5f9}
.erc-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}
.erc-name{font-weight:700;font-size:15px;color:#0f172a;letter-spacing:-.02em;line-height:1.25}
.erc-meta{font-size:12px;color:#64748b;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.erc-meta-sep{opacity:.45;user-select:none}
.erc-badge{font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;flex-shrink:0;white-space:nowrap}
.erc-badge--soon{background:#f0fdfa;color:#0f766e}
.erc-badge--past{background:#f1f5f9;color:#64748b}
.erc-badge--continuous{background:transparent;border:1px solid #5eead4;color:#0d9488}
.erc-badge--neutral{background:#f8fafc;color:#94a3b8}
.erc-badge--aof{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none}
.exams-popular-countdown-col{min-width:0;display:flex}
.countdown-card{
  width:100%;display:flex;flex-direction:column;min-height:100%;
  padding:1.25rem 1.35rem 1.35rem;border-radius:14px;
  background:linear-gradient(165deg,rgba(255,255,255,.98) 0%,#f0fdfa 55%,#eef2ff 100%);
  border:1px solid #ccfbf1;box-shadow:0 6px 28px rgba(13,148,136,.09);
}
.cc-tabs-scroll{margin-bottom:1rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;margin-left:-4px;margin-right:-4px;padding-bottom:4px}
.cc-tabs{display:flex;flex-wrap:nowrap;gap:8px;padding:4px}
.cc-tab{
  display:inline-flex;align-items:center;gap:6px;flex-shrink:0;
  padding:8px 14px;border-radius:999px;border:1px solid #e2e8f0;background:#fff;
  font-size:12px;font-weight:600;color:#475569;cursor:pointer;font-family:inherit;
  transition:background .15s,border-color .15s,color .15s,box-shadow .15s;
  white-space:nowrap
}
.cc-tab:hover{border-color:#99f6e4;color:#0d9488}
.cc-tab--active{
  background:linear-gradient(135deg,rgba(13,148,136,.12),rgba(67,56,202,.12));
  border-color:#0d9488;color:#0f766e;box-shadow:0 0 0 1px rgba(13,148,136,.25)
}
.cc-tab-emoji{font-size:14px;line-height:1}
.cc-tab-txt{max-width:180px;overflow:hidden;text-overflow:ellipsis}
@media(min-width:1100px){.cc-tab-txt{max-width:220px}}
.cc-title{font-size:clamp(1.15rem,2.5vw,1.35rem);font-weight:800;color:#0f172a;margin:0 0 6px;line-height:1.25;letter-spacing:-.03em}
.exam-date-label{font-size:12px;color:rgba(0,0,0,0.38);margin:2px 0 14px;letter-spacing:0.01em}
.exam-date-label[hidden]{display:none;margin:0}
.cc-subtitle{font-size:12px;color:#64748b;margin:0 0 1rem;min-height:1.25em}
.badge-surekli{display:inline-block;font-size:12px;font-weight:700;padding:4px 12px;border-radius:999px;background:#f0fdfa;color:#0f766e;border:1px solid #99f6e4;margin:0 0 1rem}
.cc-countdown-block{flex:1;display:flex;flex-direction:column;margin-bottom:0.5rem}
.cc-countdown-block.cc-countdown-block--hidden{display:none!important}
.countdown-minimal{
  display:flex;align-items:flex-end;gap:4px;margin:16px 0 12px;
}
.cd-unit{
  display:flex;flex-direction:column;align-items:center;min-width:44px;
}
.cd-num{
  font-size:2.2rem;font-weight:600;color:#1D9E75;line-height:1;
  font-variant-numeric:tabular-nums;
}
.cd-sep{
  font-size:1.8rem;color:rgba(15,23,42,0.22);margin-bottom:14px;line-height:1;
}
.cd-lbl{
  font-size:10px;color:rgba(15,23,42,0.4);margin-top:4px;text-transform:uppercase;letter-spacing:0.06em;
}
.cd-progress-wrap{
  width:100%;height:3px;background:rgba(15,23,42,0.08);border-radius:99px;overflow:hidden;margin-bottom:6px;
}
.cd-progress-bar{
  height:100%;width:0%;background:#1D9E75;border-radius:99px;transition:width 1s linear;
}
.cd-progress-label{
  font-size:11px;color:rgba(15,23,42,0.35);margin:0;
}
.cc-count{display:flex;align-items:stretch;justify-content:center;gap:6px;margin-bottom:1rem;flex:1}
.cc-count.cc-count--hidden{display:none}
.cc-cell{
  flex:1;min-width:0;max-width:4.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;
  background:rgba(255,255,255,.85);border:1px solid #e2e8f0;border-radius:12px;padding:12px 6px
}
.cc-num{font-size:clamp(1.75rem,4vw,2.35rem);font-weight:800;font-variant-numeric:tabular-nums;line-height:1;color:#0d9488;letter-spacing:-.04em}
.cc-lbl{font-size:9px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-top:6px}
.cc-colon{font-size:1.35rem;font-weight:800;color:#4338ca;align-self:center;padding-bottom:18px;opacity:.85}
.cc-expired-msg{font-size:13px;font-weight:600;color:#94a3b8;text-align:center;margin:-8px 0 12px}
.cc-cta{
  display:flex;align-items:center;justify-content:center;width:100%;margin-top:auto;
  padding:12px 16px;border-radius:10px;background:#0d9488;color:#fff!important;font-size:14px;font-weight:700;
  text-decoration:none;transition:background .2s;font-family:inherit;text-align:center
}
.cc-cta:hover{background:#0f766e}
.exam-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.ec{background:#fff;border:1.5px solid #e2e8f0;border-left:4px solid;border-radius:10px;padding:16px 18px;display:flex;align-items:center;gap:14px;transition:all .2s;cursor:pointer}
.ec:hover{background:#f8fafc;border-top-color:#cbd5e1;border-right-color:#cbd5e1;border-bottom-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.04)}
.ec.lm-hidden{display:none!important}
.ei{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;background:#f8fafc;border:1px solid #f1f5f9}
.ec h3{font-size:16px;font-weight:800;color:#0f172a;margin-bottom:3px;letter-spacing:-.2px}
.ec .meta{font-size:11px;color:#64748b}
.ec .meta b{color:#0d9488;font-weight:700}
.cd{display:inline-block;background:#f0fdfa;color:#0f766e;font-size:10px;font-weight:700;padding:3px 8px;border-radius:5px;margin-left:5px}
.badge-hot{background:#fef2f2;color:#dc2626;font-size:9px;font-weight:700;padding:2px 7px;border-radius:4px;margin-left:4px}
.more-link{text-align:center;margin-top:16px}
.more-link a{font-size:13px;color:#0d9488;font-weight:600}

.aof-card{grid-column:1/-1;border:2px solid #f59e0b;border-radius:12px;padding:20px 24px;display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);cursor:pointer;transition:border-color .15s}
.aof-card:hover{border-color:#d97706}
.aof-icon{width:52px;height:52px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;border:1px solid #fde68a}
.aof-info{flex:1;min-width:0}
.aof-info h3{font-size:16px;font-weight:800;color:#92400e;margin-bottom:3px}
.aof-info .aof-desc{font-size:12px;color:#a16207;margin-bottom:6px}
.aof-info .aof-meta{font-size:11px;color:#b45309}
.aof-info .aof-meta b{color:#92400e}
.aof-badge{background:#f59e0b;color:#fff;font-size:10px;font-weight:700;padding:4px 12px;border-radius:8px;flex-shrink:0}

.hero-section{background:linear-gradient(180deg,#e8f8f2 0%,#f5fffe 100%);padding:44px 48px;text-align:center}
.hero-section h1{font-size:clamp(22px,4vw,28px);font-weight:800;line-height:1.3;letter-spacing:-.5px;margin-bottom:10px}
.hero-section h1 em{color:#0d9488;font-style:normal}
.hero-sub{font-size:14px;color:#64748b;line-height:1.6;margin-bottom:20px;max-width:520px;margin-left:auto;margin-right:auto}
.hero-cta{display:inline-flex;align-items:center;gap:8px;background:#0d9488;color:#fff;padding:13px 32px;border-radius:10px;font-size:15px;font-weight:700;transition:background .2s}
.hero-cta:hover{background:#0f766e}
.hero-trust{margin-top:10px;font-size:11px;color:#94a3b8}

.steps{padding:36px 48px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;background:#fff}
.step{text-align:center;padding:20px}
.step-num{width:32px;height:32px;border-radius:50%;background:#f0fdfa;color:#0d9488;font-size:14px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;margin-bottom:10px}
.step h3{font-size:14px;font-weight:700;margin-bottom:6px}
.step p{font-size:12px;color:#64748b;line-height:1.5}

.features{padding:40px 48px;background:#134e4a}
.features h2{font-size:18px;font-weight:700;color:#fff;text-align:center;margin-bottom:20px}
.feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.feat{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:24px 20px;text-align:center;transition:background .2s}
.feat:hover{background:rgba(255,255,255,.12)}
.feat-icon{font-size:28px;margin-bottom:10px}
.feat h3{font-size:14px;font-weight:700;color:#fff;margin-bottom:6px}
.feat p{font-size:12px;color:rgba(255,255,255,.6);line-height:1.5}
.feat .tag{display:inline-block;margin-top:10px;font-size:10px;font-weight:700;padding:4px 12px;border-radius:10px}
.tag-premium{background:rgba(52,211,153,.2);color:#6ee7b7}
.tag-free{background:rgba(255,255,255,.08);color:rgba(255,255,255,.5)}

.comparison{padding:36px 48px;background:#f8fafc}
.comparison h2{font-size:18px;font-weight:700;text-align:center;margin-bottom:20px}
.comp-table{width:100%;border-collapse:collapse;font-size:13px;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #f1f5f9}
.comp-table th{padding:12px 16px;text-align:left;font-weight:600;color:#64748b;font-size:11px;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border-bottom:2px solid #f1f5f9}
.comp-table th:last-child{color:#0d9488}
.comp-table td{padding:12px 16px;border-bottom:1px solid #f8fafc}
.comp-table tr:last-child td{border-bottom:none}
.comp-table td:last-child{font-weight:600;color:#0d9488}
.check{color:#10b981}.cross{color:#ef4444}.tilde{color:#f59e0b}

.pricing{padding:36px 48px;background:#fff}
.pricing h2{font-size:18px;font-weight:700;text-align:center;margin-bottom:6px}
.pricing .sub{font-size:13px;color:#64748b;text-align:center;margin-bottom:24px}
.price-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:640px;margin:0 auto}
.price-card{border:1.5px solid #e2e8f0;border-radius:14px;padding:28px;position:relative;background:#fff}
.price-card.popular{border:2px solid #0d9488}
.popular-badge{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:#0d9488;color:#fff;font-size:10px;font-weight:700;padding:4px 16px;border-radius:10px;white-space:nowrap}
.price-card h3{font-size:16px;font-weight:700;margin-bottom:4px}
.price-amount{font-size:36px;font-weight:800;margin:8px 0}
.price-amount small{font-size:14px;font-weight:500;color:#64748b}
.price-card .annual{font-size:11px;color:#64748b;margin-bottom:16px}
.price-features{list-style:none;padding:0}
.price-features li{font-size:12px;color:#475569;padding:4px 0}
.price-features li::before{content:"✓ ";color:#10b981;font-weight:700}
.price-btn{display:block;text-align:center;padding:12px;border-radius:8px;font-size:13px;font-weight:700;margin-top:18px;transition:all .2s}
.price-btn-free{background:#f8fafc;color:#0f172a;border:1px solid #e2e8f0}
.price-btn-free:hover{background:#f1f5f9}
.price-btn-premium{background:#0d9488;color:#fff}
.price-btn-premium:hover{background:#0f766e}
.price-guarantee{font-size:10px;color:#94a3b8;text-align:center;margin-top:8px}

.faq{padding:36px 48px;background:#f8fafc}
.faq h2{font-size:18px;font-weight:700;text-align:center;margin-bottom:20px}
.faq-item{border-bottom:1px solid #e2e8f0;padding:16px 0}
.faq-q{font-size:14px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.faq-q span{color:#94a3b8;transition:transform .2s}
.faq-a{font-size:13px;color:#64748b;line-height:1.6;margin-top:10px;display:none}
.faq-item.open .faq-a{display:block}
.faq-item.open .faq-q span{transform:rotate(180deg)}

.stories{padding:36px 48px;background:#fff}
.stories h2{font-size:18px;font-weight:700;text-align:center;margin-bottom:20px}
.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.story{border:1.5px solid #e2e8f0;border-radius:14px;padding:22px}
.story-score{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:22px;font-weight:800}
.story-score .from{color:#ef4444}
.story-score .arrow{color:#94a3b8;font-size:14px}
.story-score .to{color:#10b981}
.story q{font-size:13px;color:#475569;line-height:1.5;display:block;margin-bottom:12px;font-style:italic}
.story-author{display:flex;align-items:center;gap:10px}
.story-avatar{width:32px;height:32px;border-radius:50%;background:#f0fdfa;color:#0d9488;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}
.story-name{font-size:12px;font-weight:600}
.story-meta{font-size:10px;color:#94a3b8}

.leaderboard{padding:36px 48px;background:#f8fafc}
.leaderboard h2{font-size:18px;font-weight:700;text-align:center;margin-bottom:20px}
.lb-list{max-width:420px;margin:0 auto}
.lb-item{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid #e2e8f0}
.lb-item:last-child{border-bottom:none}
.lb-rank{width:24px;font-size:15px;font-weight:800;color:#0d9488;text-align:center}
.lb-rank.gold{color:#f59e0b}
.lb-rank.silver{color:#94a3b8}
.lb-rank.bronze{color:#d97706}
.lb-avatar{width:36px;height:36px;border-radius:50%;background:#f0fdfa;color:#0d9488;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}
.lb-name{flex:1;font-size:14px;font-weight:600}
.lb-count{font-size:14px;font-weight:700;color:#0d9488}

.stats-bottom{margin:16px 48px 32px;background:#f0fdfa;border-radius:14px;padding:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;text-align:center;border:1px solid #ccfbf1}
.st-num{font-size:30px;font-weight:800}
.st-num em{color:#0d9488;font-style:normal}
.st-lbl{font-size:11px;color:#64748b;margin-top:3px}

.footer{background:#134e4a;color:rgba(255,255,255,.6);padding:44px 48px 28px}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;margin-bottom:36px}
.footer-brand h3{font-size:16px;font-weight:800;color:#5eead4;margin-bottom:8px}
.footer-brand p{font-size:12px;line-height:1.6}
.footer-social{display:flex;gap:12px;margin-top:14px}
.footer-social a{width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:14px;color:rgba(255,255,255,.5);transition:background .2s}
.footer-social a:hover{background:rgba(255,255,255,.15)}
.footer-col h4{font-size:11px;font-weight:700;color:rgba(255,255,255,.9);margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}
.footer-col a{display:block;font-size:12px;padding:3px 0;color:rgba(255,255,255,.5)}
.footer-col a:hover{color:#5eead4}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:18px;display:flex;justify-content:space-between;align-items:center;font-size:11px;flex-wrap:wrap;gap:10px}
.footer-links{display:flex;gap:16px;flex-wrap:wrap}
.footer-links a{color:rgba(255,255,255,.4)}
.footer-links a:hover{color:rgba(255,255,255,.7)}
.footer-pay{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}
.footer-pay span{font-size:10px;color:rgba(255,255,255,.45)}

/* --- Landing: [data-theme="dark"] (arama, sınav kartları, hero, adımlar, tablo, fiyat, SSS, hikayeler, istatistik) --- */
html[data-theme="dark"] .search-top{background:#0f172a}
html[data-theme="dark"] .exams-section{background:transparent;border-top-color:#334155}
html[data-theme="dark"] .section-head h2{color:#f1f5f9}
html[data-theme="dark"] .section-head a{color:#5eead4}
html[data-theme="dark"] .more-link a{color:#5eead4}
html[data-theme="dark"] .search-title{color:#f1f5f9}
html[data-theme="dark"] .search-box{background:#1e293b;border:2px solid #334155}
html[data-theme="dark"] .search-box:focus-within{border-color:#5eead4;box-shadow:0 0 0 3px rgba(94,234,212,.15)}
html[data-theme="dark"] .search-box input{color:#f1f5f9}
html[data-theme="dark"] .search-box input::placeholder{color:#64748b}
html[data-theme="dark"] .fl{background:#1e293b;border:1px solid #334155;color:#94a3b8}
html[data-theme="dark"] .fl.on{background:#0d9488;color:#fff;border-color:#0d9488}
html[data-theme="dark"] .ec{background:#1e293b;border:1.5px solid #334155}
html[data-theme="dark"] .ec h3{color:#f1f5f9}
html[data-theme="dark"] .ec .meta{color:#94a3b8}
html[data-theme="dark"] .ec .meta b{color:#5eead4}
html[data-theme="dark"] .cd{background:#1a2e2b;color:#5eead4}
html[data-theme="dark"] .ec:hover{background:#263548}
html[data-theme="dark"] .ec:hover{border-top-color:#334155;border-right-color:#334155;border-bottom-color:#334155}
html[data-theme="dark"] .ei{background:#263548;border-color:#334155}
html[data-theme="dark"] .landing-sidebar-card{
  background:linear-gradient(165deg,#1e293b 0%,#172554 45%,#0f172a 100%);
  border-color:#334155;box-shadow:0 8px 32px rgba(0,0,0,.35)
}
html[data-theme="dark"] .landing-sidebar-h{color:#94a3b8}
html[data-theme="dark"] .landing-sidebar-divider{background:#334155}
html[data-theme="dark"] .ann-item{border-bottom-color:#334155}
html[data-theme="dark"] .ann-link:hover{background:rgba(94,234,212,.08)}
html[data-theme="dark"] .ann-title{color:#f1f5f9}
html[data-theme="dark"] .ann-meta{color:#64748b}
html[data-theme="dark"] #left-panel .side-card{
  --side-card-bg:#1a2332;
  background:#1a2332;border-color:rgba(255,255,255,.08)
}
html[data-theme="dark"] #left-panel .side-card-title{color:rgba(255,255,255,.4)}
html[data-theme="dark"] #left-panel .news-item{border-bottom-color:rgba(255,255,255,.06)}
html[data-theme="dark"] #left-panel .news-text{color:rgba(255,255,255,.85)}
html[data-theme="dark"] #left-panel .news-text:hover{color:#1D9E75}
html[data-theme="dark"] #left-panel .news-meta{color:rgba(255,255,255,.35)}
html[data-theme="dark"] #left-panel .tip-box{background:rgba(255,255,255,.05)}
html[data-theme="dark"] #left-panel .tip-badge{background:rgba(29,158,117,.2);color:#1D9E75}
html[data-theme="dark"] #left-panel .tip-text{color:rgba(255,255,255,.8)}
html[data-theme="dark"] .dtip-badge{background:rgba(6,78,59,.35);border-color:#047857;color:#6ee7b7}
html[data-theme="dark"] .dtip-text{color:#cbd5e1}
html[data-theme="dark"] .dtip-foot{color:#94a3b8}
html[data-theme="dark"] .dtip-foot strong{color:#94a3b8}
html[data-theme="dark"] .dtip-btn--secondary{background:#0f172a;border-color:#334155;color:#cbd5e1}
html[data-theme="dark"] .dtip-btn--secondary:hover{background:#1e293b}
html[data-theme="dark"] .dtip-btn--primary{background:#0d9488;border-color:#0d9488}
html[data-theme="dark"] .exams-popular-list-col{background:#1e293b;border-color:#334155}
html[data-theme="dark"] .exam-row-compact{border-bottom-color:#334155}
html[data-theme="dark"] .exam-row-compact:hover{background:#263548}
html[data-theme="dark"] .erc-name{color:#f1f5f9}
html[data-theme="dark"] .erc-meta{color:#94a3b8}
html[data-theme="dark"] .erc-ico{background:#263548!important;border-color:#334155}
html[data-theme="dark"] .erc-badge--soon{background:#134e4a;color:#5eead4}
html[data-theme="dark"] .erc-badge--past{background:#334155;color:#94a3b8}
html[data-theme="dark"] .erc-badge--continuous{border-color:#5eead4;color:#5eead4}
html[data-theme="dark"] .erc-badge--neutral{background:#263548;color:#64748b}
html[data-theme="dark"] .countdown-card{
  background:linear-gradient(165deg,#1e293b 0%,#172554 45%,#0f172a 100%);
  border-color:#334155;box-shadow:0 8px 32px rgba(0,0,0,.35)
}
html[data-theme="dark"] .cc-tab{background:#0f172a;border-color:#334155;color:#cbd5e1}
html[data-theme="dark"] .cc-tab:hover{border-color:#5eead4;color:#5eead4}
html[data-theme="dark"] .cc-tab--active{
  background:linear-gradient(135deg,rgba(13,148,136,.2),rgba(99,102,241,.2));
  border-color:#5eead4;color:#5eead4;box-shadow:0 0 0 1px rgba(94,234,212,.2)
}
html[data-theme="dark"] .cc-title{color:#f1f5f9}
html[data-theme="dark"] .exam-date-label{color:rgba(255,255,255,0.42)}
html[data-theme="dark"] .cc-subtitle{color:#94a3b8}
html[data-theme="dark"] .badge-surekli{background:rgba(6,78,59,.35);border-color:#047857;color:#6ee7b7}
html[data-theme="dark"] .cc-cell{background:#0f172a;border-color:#334155}
html[data-theme="dark"] .cc-num{color:#5eead4}
html[data-theme="dark"] .cc-lbl{color:#94a3b8}
html[data-theme="dark"] .cc-colon{color:#a5b4fc}
html[data-theme="dark"] .cd-sep{color:rgba(255,255,255,0.2)}
html[data-theme="dark"] .cd-lbl{color:rgba(255,255,255,0.35)}
html[data-theme="dark"] .cd-progress-wrap{background:rgba(255,255,255,0.08)}
html[data-theme="dark"] .cd-progress-label{color:rgba(255,255,255,0.3)}
html[data-theme="dark"] .cc-expired-msg{color:#94a3b8}
html[data-theme="dark"] .cc-cta{background:#0d9488}
html[data-theme="dark"] .cc-cta:hover{background:#0f766e}
html[data-theme="dark"] .exam-select-dropdown{
  background-color:rgba(255,255,255,0.07);border-color:rgba(255,255,255,0.12);color:#fff;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff60' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 14px center;
}
html[data-theme="dark"] .exam-select-dropdown option{background:#1a2332;color:#fff}
html[data-theme="dark"] .countdown-header .cc-select-label{color:#94a3b8}
html[data-theme="dark"] .cd-section-label{color:rgba(255,255,255,0.4)}
html[data-theme="dark"] .cd-divider{background:rgba(255,255,255,0.08)}
html[data-theme="dark"] .countdown-minimal--dual .cd-sep{color:rgba(255,255,255,0.2)}
html[data-theme="dark"] .countdown-minimal--dual .cd-lbl{color:rgba(255,255,255,0.35)}
html[data-theme="dark"] .exam-row-compact--aof{--erc-ico-bg:#422006!important}
html[data-theme="dark"] .hero-section{background:linear-gradient(180deg,#0c1f1d 0%,#134e4a 50%,#0c1f1d 100%)}
html[data-theme="dark"] .hero-section h1{color:#f1f5f9}
html[data-theme="dark"] .hero-section h1 em{color:#5eead4;font-style:normal}
html[data-theme="dark"] .hero-sub{color:#94a3b8}
html[data-theme="dark"] .steps{background:#0f172a}
html[data-theme="dark"] .step h3{color:#f1f5f9}
html[data-theme="dark"] .step p{color:#94a3b8}
html[data-theme="dark"] .comparison{background:#0f172a}
html[data-theme="dark"] .comparison h2{color:#f1f5f9}
html[data-theme="dark"] .comp-table{background:#1e293b;border:1px solid #334155}
html[data-theme="dark"] .comp-table th{background:#0f172a;border-bottom:2px solid #334155;color:#94a3b8}
html[data-theme="dark"] .comp-table th:last-child{color:#5eead4}
html[data-theme="dark"] .comp-table td{border-bottom:1px solid #1e293b;color:#e2e8f0}
html[data-theme="dark"] .comp-table td:last-child{color:#5eead4}
html[data-theme="dark"] .pricing{background:#0f172a}
html[data-theme="dark"] .pricing h2{color:#f1f5f9}
html[data-theme="dark"] .pricing .sub{color:#94a3b8}
html[data-theme="dark"] .price-card{background:#1e293b;border:1.5px solid #334155}
html[data-theme="dark"] .price-card.popular{border:2px solid #0d9488}
html[data-theme="dark"] .price-card h3{color:#f1f5f9}
html[data-theme="dark"] .price-amount small{color:#94a3b8}
html[data-theme="dark"] .price-card .annual{color:#94a3b8}
html[data-theme="dark"] .price-features li{color:#94a3b8}
html[data-theme="dark"] .price-btn-free{background:#263548;color:#f1f5f9;border-color:#334155}
html[data-theme="dark"] .faq{background:#0f172a}
html[data-theme="dark"] .faq h2{color:#f1f5f9}
html[data-theme="dark"] .faq-item{border-bottom:1px solid #334155}
html[data-theme="dark"] .faq-q{color:#f1f5f9}
html[data-theme="dark"] .faq-a{color:#94a3b8}
html[data-theme="dark"] .stories{background:#0f172a}
html[data-theme="dark"] .stories h2{color:#f1f5f9}
html[data-theme="dark"] .story{background:#1e293b;border:1px solid #334155}
html[data-theme="dark"] .story q{color:#cbd5e1}
html[data-theme="dark"] .story-name{color:#f1f5f9}
html[data-theme="dark"] .stats-bottom{background:#1a2e2b;border:1px solid #234e47}
html[data-theme="dark"] .st-num{color:#f1f5f9}
html[data-theme="dark"] .st-num em{color:#5eead4;font-style:normal}
html[data-theme="dark"] .st-lbl{color:#94a3b8}
html[data-theme="dark"] .leaderboard{background:#0f172a}
html[data-theme="dark"] .leaderboard h2{color:#94a3b8}
html[data-theme="dark"] .lb-item{border-bottom-color:#334155}
html[data-theme="dark"] .lb-avatar{background:#1a2e2b;color:#5eead4}
html[data-theme="dark"] .lb-name{color:#cbd5e1}
html[data-theme="dark"] .lb-count{color:#5eead4}
html[data-theme="dark"] .lb-rank:not(.gold):not(.silver):not(.bronze){color:#5eead4}
html[data-theme="dark"] .footer-brand h3{color:#5eead4}

@media(max-width:900px){
  .exams-popular-grid{grid-template-columns:1fr;gap:20px}
  .exams-popular-grid--3{grid-template-columns:1fr}
  .exams-popular-countdown-col{order:-1}
  .exams-popular-list-col{order:0}
  .exams-popular-sidebar-col{order:3}
  .feat-grid{grid-template-columns:repeat(2,1fr)}
  .footer-top{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .exam-list-2col{grid-template-columns:1fr}
  .exam-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.story-grid{grid-template-columns:1fr}.price-grid{grid-template-columns:1fr}.stats-bottom{grid-template-columns:repeat(2,1fr)}.nav{padding:12px 20px}.search-top,.exams-section,.hero-section,.steps,.features,.comparison,.pricing,.faq,.stories,.leaderboard{padding-left:20px;padding-right:20px}.stats-bottom{margin-left:20px;margin-right:20px}
}
@media(max-width:520px){.topbar{gap:12px;padding:8px 16px;font-size:10px}.feat-grid{grid-template-columns:1fr}}
