/* ============================================================
   HİZMET PAZARYERİ — Genel Stil
   ============================================================ */
:root{
  --primary:#2563eb;
  --primary-dark:#1d4ed8;
  --ink:#0f172a;
  --muted:#526074;
  --line:#d9e2ec;
  --bg:#f4f7fb;
  --card:#ffffff;
  --ok:#059669;
  --err:#dc2626;
  --warn:#d97706;
  --radius:12px;
  --shadow:0 2px 5px rgba(15,23,42,.07), 0 12px 30px rgba(15,23,42,.06);
}

/* Hesap ve güvenlik */
.security-head{align-items:flex-end}.security-head .eyebrow{display:block;margin-bottom:7px;color:var(--primary);font-size:12px;font-weight:850;letter-spacing:.12em}
.security-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}
.security-summary>div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:#fff}
.security-summary>div.is-success{border-color:#a7f3d0;background:linear-gradient(135deg,#ecfdf5,#f7fffb)}
.security-summary>div.is-danger{border-color:#fecaca;background:linear-gradient(135deg,#fff1f2,#fffafa)}
.security-summary span{color:var(--muted);font-size:13px}
.security-summary strong{display:inline-flex;align-items:center;gap:7px;font-size:14px}
.security-summary strong i{display:grid;width:23px;height:23px;place-items:center;border-radius:50%;font-style:normal;font-size:12px}
.security-summary .is-success strong{color:#047857}.security-summary .is-success strong i{background:#d1fae5}
.security-summary .is-danger strong{color:#b91c1c}.security-summary .is-danger strong i{background:#fee2e2}
.security-alert{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:18px 0}.security-alert span{font-size:13px}
.security-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:18px 0}
.security-card{padding:24px}.section-heading{padding-bottom:15px;margin-bottom:18px;border-bottom:1px solid var(--line)}
.section-heading h2{margin:0 0 5px;font-size:19px}.section-heading p{margin:0;color:var(--muted);font-size:13px}
.section-heading-action{display:flex;align-items:center;justify-content:space-between;gap:20px}.section-heading-action form{flex:none}
.security-card .form-stack{display:grid;gap:9px}.security-card .form-stack label{margin-top:4px;font-weight:700;font-size:13px}
.security-card .form-stack input{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff}
.security-card .field-help{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.security-card .form-stack .btn{margin-top:8px}
.session-card{margin-bottom:28px}.session-list{display:grid}.session-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:15px 0;border-bottom:1px solid var(--line)}
.session-item:last-child{border-bottom:0}.session-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eff6ff}
.session-info{min-width:0}.session-info>div{display:flex;align-items:center;gap:9px}.session-info strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.session-info small{display:block;margin-top:5px;color:var(--muted)}
@media(max-width:760px){.security-head{align-items:stretch}.security-summary{grid-template-columns:1fr}.security-alert,.section-heading-action{align-items:stretch;flex-direction:column}.security-grid{grid-template-columns:1fr}.security-card{padding:18px}.session-item{grid-template-columns:auto 1fr}.session-item form{grid-column:1/-1}.session-item .btn{width:100%}}

.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
*{margin:0;padding:0;box-sizing:border-box}
body{
  font-family:system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  background:var(--bg);color:var(--ink);line-height:1.6;
  -webkit-font-smoothing:auto;text-rendering:optimizeLegibility;
}
a{color:var(--primary);text-decoration:none}
a:hover{text-decoration:underline}
button,a,summary,input,select,textarea{touch-action:manipulation}
.wrap{max-width:1000px;margin:0 auto;padding:0 20px}
.muted{color:var(--muted)}

/* ---------- Header ---------- */
.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}
.site-header .header-wrap{display:flex;align-items:center;gap:18px;max-width:1180px;height:64px;position:relative}
.logo{font-weight:800;font-size:19px;color:var(--ink);text-decoration:none;flex-shrink:0;letter-spacing:-.02em}
.logo span{color:var(--primary)}
.site-nav{display:flex;align-items:center;gap:3px;margin-left:auto}
.site-nav a,.guest-nav a{display:inline-flex;align-items:center;min-height:38px;padding:8px 11px;border-radius:9px;
  color:#374151;font-size:13.5px;font-weight:650;text-decoration:none;white-space:nowrap;transition:background .15s,color .15s}
.site-nav a:hover,.guest-nav a:hover{background:#eff6ff;color:var(--primary);text-decoration:none}
.header-actions{display:flex;align-items:center;gap:7px;flex-shrink:0}
.account-menu{position:relative}
.account-menu summary{display:flex;align-items:center;gap:8px;min-height:40px;padding:7px 11px;
  border:1px solid #cbd7e5;border-radius:11px;background:#fff;color:#172033;cursor:pointer;list-style:none;font-size:13px;
  box-shadow:0 2px 8px rgba(15,23,42,.035);transition:border-color .15s,background .15s,color .15s,box-shadow .15s}
.account-menu summary::-webkit-details-marker{display:none}
.account-menu summary:hover,.account-menu[open] summary{border-color:#93c5fd;background:#f8fbff;color:var(--primary);box-shadow:0 6px 16px rgba(37,99,235,.09)}
.account-menu summary strong{font-weight:800;white-space:nowrap}
.account-chevron{width:8px;height:8px;margin:-3px 1px 0 2px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);transition:transform .18s}
.account-menu[open] .account-chevron{margin-top:3px;transform:rotate(225deg)}
.account-dropdown{position:absolute;right:0;top:calc(100% + 9px);width:224px;padding:8px;
  border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.15);z-index:70}
.account-menu-label{display:flex;align-items:center;gap:7px;padding:9px 10px 5px;color:#475569;font-size:10px;font-weight:900;
  letter-spacing:.1em;text-transform:uppercase}
.account-menu-label::before{content:'';width:4px;height:4px;border-radius:50%;background:#2563eb;box-shadow:0 0 0 3px #dbeafe}
.account-dropdown a,.account-dropdown button{display:flex;align-items:center;width:100%;min-height:37px;padding:8px 10px;
  border:0;border-radius:8px;background:none;color:#374151;text-align:left;font:inherit;font-size:13px;font-weight:650;
  cursor:pointer;text-decoration:none}
.account-dropdown a:hover,.account-dropdown button:hover{background:#eff6ff;color:var(--primary);text-decoration:none}
.account-dropdown form{margin-top:6px;padding-top:6px;border-top:1px solid var(--line)}
.account-dropdown form button{color:#b91c1c}
.nav-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;width:40px;height:40px;
  padding:8px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer}
.nav-toggle span{display:block;width:19px;height:2px;margin:2.5px 0;border-radius:2px;background:#374151}
.nav{display:flex;align-items:center;gap:8px;margin-left:auto}
.guest-nav .btn-primary{min-height:38px;padding:8px 16px;color:#fff}
.guest-nav .btn-primary:hover{background:var(--primary-dark);color:#fff}

/* ---------- Buttons ---------- */
.btn{
  display:inline-block;padding:11px 22px;border-radius:10px;
  font-weight:600;font-size:14px;cursor:pointer;border:none;
  text-decoration:none;transition:all .15s;font-family:inherit;
}
.btn:hover{text-decoration:none;transform:translateY(-1px)}
.btn-primary{background:var(--primary);color:#fff}
.btn-primary:hover{background:var(--primary-dark)}
.btn-ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}
.btn-ghost:hover{border-color:var(--primary);color:var(--primary)}
.btn-link{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:34px;padding:6px 11px;
  background:#fff;border:1px solid #dbe3ee;border-radius:8px;color:var(--primary);cursor:pointer;
  font-size:13px;font-weight:700;font-family:inherit;text-decoration:none;white-space:nowrap;transition:all .15s}
.btn-link:hover{background:#eff6ff;border-color:#bfdbfe;color:var(--primary-dark);text-decoration:none;transform:translateY(-1px)}
.btn-link.action-danger{background:#fff7f7;border-color:#fecaca;color:#c81e1e}
.btn-link.action-danger:hover{background:#fee2e2;border-color:#fca5a5;color:#991b1b}
.btn-danger{background:var(--err);color:#fff}
.btn-sm{min-height:34px;padding:7px 12px;font-size:12px}

/* ---------- Cards ---------- */
.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:24px;margin-bottom:18px}

/* ---------- Alerts ---------- */
.alert{padding:12px 16px;border-radius:10px;margin-bottom:16px;font-size:14px}
.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}
.alert-ok{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}
.alert-warn{background:#fffbeb;color:#92400e;border:1px solid #fde68a}
.alert-info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}
.alert code{background:rgba(0,0,0,.08);padding:2px 8px;border-radius:4px;font-weight:700;font-size:16px}

/* ---------- Auth (kayıt/giriş) ---------- */
.auth-body{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px}
.auth-wrap{width:100%;max-width:440px}
.auth-logo{display:block;text-align:center;font-weight:800;font-size:24px;color:var(--ink);margin-bottom:24px;text-decoration:none}
.auth-logo span{color:var(--primary)}
.auth-home-link{display:inline-flex;align-items:center;gap:9px;margin:0 0 12px;padding:9px 14px;
  border:1px solid #dbe3ef;border-radius:99px;background:rgba(255,255,255,.92);color:#334155;
  font-size:13px;font-weight:750;text-decoration:none;box-shadow:0 5px 18px rgba(15,23,42,.06);
  transition:color .18s,border-color .18s,background .18s,transform .18s,box-shadow .18s}
.auth-home-link:hover{color:var(--primary-dark);border-color:#93c5fd;background:#eff6ff;
  text-decoration:none;transform:translateX(-2px);box-shadow:0 7px 20px rgba(37,99,235,.1)}
.auth-home-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;
  border-radius:50%;background:#dbeafe;color:var(--primary);font-size:16px;font-weight:900}
.auth-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:32px;box-shadow:var(--shadow)}
.auth-card h1{font-size:24px;margin-bottom:6px}
.auth-card .sub{color:var(--muted);font-size:14px;margin-bottom:24px}
.auth-card .foot{text-align:center;margin-top:20px;font-size:14px;color:var(--muted)}

/* ---------- Forms ---------- */
.form label{display:block;margin-bottom:16px;font-size:14px;font-weight:600;color:var(--ink)}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=password],
.form input[type=number],
.form input[type=date],
.form input[type=time],
.form select,
.form textarea{
  width:100%;margin-top:6px;padding:11px 14px;
  border:1px solid var(--line);border-radius:10px;
  font-size:15px;font-family:inherit;font-weight:400;
  background:#fff;color:var(--ink);transition:border-color .15s;
}
.form input:focus,.form select:focus,.form textarea:focus{
  outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(37,99,235,.1);
}
.form textarea{min-height:110px;resize:vertical}
.form .btn{width:100%;margin-top:8px}
.form input[type=file]{
  display:block;width:100%;margin-top:7px;padding:6px;box-sizing:border-box;
  border:1px dashed #b8c5d8;border-radius:11px;background:#f8fafc;color:#64748b;
  font-family:inherit;font-size:13px;font-weight:500;line-height:1.4;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s
}
.form input[type=file]:hover{border-color:#93c5fd;background:#f0f7ff}
.form input[type=file]:focus-visible{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(37,99,235,.1)}
.form input[type=file]::file-selector-button{
  margin-right:12px;padding:9px 14px;border:0;border-radius:8px;background:var(--primary);color:#fff;
  font-family:inherit;font-size:12px;font-weight:700;line-height:1.2;cursor:pointer;transition:background .15s,transform .15s
}
.form input[type=file]::-webkit-file-upload-button{
  margin-right:12px;padding:9px 14px;border:0;border-radius:8px;background:var(--primary);color:#fff;
  font-family:inherit;font-size:12px;font-weight:700;line-height:1.2;cursor:pointer
}
.form input[type=file]::file-selector-button:hover{background:var(--primary-dark)}
.code-input{text-align:center;letter-spacing:8px;font-size:22px!important;font-weight:700}
.inline-form{text-align:center;margin-top:14px}

/* Rol seçimi */
.role-select{margin-bottom:22px!important}
.role-select .lbl{display:block;margin-bottom:8px}
.role-opts{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.role-opt{margin:0!important}
.role-opt input{position:absolute;opacity:0}
.role-box{
  display:block;padding:14px;border:2px solid var(--line);border-radius:12px;
  cursor:pointer;transition:all .15s;text-align:center;
}
.role-box strong{display:block;font-size:14px;margin-bottom:2px}
.role-box small{color:var(--muted);font-size:12px;font-weight:400}
.role-opt input:checked + .role-box{border-color:var(--primary);background:#eff6ff}

/* ---------- Dashboard ---------- */
.page-head{margin:32px 0 24px}
.page-head h1{font-size:28px;margin-bottom:4px}
.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:24px}
.stat-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;text-align:center}
.stat-num{display:block;font-size:32px;font-weight:800;color:var(--primary);line-height:1.2}
.stat-lbl{display:block;font-size:13px;color:var(--muted);margin-top:4px}
.action-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:40px}
.dashboard-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.dashboard-actions .btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:46px;padding:10px 12px;text-align:center}
.dashboard-provider-status{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:12px}
.dashboard-provider-status > span:first-child{color:var(--muted);font-size:13px}
.dashboard-provider-card > .muted{margin-bottom:14px;font-size:13px}
.dashboard-provider-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:0 0 12px}
.dashboard-provider-overview a{display:flex;min-width:0;min-height:82px;flex-direction:column;justify-content:center;
  padding:12px;border:1px solid var(--line);border-radius:11px;background:#f8fafc;color:var(--ink);text-decoration:none}
.dashboard-provider-overview a:hover{border-color:#bfdbfe;background:#eff6ff;text-decoration:none}
.dashboard-provider-overview small,.dashboard-provider-overview span{color:var(--muted);font-size:10.5px;line-height:1.35}
.dashboard-provider-overview strong{margin:2px 0;color:var(--primary);font-size:18px;line-height:1.2;overflow-wrap:anywhere}
.dashboard-readiness{margin:0 0 13px;padding:10px 12px;border-radius:9px;font-size:12px;line-height:1.45}
.dashboard-readiness.is-ready{border:1px solid #a7f3d0;background:#ecfdf5;color:#047857}
.dashboard-readiness.needs-action{border:1px solid #fde68a;background:#fffbeb;color:#92400e}

/* ---------- Responsive ---------- */
@media(max-width:640px){
  .auth-body{align-items:flex-start;padding:24px 18px}
  .auth-wrap{margin:auto 0}
  .auth-home-link{min-height:42px;margin-bottom:14px;padding:9px 15px;font-size:13.5px}
  .auth-card{padding:24px 20px}
  .role-opts{grid-template-columns:1fr}
  .action-row .btn{width:100%;text-align:center}
  .page-head h1{font-size:23px}
}

@media(max-width:900px){
  .site-header .header-wrap{gap:9px}
  .site-nav{display:none;position:absolute;left:16px;right:16px;top:63px;margin:0;padding:9px;
    max-height:calc(100dvh - 76px);overflow-y:auto;overscroll-behavior:contain;z-index:80;
    border:1px solid var(--line);border-radius:0 0 13px 13px;background:#fff;box-shadow:0 18px 38px rgba(15,23,42,.13)}
  .site-nav.open{display:grid;grid-template-columns:1fr 1fr;gap:5px}
  .site-nav a{width:100%;padding:10px 12px;background:#f8fafc}
  .header-actions{margin-left:auto}
  .nav-toggle{display:flex}
}

@media(max-width:520px){
  .site-header .header-wrap{padding:0 13px}
  .logo{font-size:17px}
  .account-menu summary{padding:7px;min-width:40px;justify-content:center}
  .account-menu summary strong,.account-menu summary .account-chevron{display:none}
  .account-dropdown{right:-48px;max-width:calc(100vw - 26px)}
  .site-nav{left:10px;right:10px}
  .site-nav.open{grid-template-columns:1fr}
}

/* ---------- Mobil panel düzeni ---------- */
@media(max-width:640px){
  .wrap{padding-left:14px;padding-right:14px}
  .page-head{margin:22px 0 16px;gap:8px}
  .page-head h1{font-size:23px;line-height:1.25}
  .page-head .muted{font-size:13.5px;line-height:1.55}
  .stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px}
  .stat-card{display:flex;min-height:88px;flex-direction:column;align-items:center;justify-content:center;padding:13px 8px;border-radius:11px}
  .stat-num{font-size:28px}
  .stat-lbl{font-size:12px;line-height:1.35}
  .dashboard-card{padding:17px 15px;margin-bottom:14px}
  .dashboard-card .sec-title{margin-bottom:13px;font-size:15px}
  .dashboard-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .dashboard-actions .btn{min-height:42px;padding:8px 7px;border-radius:9px;font-size:13px}
  .dashboard-provider-status{justify-content:space-between;padding:10px 11px;margin-bottom:12px;border:1px solid #edf1f5;border-radius:10px;background:#f8fafc}
  .dashboard-provider-overview{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .dashboard-provider-overview a{min-height:72px;padding:10px}
  .dashboard-profile-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* ============================================================
   MODÜL STİLLERİ (talep, teklif, mesaj, profil)
   ============================================================ */

/* ---------- Ortak ---------- */
.sec-title{font-size:16px;font-weight:700;margin:24px 0 14px;padding-bottom:8px;border-bottom:1px solid var(--line)}
.sec-title:first-child{margin-top:0}
.req{color:var(--err)}
.help{display:block;font-weight:400;color:var(--muted);font-size:12px;margin-top:2px}
.crumb{font-size:13px;color:var(--muted);margin-bottom:8px}
.crumb a{color:var(--muted)}
.crumb span{margin:0 4px}
.head-meta{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:8px;font-size:13px}
.page-head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:12px;margin:32px 0 20px}
.page-head > div:first-child{flex:1}
.desc{white-space:pre-line;color:#374151}
.empty{text-align:center;padding:40px 24px}
.empty .btn{margin-top:14px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.inline-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.inline-row select,.inline-row input{margin-top:0!important;flex:1;min-width:140px}
.inline-row .btn{width:auto!important;margin-top:0!important}

/* ---------- Talep olusturma vitrini ---------- */
.request-create-hero{position:relative;overflow:hidden;margin:28px 0 20px;padding:25px 28px 22px;
  color:#fff;border-radius:20px;background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 58%,#0ea5e9 100%);
  box-shadow:0 18px 40px rgba(37,99,235,.18)}
.request-create-hero::after{content:'';position:absolute;width:260px;height:260px;border-radius:50%;
  right:-85px;top:-125px;background:rgba(255,255,255,.12)}
.request-breadcrumb{position:relative;z-index:1;display:flex;align-items:center;gap:7px;flex-wrap:wrap;
  margin-bottom:17px;font-size:12.5px;color:rgba(255,255,255,.78)}
.request-breadcrumb a{color:#fff;font-weight:700;text-decoration:none}
.request-breadcrumb a:hover{text-decoration:underline}
.request-hero-main{position:relative;z-index:1;display:flex;align-items:center;gap:18px}
.request-hero-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;
  flex:0 0 64px;border:1px solid rgba(255,255,255,.28);border-radius:18px;
  overflow:hidden;background:rgba(255,255,255,.15);font-size:25px;font-weight:900;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}
.request-hero-icon img{display:block;width:100%;height:100%;object-fit:cover}
.request-hero-icon span{display:grid;width:100%;height:100%;place-items:center;
  background:linear-gradient(145deg,rgba(255,255,255,.25),rgba(255,255,255,.08))}
.request-kicker,.page-kicker{display:block;font-size:11px;font-weight:800;letter-spacing:.11em}
.request-kicker{margin-bottom:3px;color:#bfdbfe}
.request-hero-main h1{margin:0;font-size:31px;line-height:1.2;letter-spacing:-.02em}
.request-hero-main p{max-width:650px;margin:6px 0 0;color:rgba(255,255,255,.88);font-size:14.5px}
.request-flow{position:relative;z-index:1;display:flex;gap:9px;flex-wrap:wrap;margin-top:21px}
.request-flow span{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border-radius:99px;
  background:rgba(15,23,42,.18);color:rgba(255,255,255,.9);font-size:12px;font-weight:650}
.request-flow b{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;
  background:#fff;color:#1d4ed8;font-size:11px}
.request-form-card{padding:30px;border:1px solid #dbe4f0;border-top:4px solid var(--primary);
  border-radius:16px;box-shadow:0 12px 34px rgba(15,23,42,.06)}
.request-form-card .sec-title{font-size:17px;color:#172554;padding-bottom:10px}

/* ---------- Destek bos durumu ---------- */
.support-page-head{align-items:center;margin-top:36px}
.support-page-head .page-kicker{margin-bottom:3px;color:var(--primary)}
.support-page-head h1{margin-bottom:2px}
.support-page-head p{font-size:14px}
.support-empty{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;
  padding:52px 28px 34px;text-align:center;border-color:#bfdbfe;border-radius:20px;
  background:linear-gradient(180deg,#eff6ff 0%,#fff 62%);box-shadow:0 16px 40px rgba(37,99,235,.08)}
.support-empty::before,.support-empty::after{content:'';position:absolute;border-radius:50%;pointer-events:none}
.support-empty::before{width:180px;height:180px;left:-100px;top:-90px;background:#dbeafe}
.support-empty::after{width:130px;height:130px;right:-65px;bottom:-75px;background:#e0f2fe}
.support-empty-icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;
  width:76px;height:76px;margin-bottom:18px;border-radius:22px;background:linear-gradient(135deg,#2563eb,#0ea5e9);
  color:#fff;font-size:34px;box-shadow:0 13px 25px rgba(37,99,235,.24)}
.support-empty-kicker{position:relative;z-index:1;color:#2563eb;font-size:11px;font-weight:800;letter-spacing:.12em}
.support-empty h2{position:relative;z-index:1;margin:7px 0 8px;font-size:25px;letter-spacing:-.02em}
.support-empty p{position:relative;z-index:1;max-width:570px;margin:0;color:#64748b;font-size:14.5px;line-height:1.7}
.support-empty > .btn{position:relative;z-index:1;margin-top:22px;padding:12px 24px}
.support-empty-notes{position:relative;z-index:1;display:flex;gap:18px;flex-wrap:wrap;justify-content:center;
  margin-top:25px;padding-top:18px;border-top:1px solid #dbeafe;color:#64748b;font-size:12.5px}
.support-empty-notes b{color:#059669;margin-right:4px}
.support-closed-note{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:17px 20px;
  border-top:1px solid #fecaca;background:linear-gradient(90deg,#fff1f2,#fff7f7);color:#7f1d1d}
.support-closed-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:#fee2e2;color:#b91c1c;font-weight:900}
.support-closed-note strong{display:block;font-size:13.5px}
.support-closed-note p{margin:3px 0 0;color:#9f1239;font-size:11.5px;line-height:1.45}
.support-closed-note .btn{margin:0;white-space:nowrap}

/* ---------- Badge ---------- */
.badge{display:inline-block;padding:3px 10px;border-radius:99px;font-size:11px;font-weight:700;letter-spacing:.02em}
.badge-blue{background:#dbeafe;color:#1e40af}
.badge-green{background:#d1fae5;color:#065f46}
.badge-red{background:#fee2e2;color:#991b1b}
.badge-gray{background:#f3f4f6;color:#4b5563}
.badge-warn{background:#fef3c7;color:#92400e}
.badge-urgent{background:#fee2e2;color:#991b1b}
.verified{color:var(--ok);font-weight:800}

/* ---------- Kategori ızgarası ---------- */
.request-category-head{align-items:flex-start;margin-bottom:18px}
.request-category-head>div{width:100%}
.request-category-head .crumb{margin-bottom:9px}
.request-category-head .muted{margin-top:5px;font-size:13.5px;line-height:1.55}
.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-rows:1fr;
  align-items:stretch;gap:14px;margin-bottom:40px}
.cat-grid-root{grid-template-columns:repeat(4,minmax(0,1fr))}
.cat-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:start;gap:14px;
  width:100%;height:100%;min-height:112px;padding:18px 17px 17px 19px;
  border:1px solid #d5e0eb;border-radius:14px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
  color:var(--ink);text-decoration:none;box-shadow:0 4px 14px rgba(15,23,42,.035);
  transition:border-color .18s,box-shadow .18s,transform .18s,background .18s}
.cat-grid-root .cat-card{min-height:132px}
.cat-card-copy{display:flex;min-width:0;height:100%;flex-direction:column}
.cat-card:hover{border-color:#93b4f5;background:#fff;box-shadow:0 12px 26px rgba(37,99,235,.10);
  text-decoration:none;transform:translateY(-2px)}
.cat-card:focus-visible{outline:3px solid rgba(37,99,235,.2);outline-offset:3px;border-color:var(--primary)}
.cat-name{display:block;color:#172033;font-size:14.5px;font-weight:800;line-height:1.35;overflow-wrap:anywhere}
.cat-card small{display:-webkit-box;margin-top:7px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;
  color:#5b687b;font-size:11.5px;font-weight:500;line-height:1.5}
.cat-arrow{display:grid;width:30px;height:30px;place-items:center;align-self:center;border-radius:10px;
  background:#eef6ff;color:#1d4ed8;font-size:15px;font-weight:900;transition:background .18s,color .18s,transform .18s}
.cat-card:hover .cat-arrow{background:#2563eb;color:#fff;transform:translateX(2px)}
@media(max-width:860px){
  .cat-grid-root{grid-template-columns:repeat(2,minmax(0,1fr))}
}
.request-quick-panel{display:grid;grid-template-columns:minmax(230px,.72fr) minmax(0,1.4fr);gap:22px;align-items:center;
  margin:4px 0 42px;padding:22px;border:1px solid #d4e2f0;border-radius:18px;
  background:linear-gradient(135deg,#f8fbff 0%,#fff 55%,#f3fbf7 100%);box-shadow:0 12px 34px rgba(15,23,42,.055)}
.request-quick-kicker{display:block;margin-bottom:7px;color:#1d4ed8;font-size:10px;font-weight:900;letter-spacing:.14em}
.request-quick-copy h2{margin:0 0 7px;font-size:20px;letter-spacing:-.02em}
.request-quick-copy p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.request-quick-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.request-quick-links a{display:grid;grid-template-columns:38px minmax(0,1fr);grid-template-rows:auto auto;column-gap:11px;align-items:center;
  min-height:74px;padding:12px;border:1px solid #dbe5ef;border-radius:13px;background:#fff;color:var(--ink);
  text-decoration:none;box-shadow:0 3px 10px rgba(15,23,42,.035);transition:all .15s}
.request-quick-links a>span{display:grid;grid-row:1 / span 2;width:38px;height:38px;place-items:center;border-radius:11px;
  background:#eff6ff;color:#1d4ed8;font-size:17px;font-weight:850}
.request-quick-links strong{font-size:13px}
.request-quick-links small{margin-top:2px;color:#64748b;font-size:10.5px}
.request-quick-links a:hover{border-color:#93c5fd;color:#1d4ed8;text-decoration:none;transform:translateY(-2px);box-shadow:0 9px 20px rgba(37,99,235,.09)}

/* ---------- Liste ---------- */
.list{display:flex;flex-direction:column;gap:12px;margin-bottom:40px}
.list-item{display:flex;gap:16px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:18px 20px;text-decoration:none;color:var(--ink);transition:all .15s}
a.list-item:hover{border-color:var(--primary);box-shadow:var(--shadow);text-decoration:none}
.list-item.static{cursor:default}
.li-main{flex:1;min-width:0}
.li-top{display:flex;align-items:center;gap:8px;margin-bottom:4px;flex-wrap:wrap}
.li-num{font-size:12px;color:var(--muted);font-family:ui-monospace,monospace}
.li-title{display:block;font-size:16px;margin-bottom:4px}
.li-desc{color:var(--muted);font-size:13px;margin-bottom:6px}
.li-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;color:var(--muted)}
.li-actions{display:flex;gap:14px;margin-top:10px;align-items:center}
.li-side{display:flex;flex-direction:column;align-items:center;justify-content:center;
  min-width:64px;padding-left:16px;border-left:1px solid var(--line)}
.offer-count{font-size:24px;font-weight:800;color:var(--primary);line-height:1}
.li-side small{font-size:11px;color:var(--muted)}
.offer-price-sm{font-size:17px;font-weight:800;color:var(--ink);white-space:nowrap}

/* ---------- Detay tablosu ---------- */
.detail-table{width:100%;border-collapse:collapse;margin-top:16px}
.detail-table th{text-align:left;padding:9px 12px 9px 0;font-size:13px;color:var(--muted);
  font-weight:500;width:40%;vertical-align:top;border-bottom:1px solid var(--line)}
.detail-table td{padding:9px 0;font-size:14px;font-weight:500;border-bottom:1px solid var(--line)}

/* ---------- Fotoğraflar ---------- */
.photo-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.photo-thumb{width:110px;height:110px;object-fit:cover;border-radius:10px;border:1px solid var(--line)}

/* ---------- Teklif kartı ---------- */
.offer-card{border-left:3px solid transparent}
.offer-card.accepted{border-left-color:var(--ok);background:#f6fffb}
.offer-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}
.prov-name{font-size:16px}
.prov-meta{display:flex;gap:6px;align-items:center;flex-wrap:wrap;font-size:13px;margin-top:2px}
.stars{color:#f59e0b;font-weight:700}
.offer-price{text-align:right;font-size:24px;font-weight:800;color:var(--primary);white-space:nowrap;line-height:1.2}
.offer-price small{display:block;font-size:11px;font-weight:500;color:var(--muted)}
.offer-desc{color:#374151;font-size:14px;white-space:pre-line;margin-bottom:12px}
.offer-meta{display:flex;gap:16px;flex-wrap:wrap;font-size:13px;color:var(--muted)}
.offer-inline-action,.offer-message-action{display:inline-flex;align-items:center;gap:5px;min-height:31px;padding:5px 10px;
  border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:800;text-decoration:none}
.offer-inline-action:hover,.offer-message-action:hover{border-color:#93c5fd;background:#dbeafe;color:#1e40af;text-decoration:none}
.offer-accepted-note{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0 0}
.offer-accepted-note .offer-message-action{border-color:#6ee7b7;background:#fff;color:#047857}
.offer-accepted-note .offer-message-action:hover{background:#d1fae5}
.offer-actions{display:flex;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}
.offer-actions .btn{width:auto}
.budget-note{margin-top:14px;padding:10px 14px;background:#f9fafb;border-radius:8px;font-size:14px}

/* ---------- Filtre ---------- */
.filter-bar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:20px;
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:14px 16px}
.filter-bar select{padding:9px 12px;border:1px solid var(--line);border-radius:8px;font-size:14px;font-family:inherit;background:#fff}
.filter-bar .btn{padding:9px 18px}
.pagination{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin:24px 0 36px}

/* ---------- Checkbox ---------- */
.check-inline{display:flex!important;align-items:center;gap:8px;font-weight:500!important}
.check-inline input{width:auto!important;margin:0!important}
.check-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px;margin-top:8px}
.check-item{display:flex!important;align-items:center;gap:7px;margin:0!important;font-weight:400!important;font-size:14px;
  padding:8px 12px;border:1px solid var(--line);border-radius:8px;cursor:pointer}
.check-item input{width:auto!important;margin:0!important}
.check-item:has(input:checked){border-color:var(--primary);background:#eff6ff}

/* ---------- Sekmeler ---------- */
.tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);margin-bottom:20px;overflow-x:auto}
.tab{padding:11px 18px;font-size:14px;font-weight:600;color:var(--muted);text-decoration:none;
  border-bottom:2px solid transparent;white-space:nowrap}
.tab:hover{color:var(--ink);text-decoration:none}
.tab.active{color:var(--primary);border-bottom-color:var(--primary)}

/* ---------- Kategori ağacı (seçim) ---------- */
.tree{display:flex;flex-direction:column;gap:3px;max-height:520px;overflow-y:auto;padding:4px}
.tree-item{display:flex;align-items:center;gap:9px;padding:9px 11px;border:1px solid transparent;border-radius:9px;cursor:pointer;font-size:14px}
.tree-item:hover{background:#f9fafb}
.tree-item input{width:17px;height:17px;flex:0 0 17px;margin:0;accent-color:var(--primary)}
.tree-item.depth-1{padding-left:34px}
.tree-item.depth-2{padding-left:58px;font-size:13px}
.tree-item.depth-3{padding-left:82px;font-size:13px}
.service-tree-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;padding-bottom:13px;border-bottom:1px solid var(--line)}
.service-tree-head strong{display:block;font-size:15px}
.service-tree-head small{display:block;margin-top:3px;color:var(--muted);font-size:12px;font-weight:400}
.service-selection-count{display:inline-flex;align-items:center;justify-content:center;min-width:105px;padding:7px 11px;border-radius:99px;background:#f1f5f9;color:#64748b;font-size:11px;font-weight:750;white-space:nowrap}
.service-selection-count.has-selection{background:#dbeafe;color:#1d4ed8}
.tree-group{margin-top:6px;background:#f8fafc;border-color:#e2e8f0;font-weight:750}
.tree-group:first-child{margin-top:0}
.tree-group.has-selection{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}
.tree-group.all-selected{border-color:#93c5fd;background:#dbeafe}
.tree-service:has(input:checked){border-color:#dbeafe;background:#f5f9ff;color:#1e40af}
.tree-group-count{margin-left:auto;padding:3px 7px;border-radius:99px;background:#fff;color:#64748b;font-size:10px;font-weight:700}
.tree-group.has-selection .tree-group-count{color:#1d4ed8}
.service-tree-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}
.service-tree-actions small{max-width:560px;color:var(--muted);font-size:11.5px;line-height:1.5}
.service-tree-actions .btn{flex:0 0 auto;margin:0}
.profile-private-note{display:flex;align-items:flex-start;gap:11px;margin:2px 0 18px;padding:13px 15px;border:1px solid #bfdbfe;border-radius:11px;background:#eff6ff;color:#1e3a8a}
.profile-private-note>span{font-size:17px;line-height:1.2}
.profile-private-note strong{display:block;font-size:13px}
.profile-private-note small{display:block;margin-top:3px;color:#475569;font-size:11.5px;font-weight:400;line-height:1.55}

/* ---------- Chip (bölgeler) ---------- */
.chip-list{display:flex;gap:8px;flex-wrap:wrap}
.chip{display:inline-flex;align-items:center;gap:6px;background:#eff6ff;color:#1e40af;
  padding:7px 8px 7px 14px;border-radius:99px;font-size:13px;font-weight:600}
.chip-x{background:none;border:none;color:#1e40af;cursor:pointer;font-size:17px;line-height:1;
  padding:0 4px;opacity:.6}
.chip-x:hover{opacity:1}

/* ---------- Mesajlaşma ---------- */
.chat{padding:0;overflow:hidden}
.chat-body{padding:20px;max-height:460px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background:#fafbfc}
.msg{display:flex;flex-direction:column;max-width:76%}
.msg.mine{align-self:flex-end;align-items:flex-end}
.msg.theirs{align-self:flex-start;align-items:flex-start}
.msg-bubble{padding:11px 15px;border-radius:14px;font-size:14px;line-height:1.5;word-break:break-word}
.msg-bubble-live{white-space:pre-wrap}
.msg.mine .msg-bubble{background:var(--primary);color:#fff;border-bottom-right-radius:4px}
.msg.theirs .msg-bubble{background:#fff;border:1px solid var(--line);border-bottom-left-radius:4px}
.msg-time{font-size:11px;color:var(--muted);margin-top:3px}
.msg-system{align-self:center;background:#f3f4f6;color:var(--muted);font-size:12px;
  padding:6px 14px;border-radius:99px;text-align:center}
.chat-form{display:flex;gap:10px;padding:16px 20px;border-top:1px solid var(--line);background:#fff}
.chat-form textarea{flex:1;padding:11px 14px;border:1px solid var(--line);border-radius:10px;
  font-family:inherit;font-size:14px;resize:none}
.chat-form textarea:focus{outline:none;border-color:var(--primary)}
.chat-form .btn{width:auto;align-self:flex-end}
.chat-note{display:block;padding:0 20px 14px;font-size:11px;color:var(--muted);background:#fff}

/* ---------- Yıldız puanlama ---------- */
.rating-label{margin-bottom:20px!important}
.stars-input{display:inline-flex;flex-direction:row-reverse;gap:4px;margin-top:8px}
.stars-input input{display:none}
.stars-input label{font-size:34px;color:#d1d5db;cursor:pointer;transition:color .12s;margin:0!important;line-height:1}
.stars-input input:checked ~ label,
.stars-input label:hover,
.stars-input label:hover ~ label{color:#f59e0b}
.sub-rating{display:flex!important;align-items:center;justify-content:space-between;gap:14px;
  padding:10px 0;border-bottom:1px solid var(--line);font-weight:500!important}
.sub-rating select{width:auto!important;min-width:110px;margin-top:0!important}

/* ---------- Responsive ---------- */
@media(max-width:640px){
  .grid-2{grid-template-columns:1fr}
  .page-head{flex-direction:column;align-items:stretch}
  .list-item{flex-direction:column;gap:12px}
  .li-side{flex-direction:row;gap:6px;border-left:none;border-top:1px solid var(--line);
    padding:10px 0 0;min-width:0;justify-content:flex-start}
  .offer-head{flex-direction:column}
  .offer-price{text-align:left}
  .offer-actions{flex-direction:column}
  .offer-actions .btn{width:100%}
  .msg{max-width:88%}
  .cat-grid,.cat-grid-root{grid-template-columns:1fr 1fr;gap:10px}
  .cat-card,.cat-grid-root .cat-card{min-height:128px;padding:15px 13px;grid-template-columns:minmax(0,1fr) 27px;gap:9px}
  .cat-arrow{width:27px;height:27px;border-radius:9px}
  .cat-name{font-size:13.5px}
  .cat-card small{font-size:11px;-webkit-line-clamp:4}
  .filter-bar{flex-direction:column;align-items:stretch}
  .filter-bar select,.filter-bar .btn{width:100%}
  .request-create-hero{padding:21px 18px 18px;border-radius:16px}
  .request-hero-main{align-items:flex-start;gap:13px}
  .request-hero-icon{width:50px;height:50px;flex-basis:50px;border-radius:14px;font-size:24px}
  .request-hero-main h1{font-size:24px}
  .request-flow{display:grid;grid-template-columns:1fr}
  .request-form-card{padding:22px 17px}
  .support-page-head .btn{width:100%;text-align:center}
  .support-empty{padding:42px 18px 28px}
  .support-empty h2{font-size:22px}
  .support-empty-notes{flex-direction:column;gap:7px}
}

@media(max-width:430px){
  .cat-grid,.cat-grid-root{grid-template-columns:1fr}
  .cat-card,.cat-grid-root .cat-card{min-height:100px;padding:16px 15px}
  .cat-card small{-webkit-line-clamp:3}
}

/* ============================================================
   FİRMA PROFİLİ + BİLDİRİMLER + PORTFÖY
   ============================================================ */

/* ---------- Çan (bildirim) ---------- */
.bell-wrap{position:relative}
.bell{background:none;border:none;cursor:pointer;font-size:19px;padding:6px;position:relative;
  line-height:1;border-radius:8px;transition:background .12s}
.bell:hover{background:#f3f4f6}
.bell-badge{position:absolute;top:0;right:0;background:var(--err);color:#fff;
  font-size:10px;font-weight:800;min-width:17px;height:17px;border-radius:99px;
  display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}
.bell-drop{position:absolute;top:calc(100% + 10px);right:0;width:340px;background:#fff;
  border:1px solid var(--line);border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.12);
  opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .15s;z-index:60}
.bell-drop.open{opacity:1;visibility:visible;transform:translateY(0)}
.bell-head{display:flex;justify-content:space-between;align-items:center;
  padding:13px 16px;border-bottom:1px solid var(--line)}
.bell-head strong{font-size:14px}
.bell-head .bell-view-all{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:6px 10px;border:1px solid #bfdbfe;
  border-radius:8px;background:#eff6ff;color:#1d4ed8;font-size:11.5px;font-weight:800;text-decoration:none}
.bell-head .bell-view-all:hover{border-color:#93c5fd;background:#dbeafe;color:#1e40af;text-decoration:none}
.bell-items{max-height:380px;overflow-y:auto}
.bell-loading,.bell-empty{padding:28px 16px;text-align:center;color:var(--muted);font-size:13px}
.bell-item{display:flex;gap:11px;padding:12px 16px;text-decoration:none;color:var(--ink);
  border-bottom:1px solid #f3f4f6;transition:background .12s}
.bell-item:hover{background:#f9fafb;text-decoration:none}
.bell-item.unread{background:#eff6ff}
.bell-item.unread:hover{background:#dbeafe}
.bi-icon{font-size:17px;flex-shrink:0;line-height:1.4}
.bi-text{display:flex;flex-direction:column;gap:2px;min-width:0}
.bi-text strong{font-size:13px;font-weight:700}
.bi-text small{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.bi-text em{font-size:11px;color:#9ca3af;font-style:normal}

/* ---------- Bildirim sayfası ---------- */
.notif-list{display:flex;flex-direction:column;gap:8px;margin-bottom:40px}
.notif{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--line);
  border-radius:var(--radius);padding:16px 18px;text-decoration:none;color:var(--ink);
  position:relative;transition:all .12s}
.notif:hover{border-color:var(--primary);text-decoration:none}
.notif.unread{background:#eff6ff;border-color:#bfdbfe}
.notif-icon{font-size:22px;line-height:1.2}
.notif-body{flex:1;min-width:0}
.notif-body strong{display:block;font-size:14px;margin-bottom:2px}
.notif-body p{color:var(--muted);font-size:13px;margin-bottom:4px}
.notif-dot{width:9px;height:9px;border-radius:50%;background:var(--primary);flex-shrink:0;margin-top:6px}

/* ---------- Firma profili: üst kart ---------- */
.prov-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;
  background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px;margin:28px 0 16px}
.prov-hero-main{display:flex;gap:18px;align-items:flex-start;flex:1;min-width:0}
.prov-avatar{width:72px;height:72px;border-radius:16px;background:linear-gradient(135deg,#2563eb,#1d4ed8);
  color:#fff;display:flex;align-items:center;justify-content:center;
  font-size:30px;font-weight:800;flex-shrink:0}
.prov-info{min-width:0}
.prov-info h1{font-size:24px;display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:4px}
.badge-verified{background:#d1fae5;color:#065f46;font-size:11px;font-weight:700;
  padding:4px 10px;border-radius:99px;white-space:nowrap}
.prov-sub{color:var(--muted);font-size:13px;display:flex;gap:5px;flex-wrap:wrap}
.prov-rating-row{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}
.big-stars{color:#f59e0b;font-size:17px;letter-spacing:1px}
.big-stars .dim{color:#e5e7eb}
.prov-link{font-weight:700}

/* ---------- Firma profili: istatistik ---------- */
.prov-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-bottom:18px}
.pstat{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px;text-align:center}
.pstat .n{display:block;font-size:24px;font-weight:800;color:var(--primary);line-height:1.2}
.pstat .l{display:block;font-size:12px;color:var(--muted);margin-top:2px}

/* ---------- Puan özeti ---------- */
.rating-summary{display:grid;grid-template-columns:220px 1fr;gap:32px;
  padding-bottom:24px;margin-bottom:8px;border-bottom:1px solid var(--line)}
.rs-left{text-align:center}
.rs-big{font-size:44px;font-weight:800;color:var(--ink);line-height:1}
.rs-bars{margin-top:16px;display:flex;flex-direction:column;gap:5px}
.rs-bar{display:flex;align-items:center;gap:8px;font-size:12px}
.rs-star{color:var(--muted);width:24px;text-align:right}
.rs-track{flex:1;height:7px;background:#f3f4f6;border-radius:99px;overflow:hidden}
.rs-fill{display:block;height:100%;background:#f59e0b;border-radius:99px}
.rs-count{color:var(--muted);width:20px;text-align:left}
.rs-right{display:flex;flex-direction:column;gap:12px;justify-content:center}
.sub-score{display:flex;align-items:center;gap:12px;font-size:13px}
.ss-label{width:130px;color:var(--muted);flex-shrink:0}
.ss-track{flex:1;height:8px;background:#f3f4f6;border-radius:99px;overflow:hidden}
.ss-fill{display:block;height:100%;background:var(--primary);border-radius:99px}
.ss-val{font-weight:700;width:28px;text-align:right}

/* ---------- Yorum listesi ---------- */
.review-list{display:flex;flex-direction:column}
.review{padding:18px 0;border-bottom:1px solid var(--line)}
.review:last-child{border-bottom:none}
.rev-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}
.rev-meta{display:flex;align-items:center;gap:8px}
.rev-body{margin-top:8px;color:#374151;font-size:14px;white-space:pre-line}
.rev-reply{margin-top:12px;padding:12px 14px;background:#f9fafb;border-left:3px solid var(--primary);
  border-radius:0 8px 8px 0}
.rev-reply strong{font-size:12px;color:var(--primary);display:block;margin-bottom:3px}
.rev-reply p{font-size:13px;color:#374151}
.review-reply-form{display:flex;gap:8px;margin-top:12px;align-items:flex-end}
.review-reply-form textarea{flex:1;min-height:64px;border:1px solid var(--line);border-radius:8px;padding:9px;font:inherit;font-size:13px}
.prov-headline{color:#4b5563;font-size:14px;margin-top:5px}
.provider-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}
.provider-facts span{padding:12px;background:#f8fafc;border-radius:9px;font-size:13px;color:#4b5563}
.provider-facts strong{display:block;font-size:11px;color:var(--muted);text-transform:uppercase;margin-bottom:3px}

/* ---------- Portföy ---------- */
.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px;margin-top:14px}
.pf-item{position:relative;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}
.pf-item img{width:100%;height:150px;object-fit:cover;display:block}
.pf-item figcaption{padding:10px 12px}
.pf-item figcaption strong{display:block;font-size:13px;margin-bottom:2px}
.pf-item figcaption small{color:var(--muted);font-size:12px;display:block;line-height:1.4}
.pf-del{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;
  background:rgba(0,0,0,.6);color:#fff;border:none;cursor:pointer;font-size:17px;line-height:1;
  display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s}
.pf-item.editable:hover .pf-del{opacity:1}
.pf-del:hover{background:var(--err)}

/* ---------- Chip (statik) ---------- */
.chip-static{background:#f3f4f6;color:#374151;padding:7px 14px}

/* ---------- Responsive ---------- */
@media(max-width:760px){
  .rating-summary{grid-template-columns:1fr;gap:24px}
  .rs-right{border-top:1px solid var(--line);padding-top:20px}
  .ss-label{width:110px}
}
@media(max-width:640px){
  .prov-hero{flex-direction:column;padding:20px}
  .prov-hero-main{flex-direction:column}
  .prov-avatar{width:60px;height:60px;font-size:25px}
  .prov-info h1{font-size:20px}
  .bell-drop{width:calc(100vw - 32px);right:-70px}
  .portfolio-grid{grid-template-columns:1fr 1fr;gap:10px}
  .pf-item img{height:110px}
  .pf-del{opacity:1}
  .service-tree-head,.service-tree-actions{align-items:stretch;flex-direction:column}
  .service-selection-count{align-self:flex-start}
  .service-tree-actions .btn{width:100%}
  .tree-item.depth-1{padding-left:25px}
  .tree-item.depth-2{padding-left:42px}
  .tree-item.depth-3{padding-left:58px}
  .form input[type=file]::file-selector-button{padding:10px 12px}
}

/* ---------- Belgeler ---------- */
.doc-table th{width:45%}
.doc-table td{padding:14px 0}
.doc-review{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.reject-input{padding:5px 9px;border:1px solid var(--line);border-radius:6px;
  font-size:12px;font-family:inherit;max-width:130px}
.reject-input:focus{outline:none;border-color:var(--err)}

/* ---------- Tehlike bölgesi (iptal/sil) ---------- */
.danger-zone{display:flex;justify-content:space-between;align-items:center;gap:20px;
  background:#fef2f2;border:1px solid #fecaca;border-radius:12px;
  padding:18px 22px;margin-bottom:40px;flex-wrap:wrap}
.danger-zone strong{display:block;font-size:15px;color:#991b1b;margin-bottom:3px}
.danger-zone small{display:block;font-size:13px;color:#b91c1c;max-width:420px;line-height:1.5}
.btn-danger{background:var(--err);color:#fff}
.btn-danger:hover{background:#b91c1c}

/* ---------- Kredi ---------- */
.credit-hero{display:flex;align-items:center;gap:28px;background:linear-gradient(135deg,#1e3a8a,#2563eb);
  border-radius:16px;padding:28px 32px;color:#fff;margin-bottom:22px;flex-wrap:wrap}
.ch-balance{display:flex;flex-direction:column}
.ch-label{font-size:13px;opacity:.85}
.ch-info{display:flex;min-width:0;flex:1;flex-direction:column;align-items:flex-start;gap:8px}
.ch-info > span{color:#dbeafe;font-size:13px;line-height:1.5}
.credit-hero-actions{display:flex;gap:8px;flex-wrap:wrap}
.credit-hero-button{background:#fff!important;color:#1e3a8a!important;font-weight:750}
.credit-hero-secondary{border:1px solid rgba(255,255,255,.45);background:transparent;color:#fff}
.credit-hero-secondary:hover{background:rgba(255,255,255,.12);color:#fff}
.credit-discount{display:block;margin-top:3px;color:#047857;font-size:10.5px}
.ch-num{font-size:44px;font-weight:800;line-height:1.1}
.ch-unit{font-size:13px;opacity:.85}
.ch-info{flex:1;min-width:220px}
.ch-warn{background:rgba(255,255,255,.16);border-radius:8px;padding:9px 13px;
  font-size:13px;font-weight:600;margin:0 0 8px}
.ch-info .muted{color:rgba(255,255,255,.8)}
.ch-info a{color:#fff;text-decoration:underline}
.credit-table-wrap{width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:10px}
.credit-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:13.5px;background:#fff}
.credit-table th{padding:11px 13px;border-bottom:2px solid #dbe4f0;background:#f8fafc;
  color:#475569;font-size:11px;font-weight:800;letter-spacing:.03em;text-align:left;text-transform:uppercase;white-space:nowrap}
.credit-table td{padding:12px 13px;border-bottom:1px solid #edf1f5;vertical-align:middle;line-height:1.4}
.credit-table tbody tr:last-child td{border-bottom:0}
.credit-table tbody tr:hover{background:#f8fbff}
.credit-table .credit-col-date{width:155px}
.credit-table .credit-col-type{width:175px}
.credit-table .credit-col-description{width:auto}
.credit-table .credit-col-amount{width:90px}
.credit-table .credit-col-balance{width:82px}
.credit-table th:nth-child(4),.credit-table th:nth-child(5),
.credit-table td:nth-child(4),.credit-table td:nth-child(5){text-align:right}
.credit-table td:first-child{white-space:nowrap}
.credit-table td:nth-child(2){font-weight:650}
.credit-table td:nth-child(3){overflow-wrap:anywhere}
.cr-plus{color:#059669;font-weight:800}
.cr-minus{color:#dc2626;font-weight:800}
.credit-pill{display:inline-flex;align-items:center;gap:4px;background:#eff6ff;
  border:1px solid #bfdbfe;border-radius:99px;padding:4px 11px;font-size:13px;font-weight:700;color:#1d4ed8}
.credit-pill.low{background:#fef2f2;border-color:#fecaca;color:#b91c1c}
.credit-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;
  background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:14px 18px;margin-bottom:18px}
.credit-bar.low{background:#fef2f2;border-color:#fecaca}
.cb-left{display:flex;align-items:center;gap:12px}
.cb-icon{font-size:26px}
.cb-left strong{display:block;font-size:14px}
.cb-left small{display:block;font-size:12.5px;color:var(--muted)}
.cb-warn{color:#b91c1c;font-weight:700;font-size:13px}
.cb-ok{color:#059669;font-weight:700;font-size:13px}
.credit-toggle{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.grant-form{display:flex;gap:6px;align-items:center;flex-wrap:wrap}
.grant-input{width:80px;padding:5px 9px;border:1px solid var(--line);border-radius:6px;font-size:13px;font-family:inherit}
.grant-note{width:120px;padding:5px 9px;border:1px solid var(--line);border-radius:6px;font-size:12px;font-family:inherit}
.inline-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0}
.inline-row label{margin:0}

@media(max-width:700px){
  .credit-table{min-width:720px}
  .credit-table th,.credit-table td{padding:10px 11px}
}

/* ---------- İş yaşam döngüsü ---------- */
.job-grid{display:grid;grid-template-columns:1.25fr .9fr;gap:18px;align-items:start}
.job-head-actions{display:flex;gap:8px;flex-wrap:wrap}
.job-action{margin-bottom:12px}
.job-cancel{border-top:1px solid var(--line);padding-top:16px;margin-top:16px}
.job-cancel .btn{width:auto}
.timeline{display:flex;flex-direction:column}
.timeline-item{position:relative;padding:0 0 18px 22px;border-left:2px solid #dbeafe}
.timeline-item:last-child{padding-bottom:0}
.timeline-item:before{content:'';position:absolute;left:-6px;top:7px;width:10px;height:10px;border-radius:50%;background:var(--primary)}
.timeline-item>div{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.timeline-item p{font-size:13px;color:#4b5563;margin:5px 0 0}
.timeline-item small{font-size:11.5px;color:var(--muted)}
@media(max-width:760px){.job-grid{grid-template-columns:1fr}}
.chat-form-rich{flex-wrap:wrap}
.chat-form-rich textarea{flex:1 1 100%}
.chat-tools{display:flex;align-items:center;gap:8px;flex:1;flex-wrap:wrap}
.chat-tools .btn{padding:7px 11px;font-size:12px}
.file-pick input{display:none}
.msg-attachment{display:flex;align-items:center;gap:8px;margin-top:8px;padding:7px;background:rgba(255,255,255,.65);border-radius:7px;color:inherit;max-width:260px}
.msg-attachment img{width:64px;height:48px;object-fit:cover;border-radius:5px}
.msg-attachment em{font-style:normal;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.msg-location{display:block;margin-top:8px;font-size:12px;font-weight:700;color:inherit;text-decoration:underline}
.chat-blocked{padding:16px 20px;border-top:1px solid var(--line);display:flex;gap:10px;align-items:center;flex-wrap:wrap;background:#fef2f2}
.chat-block-form{text-align:right;padding:4px 18px 10px}
.chat-block-form .btn-link{font-size:12px;color:var(--err)}
.preference-table{border:1px solid var(--line);border-radius:10px;overflow:hidden}
.pref-row{display:grid;grid-template-columns:1fr 90px 90px;align-items:center;min-height:46px;padding:8px 14px;border-bottom:1px solid var(--line)}
.pref-row:last-child{border-bottom:0}
.pref-row input{justify-self:center;width:18px;height:18px}
.pref-head{background:#f8fafc;font-size:12px}
@media(max-width:520px){.pref-row{grid-template-columns:1fr 68px 68px;padding:8px}}

/* ---------- Destek / Şikâyet ---------- */
.staff-tag{font-size:11px;font-weight:700;color:var(--primary);margin-bottom:3px;display:block}
.conversation-head-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}
.btn-report{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #fecaca;border-radius:9px;
  background:#fff7f7;color:#b91c1c;font-weight:800;text-decoration:none;transition:all .15s}
.btn-report:hover{border-color:#fca5a5;background:#fee2e2;color:#991b1b;text-decoration:none;transform:translateY(-1px)}
.report-link{font-size:13px;color:#dc2626;text-decoration:none;font-weight:700}
.report-link:hover{text-decoration:none}
.prov-hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.report-card{border-left:4px solid var(--err)}
.rep-head{display:flex;justify-content:space-between;align-items:center;gap:12px;
  margin-bottom:10px;flex-wrap:wrap}
.rep-desc{background:#f8fafc;border-radius:8px;padding:12px 14px;font-size:14px;
  line-height:1.6;margin:0 0 10px;white-space:pre-wrap}
.rep-meta{display:flex;gap:16px;flex-wrap:wrap;font-size:12.5px;color:var(--muted);margin-bottom:10px}
.rep-note{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;
  padding:9px 12px;font-size:13px;margin-bottom:10px}
.rep-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;
  padding-top:12px;border-top:1px solid var(--line)}
.rep-input{flex:1;min-width:180px;padding:7px 11px;border:1px solid var(--line);
  border-radius:7px;font-size:13px;font-family:inherit}

/* ---------- Harita ---------- */
.map-field{margin-bottom:18px}
.map-label{display:block;font-size:14px;font-weight:600;margin-bottom:6px}
.map-label small{font-weight:400;color:var(--muted)}
.pick-map,.show-map{height:290px;border-radius:12px;border:1px solid var(--line);z-index:1}
.show-map{height:240px;margin-bottom:8px}
.map-hint{display:flex;align-items:center;gap:12px;flex-wrap:wrap;
  font-size:13px;color:var(--muted);margin:8px 0 4px}

/* ---------- Admin: roller ---------- */
.role-grid{display:flex;gap:14px;flex-wrap:wrap;margin:8px 0}
.role-chip{display:flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid var(--line);
  border-radius:8px;padding:7px 13px;font-size:13px;font-weight:600;cursor:pointer}
.role-chip input{margin:0;width:auto}
.role-chip:has(input:checked){background:#eff6ff;border-color:var(--primary);color:var(--primary)}
.admin-badge{background:#fef3c7;border:1px solid #fcd34d;color:#92400e;
  border-radius:99px;padding:2px 9px;font-size:11px;font-weight:800}

/* ============================================================
   CANLI DESTEK WIDGET (sağ alt)
   ============================================================ */
.sw-root{position:fixed;right:22px;bottom:22px;z-index:900;
  display:flex;flex-direction:column;align-items:flex-end;gap:12px;pointer-events:none}

.sw-btn{width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;
  background:var(--primary);color:#fff;font-size:24px;line-height:1;
  box-shadow:0 8px 24px rgba(37,99,235,.4);transition:all .22s;
  display:flex;align-items:center;justify-content:center;position:relative;
  pointer-events:auto;touch-action:manipulation}
.sw-btn:hover{transform:scale(1.07);box-shadow:0 10px 30px rgba(37,99,235,.5)}
.sw-icon-close{display:none}
.sw-root.open .sw-icon-chat{display:none}
.sw-root.open .sw-icon-close{display:block;font-size:20px}
.sw-root.open .sw-btn{background:#475569;box-shadow:0 8px 24px rgba(71,85,105,.35)}

.sw-panel{width:380px;max-width:calc(100vw - 44px);max-height:calc(100dvh - 108px);background:#fff;
  border-radius:16px;border:1px solid var(--line);overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,.18);
  display:flex;flex-direction:column;
  opacity:0;visibility:hidden;transform:translateY(14px) scale(.97);
  transform-origin:bottom right;transition:all .22s;pointer-events:none}
.sw-root.open .sw-panel{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}

.sw-head{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;
  padding:16px 18px;display:flex;justify-content:space-between;align-items:flex-start;gap:10px}
.sw-head strong{display:block;font-size:15px;margin-bottom:3px}
.sw-head small{display:flex;align-items:center;gap:5px;font-size:12px;opacity:.9}
.sw-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;display:inline-block;
  box-shadow:0 0 0 0 rgba(74,222,128,.7);animation:swPulse 2s infinite}
@keyframes swPulse{
  0%{box-shadow:0 0 0 0 rgba(74,222,128,.6)}
  70%{box-shadow:0 0 0 7px rgba(74,222,128,0)}
  100%{box-shadow:0 0 0 0 rgba(74,222,128,0)}
}
.sw-close{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;
  opacity:.8;padding:0;line-height:1}
.sw-close:hover{opacity:1}

.sw-body{padding:16px;overflow-y:auto;overscroll-behavior:contain}
.sw-hi{font-size:15px;margin:0 0 4px}
.sw-text{font-size:13.5px;color:var(--muted);line-height:1.55;margin:0 0 14px}

.sw-chat{display:flex;flex-direction:column;gap:9px;max-height:210px;overflow-y:auto;
  padding:2px 3px 10px;scrollbar-width:thin}
.sw-message{display:flex;align-items:flex-end;gap:8px;font-size:12.5px;line-height:1.5}
.sw-message>div{max-width:85%;padding:9px 11px;border-radius:12px;background:#f1f5f9;color:#334155}
.sw-message strong{color:var(--ink)}
.sw-message-user{justify-content:flex-end}
.sw-message-user>div{background:#2563eb;color:#fff;border-bottom-right-radius:4px}
.sw-message-bot>div{border-bottom-left-radius:4px}
.sw-message a{display:block;width:max-content;max-width:100%;margin-top:7px;color:#1d4ed8;
  font-weight:800;text-decoration:none}
.sw-message a:hover{text-decoration:underline}
.sw-avatar{display:flex;align-items:center;justify-content:center;width:27px;height:27px;flex:0 0 27px;
  border-radius:9px;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;font-size:9px;font-weight:900}
.sw-topic-title{margin:5px 0 8px;color:#64748b;font-size:10.5px;font-weight:800;
  letter-spacing:.06em;text-transform:uppercase}
.sw-quick{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:12px}
.sw-quick button{display:flex;align-items:center;gap:7px;min-height:42px;padding:8px 10px;
  background:#f8fafc;border:1px solid var(--line);border-radius:10px;font:inherit;
  font-size:11.5px;color:var(--ink);text-align:left;font-weight:700;cursor:pointer;
  transition:background .15s,border-color .15s,color .15s,transform .15s;touch-action:manipulation}
.sw-quick button span{font-size:15px}
.sw-quick button:hover{background:#eff6ff;border-color:#93c5fd;color:var(--primary);transform:translateY(-1px)}

.sw-ask{display:flex;gap:7px;margin-bottom:14px}
.sw-ask input{width:100%;min-width:0;height:42px;padding:0 12px;border:1px solid #cbd5e1;
  border-radius:11px;background:#fff;color:var(--ink);font:inherit;font-size:12.5px;outline:none}
.sw-ask input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(37,99,235,.1)}
.sw-ask button{display:flex;align-items:center;justify-content:center;width:43px;height:42px;flex:0 0 43px;
  border:0;border-radius:11px;background:var(--primary);color:#fff;font-size:18px;font-weight:900;
  cursor:pointer;transition:background .15s,transform .15s;touch-action:manipulation}
.sw-ask button:hover{background:var(--primary-dark);transform:translateX(1px)}

.sw-human{padding-top:12px;border-top:1px solid var(--line)}
.sw-human>span{display:block;margin-bottom:9px;color:#64748b;font-size:11.5px;text-align:center}

.sw-cta{display:block;text-align:center;background:var(--primary);color:#fff;
  padding:11px;border-radius:9px;font-size:14px;font-weight:700;
  text-decoration:none;transition:background .15s}
.sw-cta:hover{background:var(--primary-dark);color:#fff;text-decoration:none}

.sw-link{display:block;text-align:center;font-size:13px;color:var(--muted);
  margin-top:10px;text-decoration:none}
.sw-link:hover{color:var(--primary)}

.sw-foot{padding:11px 18px;background:#f8fafc;border-top:1px solid var(--line)}
.sw-foot small{font-size:11.5px;color:var(--muted);line-height:1.4;display:block}

@media(max-width:640px){
  .sw-root{right:16px;bottom:16px}
  .sw-btn{width:50px;height:50px;font-size:21px}
  .sw-panel{width:calc(100vw - 32px);max-width:none;max-height:calc(100dvh - 92px);border-radius:18px}
  .sw-head{padding:14px 16px}
  .sw-head strong{font-size:14px}
  .sw-body{padding:14px}
  .sw-chat{max-height:180px}
  .sw-quick button{min-height:40px;padding:7px 9px;font-size:11px}
}

/* ---------- Kredi paketleri ---------- */
.pkg-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;margin-bottom:20px}
.pkg-card{position:relative;background:#fff;border:2px solid var(--line);border-radius:16px;
  padding:24px 20px;text-align:center;transition:all .2s}
.pkg-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(0,0,0,.09)}
.pkg-card.popular{border-color:var(--primary);box-shadow:0 8px 26px rgba(37,99,235,.14)}
.pkg-tag{position:absolute;top:-11px;left:50%;transform:translateX(-50%);
  background:var(--primary);color:#fff;font-size:10px;font-weight:800;
  padding:4px 12px;border-radius:99px;white-space:nowrap;letter-spacing:.03em}
.pkg-card h3{font-size:17px;margin:0 0 14px;font-weight:700}
.pkg-credits{margin-bottom:12px}
.pkg-credits strong{font-size:38px;font-weight:800;color:var(--primary);line-height:1}
.pkg-credits span{display:block;font-size:13px;color:var(--muted)}
.pkg-credits em{display:inline-block;margin-top:5px;background:#dcfce7;color:#15803d;
  font-size:11.5px;font-weight:700;padding:3px 9px;border-radius:99px;font-style:normal}
.pkg-price{font-size:24px;font-weight:800;margin-bottom:2px}
.pkg-unit{display:block;font-size:11.5px;color:var(--muted);margin-bottom:14px}
.pkg-desc{font-size:12.5px;color:var(--muted);margin:0 0 14px;line-height:1.5}
.payment-checkout-form{margin:0}
.payment-billing-card{margin-bottom:20px;border-color:#bfdbfe;background:linear-gradient(145deg,#fff,#f8fbff)}
.payment-billing-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:17px;padding-bottom:14px;border-bottom:1px solid #dbeafe}
.payment-billing-head>span{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 38px;border-radius:10px;background:#dbeafe;font-size:18px}
.payment-billing-head .sec-title{margin:0 0 3px;padding:0;border:0}
.payment-billing-head p{color:var(--muted);font-size:12px;line-height:1.5}
.payment-billing-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}
.payment-billing-grid label{min-width:0}
.payment-billing-address{grid-column:1/-1}
.subscription-current{display:grid;grid-template-columns:minmax(180px,.8fr) minmax(0,1.4fr);align-items:center;gap:20px}
.sub-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.sub-benefits span{min-width:0;padding:10px 14px;border:1px solid var(--line);border-radius:10px;font-size:12px;color:var(--muted)}
.sub-benefits strong{display:block;font-size:17px;color:var(--ink)}
.sub-list{list-style:none;text-align:left;margin:12px 0 18px;font-size:13px;color:#4b5563}
.sub-list li{padding:5px 0;border-bottom:1px dashed var(--line)}
.draft-card{margin-top:22px;padding:20px 22px}
.draft-card-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding-bottom:13px;border-bottom:1px solid var(--line)}
.draft-card-head > div > span{display:block;margin-bottom:3px;color:#2563eb;font-size:9.5px;font-weight:850;letter-spacing:.13em}
.draft-card-head .sec-title{margin:0;padding:0;border:0;font-size:17px}
.draft-card-head > small{color:var(--muted);font-size:11px}
.draft-link{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 3px;
  border-bottom:1px solid #e8eef5;color:var(--ink);text-decoration:none;transition:background .16s,color .16s}
.draft-link:last-child{border-bottom:0}
.draft-link:hover{color:var(--primary);text-decoration:none}
.draft-copy{display:flex;min-width:0;flex-direction:column;gap:2px}
.draft-copy strong{font-size:14px}
.draft-copy small{color:var(--muted);font-size:11px;font-weight:500}
.draft-meta{display:flex;align-items:center;gap:12px;flex:0 0 auto}
.draft-meta time{color:#64748b;font-size:11px;font-variant-numeric:tabular-nums}
.draft-meta b{display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:6px 10px;border-radius:8px;
  background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:800}
.draft-link:hover .draft-meta b{background:#dbeafe}
.draft-state{font-size:12px;color:var(--muted);margin:8px 0}
.draft-state.saved{color:var(--ok)}
.consent-check{align-items:flex-start!important;font-size:12px!important;font-weight:400!important}
.consent-check input{margin-top:4px}
.privacy-row{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line);align-items:flex-start}
.privacy-row:last-child{border-bottom:0}
.privacy-row span,.privacy-row small{display:block;color:var(--muted);font-size:12px}
.privacy-row p{font-size:13px;color:#4b5563;margin-top:4px}

/* ---------- Hesap yönetimi ve kapatma ---------- */
.account-security-card{padding:0;overflow:hidden;margin-bottom:22px}
.account-security-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px 18px;border-bottom:1px solid var(--line)}
.account-security-head .eyebrow{color:var(--primary);font-size:10px;font-weight:850;letter-spacing:.12em}
.account-security-head .sec-title{margin:4px 0 0}
.account-security-lock{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:#eff6ff;font-size:19px}
.account-control-list{padding:0 24px}
.account-control-row{border-bottom:1px solid var(--line)}
.account-control-row:last-child{border-bottom:0}
.account-control-row summary,.account-control-static{display:flex;align-items:center;gap:15px;width:100%;min-height:88px;padding:17px 2px;cursor:pointer;list-style:none}
.account-control-row summary::-webkit-details-marker{display:none}
.account-control-row summary:hover .account-control-copy strong{color:var(--primary)}
.account-control-icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:13px;font-size:17px}
.account-control-icon-freeze{background:#eff6ff;color:#1d4ed8}
.account-control-icon-delete{background:#fff1f2;color:#be123c}
.account-control-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}
.account-control-copy strong{color:#111827;font-size:15px;transition:color .15s}
.account-control-copy small{max-width:680px;color:var(--muted);font-size:12px;line-height:1.55}
.account-control-arrow{color:#64748b;font-size:31px;line-height:1;transition:transform .2s}
.account-control-row[open] .account-control-arrow{transform:rotate(90deg)}
.account-control-panel{padding:0 0 22px 57px}
.account-control-panel>.muted{margin:0 0 15px;line-height:1.6}
.account-confirm-form{max-width:560px;padding:17px;border:1px solid var(--line);border-radius:13px;background:#f8fafc}
.account-confirm-form .check-label{display:flex;align-items:flex-start;gap:9px;color:#334155;font-size:13px;font-weight:600;line-height:1.45}
.account-confirm-form .check-label input{width:17px;height:17px;flex:0 0 17px;margin-top:1px}
.account-freeze-btn{border-color:#bfdbfe;color:#1d4ed8;background:#fff}
.account-control-pending{padding-bottom:17px}
.account-cancel-delete-form{padding:0 0 0 57px}

@media(max-width:640px){
  .account-security-head{padding:18px}
  .account-control-list{padding:0 18px}
  .account-control-row summary,.account-control-static{gap:11px;min-height:82px;padding:15px 0}
  .account-control-icon{width:38px;height:38px;flex-basis:38px;border-radius:11px}
  .account-control-copy strong{font-size:14px}
  .account-control-copy small{font-size:11px}
  .account-control-panel{padding:0 0 18px}
  .account-confirm-form{padding:14px}
  .account-control-static{align-items:flex-start;flex-wrap:wrap}
  .account-control-static .badge{margin-left:49px}
  .account-cancel-delete-form{padding:0}
  .account-cancel-delete-form .btn{width:100%}
}
.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}
.settings-grid .btn{width:auto}
@media(max-width:700px){.settings-grid{grid-template-columns:1fr}}

/* ---------- Kredi ve abonelik: mobil sıkı düzen ---------- */
@media(max-width:640px){
  .credit-hero{display:grid;grid-template-columns:minmax(72px,auto) minmax(0,1fr);align-items:center;gap:16px;padding:18px 19px;margin-bottom:16px;border-radius:14px}
  .ch-balance{min-width:0}
  .ch-label,.ch-unit{font-size:11.5px}
  .ch-num{font-size:36px}
  .ch-info{min-width:0}
  .ch-info p,.ch-info .muted{font-size:12.5px;line-height:1.5}
  .ch-info .btn{width:100%;padding:9px 11px;text-align:center}
  .credit-hero-actions{display:grid;width:100%;grid-template-columns:1fr;gap:7px}

  .subscription-current{display:block;padding:18px 16px}
  .subscription-current > div:first-child{display:grid;grid-template-columns:1fr auto;align-items:end;column-gap:12px}
  .subscription-current > div:first-child small{grid-column:1/-1}
  .subscription-current > div:first-child h2{font-size:21px;line-height:1.25}
  .subscription-current > div:first-child p{margin:0;font-size:12.5px;text-align:right}
  .sub-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:14px}
  .sub-benefits span{display:flex;min-height:70px;flex-direction:column;align-items:center;justify-content:center;padding:8px 5px;text-align:center;font-size:10.5px;line-height:1.3}
  .sub-benefits strong{font-size:16px}
  .pkg-grid{gap:13px}
  .pkg-card{padding:20px 16px}
  .payment-billing-grid{grid-template-columns:1fr}
  .payment-billing-address{grid-column:auto}
}

@media(max-width:360px){
  .credit-hero{grid-template-columns:1fr;gap:12px}
  .ch-balance{display:grid;grid-template-columns:auto auto 1fr;align-items:baseline;gap:6px}
  .ch-label{grid-column:1/-1}
  .ch-unit{align-self:end;margin-bottom:4px}
  .sub-benefits span{padding:7px 3px;font-size:10px}
}

@media(max-width:760px){
  .request-quick-panel{grid-template-columns:1fr;padding:18px;gap:17px}
  .request-quick-links{grid-template-columns:repeat(2,minmax(0,1fr))}
  .support-closed-note{grid-template-columns:auto minmax(0,1fr)}
  .support-closed-note .btn{grid-column:1/-1;width:100%}
  .offer-accepted-note{align-items:stretch;flex-direction:column}
  .offer-accepted-note .offer-message-action{justify-content:center}
}

@media(max-width:440px){
  .request-quick-links{grid-template-columns:1fr}
  .request-quick-links a{min-height:67px}
  .conversation-head-actions{width:100%}
  .conversation-head-actions .btn{flex:1}
}

/* ============================================================
   İŞ FIRSATLARI — FİLTRELENEBİLİR TEKLİF PAZARI
   ============================================================ */
.opportunity-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:30px 0 18px}
.opportunity-head h1{margin:2px 0 4px;font-size:30px;letter-spacing:-.025em}
.opportunity-head p{margin:0;color:var(--muted);font-size:13.5px}
.opportunity-kicker{display:inline-flex;align-items:center;gap:7px;min-height:29px;padding:5px 10px;border:1px solid #bfdbfe;
  border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:900;letter-spacing:.11em;
  box-shadow:0 4px 12px rgba(37,99,235,.06)}
.opportunity-head .btn{margin:0;white-space:nowrap}

.opportunity-wallet{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px;padding:15px 18px;
  border:1px solid #bfdbfe;border-radius:13px;background:linear-gradient(90deg,#eff6ff,#f8fbff)}
.opportunity-wallet.low{border-color:#fecaca;background:linear-gradient(90deg,#fff1f2,#fff)}
.opportunity-wallet-main{display:flex;align-items:center;gap:12px;min-width:0}
.opportunity-wallet-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 38px;border-radius:11px;
  background:#2563eb;color:#fff;font-size:19px;font-weight:800}
.opportunity-wallet.low .opportunity-wallet-icon{background:#dc2626}
.opportunity-wallet strong,.opportunity-wallet small{display:block}
.opportunity-wallet strong{font-size:14px;color:#172554}
.opportunity-wallet small{margin-top:2px;color:#64748b;font-size:11.5px;line-height:1.4}
.opportunity-wallet .btn{margin:0;padding:9px 13px;white-space:nowrap}

.opportunity-filter{margin-bottom:20px;padding:18px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 6px 20px rgba(15,23,42,.03)}
.opportunity-filter-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:15px;padding-bottom:13px;border-bottom:1px solid #eef2f7}
.opportunity-filter-head strong,.opportunity-filter-head small{display:block}
.opportunity-filter-head strong{font-size:15px}
.opportunity-filter-head small{margin-top:2px;color:var(--muted);font-size:11.5px}
.opportunity-filter-head a{font-size:11.5px;font-weight:700;white-space:nowrap}
.opportunity-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px 14px}
.opportunity-field{display:block!important;min-width:0;margin:0!important;color:#334155!important;font-size:11.5px!important;font-weight:700!important}
.opportunity-field > span{display:block;margin-bottom:6px}
.opportunity-field input,.opportunity-field select{width:100%!important;height:42px;margin:0!important;padding:9px 11px!important;border:1px solid #cbd5e1!important;
  border-radius:9px!important;background:#fff!important;color:#0f172a!important;font:inherit!important;font-size:13px!important;box-shadow:none!important}
.opportunity-field input:focus,.opportunity-field select:focus{outline:0!important;border-color:#2563eb!important;box-shadow:0 0 0 3px rgba(37,99,235,.11)!important}
.opportunity-field select:disabled{background:#f8fafc!important;color:#94a3b8!important;cursor:not-allowed}
.opportunity-search-field{grid-column:span 2}
.opportunity-money{display:flex;overflow:hidden;border:1px solid #cbd5e1;border-radius:9px;background:#fff}
.opportunity-money:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.11)}
.opportunity-money input{border:0!important;border-radius:0!important;box-shadow:none!important}
.opportunity-money em{display:flex;align-items:center;padding:0 12px;border-left:1px solid #e2e8f0;background:#f8fafc;color:#64748b;font-size:11px;font-style:normal}
.opportunity-filter-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;padding-top:14px;border-top:1px solid #eef2f7}
.opportunity-filter-actions .btn{margin:0;padding:10px 17px}
.opportunity-urgent{display:flex!important;align-items:center;gap:9px;margin:0!important;color:#334155;font-size:12px!important;font-weight:650!important;cursor:pointer}
.opportunity-urgent input{width:16px!important;height:16px;margin:0!important;accent-color:var(--primary)}

.opportunity-results-head{display:flex;justify-content:space-between;align-items:center;margin:0 1px 12px}
.opportunity-results-head strong,.opportunity-results-head small{display:block}
.opportunity-results-head strong{font-size:14px}
.opportunity-results-head small{margin-top:2px;color:var(--muted);font-size:11.5px}
.opportunity-list{display:flex;flex-direction:column;gap:10px;margin-bottom:30px}
.opportunity-card{display:flex;gap:18px;padding:18px 19px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--ink);text-decoration:none;
  transition:border-color .15s,box-shadow .15s,transform .15s}
.opportunity-card:hover{border-color:#93c5fd;box-shadow:0 9px 25px rgba(15,23,42,.07);text-decoration:none;transform:translateY(-1px)}
.opportunity-card.insufficient{border-color:#fecaca}
.opportunity-card-main{flex:1;min-width:0}
.opportunity-badges{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-bottom:7px}
.opportunity-number{color:#64748b;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10.5px}
.opportunity-card h2{margin:0 0 5px;font-size:17px;color:#0f172a}
.opportunity-card p{margin:0 0 10px;color:#5b6778;font-size:12.5px;line-height:1.55}
.opportunity-meta{display:flex;gap:13px;flex-wrap:wrap;color:#64748b;font-size:11.5px}
.opportunity-card-side{display:flex;flex:0 0 112px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding-left:17px;border-left:1px solid #e8edf3;text-align:center}
.opportunity-cost{display:flex;align-items:baseline;gap:4px;padding:7px 10px;border-radius:10px;background:#eff6ff;color:#1d4ed8}
.opportunity-cost b{font-size:18px;line-height:1}
.opportunity-cost small{font-size:10px;font-weight:700}
.opportunity-cost.free{background:#ecfdf5;color:#047857}
.opportunity-cost.free b{font-size:12px}
.opportunity-cost.low{background:#fee2e2;color:#b91c1c}
.opportunity-competition{color:#64748b;font-size:10.5px}
.opportunity-competition b{color:#334155}
.opportunity-balance-warning{color:#dc2626;font-size:9.5px;font-weight:750}
.opportunity-empty{display:flex;align-items:center;flex-direction:column;gap:6px;padding:45px 20px!important;text-align:center}
.opportunity-empty > span{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:#eff6ff;color:#2563eb;font-size:25px}
.opportunity-empty strong{font-size:15px}
.opportunity-empty small{max-width:520px;color:var(--muted);font-size:12px}

@media(max-width:800px){
  .opportunity-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .opportunity-search-field{grid-column:span 2}
}
@media(max-width:640px){
  .opportunity-head{align-items:stretch;flex-direction:column;margin-top:22px}
  .opportunity-head .btn{width:100%;text-align:center}
  .opportunity-wallet{align-items:stretch;flex-direction:column}
  .opportunity-wallet .btn{width:100%;text-align:center}
  .opportunity-filter{padding:15px 13px}
  .opportunity-filter-grid{grid-template-columns:1fr}
  .opportunity-search-field{grid-column:auto}
  .opportunity-filter-actions{align-items:stretch;flex-direction:column}
  .opportunity-filter-actions .btn{width:100%;text-align:center}
  .opportunity-card{flex-direction:column;padding:16px}
  .opportunity-card-side{flex:0 0 auto;align-items:center;justify-content:flex-start;flex-direction:row;padding:12px 0 0;border-top:1px solid #e8edf3;border-left:0;text-align:left}
  .opportunity-balance-warning{margin-left:auto}
}

/* ============================================================
   ORTAK ARAYÜZ SON RÖTUŞLARI
   Panel, form, kart ve mobil dokunma deneyimi
   ============================================================ */
body{
  text-rendering:optimizeLegibility;
  -webkit-tap-highlight-color:transparent;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
  outline:3px solid rgba(37,99,235,.26);
  outline-offset:3px;
}

.site-header{
  box-shadow:0 1px 0 rgba(15,23,42,.025);
  backdrop-filter:saturate(140%) blur(10px);
}
.site-nav a,.guest-nav a{transition:background .18s,color .18s,box-shadow .18s}
.site-nav a:active,.guest-nav a:active{background:#dbeafe}
.nav-toggle{transition:border-color .18s,background .18s,box-shadow .18s}
.nav-toggle:hover,.nav-toggle:focus-visible{
  border-color:#bfdbfe;
  background:#f8fbff;
  box-shadow:0 0 0 3px rgba(37,99,235,.08);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:42px;
  line-height:1.25;
  box-shadow:0 1px 2px rgba(15,23,42,.06);
}
.btn-primary{box-shadow:0 6px 16px rgba(37,99,235,.16)}
.btn-primary:hover{box-shadow:0 9px 22px rgba(37,99,235,.22)}
.btn:active{transform:translateY(0);box-shadow:none}
.btn:disabled,.btn[aria-disabled=true]{
  opacity:.58;
  cursor:not-allowed;
  transform:none;
  box-shadow:none;
}

.card{
  box-shadow:0 4px 18px rgba(15,23,42,.035);
  transition:border-color .18s,box-shadow .18s;
}
.card:hover{border-color:#d8e1ec;box-shadow:0 7px 24px rgba(15,23,42,.05)}

.alert{
  border-left-width:4px;
  line-height:1.55;
  box-shadow:0 2px 8px rgba(15,23,42,.025);
}

.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=password],
.form input[type=number],
.form input[type=date],
.form input[type=time],
.form select,
.form textarea{
  min-height:46px;
  border-color:#cfd8e5;
  box-shadow:0 1px 2px rgba(15,23,42,.025);
  transition:border-color .18s,box-shadow .18s,background .18s;
}
.form textarea{min-height:120px;line-height:1.55}
.form input:hover,.form select:hover,.form textarea:hover{border-color:#aebdce}
.form input::placeholder,.form textarea::placeholder{color:#94a3b8}
.form input:disabled,.form select:disabled,.form textarea:disabled{
  background:#f8fafc;
  color:#94a3b8;
  cursor:not-allowed;
}

.page-head h1{letter-spacing:-.025em;line-height:1.2}
.page-head .muted{max-width:720px}
.sec-title{letter-spacing:-.01em}
.empty{
  border:1px dashed #dbe3ee;
  border-radius:12px;
  background:linear-gradient(180deg,#fff,#fbfdff);
}

.stat-card{
  box-shadow:0 3px 14px rgba(15,23,42,.035);
  transition:border-color .18s,box-shadow .18s,transform .18s;
}
.stat-card:hover{
  border-color:#bfdbfe;
  box-shadow:0 8px 22px rgba(37,99,235,.07);
  transform:translateY(-1px);
}

@media(max-width:640px){
  .btn{min-height:44px}
  .card{padding:18px 16px;border-radius:13px;margin-bottom:14px}
  .page-head{margin-top:20px}
  .page-head h1{font-size:24px}
  .form label{margin-bottom:14px}
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form input[type=password],
  .form input[type=number],
  .form input[type=date],
  .form input[type=time],
  .form select,
  .form textarea{font-size:16px}
  .alert{padding:11px 13px;font-size:13.5px}
  .site-nav a{min-height:44px}
}

@media(prefers-reduced-motion:reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

/* ---------- SADELEŞTİRİLMİŞ HESAP PANELİ ---------- */
.dashboard-stat-grid .stat-card{color:var(--ink);text-decoration:none}
.dashboard-stat-grid .stat-card:hover{text-decoration:none}
.dashboard-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.dashboard-card-head .sec-title{margin:0;padding:0;border:0}
.dashboard-card-head p{margin:3px 0 0;color:var(--muted);font-size:11.5px}
.dashboard-card-head .dashboard-provider-status{margin:7px 0 0}
.dashboard-quick-card .dashboard-actions{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}
.dashboard-provider-main-action{flex:0 0 auto;margin:0;white-space:nowrap}
.dashboard-secondary-links{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:2px;padding-top:12px;border-top:1px solid var(--line)}
.dashboard-secondary-links a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 10px;
  border:1px solid var(--line);border-radius:8px;background:#fff;color:#475569;font-size:11px;font-weight:700;text-decoration:none}
.dashboard-secondary-links a:hover{border-color:#bfdbfe;background:#eff6ff;color:var(--primary);text-decoration:none}

@media(max-width:640px){
  .dashboard-page-head .btn{width:100%;box-sizing:border-box}
  .dashboard-card-head{align-items:stretch;flex-direction:column;gap:10px}
  .dashboard-card-head .dashboard-provider-status{justify-content:flex-start;padding:0;border:0;background:transparent}
  .dashboard-provider-main-action{width:100%;box-sizing:border-box}
  .dashboard-secondary-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
  .dashboard-secondary-links a{min-width:0;padding:6px 5px;text-align:center}
}

/* ---------- GÖRSEL NETLİK VE CANLILIK ---------- */
body{letter-spacing:-.004em}
h1,h2,h3,h4{color:#0b1220;letter-spacing:-.02em}
.muted{color:var(--muted)}
.page-head h1{font-weight:850}
.page-head .muted{font-weight:450}
.sec-title{color:#111c2f;font-weight:800}
.site-header{border-bottom-color:#dbe4ee;background:rgba(255,255,255,.97);
  box-shadow:0 2px 14px rgba(15,23,42,.055)}
.site-nav a,.guest-nav a{color:#2f3c50;font-weight:700}
.card{border-color:#d7e1eb;box-shadow:0 6px 22px rgba(15,23,42,.055)}
.card:hover{border-color:#c8d5e3;box-shadow:0 10px 28px rgba(15,23,42,.075)}
.stat-card{border-color:#d7e1eb;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
  box-shadow:0 5px 18px rgba(15,23,42,.055)}
.stat-num{color:#1f5fe5;font-weight:850}
.stat-lbl{color:#536174;font-weight:650}
.btn{font-weight:700}
.btn-primary{border:1px solid #1f5fe5;background:linear-gradient(180deg,#3474f4 0%,#2563eb 100%);
  box-shadow:0 7px 18px rgba(37,99,235,.22)}
.btn-primary:hover{border-color:#1d4ed8;background:linear-gradient(180deg,#2c68e8 0%,#1d4ed8 100%);
  box-shadow:0 10px 24px rgba(37,99,235,.28)}
.btn-ghost{border-color:#cfd9e5;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);
  box-shadow:0 2px 6px rgba(15,23,42,.04)}
.btn-ghost:hover{border-color:#93b4f5;background:#f5f9ff}
.form label{color:#172033;font-weight:700}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=password],
.form input[type=number],
.form input[type=date],
.form input[type=time],
.form select,
.form textarea{border-color:#c8d4e1;background:#fff;color:#111827}
.list-item,.cat-card,.offer-card{border-color:#d8e2ec;box-shadow:0 3px 14px rgba(15,23,42,.035)}
.li-desc,.li-meta,.help,.crumb{color:#59677a}

@media(max-width:640px){
  .draft-card{padding:16px 14px}
  .draft-card-head{align-items:flex-start;flex-direction:column;gap:3px}
  .draft-link{align-items:flex-start;flex-direction:column;gap:10px;padding:13px 2px}
  .draft-meta{width:100%;justify-content:space-between}
  .draft-meta b{min-height:34px}
  body{letter-spacing:0}
  .card{box-shadow:0 4px 16px rgba(15,23,42,.05)}
}

/* ---------- HESAP PANELİ: YUMUŞAK VE UZUN KULLANIMA UYGUN ---------- */
.dashboard-page-head h1{color:#1b2638;font-weight:780}
.dashboard-page-head .muted{color:#657287;font-weight:450}
.dashboard-stat-grid{gap:12px}
.dashboard-stat-grid .stat-card{
  border-color:#e1e7ee;
  background:#fff;
  box-shadow:0 4px 15px rgba(30,41,59,.04);
}
.dashboard-stat-grid .stat-card:hover{
  border-color:#c5d2e3;
  box-shadow:0 7px 19px rgba(30,41,59,.06);
}
.dashboard-stat-grid .stat-num{color:#3568c6;font-weight:790}
.dashboard-stat-grid .stat-lbl{color:#5e6b7e;font-weight:600}
.dashboard-card{
  border-color:#e1e7ee;
  box-shadow:0 5px 18px rgba(30,41,59,.04);
}
.dashboard-card:hover{
  border-color:#d8e0e9;
  box-shadow:0 7px 22px rgba(30,41,59,.055);
}
.dashboard-card .sec-title{color:#202b3d;font-weight:750}
.dashboard-actions .btn{
  border-color:#dce4ed;
  background:#fafbfd;
  color:#344258;
  box-shadow:none;
}
.dashboard-actions .btn:hover{
  border-color:#bdcce1;
  background:#f3f6fa;
  color:#315fae;
}
.dashboard-provider-overview a{border-color:#e1e7ee;background:#fafbfd}
.dashboard-provider-overview a:hover{border-color:#c4d2e4;background:#f4f7fb}
.dashboard-provider-overview strong{color:#3568c6;font-weight:780}
.dashboard-provider-overview small,.dashboard-provider-overview span{color:#6a7688}
.dashboard-readiness.is-ready{
  border-color:#bde8d5;
  background:#f0faf6;
  color:#237356;
}
.dashboard-secondary-links a{border-color:#dce4ed;background:#fafbfd;color:#586579}

@media(max-width:640px){
  .dashboard-stat-grid{gap:9px}
  .dashboard-card{box-shadow:0 3px 13px rgba(30,41,59,.04)}
}

/* ============================================================
   HESAP PANELİ — KONTRAST, OKUNABİLİRLİK VE DÜZEN
   Yalnızca /panel ekranındaki bileşenleri etkiler.
   ============================================================ */
.dashboard-page-head{
  align-items:center;
  margin:36px 0 20px;
}
.dashboard-page-head h1{
  margin:0 0 4px;
  color:#172033;
  font-size:30px;
  font-weight:820;
  letter-spacing:-.035em;
}
.dashboard-page-head .muted{
  max-width:680px;
  color:#526176;
  font-size:14.5px;
  font-weight:520;
  line-height:1.55;
}
.dashboard-page-head .btn{
  min-height:44px;
  padding:10px 20px;
  border-radius:11px;
  font-size:13.5px;
}

.dashboard-stat-grid{
  gap:13px;
  margin-bottom:22px;
}
.dashboard-stat-grid .stat-card{
  position:relative;
  min-height:110px;
  overflow:hidden;
  padding:20px 16px;
  border-color:#d5dee9;
  border-radius:14px;
  background:#fff;
  box-shadow:0 5px 16px rgba(23,32,51,.055);
}
.dashboard-stat-grid .stat-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,#2563eb,#5b8def);
  opacity:.78;
}
.dashboard-stat-grid .stat-card:hover{
  border-color:#aebfd5;
  box-shadow:0 9px 24px rgba(23,32,51,.085);
}
.dashboard-stat-grid .stat-num{
  color:#245bc0;
  font-size:31px;
  font-weight:840;
  letter-spacing:-.035em;
}
.dashboard-stat-grid .stat-lbl{
  margin-top:5px;
  color:#455368;
  font-size:12.5px;
  font-weight:720;
}

.dashboard-card{
  padding:24px;
  border-color:#d5dee9;
  border-radius:15px;
  background:#fff;
  box-shadow:0 6px 20px rgba(23,32,51,.055);
}
.dashboard-card:hover{
  border-color:#c7d2df;
  box-shadow:0 8px 24px rgba(23,32,51,.07);
}
.dashboard-card-head{
  align-items:center;
  margin-bottom:16px;
  padding-bottom:14px;
  border-bottom:1px solid #e3e8ef;
}
.dashboard-card-head .sec-title{
  color:#172033;
  font-size:17px;
  font-weight:800;
  letter-spacing:-.015em;
}
.dashboard-card-head p{
  margin-top:3px;
  color:#66758a;
  font-size:12px;
  font-weight:520;
}

/* Genel .chip-list flex kuralının panel kısayollarını bozmasını engeller. */
.dashboard-quick-card .dashboard-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.dashboard-actions .btn{
  position:relative;
  justify-content:flex-start;
  min-height:50px;
  padding:11px 42px 11px 15px;
  border-color:#d4dde8;
  border-radius:11px;
  background:#f8fafc;
  color:#2d3a4f;
  font-size:13.5px;
  font-weight:740;
  text-align:left;
}
.dashboard-actions .btn::after{
  content:"→";
  position:absolute;
  right:15px;
  color:#6e7d91;
  font-size:16px;
  font-weight:700;
  transition:transform .18s,color .18s;
}
.dashboard-actions .btn:hover{
  border-color:#aebfd5;
  background:#f1f6fc;
  color:#1f55ad;
}
.dashboard-actions .btn:hover::after{
  color:#2563eb;
  transform:translateX(2px);
}

.dashboard-provider-status > span:first-child{
  color:#536177;
  font-weight:600;
}
.dashboard-provider-status .badge{
  font-weight:760;
}
.dashboard-provider-main-action{
  min-height:42px;
  border-color:#c8d4e2;
  background:#fff;
  color:#26354a;
  font-weight:740;
}
.dashboard-provider-overview{
  gap:10px;
  margin-bottom:13px;
}
.dashboard-provider-overview a{
  min-height:88px;
  padding:13px;
  border-color:#d8e1eb;
  border-radius:12px;
  background:#f8fafc;
}
.dashboard-provider-overview a:hover{
  border-color:#afc0d5;
  background:#f1f6fc;
}
.dashboard-provider-overview small{
  color:#56657a;
  font-size:11px;
  font-weight:650;
}
.dashboard-provider-overview strong{
  margin:3px 0 2px;
  color:#245bc0;
  font-size:18px;
  font-weight:820;
}
.dashboard-provider-overview span{
  color:#66758a;
  font-size:10.75px;
  font-weight:520;
}
.dashboard-readiness{
  padding:11px 13px;
  border-radius:10px;
  font-size:12.25px;
  font-weight:600;
  line-height:1.5;
}
.dashboard-readiness.is-ready{
  border-color:#9fddc2;
  background:#ecf9f3;
  color:#126047;
}
.dashboard-readiness.needs-action{
  border-color:#edcf79;
  background:#fff9e8;
  color:#7a4a0b;
}
.dashboard-secondary-links{
  gap:8px;
  padding-top:13px;
  border-top-color:#e3e8ef;
}
.dashboard-secondary-links a{
  min-height:36px;
  padding:7px 11px;
  border-color:#d3dde8;
  background:#fff;
  color:#435168;
  font-size:11.5px;
  font-weight:720;
}

@media(max-width:640px){
  .dashboard-page-head{
    margin:24px 0 17px;
  }
  .dashboard-page-head h1{
    font-size:25px;
  }
  .dashboard-page-head .muted{
    font-size:13.5px;
  }
  .dashboard-stat-grid{
    gap:9px;
    margin-bottom:14px;
  }
  .dashboard-stat-grid .stat-card{
    min-height:92px;
    padding:15px 8px 13px;
  }
  .dashboard-stat-grid .stat-num{
    font-size:27px;
  }
  .dashboard-stat-grid .stat-lbl{
    font-size:11.75px;
  }
  .dashboard-card{
    padding:17px 15px;
    border-radius:13px;
  }
  .dashboard-card-head{
    align-items:stretch;
    padding-bottom:12px;
  }
  .dashboard-card-head .sec-title{
    font-size:16px;
  }
  .dashboard-quick-card .dashboard-actions{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .dashboard-actions .btn{
    min-height:48px;
    padding:9px 30px 9px 11px;
    font-size:12.5px;
  }
  .dashboard-actions .btn::after{
    right:11px;
  }
  .dashboard-provider-overview{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px;
  }
  .dashboard-provider-overview a{
    min-height:78px;
    padding:11px;
  }
  .dashboard-provider-main-action{
    width:100%;
  }
}

@media(max-width:360px){
  .dashboard-quick-card .dashboard-actions{
    grid-template-columns:1fr;
  }
}
