:root{--navy:#07162e;--navy2:#0b2245;--blue:#2563eb;--blue2:#1d4ed8;--bg:#f4f7fb;--card:#fff;--text:#172033;--muted:#6b7280;--line:#e5e7eb;--green:#16a34a;--red:#dc2626;--orange:#f97316;--radius:22px;--shadow:0 20px 60px rgba(15,23,42,.10)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.container{width:min(1180px,92%);margin:0 auto}.site-header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.9)}.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:76px}.brand{display:flex;align-items:center;gap:8px;font-size:22px;font-weight:900;letter-spacing:-.04em}.brand span{background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;padding:8px 10px;border-radius:14px}.brand strong{color:var(--navy)}.nav{display:flex;gap:18px;align-items:center;color:#334155;font-weight:650}.nav a{padding:10px 4px}.nav b{background:#eef2ff;color:#1d4ed8;padding:2px 7px;border-radius:20px}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--blue),#38bdf8);color:#fff!important;border:0;border-radius:14px;padding:12px 18px;font-weight:800;box-shadow:0 14px 26px rgba(37,99,235,.22);cursor:pointer}.btn.secondary{background:#fff;color:#1e293b!important;border:1px solid var(--line);box-shadow:none}.btn.dark{background:var(--navy)}.btn.danger{background:#dc2626}.btn.small{padding:9px 12px;border-radius:11px;font-size:14px}.hero{padding:78px 0 48px;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.18),transparent 30%),linear-gradient(135deg,#f8fbff,#eef5ff)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:46px;align-items:center}.badge{display:inline-flex;padding:8px 12px;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;font-weight:800;font-size:13px}.hero h1{font-size:clamp(38px,6vw,68px);line-height:.98;margin:18px 0 18px;letter-spacing:-.06em;color:#07162e}.hero p{font-size:19px;line-height:1.7;color:#475569;margin:0 0 26px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-card{background:#07162e;color:#fff;border-radius:34px;padding:28px;box-shadow:0 28px 80px rgba(7,22,46,.25);position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;inset:-80px -80px auto auto;width:220px;height:220px;background:rgba(56,189,248,.35);border-radius:50%;filter:blur(20px)}.preview-window{background:#fff;border-radius:22px;overflow:hidden;color:#0f172a;position:relative}.preview-top{height:48px;background:#eef2ff;display:flex;align-items:center;gap:7px;padding:0 16px}.dot{width:11px;height:11px;background:#cbd5e1;border-radius:50%}.preview-content{padding:22px}.preview-content h3{font-size:26px;margin:0 0 8px}.preview-bar{height:12px;background:#e2e8f0;border-radius:20px;margin:10px 0}.preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.preview-box{height:74px;border-radius:16px;background:linear-gradient(135deg,#dbeafe,#f8fafc)}.section{padding:44px 0}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px}.section-head h2{font-size:34px;letter-spacing:-.04em;margin:0}.section-head p{margin:6px 0 0;color:#64748b}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:#fff;border:1px solid rgba(226,232,240,.8);border-radius:24px;box-shadow:0 12px 36px rgba(15,23,42,.06);overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{display:block;height:210px;background-size:cover;background-position:center;background-color:#dbeafe}.product-body{padding:20px}.product-kicker{font-size:12px;color:#2563eb;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.product-body h3{font-size:21px;margin:8px 0 8px;letter-spacing:-.02em}.product-body p{color:#64748b;line-height:1.6;min-height:52px}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.product-footer strong{font-size:20px}.card{background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:var(--radius);box-shadow:0 12px 34px rgba(15,23,42,.06);
    padding: 24px;
    margin: 20px 0;
}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.field label{font-weight:800;color:#334155;font-size:14px}.input,select,textarea{width:100%;border:1px solid #dbe2ea;background:#fff;border-radius:13px;padding:13px 14px;font:inherit;color:#0f172a}textarea{min-height:120px}.muted{color:#64748b}.alert{margin:18px 0;padding:14px 16px;border-radius:16px;font-weight:800}.alert.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.alert.danger{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.alert.info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:15px;border-bottom:1px solid #edf2f7;vertical-align:top}.table th{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.status{display:inline-flex;padding:6px 10px;border-radius:999px;font-weight:900;font-size:12px}.status.pending{background:#fff7ed;color:#c2410c}.status.paid,.status.completed{background:#dcfce7;color:#166534}.status.cancelled,.status.failed{background:#fee2e2;color:#991b1b}.status.processing{background:#dbeafe;color:#1d4ed8}.auth-wrap{min-height:calc(100vh - 76px);display:grid;place-items:center;padding:50px 0}.auth-card{width:min(480px,94%)}.product-detail{display:grid;grid-template-columns:.95fr 1.05fr;gap:30px;align-items:start}.detail-img{height:460px;border-radius:28px;background-size:cover;background-position:center;background-color:#dbeafe;box-shadow:var(--shadow)}.detail-panel h1{font-size:42px;line-height:1.05;margin:0 0 14px;letter-spacing:-.05em}.price{font-size:34px;font-weight:950;color:#0f172a;margin:20px 0}.quick-info{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0}.info-box{border:1px solid #e2e8f0;background:#f8fafc;border-radius:16px;padding:14px}.cart-row{display:flex;gap:18px;align-items:center;justify-content:space-between;border-bottom:1px solid #edf2f7;padding:15px 0}.site-footer{background:#07162e;color:#cbd5e1;padding:44px 0;margin-top:50px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.footer-grid a{display:block;margin:8px 0;color:#e2e8f0}.footer-brand strong{color:#fff}.admin-shell{display:grid;grid-template-columns:270px 1fr;min-height:100vh}.sidebar{background:linear-gradient(180deg,#07162e,#0b2245);color:#cbd5e1;padding:24px;position:sticky;top:0;height:100vh}.sidebar .brand strong{color:#fff}.side-menu{display:flex;flex-direction:column;gap:8px;margin-top:28px}.side-menu a{padding:13px 14px;border-radius:14px;color:#cbd5e1;font-weight:800}.side-menu a.active,.side-menu a:hover{background:rgba(59,130,246,.2);color:#fff}.admin-main{padding:28px}.admin-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.admin-top h1{margin:0;font-size:30px;letter-spacing:-.04em}.admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{background:#fff;border-radius:22px;padding:20px;border:1px solid #e2e8f0;box-shadow:0 10px 28px rgba(15,23,42,.05)}.stat b{font-size:30px;display:block}.actions{display:flex;gap:8px;flex-wrap:wrap}.inline-form{display:inline}.hidden-field{position:absolute;left:-9999px;opacity:0;height:0;width:0}.bank-box{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:18px;padding:18px;line-height:1.7}@media(max-width:900px){.hero-grid,.product-detail,.footer-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr}.admin-shell{display:block}.sidebar{height:auto;position:relative}.admin-grid{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.nav{gap:8px;font-size:14px;flex-wrap:wrap}}@media(max-width:640px){.product-grid,.admin-grid,.quick-info{grid-template-columns:1fr}.nav-wrap{align-items:flex-start;gap:12px;flex-direction:column;padding:14px 0}.hero{padding-top:40px}.table{display:block;overflow-x:auto}}
.status.active{background:#dcfce7;color:#166534}.status.suspended,.status.expired,.status.passive,.status.domain_mismatch,.status.product_mismatch,.status.invalid,.status.missing,.status.bad_signature{background:#fee2e2;color:#991b1b}.status.domain_not_set{background:#fff7ed;color:#c2410c}.status.server_error{background:#f3f4f6;color:#374151}.check{display:flex;align-items:center;gap:10px;font-weight:800;margin:10px 0}.search-form{display:flex;gap:8px;align-items:center;min-width:min(420px,100%)}.search-form .input{min-width:280px}code{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:3px 7px;color:#0f172a;font-size:12px;word-break:break-word}
.admin-actions{display:flex;align-items:center;gap:12px}.user-pill{width:42px;height:42px;border-radius:50%;background:#dbeafe;color:#1d4ed8;display:grid;place-items:center;font-weight:900}.notif{position:relative}.notif-btn{position:relative;border:1px solid #e2e8f0;background:#fff;border-radius:14px;width:44px;height:44px;cursor:pointer;font-size:18px;box-shadow:0 8px 20px rgba(15,23,42,.06)}.notif-btn b{position:absolute;right:-6px;top:-6px;min-width:20px;height:20px;border-radius:999px;background:#ef4444;color:#fff;font-size:12px;display:grid;place-items:center}.notif-panel{display:none;position:absolute;right:0;top:52px;width:360px;background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:14px;box-shadow:0 24px 70px rgba(15,23,42,.18);z-index:30}.notif-open .notif-panel{display:block}.notif-panel strong{display:block;margin-bottom:10px}.notif-panel a{display:block;padding:11px 10px;border-radius:12px;border:1px solid #edf2f7;margin-bottom:8px}.notif-panel a:hover{background:#f8fafc}.notif-panel a span{display:block;font-weight:850;color:#0f172a}.notif-panel a small{display:block;color:#64748b;margin-top:2px}.search-select{position:relative}.search-select-results{position:absolute;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 20px 50px rgba(15,23,42,.14);z-index:50;padding:8px;max-height:280px;overflow:auto}.search-select-option{display:block;width:100%;text-align:left;background:transparent;border:0;border-radius:10px;padding:10px;cursor:pointer}.search-select-option:hover,.search-select-option.active{background:#eff6ff}.search-select-option strong{display:block;color:#0f172a}.search-select-option small{display:block;color:#64748b;margin-top:3px}.search-select-empty{padding:12px;color:#64748b}.status.passive{background:#f1f5f9;color:#475569}.status.pending{background:#fff7ed;color:#c2410c}.status.processing{background:#dbeafe;color:#1d4ed8}.status.expired{background:#fee2e2;color:#991b1b}.admin-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1200px){.admin-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.notif-panel{right:-70px;width:300px}.admin-actions{align-self:flex-start}.admin-top{display:block}.admin-grid{grid-template-columns:1fr}}
/* v3.1 müşteri yönetimi ekleri */
.badge.ok{background:#dcfce7;color:#166534;border-color:#bbf7d0}.badge.warn{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.badge.danger{background:#fee2e2;color:#991b1b;border-color:#fecaca}.table .badge{margin:2px 4px 2px 0}.actions .btn.secondary{box-shadow:none}

/* v3.2 müşteri sayfası düzenleme */
.customer-page{display:flex;flex-direction:column;gap:20px}.customer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:2px}.customer-toolbar-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.customer-add-btn{min-width:154px}.customer-search{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.customer-search .input{min-width:320px;background:#fff}.card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.card-title-row h2{margin:0 0 6px;font-size:24px;letter-spacing:-.035em}.card-title-row p{margin:0}.customer-form-card{border-color:#dbeafe;box-shadow:0 14px 38px rgba(37,99,235,.08)}.small-note{font-size:12px}.customer-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.mini-stat{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:16px 18px;box-shadow:0 10px 26px rgba(15,23,42,.045);display:flex;align-items:center;justify-content:space-between;gap:12px}.mini-stat span{font-size:13px;color:#64748b;font-weight:800}.mini-stat strong{font-size:24px;line-height:1;color:#0f172a}.customer-list-card{padding:22px 22px 18px}.result-pill{display:inline-flex;align-items:center;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:8px 12px;font-weight:850;font-size:13px}.customer-table-wrap{overflow-x:auto;border:1px solid #e5eaf2;border-radius:18px;background:#fff}.customer-table{min-width:1040px;border-collapse:separate;border-spacing:0}.customer-table th{background:#f8fafc;color:#526078;font-size:11px;font-weight:950;padding:14px 16px;border-bottom:1px solid #e7edf5}.customer-table td{padding:16px;border-bottom:1px solid #eef2f7;vertical-align:middle}.customer-table tbody tr:last-child td{border-bottom:0}.customer-table tbody tr:hover{background:#fbfdff}.customer-main-cell{min-width:260px}.customer-person{display:flex;align-items:center;gap:12px;min-width:0}.customer-avatar{width:42px;height:42px;flex:0 0 42px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;display:grid;place-items:center;font-size:14px;font-weight:950;box-shadow:0 10px 20px rgba(37,99,235,.18)}.customer-person strong{display:block;color:#0f172a;font-size:15px;line-height:1.2}.customer-person small{display:block;color:#64748b;line-height:1.35;margin-top:4px;max-width:360px}.customer-contact a{display:block;color:#0f172a;font-weight:800;white-space:nowrap}.customer-contact small{display:block;color:#64748b;margin-top:5px;white-space:nowrap}.customer-counts{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.customer-counts span{display:inline-flex;align-items:center;gap:5px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850;white-space:nowrap}.customer-counts b{color:#1d4ed8;font-size:13px}.date-cell strong{display:block;font-weight:850;color:#0f172a;white-space:nowrap}.date-cell small{display:block;color:#64748b;margin-top:4px}.text-right{text-align:right!important}.customer-actions{min-width:250px;white-space:nowrap}.customer-actions .inline-form{display:inline-flex;margin-left:6px}.customer-actions .btn{box-shadow:none}.customer-actions .btn.danger{background:#fee2e2!important;color:#991b1b!important;border:1px solid #fecaca}.customer-actions .btn.danger:hover{background:#dc2626!important;color:#fff!important}.empty-state{text-align:center!important;color:#64748b;padding:34px!important}.status.banned{background:#fee2e2;color:#991b1b}.status.passive{background:#f1f5f9;color:#475569}.status.active{background:#dcfce7;color:#166534}
@media(max-width:1100px){.customer-toolbar{align-items:flex-start;flex-direction:column}.customer-search{width:100%}.customer-search .input{min-width:0;flex:1}.customer-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.customer-stats{grid-template-columns:1fr}.customer-search{display:grid;grid-template-columns:1fr auto}.customer-search .btn.secondary{grid-column:1/-1}.card-title-row{display:block}.customer-list-card{padding:16px}.customer-table{min-width:960px}}

/* v3.3 hazır siteler sayfası düzenleme */
.product-admin-page{display:flex;flex-direction:column;gap:20px}.product-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:2px}.product-toolbar-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-add-btn{min-width:174px}.product-search{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-search .input{min-width:340px;background:#fff}.product-form-card{border-color:#dbeafe;box-shadow:0 14px 38px rgba(37,99,235,.08)}.product-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-list-card{padding:22px 22px 18px}.product-table-wrap{overflow-x:auto;border:1px solid #e5eaf2;border-radius:18px;background:#fff}.product-table{min-width:1180px;border-collapse:separate;border-spacing:0}.product-table th{background:#f8fafc;color:#526078;font-size:11px;font-weight:950;padding:14px 16px;border-bottom:1px solid #e7edf5}.product-table td{padding:16px;border-bottom:1px solid #eef2f7;vertical-align:middle}.product-table tbody tr:last-child td{border-bottom:0}.product-table tbody tr:hover{background:#fbfdff}.product-main-cell{min-width:330px}.product-admin-item{display:flex;align-items:center;gap:13px;min-width:0}.product-thumb{width:58px;height:46px;flex:0 0 58px;border-radius:14px;object-fit:cover;background:#e0ecff;border:1px solid #dbeafe;box-shadow:0 10px 22px rgba(15,23,42,.06)}.product-thumb-empty{display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-size:14px;font-weight:950}.product-admin-item strong{display:block;color:#0f172a;font-size:15px;line-height:1.2}.product-admin-item small{display:block;color:#64748b;line-height:1.35;margin-top:4px;white-space:nowrap}.product-admin-item em{display:block;color:#64748b;font-style:normal;line-height:1.35;margin-top:4px;max-width:420px}.category-pill{display:inline-flex;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850;white-space:nowrap}.price-cell strong{white-space:nowrap;color:#0f172a}.product-counts{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.product-counts span{display:inline-flex;align-items:center;gap:5px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:850;white-space:nowrap}.product-counts b{color:#1d4ed8;font-size:13px}.product-actions{min-width:270px;white-space:nowrap}.product-actions .inline-form{display:inline-flex;margin-left:6px}.product-actions .btn{box-shadow:none}.product-actions .btn.danger{background:#fee2e2!important;color:#991b1b!important;border:1px solid #fecaca}.product-actions .btn.danger:hover{background:#dc2626!important;color:#fff!important}
@media(max-width:1100px){.product-toolbar{align-items:flex-start;flex-direction:column}.product-search{width:100%}.product-search .input{min-width:0;flex:1}.product-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.product-stats{grid-template-columns:1fr}.product-search{display:grid;grid-template-columns:1fr auto}.product-search .btn.secondary{grid-column:1/-1}.product-list-card{padding:16px}.product-table{min-width:1080px}}


/* v3.4 hazır siteler premium tasarım */
.admin-main{background:radial-gradient(circle at 85% 4%,rgba(37,99,235,.08),transparent 28%),#f4f7fb;overflow-x:hidden}.product-v34{gap:22px}.product-v34 .product-page-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,430px);align-items:end;gap:28px;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 55%,#eef6ff 100%);border:1px solid rgba(219,226,234,.88);border-radius:28px;padding:28px 30px;box-shadow:0 20px 54px rgba(15,23,42,.07);position:relative;overflow:hidden}.product-v34 .product-page-head:after{content:"";position:absolute;right:-80px;top:-110px;width:260px;height:260px;border-radius:50%;background:rgba(56,189,248,.16);filter:blur(2px)}.product-v34 .product-page-copy,.product-v34 .product-search-modern{position:relative;z-index:1}.product-v34 .page-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.product-v34 .product-page-copy h2{font-size:38px;line-height:1;margin:14px 0 8px;color:#07162e;letter-spacing:-.055em}.product-v34 .product-page-copy p{max-width:720px;color:#64748b;font-size:16px;line-height:1.65;margin:0}.product-v34 .product-head-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:22px}.product-v34 .product-add-btn{min-width:184px;height:48px;border-radius:15px;font-size:15px;box-shadow:0 17px 34px rgba(37,99,235,.24)}.product-v34 .product-add-btn span{font-size:22px;line-height:1;font-weight:400}.product-v34 .product-search-modern{justify-self:end;width:100%;display:grid;grid-template-columns:34px 1fr auto auto;gap:8px;align-items:center;background:#fff;border:1px solid #dbe2ea;border-radius:18px;padding:8px 8px 8px 12px;box-shadow:0 14px 38px rgba(15,23,42,.06)}.product-v34 .product-search-modern .search-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f8fafc;color:#64748b;font-size:24px;line-height:1}.product-v34 .product-search-modern .input{min-width:0;border:0;background:transparent;border-radius:12px;padding:10px 8px;box-shadow:none}.product-v34 .product-search-modern .input:focus{outline:none}.product-v34 .product-search-modern .btn{box-shadow:none}.product-v34 .product-stats-modern{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-v34 .product-stats-modern .mini-stat{min-height:96px;border-radius:22px;padding:20px 22px;justify-content:flex-start;position:relative;overflow:hidden}.product-v34 .product-stats-modern .mini-stat:after{content:"";position:absolute;left:76px;right:22px;bottom:16px;height:3px;border-radius:99px;background:#e2e8f0}.product-v34 .product-stats-modern .mini-stat i{width:48px;height:48px;flex:0 0 48px;border-radius:16px;display:grid;place-items:center;font-style:normal;font-size:22px;font-weight:950;margin-right:4px}.product-v34 .product-stats-modern .mini-stat span{font-size:14px;color:#526078}.product-v34 .product-stats-modern .mini-stat strong{margin-left:auto;font-size:30px}.product-v34 .product-stats-modern .stat-blue i{background:#dbeafe;color:#2563eb}.product-v34 .product-stats-modern .stat-green i{background:#dcfce7;color:#16a34a}.product-v34 .product-stats-modern .stat-orange i{background:#ffedd5;color:#f97316}.product-v34 .product-stats-modern .stat-purple i{background:#ede9fe;color:#7c3aed}.product-v34 .product-stats-modern .stat-blue:after{background:linear-gradient(90deg,#93c5fd,#dbeafe)}.product-v34 .product-stats-modern .stat-green:after{background:linear-gradient(90deg,#86efac,#dcfce7)}.product-v34 .product-stats-modern .stat-orange:after{background:linear-gradient(90deg,#fdba74,#ffedd5)}.product-v34 .product-stats-modern .stat-purple:after{background:linear-gradient(90deg,#c4b5fd,#ede9fe)}.product-v34 .product-list-modern{border-radius:26px;padding:0;overflow:hidden;box-shadow:0 22px 62px rgba(15,23,42,.08)}.product-v34 .product-list-head{padding:24px 24px 20px;margin:0;border-bottom:1px solid #e7edf5}.product-v34 .product-list-head h2{font-size:25px;margin-bottom:6px}.product-v34 .product-table-modern-wrap{border:0;border-radius:0;overflow-x:auto}.product-v34 .product-table-modern{width:100%;min-width:1120px;border-collapse:separate;border-spacing:0;table-layout:fixed}.product-v34 .product-table-modern th{background:#f8fafc;color:#526078;font-size:11px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;padding:14px 16px;border-bottom:1px solid #e7edf5;white-space:nowrap}.product-v34 .product-table-modern td{padding:17px 16px;border-bottom:1px solid #edf2f7;vertical-align:middle}.product-v34 .product-table-modern tbody tr{transition:background .16s ease}.product-v34 .product-table-modern tbody tr:hover{background:#fbfdff}.product-v34 .product-table-modern th:nth-child(1),.product-v34 .product-table-modern td:nth-child(1){width:31%}.product-v34 .product-table-modern th:nth-child(2),.product-v34 .product-table-modern td:nth-child(2){width:12%}.product-v34 .product-table-modern th:nth-child(3),.product-v34 .product-table-modern td:nth-child(3){width:13%}.product-v34 .product-table-modern th:nth-child(4),.product-v34 .product-table-modern td:nth-child(4){width:11%}.product-v34 .product-table-modern th:nth-child(5),.product-v34 .product-table-modern td:nth-child(5){width:11%}.product-v34 .product-table-modern th:nth-child(6),.product-v34 .product-table-modern td:nth-child(6){width:7%}.product-v34 .product-table-modern th:nth-child(7),.product-v34 .product-table-modern td:nth-child(7){width:8%}.product-v34 .product-table-modern th:nth-child(8),.product-v34 .product-table-modern td:nth-child(8){width:17%}.product-v34 .product-admin-item{gap:15px}.product-v34 .product-thumb{width:62px;height:62px;flex-basis:62px;border-radius:18px;border:0;box-shadow:0 16px 30px rgba(37,99,235,.17);object-fit:cover}.product-v34 .product-thumb-empty{background:linear-gradient(135deg,#1d4ed8,#38bdf8);font-size:16px;letter-spacing:.04em}.product-v34 .product-title-meta{min-width:0}.product-v34 .product-admin-item strong{font-size:15px;line-height:1.25;letter-spacing:-.01em}.product-v34 .product-admin-item small{color:#64748b;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:275px}.product-v34 .product-admin-item em{font-size:13px;line-height:1.35;max-width:330px;color:#64748b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-v34 .category-pill{background:#eff6ff;border-color:#dbeafe;color:#1d4ed8;font-size:12px;padding:7px 11px;max-width:130px;overflow:hidden;text-overflow:ellipsis}.product-v34 .product-code-chip{display:inline-flex;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:#f8fafc;border:1px solid #dbe2ea;border-radius:9px;padding:7px 9px;color:#334155;font-size:12px}.product-v34 .price-cell strong{font-size:16px;letter-spacing:-.02em;color:#07162e;white-space:nowrap}.product-v34 .product-counts{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.product-v34 .product-counts span{background:#f8fbff;border-color:#dbeafe;color:#1e40af;padding:6px 9px}.product-v34 .status{padding:8px 11px;border-radius:999px}.product-v34 .status.active{background:#dcfce7;color:#15803d}.product-v34 .status.passive{background:#f1f5f9;color:#475569}.product-v34 .date-cell strong{font-size:13px}.product-v34 .date-cell small{font-size:12px}.product-v34 .product-actions{min-width:0;white-space:nowrap}.product-v34 .product-actions .inline-form{display:inline-flex;margin-left:5px}.product-v34 .product-action{height:36px;min-width:0;padding:8px 10px;border-radius:11px;font-size:12px;box-shadow:none}.product-v34 .product-action.edit{background:#2563eb!important;color:#fff!important}.product-v34 .product-action.delete{background:#fee2e2!important;color:#b91c1c!important;border:1px solid #fecaca}.product-v34 .product-action.delete:hover{background:#dc2626!important;color:#fff!important}.product-v34 .product-table-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 22px;color:#64748b;font-size:13px;border-top:1px solid #edf2f7}.product-v34 .pager{display:flex;align-items:center;gap:6px}.product-v34 .pager button,.product-v34 .pager b{width:34px;height:34px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;display:grid;place-items:center}.product-v34 .pager b{background:#2563eb;color:#fff;border-color:#2563eb}.product-v34 .pager button:disabled{color:#94a3b8}.product-v34 .product-form-card{border-radius:26px}.product-v34 .empty-state{padding:40px!important;text-align:center;color:#64748b}.product-v34 .result-pill{align-self:flex-start}
@media(max-width:1280px){.product-v34 .product-page-head{grid-template-columns:1fr}.product-v34 .product-search-modern{justify-self:stretch}.product-v34 .product-stats-modern{grid-template-columns:repeat(2,minmax(0,1fr))}.product-v34 .product-table-modern{min-width:1080px}.product-v34 .product-table-modern th:nth-child(8),.product-v34 .product-table-modern td:nth-child(8){width:16%}}
@media(max-width:760px){.product-v34 .product-page-head{padding:22px}.product-v34 .product-page-copy h2{font-size:32px}.product-v34 .product-search-modern{grid-template-columns:30px 1fr auto}.product-v34 .product-search-modern .btn.secondary{grid-column:1/-1}.product-v34 .product-stats-modern{grid-template-columns:1fr}.product-v34 .product-table-footer{flex-direction:column;align-items:flex-start}}

/* v3.5 hazır siteler sığdırma ve tablo hizalama düzeltmesi */
.product-v34 .product-list-modern{max-width:100%}
.product-v34 .product-table-modern-wrap{width:100%;max-width:100%;overflow-x:hidden}
.product-v34 .product-table-modern{min-width:0!important;width:100%;table-layout:fixed}
.product-v34 .product-table-modern th,
.product-v34 .product-table-modern td{padding:14px 12px}
.product-v34 .product-table-modern th:nth-child(1),.product-v34 .product-table-modern td:nth-child(1){width:32%}
.product-v34 .product-table-modern th:nth-child(2),.product-v34 .product-table-modern td:nth-child(2){width:11%}
.product-v34 .product-table-modern th:nth-child(3),.product-v34 .product-table-modern td:nth-child(3){width:11%}
.product-v34 .product-table-modern th:nth-child(4),.product-v34 .product-table-modern td:nth-child(4){width:10%}
.product-v34 .product-table-modern th:nth-child(5),.product-v34 .product-table-modern td:nth-child(5){width:9%}
.product-v34 .product-table-modern th:nth-child(6),.product-v34 .product-table-modern td:nth-child(6){width:7%}
.product-v34 .product-table-modern th:nth-child(7),.product-v34 .product-table-modern td:nth-child(7){width:8%}
.product-v34 .product-table-modern th:nth-child(8),.product-v34 .product-table-modern td:nth-child(8){width:12%}
.product-v34 .product-admin-item{gap:12px;min-width:0}
.product-v34 .product-thumb{width:54px;height:54px;flex:0 0 54px;border-radius:15px}
.product-v34 .product-thumb-empty{font-size:14px}
.product-v34 .product-admin-item strong{font-size:14px;line-height:1.18;display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis}
.product-v34 .product-admin-item small{font-size:11px;max-width:210px}
.product-v34 .product-admin-item em{font-size:12px;line-height:1.32;max-width:250px;-webkit-line-clamp:2}
.product-v34 .category-pill{max-width:104px;padding:6px 9px;font-size:11px;white-space:nowrap;display:inline-block}
.product-v34 .product-code-chip{max-width:112px;padding:6px 8px;font-size:11px;display:inline-block;vertical-align:middle}
.product-v34 .price-cell strong{font-size:14px;white-space:nowrap}
.product-v34 .product-counts{gap:5px}
.product-v34 .product-counts span{padding:5px 8px;font-size:11px;white-space:nowrap}
.product-v34 .status{padding:7px 9px;font-size:11px;white-space:nowrap}
.product-v34 .date-cell strong{font-size:12px;white-space:nowrap}
.product-v34 .date-cell small{font-size:11px;display:block;margin-top:2px}
.product-v34 .product-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;white-space:nowrap;min-width:0}
.product-v34 .product-actions .inline-form{display:inline-flex;margin-left:0}
.product-v34 .product-action{height:34px;padding:7px 9px;border-radius:10px;font-size:11px;line-height:1;white-space:nowrap}
.product-v34 .product-action.delete{min-width:34px}
.product-v34 .product-table-footer{padding:14px 20px}

@media(max-width:1280px){
  .product-v34 .product-table-modern{min-width:0!important}
  .product-v34 .product-table-modern th,.product-v34 .product-table-modern td{padding:13px 10px}
  .product-v34 .product-admin-item small{max-width:180px}
  .product-v34 .product-admin-item em{max-width:210px}
  .product-v34 .category-pill{max-width:92px}
  .product-v34 .product-code-chip{max-width:98px}
  .product-v34 .product-action{padding:7px 8px}
}

@media(max-width:1120px){
  .product-v34 .product-table-modern-wrap{overflow-x:auto}
  .product-v34 .product-table-modern{min-width:1060px!important}
}

/* v3.6 hazır siteler sade ikonlu liste */
.product-v36 .product-table-modern-wrap{overflow-x:hidden!important}
.product-v36 .product-table-modern{min-width:0!important;width:100%!important;table-layout:fixed}
.product-v36 .product-table-modern th:nth-child(1),.product-v36 .product-table-modern td:nth-child(1){width:40%}
.product-v36 .product-table-modern th:nth-child(2),.product-v36 .product-table-modern td:nth-child(2){width:16%}
.product-v36 .product-table-modern th:nth-child(3),.product-v36 .product-table-modern td:nth-child(3){width:11%}
.product-v36 .product-table-modern th:nth-child(4),.product-v36 .product-table-modern td:nth-child(4){width:15%}
.product-v36 .product-table-modern th:nth-child(5),.product-v36 .product-table-modern td:nth-child(5){width:8%}
.product-v36 .product-table-modern th:nth-child(6),.product-v36 .product-table-modern td:nth-child(6){width:10%}
.product-v36 .product-table-modern th,.product-v36 .product-table-modern td{padding:16px 14px}
.product-v36 .product-row-link{display:block;color:inherit;text-decoration:none}
.product-v36 .product-admin-item-iconic{gap:16px;align-items:center}
.product-v36 .product-icon-box{width:62px;height:62px;flex:0 0 62px;border-radius:18px;display:grid;place-items:center;box-shadow:0 16px 30px rgba(37,99,235,.16)}
.product-v36 .product-icon-box svg{width:34px;height:34px;display:block}
.product-v36 .product-icon-box.icon-service{background:linear-gradient(135deg,#1d4ed8,#38bdf8)}
.product-v36 .product-icon-box.icon-design{background:linear-gradient(135deg,#7c3aed,#8b5cf6 58%,#a78bfa)}
.product-v36 .product-icon-box.icon-medical{background:linear-gradient(135deg,#0ea5a4,#2dd4bf)}
.product-v36 .product-icon-box.icon-generic{background:linear-gradient(135deg,#334155,#64748b)}
.product-v36 .product-title-meta strong{display:block;font-size:15px;line-height:1.25;color:#0f172a;max-width:100%;overflow:hidden;text-overflow:ellipsis}
.product-v36 .product-title-meta small{display:block;font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:4px}
.product-v36 .product-title-meta em{display:block;font-style:normal;font-size:13px;color:#64748b;line-height:1.4;margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:95%}
.product-v36 .product-code-chip{display:inline-block;max-width:100%;padding:8px 10px;border-radius:10px;background:#f8fafc;border:1px solid #dbe2ea;color:#334155;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-v36 .price-cell strong{font-size:16px;white-space:nowrap}
.product-v36 .product-counts-inline{display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.product-v36 .product-counts-inline span{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;background:#f8fbff;border:1px solid #dbeafe;color:#1e40af;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}
.product-v36 .product-counts-inline b{font-size:13px;color:#1d4ed8}
.product-v36 .status{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;font-weight:800}
.product-v36 .date-cell strong,.product-v36 .date-cell small{white-space:nowrap}
@media (max-width:1200px){.product-v36 .product-table-modern-wrap{overflow-x:auto!important}.product-v36 .product-table-modern{min-width:980px!important}}

/* v3.8 ürün içeriği üst sil butonu */
.product-v36 .product-edit-title-row{align-items:center}
.product-v36 .product-delete-top-form{margin:0;flex:0 0 auto}
.product-v36 .product-delete-top{
    background:#fee2e2!important;
    color:#991b1b!important;
    border:1px solid #fecaca!important;
    box-shadow:none!important;
    border-radius:14px;
    padding:12px 16px;
    font-weight:900;
}
.product-v36 .product-delete-top:hover{
    background:#dc2626!important;
    color:#fff!important;
    border-color:#dc2626!important;
}
@media(max-width:760px){
    .product-v36 .product-edit-title-row{align-items:flex-start;flex-direction:column}
    .product-v36 .product-delete-top{width:100%}
    .product-v36 .product-delete-top-form{width:100%}
}

/* v3.9 ürün SEO alanları */
.product-v36 .seo-fields-panel{
    margin-top:18px;
    padding:18px;
    border:1px solid #dbeafe;
    background:linear-gradient(135deg,#f8fbff 0%,#ffffff 70%);
    border-radius:20px;
}
.product-v36 .seo-fields-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:14px;
}
.product-v36 .seo-fields-head h3{
    margin:0 0 5px;
    font-size:18px;
    color:#0f172a;
    letter-spacing:-.02em;
}
.product-v36 .seo-fields-panel textarea{
    min-height:92px;
}

/* v4.0 SEO karakter sayacı */
.product-v36 .seo-count-field .seo-counter-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:8px;
}
.product-v36 .seo-counter{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:76px;
    padding:6px 10px;
    border-radius:999px;
    background:#eff6ff;
    border:1px solid #dbeafe;
    color:#1d4ed8;
    font-size:12px;
    font-weight:900;
    white-space:nowrap;
}
.product-v36 .seo-counter.over{
    background:#fee2e2;
    border-color:#fecaca;
    color:#b91c1c;
}
.product-v36 .seo-limit-over{
    border-color:#ef4444!important;
    box-shadow:0 0 0 4px rgba(239,68,68,.10)!important;
}

/* v4.1 güvenli ürün görseli yükleme */
.product-v36 .product-image-upload-field{
    background:#f8fbff;
    border:1px solid #dbeafe;
    border-radius:18px;
    padding:14px;
}
.product-v36 .product-file-input{
    margin-top:10px;
    padding:11px;
    background:#fff;
}
.product-v36 .current-product-image{
    display:flex;
    align-items:center;
    gap:12px;
    margin:8px 0 12px;
    padding:10px;
    border:1px solid #e2e8f0;
    border-radius:14px;
    background:#fff;
}
.product-v36 .current-product-image img{
    width:92px;
    height:58px;
    border-radius:12px;
    object-fit:cover;
    border:1px solid #e2e8f0;
}
.product-v36 .current-product-image span{
    font-size:13px;
    color:#64748b;
    font-weight:800;
}

/* v4.3 mevcut görsel silme + modern görsel yükleme */
.product-v36 .current-product-image{
    display:grid;
    grid-template-columns:96px minmax(0,1fr) auto;
    align-items:center;
    gap:14px;
    margin:8px 0 14px;
    padding:12px;
    border:1px solid #dbeafe;
    border-radius:18px;
    background:#ffffff;
    box-shadow:0 10px 24px rgba(15,23,42,.04);
}
.product-v36 .current-product-image img{
    width:96px;
    height:62px;
    border-radius:14px;
    object-fit:cover;
    border:1px solid #e2e8f0;
}
.product-v36 .current-product-image strong{
    display:block;
    color:#0f172a;
    font-size:14px;
}
.product-v36 .current-product-image span{
    display:block;
    margin-top:4px;
    color:#64748b;
    font-size:12px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:420px;
}
.product-v36 .image-delete-btn{
    background:#fee2e2!important;
    color:#991b1b!important;
    border:1px solid #fecaca!important;
    box-shadow:none!important;
    border-radius:12px;
    padding:10px 13px;
    font-size:12px;
    font-weight:900;
}
.product-v36 .image-delete-btn:hover{
    background:#dc2626!important;
    color:#fff!important;
    border-color:#dc2626!important;
}
.product-v36 .pretty-file-upload{
    margin-top:10px;
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px;
    border:1.5px dashed #93c5fd;
    border-radius:18px;
    background:linear-gradient(135deg,#eff6ff 0%,#ffffff 72%);
    cursor:pointer;
    transition:.18s ease;
}
.product-v36 .pretty-file-upload:hover{
    border-color:#2563eb;
    background:linear-gradient(135deg,#dbeafe 0%,#ffffff 72%);
    transform:translateY(-1px);
}
.product-v36 .pretty-file-upload input{
    display:none;
}
.product-v36 .pretty-file-icon{
    width:48px;
    height:48px;
    flex:0 0 48px;
    display:grid;
    place-items:center;
    border-radius:16px;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    font-size:23px;
    box-shadow:0 14px 28px rgba(37,99,235,.22);
}
.product-v36 .pretty-file-upload strong{
    display:block;
    color:#0f172a;
    font-size:14px;
    font-weight:950;
}
.product-v36 .pretty-file-upload em{
    display:block;
    margin-top:4px;
    color:#64748b;
    font-size:12px;
    font-style:normal;
}
.product-v36 .pretty-file-upload.has-file{
    border-color:#22c55e;
    background:linear-gradient(135deg,#dcfce7 0%,#ffffff 72%);
}
.product-v36 .pretty-file-upload.has-file .pretty-file-icon{
    background:linear-gradient(135deg,#16a34a,#22c55e);
}
@media(max-width:760px){
    .product-v36 .current-product-image{
        grid-template-columns:78px 1fr;
    }
    .product-v36 .current-product-image img{
        width:78px;
        height:54px;
    }
    .product-v36 .image-delete-btn{
        grid-column:1/-1;
        width:100%;
    }
}

/* v4.4 ürün görsel alanı tam genişlik */
.product-v36 .form-grid .product-image-upload-field{
    grid-column:1 / -1;
}
.product-v36 .product-image-upload-field{
    width:100%;
}
.product-v36 .product-image-upload-field > .input{
    width:100%;
}
.product-v36 .product-image-upload-field .pretty-file-upload{
    width:100%;
    box-sizing:border-box;
}
.product-v36 .product-image-upload-field .current-product-image{
    width:100%;
    box-sizing:border-box;
}
@media(min-width:1024px){
    .product-v36 .product-image-upload-field .current-product-image{
        grid-template-columns:120px minmax(0,1fr) auto;
    }
    .product-v36 .product-image-upload-field .current-product-image img{
        width:120px;
        height:72px;
    }
}

/* v4.5 Domain / Hosting Takip modern tasarım */
.service-v45{
    gap:22px;
}
.service-v45 .service-stats-modern .stat-red i{
    background:#fee2e2;
    color:#dc2626;
}
.service-v45 .service-stats-modern .stat-red:after{
    background:linear-gradient(90deg,#fca5a5,#fee2e2);
}
.service-v45 .service-list-modern{
    border-radius:26px;
    padding:0;
    overflow:hidden;
    box-shadow:0 22px 62px rgba(15,23,42,.08);
}
.service-v45 .service-table-wrap{
    overflow-x:hidden!important;
}
.service-v45 .service-table-modern{
    min-width:0!important;
    width:100%!important;
    table-layout:fixed;
}
.service-v45 .service-table-modern th,
.service-v45 .service-table-modern td{
    padding:16px 14px;
}
.service-v45 .service-table-modern th:nth-child(1),
.service-v45 .service-table-modern td:nth-child(1){width:34%}
.service-v45 .service-table-modern th:nth-child(2),
.service-v45 .service-table-modern td:nth-child(2){width:16%}
.service-v45 .service-table-modern th:nth-child(3),
.service-v45 .service-table-modern td:nth-child(3){width:16%}
.service-v45 .service-table-modern th:nth-child(4),
.service-v45 .service-table-modern td:nth-child(4){width:16%}
.service-v45 .service-table-modern th:nth-child(5),
.service-v45 .service-table-modern td:nth-child(5){width:8%}
.service-v45 .service-table-modern th:nth-child(6),
.service-v45 .service-table-modern td:nth-child(6){width:10%}
.service-v45 .service-row-link{
    display:block;
    color:inherit;
    text-decoration:none;
}
.service-v45 .service-admin-item{
    display:flex;
    align-items:center;
    gap:16px;
    min-width:0;
}
.service-v45 .service-icon-box{
    width:62px;
    height:62px;
    flex:0 0 62px;
    border-radius:18px;
    display:grid;
    place-items:center;
    box-shadow:0 16px 30px rgba(37,99,235,.16);
}
.service-v45 .service-icon-box svg{
    width:34px;
    height:34px;
    display:block;
}
.service-v45 .service-icon-box.icon-domain{
    background:linear-gradient(135deg,#2563eb,#38bdf8);
}
.service-v45 .service-icon-box.icon-hosting{
    background:linear-gradient(135deg,#7c3aed,#8b5cf6 58%,#a78bfa);
}
.service-v45 .service-icon-box.icon-both{
    background:linear-gradient(135deg,#0ea5a4,#2dd4bf);
}
.service-v45 .service-title-meta{
    min-width:0;
}
.service-v45 .service-title-meta strong{
    display:block;
    font-size:15px;
    line-height:1.25;
    color:#0f172a;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
}
.service-v45 .service-title-meta small,
.service-v45 .service-title-meta em{
    display:block;
    font-size:12px;
    color:#64748b;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-top:4px;
    font-style:normal;
}
.service-v45 .service-title-meta code{
    display:inline-block;
    margin-top:6px;
    max-width:220px;
    padding:5px 8px;
    border-radius:8px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    color:#475569;
    font-size:11px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.service-v45 .service-expiry-cell strong{
    display:block;
    color:#0f172a;
    font-size:13px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin-bottom:8px;
}
.service-v45 .expiry-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:6px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
    white-space:nowrap;
    border:1px solid transparent;
}
.service-v45 .expiry-badge.safe{
    background:#dcfce7;
    color:#166534;
    border-color:#bbf7d0;
}
.service-v45 .expiry-badge.soon{
    background:#fef9c3;
    color:#854d0e;
    border-color:#fde68a;
}
.service-v45 .expiry-badge.warning{
    background:#ffedd5;
    color:#9a3412;
    border-color:#fed7aa;
}
.service-v45 .expiry-badge.critical,
.service-v45 .expiry-badge.expired{
    background:#fee2e2;
    color:#991b1b;
    border-color:#fecaca;
}
.service-v45 .expiry-badge.neutral{
    background:#f1f5f9;
    color:#64748b;
    border-color:#e2e8f0;
}
.service-v45 .provider-cell span{
    display:block;
    color:#64748b;
    font-size:12px;
    line-height:1.55;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.service-v45 .provider-cell b{
    color:#0f172a;
}
.service-v45 .status{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:8px 12px;
    border-radius:999px;
    font-weight:900;
}
@media(max-width:1280px){
    .service-v45 .service-table-wrap{
        overflow-x:auto!important;
    }
    .service-v45 .service-table-modern{
        min-width:980px!important;
    }
}

/* v4.6 modern sol menü */
.admin-shell{
    grid-template-columns:288px minmax(0,1fr);
}
.sidebar-modern{
    padding:0!important;
    height:100vh!important;
    position:sticky!important;
    top:0!important;
    overflow:hidden!important;
    background:
        radial-gradient(circle at 30% 0%,rgba(56,189,248,.22),transparent 30%),
        linear-gradient(180deg,#06142c 0%,#092247 56%,#07162e 100%)!important;
    border-right:1px solid rgba(148,163,184,.12);
}
.sidebar-modern:before{
    content:"";
    position:absolute;
    left:-90px;
    bottom:-110px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(37,99,235,.16);
    filter:blur(4px);
    pointer-events:none;
}
.sidebar-inner{
    position:relative;
    z-index:1;
    height:100%;
    display:flex;
    flex-direction:column;
    padding:22px 18px;
    min-height:0;
}
.sidebar-modern .admin-brand{
    flex:0 0 auto;
    min-height:58px;
    padding:8px 6px 18px;
    border-bottom:1px solid rgba(255,255,255,.08);
}
.sidebar-modern .admin-brand span{
    width:64px;
    height:44px;
    display:grid;
    place-items:center;
    border-radius:16px;
    box-shadow:0 15px 32px rgba(37,99,235,.28);
}
.sidebar-modern .admin-brand strong{
    color:#fff!important;
    letter-spacing:-.04em;
}
.sidebar-modern .side-menu{
    margin-top:16px!important;
    gap:6px!important;
}
.sidebar-modern .side-menu-main{
    flex:1 1 auto;
    overflow-y:auto;
    overflow-x:hidden;
    padding-right:4px;
    min-height:0;
}
.sidebar-modern .side-menu-main::-webkit-scrollbar{
    width:5px;
}
.sidebar-modern .side-menu-main::-webkit-scrollbar-thumb{
    background:rgba(148,163,184,.28);
    border-radius:999px;
}
.sidebar-modern .side-menu a{
    display:flex;
    align-items:center;
    gap:11px;
    min-height:46px;
    padding:11px 13px!important;
    border-radius:15px!important;
    color:#cbd5e1!important;
    font-weight:850!important;
    letter-spacing:-.01em;
    border:1px solid transparent;
    transition:.17s ease;
}
.sidebar-modern .side-menu a i{
    width:27px;
    height:27px;
    flex:0 0 27px;
    display:grid;
    place-items:center;
    border-radius:10px;
    background:rgba(255,255,255,.07);
    color:#dbeafe;
    font-style:normal;
    font-size:14px;
    line-height:1;
}
.sidebar-modern .side-menu a span{
    min-width:0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.sidebar-modern .side-menu a:hover{
    background:rgba(37,99,235,.16)!important;
    border-color:rgba(147,197,253,.18);
    color:#fff!important;
    transform:translateX(2px);
}
.sidebar-modern .side-menu a.active{
    background:linear-gradient(135deg,#1d4ed8,#38bdf8)!important;
    color:#fff!important;
    box-shadow:0 14px 28px rgba(37,99,235,.28);
}
.sidebar-modern .side-menu a.active i{
    background:rgba(255,255,255,.18);
    color:#fff;
}
.sidebar-bottom{
    flex:0 0 auto;
    padding-top:12px;
    margin-top:12px;
    border-top:1px solid rgba(255,255,255,.08);
}
.sidebar-modern .side-menu-bottom{
    margin-top:0!important;
}
.sidebar-modern .side-menu-bottom a{
    min-height:42px;
    color:#d5deea!important;
}
.sidebar-modern .side-menu-bottom a.logout-link{
    color:#fecaca!important;
}
.sidebar-modern .side-menu-bottom a.logout-link i{
    background:rgba(239,68,68,.13);
    color:#fecaca;
}
.sidebar-user{
    margin-top:12px;
    display:flex;
    align-items:center;
    gap:11px;
    padding:12px;
    border-radius:18px;
    border:1px solid rgba(255,255,255,.10);
    background:rgba(255,255,255,.045);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.sidebar-user-avatar{
    width:42px;
    height:42px;
    flex:0 0 42px;
    border-radius:14px;
    display:grid;
    place-items:center;
    color:#fff;
    font-weight:950;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    box-shadow:0 12px 24px rgba(37,99,235,.25);
}
.sidebar-user strong{
    display:block;
    color:#fff;
    font-size:13px;
    line-height:1.25;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:170px;
}
.sidebar-user small{
    display:block;
    color:#94a3b8;
    margin-top:3px;
    font-size:12px;
    font-weight:700;
}
@media(max-width:900px){
    .admin-shell{
        grid-template-columns:1fr;
    }
    .sidebar-modern{
        height:auto!important;
        position:relative!important;
        overflow:visible!important;
    }
    .sidebar-inner{
        padding:18px;
    }
    .sidebar-modern .side-menu-main{
        max-height:none;
        overflow:visible;
    }
    .sidebar-bottom{
        display:block;
    }
    .sidebar-user{
        display:none;
    }
}

/* v4.7 üst sağ hızlı butonlar */
.top-quick-actions{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}
.top-action-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:9px 12px;
    border-radius:12px;
    border:1px solid #e2e8f0;
    background:#fff;
    color:#334155!important;
    font-size:13px;
    font-weight:900;
    box-shadow:0 8px 20px rgba(15,23,42,.05);
    transition:.16s ease;
}
.top-action-btn:hover{
    transform:translateY(-1px);
    border-color:#bfdbfe;
    color:#1d4ed8!important;
    box-shadow:0 12px 24px rgba(37,99,235,.10);
}
.top-action-btn.view{
    background:#eff6ff;
    border-color:#dbeafe;
    color:#1d4ed8!important;
}
.top-action-btn.repair{
    background:#f8fafc;
}
.top-action-btn.logout{
    background:#fee2e2;
    border-color:#fecaca;
    color:#991b1b!important;
}
.top-action-btn.logout:hover{
    background:#dc2626;
    border-color:#dc2626;
    color:#fff!important;
}
.sidebar-modern .sidebar-bottom{
    padding-top:0;
}
.sidebar-modern .side-menu-bottom{
    display:none!important;
}
@media(max-width:1120px){
    .admin-top{
        align-items:flex-start;
        gap:14px;
        flex-direction:column;
    }
    .admin-actions{
        width:100%;
        justify-content:space-between;
    }
}
@media(max-width:760px){
    .top-quick-actions{
        width:100%;
    }
    .top-action-btn{
        flex:1 1 auto;
    }
}

/* v4.8 modern dashboard */
.dashboard-v48{
    gap:22px;
}
.dashboard-v48 .dashboard-page-head{
    align-items:center;
}
.dashboard-summary-card{
    position:relative;
    z-index:1;
    justify-self:end;
    width:min(100%,390px);
    min-height:170px;
    border-radius:26px;
    padding:26px;
    background:
        radial-gradient(circle at 85% 20%,rgba(56,189,248,.35),transparent 34%),
        linear-gradient(135deg,#07162e 0%,#0b2245 62%,#123a72 100%);
    color:#fff;
    box-shadow:0 24px 58px rgba(7,22,46,.22);
    overflow:hidden;
}
.dashboard-summary-card:after{
    content:"";
    position:absolute;
    right:-64px;
    bottom:-70px;
    width:190px;
    height:190px;
    border-radius:50%;
    background:rgba(37,99,235,.35);
}
.dashboard-summary-card span,
.dashboard-summary-card small,
.dashboard-summary-card strong{
    position:relative;
    z-index:1;
}
.dashboard-summary-card span{
    display:block;
    color:#bfdbfe;
    font-weight:900;
    font-size:13px;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.dashboard-summary-card strong{
    display:block;
    margin:14px 0 8px;
    font-size:34px;
    line-height:1;
    letter-spacing:-.04em;
}
.dashboard-summary-card small{
    color:#dbeafe;
    font-weight:750;
}
.dashboard-v48 .dashboard-stats-modern{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}
.dashboard-v48 .dashboard-stats-modern .mini-stat{
    color:inherit;
    text-decoration:none;
}
.dashboard-v48 .dashboard-stats-modern .mini-stat:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 38px rgba(15,23,42,.09);
}
.dashboard-v48 .dashboard-stats-modern .stat-red i{
    background:#fee2e2;
    color:#dc2626;
}
.dashboard-v48 .dashboard-stats-modern .stat-red:after{
    background:linear-gradient(90deg,#fca5a5,#fee2e2);
}
.dashboard-content-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:22px;
    align-items:start;
}
.dashboard-card{
    padding:0!important;
    overflow:hidden;
    border-radius:26px!important;
    box-shadow:0 22px 62px rgba(15,23,42,.08)!important;
}
.dashboard-card .product-list-head{
    padding:22px 24px 18px;
}
.dashboard-card .product-list-head h2{
    font-size:23px;
}
.dashboard-list{
    display:flex;
    flex-direction:column;
}
.dashboard-list-item{
    display:grid;
    grid-template-columns:54px minmax(0,1fr) auto;
    align-items:center;
    gap:14px;
    padding:16px 22px;
    border-top:1px solid #edf2f7;
    color:inherit;
    text-decoration:none;
    transition:.16s ease;
}
.dashboard-list-item:hover{
    background:#fbfdff;
}
.dashboard-item-icon{
    width:50px;
    height:50px;
    border-radius:16px;
    display:grid;
    place-items:center;
    color:#fff;
    font-weight:950;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    box-shadow:0 14px 26px rgba(37,99,235,.18);
}
.dashboard-item-icon.order-status-completed{
    background:linear-gradient(135deg,#16a34a,#22c55e);
}
.dashboard-item-icon.order-status-processing{
    background:linear-gradient(135deg,#7c3aed,#a78bfa);
}
.dashboard-item-icon.order-status-cancelled,
.dashboard-item-icon.order-status-failed{
    background:linear-gradient(135deg,#dc2626,#fb7185);
}
.dashboard-item-icon.service-icon{
    background:linear-gradient(135deg,#0ea5a4,#2dd4bf);
}
.dashboard-item-main{
    min-width:0;
}
.dashboard-item-main strong{
    display:block;
    color:#0f172a;
    font-size:14px;
    line-height:1.28;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.dashboard-item-main small,
.dashboard-item-main em{
    display:block;
    color:#64748b;
    font-style:normal;
    font-size:12px;
    line-height:1.35;
    margin-top:4px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.dashboard-item-meta{
    min-width:150px;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:6px;
}
.dashboard-item-meta b{
    color:#07162e;
    font-size:14px;
    white-space:nowrap;
}
.dashboard-item-meta small{
    color:#64748b;
    font-size:12px;
    white-space:nowrap;
}
.dashboard-item-meta .status{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:7px 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
}
.dashboard-item-meta.service-expiry-meta{
    min-width:170px;
    gap:7px;
}
.expiry-line{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    white-space:nowrap;
}
.expiry-line b{
    font-size:12px;
    color:#475569;
}
.dashboard-empty{
    padding:26px 24px;
    color:#64748b;
    font-weight:800;
    border-top:1px solid #edf2f7;
}
.dashboard-shortcuts{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}
.dashboard-shortcuts a{
    display:flex;
    align-items:center;
    gap:14px;
    padding:18px;
    border-radius:22px;
    background:#fff;
    border:1px solid #e2e8f0;
    box-shadow:0 12px 30px rgba(15,23,42,.05);
    color:inherit;
    text-decoration:none;
    transition:.16s ease;
}
.dashboard-shortcuts a:hover{
    transform:translateY(-2px);
    border-color:#bfdbfe;
    box-shadow:0 18px 38px rgba(37,99,235,.10);
}
.dashboard-shortcuts span{
    width:46px;
    height:46px;
    flex:0 0 46px;
    display:grid;
    place-items:center;
    border-radius:15px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:20px;
}
.dashboard-shortcuts strong{
    display:block;
    color:#0f172a;
    font-size:14px;
}
.dashboard-shortcuts small{
    display:block;
    color:#64748b;
    font-size:12px;
    margin-top:4px;
}
.status.pending{background:#ffedd5;color:#9a3412}
.status.processing{background:#ede9fe;color:#6d28d9}
.status.completed{background:#dcfce7;color:#166534}
.status.cancelled,.status.failed{background:#fee2e2;color:#991b1b}
.status.paid{background:#dcfce7;color:#166534}
.status.refunded{background:#f1f5f9;color:#475569}
@media(max-width:1280px){
    .dashboard-v48 .dashboard-stats-modern{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .dashboard-content-grid{
        grid-template-columns:1fr;
    }
    .dashboard-shortcuts{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:760px){
    .dashboard-summary-card{
        width:100%;
        justify-self:stretch;
    }
    .dashboard-v48 .dashboard-stats-modern,
    .dashboard-shortcuts{
        grid-template-columns:1fr;
    }
    .dashboard-list-item{
        grid-template-columns:48px minmax(0,1fr);
    }
    .dashboard-item-meta{
        grid-column:1/-1;
        align-items:flex-start;
        min-width:0;
        padding-left:62px;
    }
}

/* v4.9 dashboard kart boşlukları */
.dashboard-v48{
    gap:30px;
}
.dashboard-v48 .dashboard-page-head{
    margin-bottom:2px;
}
.dashboard-v48 .dashboard-stats-modern{
    gap:24px;
    margin-top:2px;
    margin-bottom:4px;
}
.dashboard-v48 .dashboard-stats-modern .mini-stat{
    min-height:104px;
}
.dashboard-content-grid{
    gap:28px;
    margin-top:4px;
}
.dashboard-shortcuts{
    gap:22px;
    margin-top:2px;
}
.dashboard-card{
    margin-top:0;
}
.dashboard-list-item{
    padding-top:18px;
    padding-bottom:18px;
}
@media(max-width:1280px){
    .dashboard-v48 .dashboard-stats-modern{
        gap:20px;
    }
    .dashboard-content-grid{
        gap:22px;
    }
}
@media(max-width:760px){
    .dashboard-v48{
        gap:22px;
    }
    .dashboard-v48 .dashboard-stats-modern,
    .dashboard-content-grid,
    .dashboard-shortcuts{
        gap:16px;
    }
}

/* v5.0 dashboard daha ferah görünüm */
.admin-main{
    padding:38px 42px;
}
.dashboard-v48{
    gap:42px!important;
}
.dashboard-v48 .dashboard-page-head{
    margin-bottom:4px!important;
    padding:34px 36px!important;
}
.dashboard-v48 .dashboard-stats-modern{
    gap:34px!important;
    row-gap:34px!important;
    margin-top:0!important;
    margin-bottom:6px!important;
}
.dashboard-v48 .dashboard-stats-modern .mini-stat{
    min-height:118px!important;
    padding:24px 26px!important;
    border-radius:26px!important;
}
.dashboard-v48 .dashboard-stats-modern .mini-stat:after{
    bottom:20px!important;
    left:86px!important;
    right:26px!important;
}
.dashboard-content-grid{
    gap:40px!important;
    margin-top:0!important;
}
.dashboard-card{
    border-radius:30px!important;
}
.dashboard-card .product-list-head{
    padding:28px 30px 24px!important;
}
.dashboard-card .product-list-head h2{
    margin-bottom:8px!important;
}
.dashboard-list-item{
    padding:24px 30px!important;
    gap:18px!important;
}
.dashboard-shortcuts{
    gap:30px!important;
    margin-top:0!important;
}
.dashboard-shortcuts a{
    padding:24px!important;
    border-radius:26px!important;
}
.dashboard-summary-card{
    min-height:190px!important;
    padding:30px!important;
    border-radius:30px!important;
}
.dashboard-quick-actions{
    margin-top:28px!important;
}
@media(max-width:1280px){
    .admin-main{
        padding:30px;
    }
    .dashboard-v48{
        gap:32px!important;
    }
    .dashboard-v48 .dashboard-stats-modern{
        gap:24px!important;
    }
    .dashboard-content-grid,
    .dashboard-shortcuts{
        gap:26px!important;
    }
}
@media(max-width:760px){
    .admin-main{
        padding:20px;
    }
    .dashboard-v48{
        gap:24px!important;
    }
    .dashboard-v48 .dashboard-page-head{
        padding:24px!important;
    }
    .dashboard-v48 .dashboard-stats-modern,
    .dashboard-content-grid,
    .dashboard-shortcuts{
        gap:18px!important;
    }
    .dashboard-list-item{
        padding:18px 20px!important;
    }
}

/* v5.1 dashboard büyük kart boşluk dengesi */
.dashboard-v48{
    gap:0!important;
}
.dashboard-v48 .dashboard-page-head{
    margin-bottom:42px!important;
}
.dashboard-v48 .dashboard-stats-modern{
    gap:22px!important;
    row-gap:22px!important;
    margin-top:0!important;
    margin-bottom:46px!important;
}
.dashboard-v48 .dashboard-stats-modern .mini-stat{
    min-height:108px!important;
    padding:22px 24px!important;
}
.dashboard-content-grid{
    gap:34px!important;
    margin-top:0!important;
    margin-bottom:42px!important;
}
.dashboard-shortcuts{
    gap:22px!important;
    margin-top:0!important;
}
@media(max-width:1280px){
    .dashboard-v48 .dashboard-page-head{
        margin-bottom:32px!important;
    }
    .dashboard-v48 .dashboard-stats-modern{
        gap:18px!important;
        row-gap:18px!important;
        margin-bottom:34px!important;
    }
    .dashboard-content-grid{
        gap:26px!important;
        margin-bottom:32px!important;
    }
}
@media(max-width:760px){
    .dashboard-v48 .dashboard-page-head{
        margin-bottom:22px!important;
    }
    .dashboard-v48 .dashboard-stats-modern{
        gap:14px!important;
        row-gap:14px!important;
        margin-bottom:24px!important;
    }
    .dashboard-content-grid{
        gap:20px!important;
        margin-bottom:24px!important;
    }
}

/* v5.2 blog modülü */
.blog-v52{
    gap:22px;
}
.blog-v52 .blog-stats-modern .mini-stat{
    color:inherit;
    text-decoration:none;
}
.blog-v52 .blog-table-wrap{
    overflow-x:hidden!important;
}
.blog-v52 .blog-post-table,
.blog-v52 .blog-category-table{
    min-width:0!important;
    width:100%!important;
    table-layout:fixed;
}
.blog-v52 .blog-post-table th:nth-child(1),.blog-v52 .blog-post-table td:nth-child(1){width:42%}
.blog-v52 .blog-post-table th:nth-child(2),.blog-v52 .blog-post-table td:nth-child(2){width:14%}
.blog-v52 .blog-post-table th:nth-child(3),.blog-v52 .blog-post-table td:nth-child(3){width:19%}
.blog-v52 .blog-post-table th:nth-child(4),.blog-v52 .blog-post-table td:nth-child(4){width:10%}
.blog-v52 .blog-post-table th:nth-child(5),.blog-v52 .blog-post-table td:nth-child(5){width:15%}
.blog-v52 .blog-category-table th:nth-child(1),.blog-v52 .blog-category-table td:nth-child(1){width:48%}
.blog-v52 .blog-category-table th:nth-child(2),.blog-v52 .blog-category-table td:nth-child(2){width:22%}
.blog-v52 .blog-category-table th:nth-child(3),.blog-v52 .blog-category-table td:nth-child(3){width:12%}
.blog-v52 .blog-category-table th:nth-child(4),.blog-v52 .blog-category-table td:nth-child(4){width:9%}
.blog-v52 .blog-category-table th:nth-child(5),.blog-v52 .blog-category-table td:nth-child(5){width:9%}
.blog-row-title{
    display:flex;
    align-items:center;
    gap:14px;
    min-width:0;
    color:inherit;
    text-decoration:none;
}
.blog-row-title > span:last-child{
    min-width:0;
}
.blog-row-title strong{
    display:block;
    color:#0f172a;
    font-size:15px;
    line-height:1.26;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.blog-row-title small,
.blog-row-title em{
    display:block;
    color:#64748b;
    font-size:12px;
    line-height:1.35;
    margin-top:4px;
    font-style:normal;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.blog-icon-box,.blog-thumb{
    width:58px;
    height:58px;
    flex:0 0 58px;
    border-radius:17px;
    display:grid;
    place-items:center;
    font-weight:950;
    color:#fff;
    box-shadow:0 14px 26px rgba(37,99,235,.16);
}
.blog-icon-box.icon-post{
    background:linear-gradient(135deg,#2563eb,#38bdf8);
}
.blog-icon-box.icon-category{
    background:linear-gradient(135deg,#7c3aed,#a78bfa);
}
.blog-thumb{
    object-fit:cover;
}
.blog-tags-mini{
    display:flex;
    align-items:center;
    gap:6px;
    flex-wrap:wrap;
}
.blog-tags-mini span{
    display:inline-flex;
    align-items:center;
    padding:6px 9px;
    border-radius:999px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    color:#475569;
    font-size:12px;
    font-weight:850;
}
.blog-count-pill{
    display:inline-flex;
    padding:7px 11px;
    border-radius:999px;
    background:#eff6ff;
    border:1px solid #dbeafe;
    color:#1d4ed8;
    font-size:12px;
    font-weight:900;
}
.status.draft{background:#ffedd5;color:#9a3412}
.status.published{background:#dcfce7;color:#166534}
.blog-content-textarea{
    min-height:420px!important;
    font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;
    line-height:1.65;
}

/* Public blog */
.blog-hero{
    padding:72px 0 42px;
    background:radial-gradient(circle at 18% 22%,rgba(37,99,235,.16),transparent 32%),linear-gradient(135deg,#f8fbff,#eef5ff);
}
.blog-hero h1{
    max-width:850px;
    margin:18px 0 12px;
    font-size:clamp(38px,5vw,58px);
    line-height:1.02;
    color:#07162e;
    letter-spacing:-.055em;
}
.blog-hero p{
    max-width:760px;
    margin:0;
    color:#64748b;
    font-size:18px;
    line-height:1.7;
}
.blog-filter{
    margin-bottom:28px;
}
.blog-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 320px;
    gap:34px;
    align-items:start;
}
.blog-list{
    display:flex;
    flex-direction:column;
    gap:0;
}
.blog-list-item-public{
    display:grid;
    grid-template-columns:160px minmax(0,1fr);
    gap:26px;
    padding:28px 0;
    border-bottom:1px solid #e5e7eb;
}
.blog-list-item-public:first-child{
    padding-top:0;
}
.blog-list-thumb{
    width:160px;
    height:112px;
    border-radius:22px;
    display:block;
    background-size:cover;
    background-position:center;
    background-color:#dbeafe;
    box-shadow:0 16px 34px rgba(15,23,42,.08);
}
.blog-meta{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    color:#94a3b8;
    font-size:13px;
    font-weight:800;
}
.blog-meta a{
    color:#2563eb;
    text-transform:uppercase;
    letter-spacing:.04em;
}
.blog-list-body h2{
    margin:10px 0 9px;
    font-size:26px;
    line-height:1.15;
    letter-spacing:-.03em;
}
.blog-list-body h2 a{
    color:#0f172a;
}
.blog-list-body p{
    margin:0;
    color:#64748b;
    line-height:1.65;
}
.blog-tags-public{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:14px;
}
.blog-tags-public a{
    display:inline-flex;
    padding:7px 10px;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:12px;
    font-weight:850;
}
.blog-sidebar{
    display:flex;
    flex-direction:column;
    gap:18px;
}
.blog-sidebar h3{
    margin:0 0 14px;
    font-size:20px;
    color:#0f172a;
}
.blog-category-list{
    display:flex;
    flex-direction:column;
    gap:8px;
}
.blog-category-list a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:12px 13px;
    border-radius:14px;
    background:#f8fafc;
    color:#334155;
    font-weight:850;
}
.blog-category-list a:hover{
    background:#eff6ff;
    color:#1d4ed8;
}
.blog-category-list b{
    color:#2563eb;
}
.blog-detail-hero{
    padding:66px 0 34px;
    background:linear-gradient(135deg,#f8fbff,#eef5ff);
}
.blog-detail-hero h1{
    max-width:960px;
    margin:14px 0;
    font-size:clamp(36px,5vw,60px);
    line-height:1.04;
    letter-spacing:-.055em;
    color:#07162e;
}
.blog-detail-hero p{
    max-width:820px;
    color:#64748b;
    font-size:19px;
    line-height:1.7;
}
.blog-detail-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 320px;
    gap:34px;
    align-items:start;
}
.blog-detail-image{
    height:380px;
    border-radius:30px;
    background-size:cover;
    background-position:center;
    margin-bottom:24px;
    box-shadow:0 22px 62px rgba(15,23,42,.10);
}
.blog-content-card{
    font-size:17px;
    line-height:1.85;
    color:#334155;
}
.blog-content-card h2,.blog-content-card h3{
    color:#0f172a;
    letter-spacing:-.025em;
    line-height:1.2;
}
.blog-content-card p{
    margin:0 0 18px;
}
@media(max-width:900px){
    .blog-layout,.blog-detail-grid{
        grid-template-columns:1fr;
    }
    .blog-list-item-public{
        grid-template-columns:120px minmax(0,1fr);
        gap:18px;
    }
    .blog-list-thumb{
        width:120px;
        height:92px;
        border-radius:18px;
    }
}
@media(max-width:640px){
    .blog-list-item-public{
        grid-template-columns:1fr;
    }
    .blog-list-thumb{
        width:100%;
        height:190px;
    }
    .blog-detail-image{
        height:230px;
    }
}

/* v5.3 gelişmiş blog editörü */
.rich-editor{
    border:1px solid #dbeafe;
    border-radius:22px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 14px 34px rgba(15,23,42,.05);
}
.rich-editor-toolbar{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    padding:12px;
    background:linear-gradient(135deg,#f8fbff,#eff6ff);
    border-bottom:1px solid #dbeafe;
}
.rich-editor-toolbar button{
    min-height:36px;
    padding:8px 11px;
    border:1px solid #dbe2ea;
    border-radius:11px;
    background:#fff;
    color:#334155;
    font:inherit;
    font-size:13px;
    font-weight:900;
    cursor:pointer;
    transition:.16s ease;
}
.rich-editor-toolbar button:hover,
.rich-editor-toolbar button.active{
    background:#2563eb;
    border-color:#2563eb;
    color:#fff;
    box-shadow:0 10px 18px rgba(37,99,235,.18);
}
.rich-editor-toolbar span{
    width:1px;
    height:26px;
    background:#dbe2ea;
    margin:0 2px;
}
.rich-editor-area{
    min-height:520px;
    padding:24px;
    outline:none;
    line-height:1.85;
    color:#334155;
    font-size:16px;
}
.rich-editor-area:focus{
    box-shadow:inset 0 0 0 3px rgba(37,99,235,.08);
}
.rich-editor-area h2,
.rich-editor-area h3,
.rich-editor-area h4{
    color:#0f172a;
    letter-spacing:-.025em;
    line-height:1.2;
    margin:24px 0 12px;
}
.rich-editor-area p{
    margin:0 0 16px;
}
.rich-editor-area ul,
.rich-editor-area ol{
    padding-left:24px;
}
.rich-editor-area img{
    max-width:100%;
    height:auto;
    border-radius:18px;
    margin:14px 0;
}
.rich-editor-area a{
    color:#2563eb;
    font-weight:800;
    text-decoration:underline;
}
.rich-editor-source{
    display:block;
    width:100%;
    min-height:520px;
    border:0;
    border-radius:0;
    padding:20px;
    font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;
    line-height:1.6;
    outline:none;
    background:#0f172a;
    color:#e2e8f0;
}
.blog-content-textarea-hidden{
    display:none!important;
}

/* v5.3 blog/domain kart boşlukları */
.blog-v52,
.service-v45{
    gap:34px!important;
}
.blog-v52 .product-page-head,
.service-v45 .product-page-head{
    margin-bottom:6px!important;
}
.blog-v52 .product-stats-modern,
.service-v45 .product-stats-modern{
    gap:24px!important;
    row-gap:24px!important;
    margin-bottom:12px!important;
}
.blog-v52 .product-stats-modern .mini-stat,
.service-v45 .product-stats-modern .mini-stat{
    min-height:108px!important;
    padding:22px 24px!important;
}
.blog-v52 .product-list-modern,
.service-v45 .product-list-modern{
    margin-top:10px!important;
}
.blog-v52 .product-list-head,
.service-v45 .product-list-head{
    padding:26px 28px 22px!important;
}
.blog-v52 .product-table-modern td,
.service-v45 .product-table-modern td{
    padding-top:20px!important;
    padding-bottom:20px!important;
}
.blog-v52 .product-form-card{
    margin-top:8px!important;
    padding:28px!important;
}
.service-v45 .service-table-modern th,
.service-v45 .service-table-modern td,
.blog-v52 .blog-post-table th,
.blog-v52 .blog-post-table td,
.blog-v52 .blog-category-table th,
.blog-v52 .blog-category-table td{
    padding-left:18px!important;
    padding-right:18px!important;
}
@media(max-width:1280px){
    .blog-v52,
    .service-v45{
        gap:26px!important;
    }
    .blog-v52 .product-stats-modern,
    .service-v45 .product-stats-modern{
        gap:18px!important;
    }
}
@media(max-width:760px){
    .rich-editor-toolbar{
        gap:6px;
    }
    .rich-editor-toolbar button{
        font-size:12px;
        padding:7px 9px;
    }
    .rich-editor-area,
    .rich-editor-source{
        min-height:360px;
        padding:16px;
    }
    .blog-v52,
    .service-v45{
        gap:20px!important;
    }
}

/* v5.4 blog editör kaynak alanı ve blog görsel yükleme */
.rich-editor-source[hidden]{
    display:none!important;
}
.blog-featured-image-field{
    grid-column:1 / -1;
}
.blog-featured-image-field .current-product-image,
.blog-featured-image-field .pretty-file-upload,
.blog-featured-image-field > .input{
    width:100%;
    box-sizing:border-box;
}
.blog-featured-image-field .current-product-image{
    grid-template-columns:120px minmax(0,1fr) auto;
}
.blog-featured-image-field .current-product-image img{
    width:120px;
    height:72px;
}
@media(max-width:760px){
    .blog-featured-image-field .current-product-image{
        grid-template-columns:78px 1fr;
    }
    .blog-featured-image-field .current-product-image img{
        width:78px;
        height:54px;
    }
}

/* v5.5 blog etiket yönetimi */
.blog-v52 .blog-tag-table{
    min-width:0!important;
    width:100%!important;
    table-layout:fixed;
}
.blog-v52 .blog-tag-table th:nth-child(1),.blog-v52 .blog-tag-table td:nth-child(1){width:30%}
.blog-v52 .blog-tag-table th:nth-child(2),.blog-v52 .blog-tag-table td:nth-child(2){width:18%}
.blog-v52 .blog-tag-table th:nth-child(3),.blog-v52 .blog-tag-table td:nth-child(3){width:18%}
.blog-v52 .blog-tag-table th:nth-child(4),.blog-v52 .blog-tag-table td:nth-child(4){width:24%}
.blog-v52 .blog-tag-table th:nth-child(5),.blog-v52 .blog-tag-table td:nth-child(5){width:10%}
.blog-icon-box.icon-tag{
    background:linear-gradient(135deg,#0ea5a4,#2dd4bf);
}
.blog-seo-text{
    display:block;
    color:#475569;
    font-size:12px;
    line-height:1.45;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* v5.6 blog kategori SEO ve kategori metni */
.blog-category-content-textarea{
    min-height:260px!important;
    line-height:1.75;
}
.blog-category-content-card{
    margin-bottom:28px;
    font-size:16px;
    line-height:1.8;
    color:#334155;
}
.blog-category-content-card h2,
.blog-category-content-card h3{
    color:#0f172a;
    letter-spacing:-.025em;
    line-height:1.2;
}
.blog-category-content-card p{
    margin:0 0 16px;
}
.blog-category-content-card ul,
.blog-category-content-card ol{
    padding-left:24px;
}

/* v5.7 kategori formu gizli modern liste */
.category-v57{
    gap:34px!important;
}
.category-v57 .product-stats-modern{
    gap:24px!important;
    row-gap:24px!important;
    margin-bottom:12px!important;
}
.category-v57 .product-stats-modern .mini-stat{
    min-height:108px!important;
    padding:22px 24px!important;
}
.category-v57 .category-table-modern{
    min-width:0!important;
    width:100%!important;
    table-layout:fixed;
}
.category-v57 .category-table-modern th:nth-child(1),
.category-v57 .category-table-modern td:nth-child(1){width:45%}
.category-v57 .category-table-modern th:nth-child(2),
.category-v57 .category-table-modern td:nth-child(2){width:25%}
.category-v57 .category-table-modern th:nth-child(3),
.category-v57 .category-table-modern td:nth-child(3){width:15%}
.category-v57 .category-table-modern th:nth-child(4),
.category-v57 .category-table-modern td:nth-child(4){width:15%}
.category-row-title{
    display:flex;
    align-items:center;
    gap:14px;
    min-width:0;
    color:inherit;
    text-decoration:none;
}
.category-row-title > span:last-child{
    min-width:0;
}
.category-row-title strong{
    display:block;
    color:#0f172a;
    font-size:15px;
    line-height:1.26;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.category-row-title small{
    display:block;
    color:#64748b;
    font-size:12px;
    line-height:1.35;
    margin-top:4px;
}

/* v5.8 blog etiket formu gizli liste düzeni */
.blog-v52 .blog-tag-table td{
    padding-top:20px!important;
    padding-bottom:20px!important;
}
.blog-v52 .blog-tag-table .blog-row-title{
    min-height:58px;
}

/* v5.9 lisanslar modern liste + gizli oluşturma formu */
.license-v59{
    gap:34px!important;
}
.license-v59 .product-stats-modern{
    gap:24px!important;
    row-gap:24px!important;
    margin-bottom:12px!important;
}
.license-v59 .product-stats-modern .mini-stat{
    min-height:108px!important;
    padding:22px 24px!important;
}
.license-v59 .license-stats-modern .stat-red i{
    background:#fee2e2;
    color:#dc2626;
}
.license-v59 .license-stats-modern .stat-red:after{
    background:linear-gradient(90deg,#fca5a5,#fee2e2);
}
.license-v59 .license-table-modern{
    min-width:0!important;
    width:100%!important;
    table-layout:fixed;
}
.license-v59 .license-table-modern th:nth-child(1),
.license-v59 .license-table-modern td:nth-child(1){width:28%}
.license-v59 .license-table-modern th:nth-child(2),
.license-v59 .license-table-modern td:nth-child(2){width:18%}
.license-v59 .license-table-modern th:nth-child(3),
.license-v59 .license-table-modern td:nth-child(3){width:22%}
.license-v59 .license-table-modern th:nth-child(4),
.license-v59 .license-table-modern td:nth-child(4){width:14%}
.license-v59 .license-table-modern th:nth-child(5),
.license-v59 .license-table-modern td:nth-child(5){width:8%}
.license-v59 .license-table-modern th:nth-child(6),
.license-v59 .license-table-modern td:nth-child(6){width:10%}
.license-v59 .license-table-modern td{
    padding-top:20px!important;
    padding-bottom:20px!important;
}
.license-row-title{
    display:flex;
    align-items:center;
    gap:14px;
    min-width:0;
    color:inherit;
    text-decoration:none;
}
.license-row-title > span:last-child{
    min-width:0;
}
.license-row-title strong{
    display:block;
    color:#0f172a;
    font-size:13px;
    line-height:1.28;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;
}
.license-row-title small,
.table-subtext{
    display:block;
    color:#64748b;
    font-size:12px;
    line-height:1.35;
    margin-top:4px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.license-icon-box{
    width:58px;
    height:58px;
    flex:0 0 58px;
    border-radius:18px;
    display:grid;
    place-items:center;
    color:#fff;
    font-weight:950;
    box-shadow:0 14px 26px rgba(37,99,235,.16);
    background:linear-gradient(135deg,#2563eb,#38bdf8);
}
.license-icon-box.active{
    background:linear-gradient(135deg,#16a34a,#22c55e);
}
.license-icon-box.suspended,
.license-icon-box.expired{
    background:linear-gradient(135deg,#dc2626,#fb7185);
}
.license-icon-box.passive{
    background:linear-gradient(135deg,#64748b,#94a3b8);
}
.license-domain-text{
    display:block;
    color:#334155;
    font-size:13px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.license-v59 .product-code-chip{
    margin-top:7px;
}
.license-check{
    margin:0;
}
.license-detail-grid{
    display:grid;
    grid-template-columns:340px minmax(0,1fr);
    gap:24px;
    align-items:start;
}
.license-info-panel{
    display:flex;
    flex-direction:column;
    gap:14px;
}
.license-info-card{
    padding:18px;
    border:1px solid #e2e8f0;
    border-radius:20px;
    background:linear-gradient(135deg,#f8fbff,#ffffff);
}
.license-info-card span{
    display:block;
    color:#64748b;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.05em;
    margin-bottom:8px;
}
.license-info-card strong{
    display:block;
    color:#0f172a;
    font-size:15px;
    line-height:1.3;
}
.license-info-card small{
    display:block;
    color:#64748b;
    margin-top:6px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.license-key-top{
    display:inline-flex;
    max-width:420px;
    padding:10px 12px;
    border-radius:12px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    color:#0f172a;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.license-checks-section{
    margin-top:28px;
}
.license-checks-section h3{
    margin:0 0 14px;
    color:#0f172a;
    font-size:21px;
    letter-spacing:-.03em;
}
.license-check-table{
    min-width:780px!important;
}
@media(max-width:1280px){
    .license-v59 .license-table-wrap{
        overflow-x:auto!important;
    }
    .license-v59 .license-table-modern{
        min-width:1050px!important;
    }
    .license-detail-grid{
        grid-template-columns:1fr;
    }
}
@media(max-width:760px){
    .license-v59{
        gap:22px!important;
    }
    .license-key-top{
        max-width:100%;
    }
}

/* v6.0 lisanslar sayfası kart boşluk düzeltmesi */
.license-v59{
    display:block!important;
}
.license-v59 .product-page-head{
    margin-bottom:36px!important;
}
.license-v59 .license-form-card,
.license-v59 .license-detail-card{
    margin-bottom:36px!important;
}
.license-v59 .license-stats-modern{
    margin-top:0!important;
    margin-bottom:38px!important;
    gap:22px!important;
    row-gap:22px!important;
}
.license-v59 .license-list-modern{
    margin-top:0!important;
}
.license-v59 .product-list-head{
    padding-top:28px!important;
    padding-bottom:24px!important;
}
.license-v59 .license-table-wrap{
    margin-top:2px!important;
}
.license-v59 .license-detail-grid{
    margin-top:12px!important;
}
.license-v59 .license-checks-section{
    margin-top:36px!important;
    padding-top:26px!important;
    border-top:1px solid #e2e8f0;
}
.license-v59 .product-table-footer{
    margin-top:18px!important;
}
@media(max-width:760px){
    .license-v59 .product-page-head,
    .license-v59 .license-form-card,
    .license-v59 .license-detail-card{
        margin-bottom:24px!important;
    }
    .license-v59 .license-stats-modern{
        margin-bottom:26px!important;
        gap:14px!important;
        row-gap:14px!important;
    }
}

/* v6.1 tüm admin sayfaları standart kart boşluk sistemi */
:root{
    --admin-section-gap:30px;
    --admin-card-gap:30px;
    --admin-inner-gap:22px;
}

/* Ana admin içeriklerinde standart akış */
.admin-main > .product-v36,
.admin-main > .product-v34,
.admin-main > .dashboard-v48,
.admin-main > .blog-v52,
.admin-main > .service-v45,
.admin-main > .category-v57,
.admin-main > .license-v59,
.admin-main > .category-admin-page,
.admin-main > .blog-admin-page,
.admin-main > .service-admin-page,
.admin-main > .license-admin-page,
.admin-main > .dashboard-admin-page{
    display:flex!important;
    flex-direction:column!important;
    gap:var(--admin-card-gap)!important;
}

/* Sayfa üst başlığı ile ilk içerik arasını standartlaştır */
.admin-main .product-page-head,
.admin-main .dashboard-page-head,
.admin-main .service-page-head{
    margin:0!important;
}

/* İstatistik kart blokları her sayfada aynı mesafede olsun */
.admin-main .product-stats,
.admin-main .product-stats-modern,
.admin-main .admin-grid{
    margin:0!important;
    gap:var(--admin-inner-gap)!important;
    row-gap:var(--admin-inner-gap)!important;
}

/* Ana kartlar kendi aralarında aynı boşluğu kullansın */
.admin-main .product-form-card,
.admin-main .product-list-card,
.admin-main .product-list-modern,
.admin-main .blog-list-modern,
.admin-main .category-list-modern,
.admin-main .service-list-modern,
.admin-main .license-list-modern,
.admin-main .dashboard-card,
.admin-main .license-form-card,
.admin-main .license-detail-card{
    margin:0!important;
}

/* Eski sayfalarda inline margin kullanan kartları da standart hizala */
.admin-main > .card,
.admin-main .card[style*="margin-top"]{
    margin-top:0!important;
}

/* Dashboard özel: küçük kartlar yakın, büyük bloklar standart aralıklı */
.dashboard-v48{
    display:flex!important;
    flex-direction:column!important;
    gap:var(--admin-card-gap)!important;
}
.dashboard-v48 .dashboard-stats-modern{
    gap:var(--admin-inner-gap)!important;
    row-gap:var(--admin-inner-gap)!important;
    margin:0!important;
}
.dashboard-v48 .dashboard-content-grid,
.dashboard-v48 .dashboard-shortcuts{
    margin:0!important;
    gap:var(--admin-card-gap)!important;
}

/* Liste başlıkları ve tablo alt boşlukları aynı olsun */
.admin-main .product-list-head,
.admin-main .card-title-row{
    margin:0!important;
}
.admin-main .product-table-wrap,
.admin-main .product-table-modern-wrap{
    margin-top:0!important;
}
.admin-main .product-table-footer{
    margin-top:18px!important;
}

/* Detay iç bölümleri */
.license-v59 .license-checks-section{
    margin-top:var(--admin-card-gap)!important;
}
.license-v59 .license-detail-grid{
    margin-top:0!important;
}

/* Responsive düzen */
@media(max-width:1280px){
    :root{
        --admin-section-gap:24px;
        --admin-card-gap:24px;
        --admin-inner-gap:18px;
    }
}
@media(max-width:760px){
    :root{
        --admin-section-gap:18px;
        --admin-card-gap:18px;
        --admin-inner-gap:14px;
    }
}

/* v6.3 mail hatırlatma önizleme */
.mail-preview-card{
    margin-top:22px;
}
.mail-preview-box{
    margin-top:14px;
    padding:24px;
    border:1px solid #dbeafe;
    border-radius:20px;
    background:#f8fbff;
    color:#334155;
    line-height:1.7;
}
.mail-preview-box p{
    margin:0 0 14px;
}
.mail-preview-box a{
    display:inline-block;
}

/* v6.4 tasarımlı hatırlatma maili önizleme */
.mail-preview-box{
    background:#eef4ff!important;
    padding:18px!important;
    overflow:auto;
}
.mail-preview-box table{
    max-width:100%;
}

/* v6.6 gelişmiş destek sistemi */
.support-v66{
    gap:30px!important;
}
.support-search-modern{
    min-width:min(100%,760px);
}
.support-search-modern select{
    min-height:42px;
    border-radius:14px;
    border:1px solid #e2e8f0;
    padding:0 12px;
    background:#fff;
    color:#334155;
    font-weight:800;
}
.support-stats-modern .stat-red i{
    background:#fee2e2;
    color:#dc2626;
}
.support-stats-modern .stat-red:after{
    background:linear-gradient(90deg,#fca5a5,#fee2e2);
}
.support-table-modern{
    min-width:0!important;
    width:100%!important;
    table-layout:fixed;
}
.support-table-modern th:nth-child(1),.support-table-modern td:nth-child(1){width:32%}
.support-table-modern th:nth-child(2),.support-table-modern td:nth-child(2){width:19%}
.support-table-modern th:nth-child(3),.support-table-modern td:nth-child(3){width:15%}
.support-table-modern th:nth-child(4),.support-table-modern td:nth-child(4){width:12%}
.support-table-modern th:nth-child(5),.support-table-modern td:nth-child(5){width:11%}
.support-table-modern th:nth-child(6),.support-table-modern td:nth-child(6){width:11%}
.support-row-title{
    display:flex;
    align-items:center;
    gap:14px;
    min-width:0;
    color:inherit;
    text-decoration:none;
}
.support-row-title > span:last-child{
    min-width:0;
}
.support-row-title strong{
    display:block;
    color:#0f172a;
    font-size:15px;
    line-height:1.26;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.support-row-title small{
    display:block;
    color:#64748b;
    font-size:12px;
    line-height:1.35;
    margin-top:4px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.support-icon-box{
    width:58px;
    height:58px;
    flex:0 0 58px;
    border-radius:18px;
    display:grid;
    place-items:center;
    color:#fff;
    font-weight:950;
    box-shadow:0 14px 26px rgba(37,99,235,.16);
    background:linear-gradient(135deg,#2563eb,#38bdf8);
}
.support-icon-box.customer_reply,
.support-icon-box.open{
    background:linear-gradient(135deg,#f97316,#facc15);
}
.support-icon-box.answered{
    background:linear-gradient(135deg,#16a34a,#22c55e);
}
.support-icon-box.closed{
    background:linear-gradient(135deg,#64748b,#94a3b8);
}
.priority-pill{
    display:inline-flex;
    padding:7px 11px;
    border-radius:999px;
    font-size:12px;
    font-weight:950;
    border:1px solid transparent;
}
.priority-pill.low{background:#f1f5f9;color:#475569;border-color:#e2e8f0}
.priority-pill.normal{background:#eff6ff;color:#1d4ed8;border-color:#dbeafe}
.priority-pill.high{background:#ffedd5;color:#9a3412;border-color:#fed7aa}
.priority-pill.urgent{background:#fee2e2;color:#991b1b;border-color:#fecaca}
.status.open{background:#ffedd5;color:#9a3412}
.status.customer_reply{background:#fef3c7;color:#92400e}
.status.answered{background:#dcfce7;color:#166534}
.status.closed{background:#f1f5f9;color:#475569}
.support-admin-detail-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:30px;
    align-items:start;
}
.support-ticket-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    padding-bottom:20px;
    border-bottom:1px solid #e2e8f0;
    margin-bottom:20px;
}
.support-ticket-head h2,
.support-ticket-head h3{
    margin:8px 0 6px;
    color:#0f172a;
    letter-spacing:-.03em;
}
.support-ticket-no{
    display:inline-flex;
    padding:7px 10px;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    font-weight:950;
    font-size:12px;
}
.support-thread{
    display:flex;
    flex-direction:column;
    gap:14px;
}
.support-message{
    padding:16px;
    border-radius:18px;
    border:1px solid #e2e8f0;
    background:#f8fafc;
}
.support-message.admin{
    background:#eff6ff;
    border-color:#bfdbfe;
}
.support-message.customer{
    background:#fff;
}
.support-message.internal{
    background:#fffbeb;
    border-color:#fde68a;
}
.support-message-meta{
    display:flex;
    justify-content:space-between;
    gap:12px;
    margin-bottom:8px;
    color:#64748b;
    font-size:12px;
    font-weight:850;
}
.support-message-meta strong{
    color:#0f172a;
}
.support-message-body{
    color:#334155;
    line-height:1.7;
    font-size:14px;
}
.support-reply-form{
    margin-top:22px;
    padding-top:22px;
    border-top:1px solid #e2e8f0;
}
.support-admin-side{
    display:flex;
    flex-direction:column;
    gap:18px;
}
.support-side-card p{
    margin:0 0 10px;
    color:#475569;
    line-height:1.55;
}
.support-side-card h3{
    margin:0 0 14px;
    color:#0f172a;
}
.support-customer-page .section-head{
    align-items:center;
}
.support-detail-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 320px;
    gap:26px;
    align-items:start;
    margin-bottom:26px;
}
.support-ticket-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.support-ticket-item{
    display:grid;
    grid-template-columns:48px minmax(0,1fr) auto;
    align-items:center;
    gap:14px;
    padding:14px;
    border:1px solid #e2e8f0;
    border-radius:18px;
    color:inherit;
    text-decoration:none;
    background:#fff;
    transition:.16s ease;
}
.support-ticket-item:hover{
    background:#f8fbff;
    border-color:#bfdbfe;
    transform:translateY(-1px);
}
.support-ticket-icon{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:16px;
    color:#fff;
    font-weight:950;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
}
.support-ticket-item strong{
    display:block;
    color:#0f172a;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.support-ticket-item small{
    display:block;
    color:#64748b;
    margin-top:4px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.support-ticket-item em{
    font-style:normal;
}
.support-form-card,
.support-list-card,
.support-thread-card,
.support-side-card{
    border-radius:24px!important;
}
.account-shortcuts{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
    margin-bottom:22px;
}
.account-shortcut-card{
    display:flex;
    align-items:center;
    gap:14px;
    padding:18px;
    border-radius:22px;
    border:1px solid #e2e8f0;
    background:#fff;
    box-shadow:0 12px 30px rgba(15,23,42,.05);
    color:inherit;
    text-decoration:none;
}
.account-shortcut-card span{
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    border-radius:15px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:20px;
    font-weight:950;
}
.account-shortcut-card strong{
    display:block;
    color:#0f172a;
}
.account-shortcut-card small{
    display:block;
    color:#64748b;
    margin-top:4px;
}
@media(max-width:1280px){
    .support-admin-detail-grid,
    .support-detail-grid{
        grid-template-columns:1fr;
    }
    .support-table-wrap{
        overflow-x:auto!important;
    }
    .support-table-modern{
        min-width:980px!important;
    }
}
@media(max-width:760px){
    .support-ticket-item{
        grid-template-columns:42px minmax(0,1fr);
    }
    .support-ticket-item em{
        grid-column:1/-1;
        justify-self:start;
    }
    .account-shortcuts{
        grid-template-columns:1fr;
    }
}

/* v6.7 sol menü destek rozeti */
.sidebar-modern .side-menu a{
    position:relative;
}
.sidebar-modern .side-menu a .side-badge{
    margin-left:auto;
    min-width:22px;
    height:22px;
    padding:0 7px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#ef4444;
    color:#fff;
    font-size:12px;
    font-weight:950;
    box-shadow:0 8px 18px rgba(239,68,68,.28);
}

/* v6.7 destek filtre alanı, dashboard uyarısı */
.support-search-modern{
    display:grid!important;
    grid-template-columns:minmax(220px,1fr) 180px 180px auto!important;
    align-items:center!important;
    gap:10px!important;
    padding:10px!important;
    min-width:min(100%,720px)!important;
}
.support-search-modern .search-icon{
    display:none!important;
}
.support-search-modern input,
.support-search-modern select{
    width:100%!important;
    min-height:46px!important;
}
.support-search-modern .btn{
    min-height:46px!important;
    white-space:nowrap!important;
}
.dashboard-support-alert{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:20px 22px;
    border-radius:24px;
    background:linear-gradient(135deg,#fff7ed,#fff);
    border:1px solid #fed7aa;
    box-shadow:0 16px 38px rgba(249,115,22,.10);
}
.dashboard-support-alert strong{
    display:block;
    color:#9a3412;
    font-size:18px;
    letter-spacing:-.02em;
}
.dashboard-support-alert span{
    display:block;
    color:#c2410c;
    margin-top:5px;
    font-weight:800;
}
.dashboard-support-card{
    margin:0!important;
}
.dashboard-item-icon.support-icon{
    background:linear-gradient(135deg,#f97316,#facc15);
}
.dashboard-v48 .dashboard-stats-modern .stat-red i{
    background:#fee2e2;
    color:#dc2626;
}
.dashboard-v48 .dashboard-stats-modern .stat-red:after{
    background:linear-gradient(90deg,#fca5a5,#fee2e2);
}
@media(max-width:1280px){
    .support-search-modern{
        grid-template-columns:1fr 1fr!important;
    }
}
@media(max-width:760px){
    .support-search-modern{
        grid-template-columns:1fr!important;
        min-width:100%!important;
    }
    .dashboard-support-alert{
        flex-direction:column;
        align-items:flex-start;
    }
}

/* v6.8 destek filtre üst alan tek satır düzeltme */
.support-v66 .product-page-head{
    grid-template-columns:minmax(0,1fr) minmax(560px,620px)!important;
    align-items:center!important;
}
.support-v66 .product-page-copy{
    min-width:0;
}
.support-v66 .product-search-modern.support-search-modern{
    justify-self:end!important;
    width:100%!important;
    max-width:620px!important;
    min-width:0!important;
    display:grid!important;
    grid-template-columns:minmax(0,1.35fr) minmax(160px,.9fr) minmax(160px,.9fr) auto!important;
    gap:10px!important;
    align-items:center!important;
    padding:12px!important;
    border-radius:20px!important;
    overflow:hidden!important;
}
.support-v66 .product-search-modern.support-search-modern .search-icon{
    display:none!important;
}
.support-v66 .product-search-modern.support-search-modern .input,
.support-v66 .product-search-modern.support-search-modern select,
.support-v66 .product-search-modern.support-search-modern .btn{
    width:100%!important;
    min-width:0!important;
    min-height:48px!important;
}
.support-v66 .product-search-modern.support-search-modern .btn{
    width:auto!important;
    padding-left:18px!important;
    padding-right:18px!important;
    white-space:nowrap!important;
}
@media (max-width: 1480px){
    .support-v66 .product-page-head{
        grid-template-columns:minmax(0,1fr)!important;
    }
    .support-v66 .product-search-modern.support-search-modern{
        justify-self:start!important;
        max-width:100%!important;
    }
}
@media (max-width: 860px){
    .support-v66 .product-search-modern.support-search-modern{
        grid-template-columns:1fr!important;
    }
    .support-v66 .product-search-modern.support-search-modern .btn{
        width:100%!important;
    }
}

/* v7.0 destek tablo tarih taşma düzeltme */
.support-table-modern th:nth-child(1),.support-table-modern td:nth-child(1){width:30%!important}
.support-table-modern th:nth-child(2),.support-table-modern td:nth-child(2){width:18%!important}
.support-table-modern th:nth-child(3),.support-table-modern td:nth-child(3){width:13%!important}
.support-table-modern th:nth-child(4),.support-table-modern td:nth-child(4){width:11%!important}
.support-table-modern th:nth-child(5),.support-table-modern td:nth-child(5){width:11%!important}
.support-table-modern th:nth-child(6),.support-table-modern td:nth-child(6){width:17%!important}
.support-table-modern .date-cell{
    white-space:normal!important;
}
.support-table-modern .date-cell strong{
    display:block!important;
    white-space:normal!important;
    font-size:14px!important;
    line-height:1.25!important;
}
.support-table-modern .date-cell small{
    display:block!important;
    margin-top:4px!important;
    color:#64748b!important;
    font-size:12px!important;
    line-height:1.2!important;
}

/* v7.1 destek talebi müşteri AJAX arama */
.ajax-customer-field{
    position:relative;
}
.ajax-customer-search{
    position:relative;
}
.ajax-customer-results{
    position:absolute;
    z-index:50;
    left:0;
    right:0;
    top:calc(100% + 8px);
    max-height:280px;
    overflow:auto;
    background:#fff;
    border:1px solid #dbeafe;
    border-radius:18px;
    box-shadow:0 24px 52px rgba(15,23,42,.16);
    padding:8px;
}
.ajax-customer-item{
    width:100%;
    display:block;
    text-align:left;
    border:0;
    background:#fff;
    border-radius:14px;
    padding:12px 13px;
    cursor:pointer;
    transition:.16s ease;
}
.ajax-customer-item:hover{
    background:#eff6ff;
}
.ajax-customer-item strong{
    display:block;
    color:#0f172a;
    font-size:14px;
    line-height:1.25;
}
.ajax-customer-item small{
    display:block;
    color:#64748b;
    margin-top:4px;
    font-size:12px;
    line-height:1.3;
}
.ajax-customer-empty{
    padding:14px;
    color:#64748b;
    font-weight:800;
}
.selected-customer-box{
    margin-top:10px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:12px 13px;
    border-radius:16px;
    background:#eff6ff;
    border:1px solid #bfdbfe;
}
.selected-customer-box span{
    color:#0f172a;
    font-weight:900;
    font-size:13px;
    line-height:1.35;
}
.selected-customer-box button{
    border:0;
    border-radius:999px;
    padding:7px 11px;
    background:#fff;
    color:#1d4ed8;
    font-weight:900;
    cursor:pointer;
    white-space:nowrap;
}
.selected-customer-box button:hover{
    background:#2563eb;
    color:#fff;
}

/* v7.2 müşteriler AJAX arama */
.customer-ajax-search{
    position:relative;
}
.customer-ajax-search .input{
    min-width:360px;
}
#customer_ajax_result{
    white-space:nowrap;
}
.customer-table tbody tr{
    transition:background .16s ease;
}
.customer-table tbody tr:hover{
    background:#fbfdff;
}
@media(max-width:760px){
    .customer-ajax-search{
        grid-template-columns:1fr!important;
    }
    .customer-ajax-search .input{
        min-width:0!important;
        width:100%!important;
    }
    .customer-ajax-search .btn{
        width:100%;
    }
}

/* v7.3 destek talepleri AJAX canlı arama */
.support-ajax-search{
    grid-template-columns:minmax(0,1.25fr) minmax(150px,.8fr) minmax(150px,.8fr) auto auto!important;
}
.support-ajax-search .btn.secondary{
    background:#fff!important;
}
#support_ajax_result{
    white-space:nowrap;
}
@media(max-width:1480px){
    .support-ajax-search{
        grid-template-columns:minmax(0,1fr) minmax(150px,.75fr) minmax(150px,.75fr) auto auto!important;
    }
}
@media(max-width:980px){
    .support-ajax-search{
        grid-template-columns:1fr 1fr!important;
    }
    .support-ajax-search .btn{
        width:100%!important;
    }
}
@media(max-width:760px){
    .support-ajax-search{
        grid-template-columns:1fr!important;
    }
}

/* v7.4 destek arama öneri kutusu */
.support-live-input-wrap{
    position:relative;
    min-width:0;
}
.support-live-input-wrap .input{
    width:100%;
}
.support-search-suggestions{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 8px);
    z-index:70;
    max-height:340px;
    overflow:auto;
    padding:8px;
    border-radius:18px;
    border:1px solid #dbeafe;
    background:#fff;
    box-shadow:0 24px 52px rgba(15,23,42,.18);
}
.support-suggestion-item{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:5px 12px;
    padding:12px 13px;
    border-radius:14px;
    text-decoration:none;
    color:inherit;
    transition:.16s ease;
}
.support-suggestion-item:hover{
    background:#eff6ff;
}
.support-suggestion-item strong{
    color:#0f172a;
    font-size:14px;
    line-height:1.25;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.support-suggestion-item small{
    grid-column:1 / -1;
    color:#64748b;
    font-size:12px;
    line-height:1.35;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.support-suggestion-item em{
    font-style:normal;
    color:#1d4ed8;
    font-size:12px;
    font-weight:900;
    white-space:nowrap;
}
@media(max-width:760px){
    .support-search-suggestions{
        max-height:280px;
    }
    .support-suggestion-item{
        grid-template-columns:1fr;
    }
}

/* v7.5 destek arama öneri kutusu üstte görünme düzeltmesi */
.support-v66 .product-page-head,
.support-v66 .product-search-modern,
.support-v66 .support-ajax-search,
.support-v66 .support-live-input-wrap{
    overflow:visible!important;
}

.support-v66 .product-page-head{
    position:relative!important;
    z-index:80!important;
}

.support-v66 .support-ajax-search{
    position:relative!important;
    z-index:90!important;
}

.support-v66 .support-live-input-wrap{
    position:relative!important;
    z-index:100!important;
}

.support-v66 .support-search-suggestions{
    z-index:9999!important;
    top:calc(100% + 10px)!important;
    left:0!important;
    right:auto!important;
    width:min(520px, 92vw)!important;
    max-height:360px!important;
    overflow:auto!important;
    background:#fff!important;
    border:1px solid #bfdbfe!important;
    box-shadow:0 28px 70px rgba(15,23,42,.24)!important;
}

.support-v66 .product-stats,
.support-v66 .support-stats-modern,
.support-v66 .support-list-modern{
    position:relative!important;
    z-index:1!important;
}

@media(max-width:760px){
    .support-v66 .support-search-suggestions{
        width:100%!important;
        max-height:300px!important;
    }
}

/* v7.6 destek öneri kutusu gerçek üst katman */
.support-v66 .support-search-suggestions{
    position:fixed!important;
    z-index:2147483647!important;
    right:auto!important;
    max-height:360px!important;
    overflow:auto!important;
    background:#ffffff!important;
    border:1px solid #bfdbfe!important;
    box-shadow:0 28px 80px rgba(15,23,42,.32)!important;
    border-radius:18px!important;
    transform:none!important;
}

.support-v66 .support-live-input-wrap{
    position:relative!important;
    z-index:auto!important;
}

.support-v66 .support-search-suggestions[hidden]{
    display:none!important;
}

/* v7.7 destek kartları arama kutusunun üstünde */
.support-v66 .product-page-head{
    grid-template-columns:1fr!important;
}

.support-v66 .support-stats-modern{
    margin:0!important;
}

.support-filter-card{
    overflow:visible!important;
    position:relative!important;
    z-index:80!important;
    padding:26px 28px!important;
}

.support-filter-head{
    margin-bottom:18px!important;
}

.support-filter-head h2{
    margin:0!important;
    color:#0f172a;
    font-size:24px;
    letter-spacing:-.035em;
}

.support-filter-card .support-ajax-search{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    justify-self:stretch!important;
    box-shadow:none!important;
    border:1px solid #e2e8f0!important;
    background:#f8fbff!important;
}

.support-filter-card .support-live-input-wrap{
    min-width:0!important;
}

.support-filter-card .support-search-suggestions{
    z-index:2147483647!important;
}

@media(max-width:980px){
    .support-filter-card{
        padding:20px!important;
    }
}

/* v7.8 destek arama alanı sade ve şık düzen */
.support-filter-card{
    padding:28px 28px 26px!important;
    background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
    border:1px solid #e8eef7!important;
    box-shadow:0 18px 42px rgba(15,23,42,.06)!important;
}
.support-filter-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:16px!important;
}
.support-filter-head p{
    max-width:780px;
}
.support-filter-card .support-ajax-search.support-ajax-search-clean{
    display:grid!important;
    grid-template-columns:minmax(0,1.65fr) minmax(190px,.8fr) minmax(190px,.8fr) auto!important;
    gap:16px!important;
    align-items:end!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
.support-filter-card .support-search-block{
    display:flex;
    flex-direction:column;
    gap:8px;
    min-width:0;
}
.support-filter-card .support-search-block label{
    font-size:12px;
    line-height:1;
    color:#64748b;
    font-weight:900;
    letter-spacing:.03em;
    text-transform:uppercase;
    padding-left:2px;
}
.support-filter-card .support-search-block select,
.support-filter-card .support-search-block .input{
    min-height:54px!important;
    border-radius:18px!important;
    border:1px solid #dbe4f0!important;
    background:#fff!important;
    box-shadow:0 8px 22px rgba(15,23,42,.04)!important;
}
.support-filter-card .support-search-block-main .input{
    padding-left:44px!important;
}
.support-filter-card .support-live-input-wrap{
    position:relative!important;
    min-width:0!important;
}
.support-filter-card .support-search-mini-icon{
    position:absolute;
    left:16px;
    top:50%;
    transform:translateY(-50%);
    color:#64748b;
    font-size:16px;
    font-weight:700;
    pointer-events:none;
    z-index:2;
}
.support-filter-card .support-search-actions{
    display:flex;
    align-items:flex-end;
    justify-content:flex-end;
    gap:10px;
    min-width:max-content;
}
.support-filter-card .support-search-actions .btn{
    min-height:54px!important;
    padding:0 20px!important;
    border-radius:18px!important;
    font-weight:900!important;
}
.support-filter-card .support-search-actions .btn.secondary{
    background:#fff!important;
    color:#0f172a!important;
    border:1px solid #dbe4f0!important;
    box-shadow:0 8px 22px rgba(15,23,42,.04)!important;
}
.support-filter-card .support-search-actions .btn.secondary:hover{
    background:#f8fafc!important;
}
.support-filter-card .support-search-suggestions{
    top:calc(100% + 10px)!important;
}
@media(max-width:1380px){
    .support-filter-card .support-ajax-search.support-ajax-search-clean{
        grid-template-columns:minmax(0,1fr) minmax(180px,.8fr) minmax(180px,.8fr)!important;
    }
    .support-filter-card .support-search-actions{
        grid-column:1 / -1;
        justify-content:flex-end;
    }
}
@media(max-width:980px){
    .support-filter-card{
        padding:22px!important;
    }
    .support-filter-card .support-ajax-search.support-ajax-search-clean{
        grid-template-columns:1fr 1fr!important;
    }
    .support-filter-card .support-search-block-main{
        grid-column:1 / -1;
    }
    .support-filter-card .support-search-actions{
        grid-column:1 / -1;
        justify-content:stretch;
    }
}
@media(max-width:760px){
    .support-filter-card .support-ajax-search.support-ajax-search-clean{
        grid-template-columns:1fr!important;
        gap:14px!important;
    }
    .support-filter-card .support-search-block-main,
    .support-filter-card .support-search-actions{
        grid-column:auto;
    }
    .support-filter-card .support-search-actions{
        flex-direction:column;
        min-width:0;
    }
    .support-filter-card .support-search-actions .btn{
        width:100%;
    }
}

/* v7.9 destek arama açıklama boşluğu */
.support-filter-head p.muted{
    margin-top:10px!important;
    margin-bottom:12px!important;
    line-height:1.55!important;
}
.support-filter-head{
    margin-bottom:22px!important;
}

/* v8.0 anasayfa ayar yönetimi */
.settings-subnav-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:26px 28px;
    margin-bottom:28px;
    border-radius:26px;
    border:1px solid #dbeafe;
    background:linear-gradient(135deg,#ffffff,#f8fbff);
    box-shadow:0 18px 42px rgba(15,23,42,.06);
}
.settings-subnav-card h2{
    margin:8px 0 6px;
    color:#0f172a;
    letter-spacing:-.035em;
}
.settings-subnav-card p{
    margin:0;
    color:#64748b;
    line-height:1.55;
}
.settings-subnav-actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}
.home-settings-page{
    display:flex;
    flex-direction:column;
    gap:30px;
}
.home-settings-form{
    display:flex;
    flex-direction:column;
    gap:30px;
}
.home-settings-form .product-form-card{
    margin:0!important;
}
.home-settings-form textarea{
    min-height:120px;
}
.sticky-save-bar{
    position:sticky;
    bottom:18px;
    z-index:40;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:12px;
    padding:16px;
    border:1px solid #dbeafe;
    border-radius:22px;
    background:rgba(255,255,255,.92);
    box-shadow:0 18px 52px rgba(15,23,42,.16);
    backdrop-filter:blur(12px);
}
.home-bottom-cta-section{
    padding-top:0!important;
}
.home-bottom-cta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:34px;
    border-radius:28px;
    background:linear-gradient(135deg,#07162e,#123a72);
    color:#fff;
    box-shadow:0 22px 54px rgba(15,23,42,.18);
}
.home-bottom-cta h2{
    margin:0 0 10px;
    color:#fff;
    font-size:30px;
    letter-spacing:-.04em;
}
.home-bottom-cta p{
    margin:0;
    color:#cbd5e1;
    line-height:1.65;
}
.home-bottom-cta .btn{
    flex:0 0 auto;
    background:#fff;
    color:#0f172a;
}
@media(max-width:900px){
    .settings-subnav-card,
    .home-bottom-cta{
        flex-direction:column;
        align-items:flex-start;
    }
    .sticky-save-bar{
        flex-direction:column;
        align-items:stretch;
    }
    .sticky-save-bar .btn{
        width:100%;
    }
}

/* v8.1 anasayfa sağ alan görsel yükleme */
.home-hero-upload-card{
    display:grid;
    grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);
    gap:18px;
    align-items:stretch;
    padding:18px;
    border:1px solid #dbeafe;
    border-radius:22px;
    background:linear-gradient(135deg,#f8fbff,#ffffff);
    margin:18px 0 24px;
}
.home-hero-upload-info label:first-child{
    display:block;
    color:#0f172a;
    font-weight:950;
    margin-bottom:8px;
}
.home-hero-upload-info p{
    color:#64748b;
    line-height:1.55;
    margin:0 0 14px;
}
.home-upload-button{
    display:flex!important;
    align-items:center;
    gap:14px;
    padding:16px 18px;
    border:2px dashed #2563eb;
    border-radius:20px;
    background:#eff6ff;
    cursor:pointer;
    transition:.16s ease;
}
.home-upload-button:hover{
    background:#dbeafe;
    transform:translateY(-1px);
}
.home-upload-button input{
    display:none;
}
.home-upload-button span{
    display:block;
    color:#0f172a;
    font-weight:950;
}
.home-upload-button small{
    display:block;
    color:#64748b;
    font-weight:800;
    margin-top:4px;
}
.home-upload-button:before{
    content:"↑";
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:16px;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    font-size:24px;
    font-weight:950;
    flex:0 0 48px;
}
.home-hero-current-image{
    min-height:160px;
    border-radius:20px;
    border:1px solid #e2e8f0;
    background:#fff;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.home-hero-current-image img{
    width:100%;
    height:190px;
    object-fit:cover;
    display:block;
}
.home-delete-image-check{
    padding:12px 14px;
    margin:0!important;
    border-top:1px solid #e2e8f0;
    color:#991b1b;
    font-weight:900;
}
.home-hero-empty-preview{
    display:grid;
    place-items:center;
    text-align:center;
    min-height:190px;
    padding:20px;
    color:#64748b;
}
.home-hero-empty-preview strong{
    display:block;
    color:#0f172a;
    font-size:17px;
    margin-bottom:6px;
}
.home-hero-image-frame{
    width:100%;
    border-radius:34px;
    overflow:hidden;
    background:#07162e;
    padding:18px;
    box-shadow:0 24px 60px rgba(15,23,42,.16);
}
.home-hero-image-frame img{
    width:100%;
    min-height:330px;
    max-height:460px;
    object-fit:cover;
    display:block;
    border-radius:22px;
}
@media(max-width:900px){
    .home-hero-upload-card{
        grid-template-columns:1fr;
    }
    .home-hero-image-frame img{
        min-height:240px;
        max-height:360px;
    }
}


/* v8.2 anasayfa ayar sayfası sade premium görünüm */
.home-settings-page{
    max-width:1320px;
}
.home-settings-page .product-page-head{
    padding:34px 36px!important;
    border-radius:30px!important;
}
.home-settings-page .product-page-copy p{
    max-width:900px;
    line-height:1.65;
}
.home-settings-quicknav{
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px;
    flex-wrap:wrap;
    margin:-8px 0 0;
    border:1px solid #dbeafe;
    border-radius:24px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 14px 34px rgba(15,23,42,.06);
}
.home-settings-quicknav a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 16px;
    border-radius:14px;
    background:#eff6ff;
    color:#1d4ed8;
    text-decoration:none;
    font-weight:900;
    border:1px solid #dbeafe;
    transition:.18s ease;
}
.home-settings-quicknav a:hover{
    background:#dbeafe;
    color:#0f172a;
    transform:translateY(-1px);
}
.home-settings-form{
    gap:24px!important;
}
.home-settings-card{
    padding:28px 30px!important;
    border-radius:28px!important;
    border:1px solid #e7edf6!important;
    box-shadow:0 14px 36px rgba(15,23,42,.05)!important;
    background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
}
.home-settings-head{
    margin-bottom:20px!important;
    padding-bottom:16px;
    border-bottom:1px solid #edf2f7;
}
.home-settings-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:7px 12px;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:12px;
    font-weight:900;
    letter-spacing:.04em;
    text-transform:uppercase;
    margin-bottom:10px;
}
.home-settings-head h2{
    margin:0 0 6px!important;
    color:#0f172a;
    letter-spacing:-.035em;
}
.home-settings-head p{
    margin:0!important;
    color:#64748b;
    line-height:1.6;
}
.home-settings-card .field label{
    color:#334155;
    font-size:13px;
    font-weight:900;
    letter-spacing:.01em;
    margin-bottom:8px;
}
.home-settings-card .input,
.home-settings-card textarea,
.home-settings-card select{
    border-radius:18px!important;
    border:1px solid #dbe4f0!important;
    background:#fff!important;
    box-shadow:0 6px 18px rgba(15,23,42,.04)!important;
}
.home-settings-card textarea{
    min-height:120px;
}
.home-form-grid{
    gap:20px!important;
}
.home-settings-card .seo-counter-row{
    margin-top:10px;
}
.home-hero-upload-card{
    margin:8px 0 8px!important;
    padding:20px!important;
    border-radius:24px!important;
    border:1px solid #dbeafe!important;
    background:linear-gradient(135deg,#f8fbff 0%,#ffffff 100%)!important;
}
.home-hero-current-image{
    border-radius:22px!important;
}
.home-hero-current-image img{
    height:210px!important;
}
.sticky-save-bar{
    bottom:22px!important;
    padding:16px 18px!important;
    border-radius:24px!important;
}
@media(max-width:900px){
    .home-settings-page .product-page-head,
    .home-settings-card{
        padding:24px!important;
    }
    .home-settings-quicknav{
        gap:10px;
    }
}


/* v8.3 anasayfa ayar formu daha net düzen */
.home-settings-form{
    gap:28px!important;
}
.home-settings-card{
    overflow:hidden;
}
.home-settings-card .home-form-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px 18px!important;
    align-items:start!important;
}
.home-settings-card .field{
    display:flex;
    flex-direction:column;
    padding:16px 18px;
    border:1px solid #e8eef7;
    border-radius:20px;
    background:linear-gradient(180deg,#fbfdff 0%,#f8fbff 100%);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.home-settings-card .field-full{
    grid-column:1 / -1;
}
.home-settings-card .field .muted.small-note{
    margin-top:10px;
}
.home-settings-card .field .seo-counter-row{
    padding-top:6px;
}
.home-settings-card .field label{
    margin-bottom:10px!important;
}
.home-settings-card .field textarea,
.home-settings-card .field .input,
.home-settings-card .field select{
    width:100%;
}
.home-settings-card .field textarea{
    min-height:126px!important;
}
.home-settings-card .field .seo-counter-input[data-limit="160"]{
    min-height:140px!important;
}
.home-hero-upload-card{
    grid-template-columns:minmax(0,1fr) minmax(260px,.72fr)!important;
    margin:12px 0 4px!important;
}
.home-hero-upload-info,
.home-hero-current-image{
    background:#fff;
    border:1px solid #e8eef7;
    border-radius:20px;
    padding:16px;
}
.home-hero-current-image{
    padding:10px;
}
.home-hero-current-image img{
    border-radius:16px;
}
.home-hero-empty-preview{
    min-height:200px!important;
    border-radius:16px;
    background:linear-gradient(180deg,#f8fbff 0%,#f1f5f9 100%);
}
.sticky-save-bar{
    justify-content:space-between!important;
}
.sticky-save-bar:before{
    content:'Kaydetmeden çıkmadan önce değişikliklerini kontrol et.';
    color:#64748b;
    font-weight:800;
    font-size:13px;
}
@media(max-width:1100px){
    .home-settings-card .home-form-grid{
        grid-template-columns:1fr!important;
    }
    .home-settings-card .field-full{
        grid-column:auto;
    }
    .home-hero-upload-card{
        grid-template-columns:1fr!important;
    }
}
@media(max-width:900px){
    .sticky-save-bar{
        justify-content:stretch!important;
    }
    .sticky-save-bar:before{
        display:block;
        margin-bottom:2px;
    }
}

/* v8.4 anasayfa ayar alan genişlikleri ve çoğaltılabilir kutular */
.home-settings-head{
    border-bottom:2px solid #dbeafe!important;
    padding-bottom:22px!important;
    margin-bottom:26px!important;
}
.home-settings-card{
    padding-top:32px!important;
    padding-bottom:32px!important;
}
.home-settings-card + .home-settings-card{
    margin-top:6px!important;
}
.home-settings-card .field{
    margin-bottom:0!important;
}
.home-settings-card .field-full{
    grid-column:1 / -1!important;
}
.home-settings-card .field-full > .input,
.home-settings-card .field-full > textarea,
.home-settings-card .field-full > select{
    width:100%!important;
    max-width:none!important;
}
.home-repeatable-steps{
    display:flex;
    flex-direction:column;
    gap:20px;
}
.home-step-editor{
    padding:18px;
    border-radius:24px;
    border:1px solid #dbeafe;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 12px 30px rgba(15,23,42,.04);
}
.home-step-editor-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding-bottom:14px;
    margin-bottom:16px;
    border-bottom:1px solid #e2e8f0;
}
.home-step-editor-head strong{
    color:#0f172a;
    font-size:17px;
    letter-spacing:-.02em;
}
.home-step-remove{
    min-height:36px!important;
    border-radius:12px!important;
}
.home-step-add{
    margin-top:18px;
    width:100%;
    justify-content:center;
    min-height:52px;
    border-radius:18px!important;
    border:1px dashed #2563eb!important;
    background:#eff6ff!important;
    color:#1d4ed8!important;
    font-weight:950!important;
}
.home-step-add:hover{
    background:#dbeafe!important;
}
@media(max-width:1100px){
    .home-settings-card .field-full{
        grid-column:auto!important;
    }
}

/* v8.5 anasayfa ayar bölüm çizgisi alt boşluk */
.home-settings-head{
    padding-bottom:22px!important;
    margin-bottom:32px!important;
}
.home-settings-head + .home-form-grid,
.home-settings-head + .field,
.home-settings-head + .home-hero-upload-card,
.home-settings-head + input + .home-repeatable-steps{
    margin-top:10px!important;
}

/* v8.6 anasayfa ayar - nasıl çalışır kart aralıkları */
.home-repeatable-steps{
    gap:26px !important;
    margin-top:14px !important;
}
.home-step-editor{
    margin:0 !important;
}
.home-step-editor .home-form-grid{
    gap:20px !important;
}
.home-step-editor .field{
    margin-bottom:6px !important;
}
.home-step-editor .field + .field{
    margin-top:6px !important;
}

/* v8.7 premium anasayfa, footer ve WP tarzı menü yönetimi */
.site-header-premium{
    position:sticky;
    top:0;
    z-index:50;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(16px);
    border-bottom:1px solid rgba(226,232,240,.85);
}
.site-header-premium .nav a{
    font-weight:900;
}
.site-header-premium .nav a:hover{
    color:#2563eb;
}
.hero{
    position:relative;
    overflow:hidden;
    background:
      radial-gradient(circle at 12% 18%, rgba(37,99,235,.16), transparent 32%),
      radial-gradient(circle at 78% 28%, rgba(56,189,248,.16), transparent 30%),
      linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}
.hero:before{
    content:"";
    position:absolute;
    inset:auto -160px -220px auto;
    width:520px;
    height:520px;
    border-radius:50%;
    background:rgba(37,99,235,.08);
}
.home-hero-stats{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:24px;
}
.home-hero-stats span{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:10px 13px;
    border-radius:999px;
    background:#fff;
    border:1px solid #dbeafe;
    color:#475569;
    font-weight:850;
    box-shadow:0 10px 24px rgba(15,23,42,.05);
}
.home-hero-stats strong{
    color:#0f172a;
    font-weight:950;
}
.home-value-section{
    padding-top:34px!important;
    padding-bottom:24px!important;
}
.home-value-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.home-value-card{
    position:relative;
    overflow:hidden;
    padding:30px 28px;
    border-radius:28px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    border:1px solid #dbe7f5;
    box-shadow:0 18px 44px rgba(15,23,42,.06);
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.home-value-card::before{
    content:"";
    position:absolute;
    inset:0 auto auto 0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#2563eb,#38bdf8);
    opacity:.95;
}
.home-value-card:hover{
    transform:translateY(-6px);
    border-color:#bfdbfe;
    box-shadow:0 24px 58px rgba(15,23,42,.12);
}
.home-value-card i{
    position:relative;
    width:74px;
    height:74px;
    display:grid;
    place-items:center;
    border-radius:24px;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    font-style:normal;
    font-weight:950;
    font-size:30px;
    line-height:1;
    margin:0 auto 20px;
    box-shadow:0 18px 36px rgba(37,99,235,.24);
}
.home-value-card i::after{
    content:"";
    position:absolute;
    inset:-8px;
    border-radius:30px;
    border:1px solid rgba(37,99,235,.14);
}
.home-value-card:nth-child(2) i{
    background:linear-gradient(135deg,#7c3aed,#a855f7 55%,#fb7185 100%);
    box-shadow:0 18px 36px rgba(124,58,237,.24);
}
.home-value-card:nth-child(2)::before{
    background:linear-gradient(90deg,#7c3aed,#fb7185);
}
.home-value-card:nth-child(3) i{
    background:linear-gradient(135deg,#0f766e,#14b8a6 55%,#38bdf8 100%);
    box-shadow:0 18px 36px rgba(20,184,166,.24);
}
.home-value-card:nth-child(3)::before{
    background:linear-gradient(90deg,#0f766e,#38bdf8);
}
.home-value-card strong{
    display:block;
    color:#0f172a;
    font-size:22px;
    font-weight:900;
    letter-spacing:-.03em;
    margin-bottom:10px;
}
.home-value-card p{
    margin:0;
    color:#64748b;
    line-height:1.75;
    max-width:34ch;
}
.section-head-premium h2{
    letter-spacing:-.04em;
}
.home-featured-section{
    padding-top:36px!important;
}
.product-card-premium{
    border:1px solid #e2e8f0!important;
    box-shadow:0 18px 44px rgba(15,23,42,.07)!important;
    transition:.18s ease;
}
.product-card-premium:hover{
    transform:translateY(-4px);
    box-shadow:0 24px 58px rgba(15,23,42,.12)!important;
}
.home-process-card{
    border-radius:30px!important;
    background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;
    border:1px solid #dbeafe!important;
    box-shadow:0 20px 50px rgba(15,23,42,.07)!important;
}
.home-process-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.home-process-step{
    position:relative;
    padding:24px!important;
    border-radius:24px!important;
}
.home-process-step span{
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    border-radius:14px;
    background:#eff6ff;
    color:#1d4ed8;
    font-weight:950;
    margin-bottom:14px;
}
.premium-footer{
    margin-top:70px;
    padding:0 0 28px;
    background:
      radial-gradient(circle at 12% 10%, rgba(37,99,235,.22), transparent 28%),
      linear-gradient(135deg,#07162e 0%,#0b2345 54%,#123a72 100%);
    color:#cbd5e1;
}
.footer-cta{
    transform:translateY(-42px);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:30px 34px;
    border-radius:30px;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    box-shadow:0 26px 70px rgba(37,99,235,.30);
}
.footer-cta span{
    display:inline-block;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-weight:950;
    opacity:.9;
    margin-bottom:8px;
}
.footer-cta h2{
    margin:0 0 8px;
    color:#fff;
    font-size:28px;
    letter-spacing:-.04em;
}
.footer-cta p{
    margin:0;
    color:#e0f2fe;
    line-height:1.6;
}
.footer-cta .btn{
    flex:0 0 auto;
    background:#fff;
    color:#0f172a;
    border:0;
}
.footer-grid-premium{
    display:grid;
    grid-template-columns:1.4fr .7fr .9fr;
    gap:34px;
    margin-top:-10px;
}
.footer-about p,
.footer-contact small{
    color:#cbd5e1;
    line-height:1.7;
}
.footer-links a,
.footer-contact a{
    display:block;
    color:#e2e8f0;
    text-decoration:none;
    margin:10px 0;
    font-weight:800;
}
.footer-links a:hover,
.footer-contact a:hover{
    color:#fff;
}
.footer-grid-premium h4{
    color:#fff;
    margin:0 0 14px;
    font-size:17px;
}
.footer-badges{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:16px;
}
.footer-badges span{
    display:inline-flex;
    padding:8px 10px;
    border-radius:999px;
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.12);
    color:#e2e8f0;
    font-size:12px;
    font-weight:900;
}
.footer-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.14);
    color:#94a3b8;
    font-size:13px;
}
.menu-settings-page{
    display:flex;
    flex-direction:column;
    gap:28px;
}
.menu-builder-grid{
    display:grid;
    grid-template-columns:360px minmax(0,1fr);
    gap:24px;
    align-items:start;
}
.menu-builder-sidebar,
.menu-builder-main,
.footer-editor-card{
    border-radius:28px!important;
    border:1px solid #e2e8f0!important;
    background:linear-gradient(180deg,#fff,#fbfdff)!important;
    box-shadow:0 16px 42px rgba(15,23,42,.06)!important;
}
.menu-panel-title{
    padding-bottom:18px;
    margin-bottom:18px;
    border-bottom:1px solid #e2e8f0;
}
.menu-panel-title h2{
    margin:8px 0 6px;
    color:#0f172a;
    letter-spacing:-.035em;
}
.quick-page-list{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.quick-page-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    width:100%;
    padding:13px 14px;
    border-radius:16px;
    border:1px solid #dbeafe;
    background:#f8fbff;
    cursor:pointer;
    text-align:left;
    transition:.16s ease;
}
.quick-page-item:hover{
    background:#eff6ff;
    transform:translateY(-1px);
}
.quick-page-item strong{
    color:#0f172a;
}
.quick-page-item small{
    color:#64748b;
    font-weight:800;
}
.custom-link-box{
    margin-top:22px;
    padding-top:20px;
    border-top:1px solid #e2e8f0;
}
.custom-link-box h3{
    margin:0 0 14px;
    color:#0f172a;
}
.menu-builder-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
}
.menu-builder-list{
    display:flex;
    flex-direction:column;
    gap:14px;
}
.menu-item-editor{
    border:1px solid #dbeafe;
    border-radius:22px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(15,23,42,.04);
}
.menu-item-editor.disabled{
    opacity:.62;
}
.menu-item-summary{
    display:grid;
    grid-template-columns:42px minmax(0,1fr) auto;
    gap:12px;
    align-items:center;
    padding:14px;
    background:#f8fbff;
    border-bottom:1px solid #e2e8f0;
}
.menu-drag{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:14px;
    background:#eff6ff;
    color:#1d4ed8;
    font-weight:950;
    cursor:grab;
}
.menu-summary-text strong{
    display:block;
    color:#0f172a;
}
.menu-summary-text small{
    display:block;
    color:#64748b;
    margin-top:3px;
    font-weight:800;
}
.menu-item-actions{
    display:flex;
    gap:6px;
}
.menu-item-actions button{
    border:1px solid #dbeafe;
    background:#fff;
    border-radius:12px;
    min-width:36px;
    min-height:36px;
    cursor:pointer;
    font-weight:950;
    color:#1d4ed8;
}
.menu-item-actions button.danger{
    color:#dc2626;
}
.menu-item-fields{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    padding:16px;
}
.menu-check{
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:900;
    color:#334155;
    padding:12px 14px;
    border-radius:16px;
    background:#f8fafc;
}
.menu-builder-help{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:18px;
    color:#64748b;
}
.menu-builder-help span{
    padding:7px 10px;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    font-weight:900;
    font-size:12px;
}
.footer-form-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px!important;
}
.footer-form-grid .field-full{
    grid-column:1/-1;
}
@media(max-width:1100px){
    .menu-builder-grid,
    .home-value-grid,
    .home-process-grid,
    .footer-grid-premium{
        grid-template-columns:1fr;
    }
    .footer-cta,
    .footer-bottom{
        flex-direction:column;
        align-items:flex-start;
    }
    .menu-item-fields,
    .footer-form-grid{
        grid-template-columns:1fr!important;
    }
}
@media(max-width:760px){
    .menu-item-summary{
        grid-template-columns:42px minmax(0,1fr);
    }
    .menu-item-actions{
        grid-column:1/-1;
        justify-content:flex-end;
    }
}

/* v8.8 footer ayarları ve CTA buton düzeltmesi */
.footer-cta .btn{
    background:linear-gradient(135deg,#07162e,#0f2b52)!important;
    color:#ffffff!important;
    border:1px solid rgba(255,255,255,.22)!important;
    box-shadow:0 16px 36px rgba(7,22,46,.28)!important;
}
.footer-cta .btn:hover{
    background:linear-gradient(135deg,#0f2b52,#07162e)!important;
    color:#ffffff!important;
    transform:translateY(-2px);
}
.footer-settings-page{
    display:flex;
    flex-direction:column;
    gap:28px;
}
.footer-settings-form{
    display:flex;
    flex-direction:column;
    gap:24px;
}
.footer-settings-card{
    padding:30px!important;
    border-radius:28px!important;
    border:1px solid #e2e8f0!important;
    background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)!important;
    box-shadow:0 16px 42px rgba(15,23,42,.06)!important;
}
.footer-settings-head{
    padding-bottom:20px;
    margin-bottom:24px;
    border-bottom:2px solid #dbeafe;
}
.footer-settings-head h2{
    margin:8px 0 6px;
    color:#0f172a;
    letter-spacing:-.035em;
}
.footer-settings-head p{
    margin:0;
    color:#64748b;
    line-height:1.6;
}
.footer-settings-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px!important;
}
.footer-settings-grid .field{
    padding:16px 18px;
    border:1px solid #e8eef7;
    border-radius:20px;
    background:linear-gradient(180deg,#fbfdff 0%,#f8fbff 100%);
}
.footer-settings-grid .field-full{
    grid-column:1/-1;
}
.footer-settings-grid textarea{
    min-height:128px;
}
@media(max-width:900px){
    .footer-settings-grid{
        grid-template-columns:1fr!important;
    }
    .footer-settings-grid .field-full{
        grid-column:auto;
    }
}


@media (max-width: 768px){
    .home-value-card{
        padding:24px 20px;
        border-radius:24px;
    }
    .home-value-card i{
        width:68px;
        height:68px;
        border-radius:22px;
        font-size:28px;
        margin-bottom:18px;
    }
    .home-value-card strong{
        font-size:20px;
    }
}


/* v9.2 home value cards stronger overrides */
.home-value-grid .home-value-card{
    position:relative !important;
    overflow:hidden !important;
    padding:32px 28px !important;
    border-radius:28px !important;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
    border:1px solid #dbe7f5 !important;
    box-shadow:0 18px 44px rgba(15,23,42,.08) !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    text-align:center !important;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}
.home-value-grid .home-value-card::before{
    content:"";
    position:absolute;
    left:0;top:0;width:100%;height:5px;
    background:linear-gradient(90deg,#2563eb,#38bdf8);
}
.home-value-grid .home-value-card:hover{
    transform:translateY(-6px) !important;
    border-color:#bfdbfe !important;
    box-shadow:0 24px 58px rgba(15,23,42,.12) !important;
}
.home-value-grid .home-value-card i{
    width:78px !important;
    height:78px !important;
    min-width:78px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin:0 auto 20px !important;
    border-radius:24px !important;
    background:linear-gradient(135deg,#2563eb,#38bdf8) !important;
    color:#fff !important;
    font-style:normal !important;
    font-weight:900 !important;
    font-size:34px !important;
    line-height:1 !important;
    box-shadow:0 18px 36px rgba(37,99,235,.25) !important;
}
.home-value-grid .home-value-card:nth-child(2) i{
    background:linear-gradient(135deg,#7c3aed,#a855f7 58%,#fb7185 100%) !important;
    box-shadow:0 18px 36px rgba(124,58,237,.24) !important;
}
.home-value-grid .home-value-card:nth-child(3) i{
    background:linear-gradient(135deg,#0f766e,#14b8a6 58%,#38bdf8 100%) !important;
    box-shadow:0 18px 36px rgba(20,184,166,.24) !important;
}
.home-value-grid .home-value-card strong{
    width:100% !important;
    display:block !important;
    color:#0f172a !important;
    text-align:center !important;
    font-size:22px !important;
    font-weight:900 !important;
    letter-spacing:-.03em !important;
    margin:0 0 10px !important;
}
.home-value-grid .home-value-card p{
    margin:0 !important;
    color:#64748b !important;
    text-align:center !important;
    line-height:1.75 !important;
}
@media (max-width:768px){
    .home-value-grid .home-value-card{padding:24px 20px !important;}
    .home-value-grid .home-value-card i{width:68px !important;height:68px !important;min-width:68px !important;font-size:30px !important;}
    .home-value-grid .home-value-card strong{font-size:20px !important;}
}


/* v9.3 more premium home process section */
.home-process-section{
    position:relative;
}
.home-process-card{
    position:relative;
    overflow:hidden;
    padding:38px 36px !important;
    border-radius:34px !important;
    background:
      radial-gradient(circle at top right, rgba(59,130,246,.10), transparent 26%),
      linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
    border:1px solid #dbeafe !important;
    box-shadow:0 24px 60px rgba(15,23,42,.08) !important;
}
.home-process-card::before{
    content:"";
    position:absolute;
    inset:0 auto auto 0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg,#2563eb,#38bdf8 40%,#8b5cf6 100%);
}
.home-process-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:28px;
}
.home-process-copy{
    max-width:760px;
}
.home-process-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:9px 14px;
    border-radius:999px;
    background:#eff6ff;
    border:1px solid #dbeafe;
    color:#1d4ed8;
    font-size:13px;
    font-weight:800;
    letter-spacing:.02em;
    margin-bottom:14px;
}
.home-process-copy h2{
    margin:0 0 12px;
    font-size:clamp(34px,4vw,48px);
    line-height:1.02;
    letter-spacing:-.045em;
    color:#0f172a;
}
.home-process-copy p{
    margin:0;
    font-size:20px;
    line-height:1.7;
    color:#64748b;
    max-width:60ch;
}
.home-process-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
    margin-top:0 !important;
}
.home-process-step{
    position:relative;
    overflow:hidden;
    min-height:250px;
    padding:28px 26px !important;
    border-radius:28px !important;
    background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%) !important;
    border:1px solid #e2e8f0 !important;
    box-shadow:0 14px 34px rgba(15,23,42,.05) !important;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.home-process-step::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#2563eb,#38bdf8);
    opacity:.95;
}
.home-process-step:hover{
    transform:translateY(-6px);
    border-color:#bfdbfe !important;
    box-shadow:0 24px 46px rgba(15,23,42,.10) !important;
}
.home-process-step:nth-child(2)::before{
    background:linear-gradient(90deg,#7c3aed,#ec4899);
}
.home-process-step:nth-child(3)::before{
    background:linear-gradient(90deg,#0f766e,#06b6d4);
}
.home-process-step-top{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    margin-bottom:20px;
}
.home-process-step-badge{
    display:flex;
    align-items:center;
    gap:12px;
    padding:8px 10px 8px 8px;
    border-radius:999px;
    background:#f8fbff;
    border:1px solid #e2e8f0;
}
.home-process-step-badge small{
    color:#64748b;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}
.home-process-step-badge span{
    display:grid;
    place-items:center;
    width:52px;
    height:52px;
    border-radius:18px;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    font-size:24px;
    font-weight:900;
    line-height:1;
    box-shadow:0 14px 28px rgba(37,99,235,.24);
}
.home-process-step:nth-child(2) .home-process-step-badge span{
    background:linear-gradient(135deg,#7c3aed,#ec4899);
    box-shadow:0 14px 28px rgba(124,58,237,.24);
}
.home-process-step:nth-child(3) .home-process-step-badge span{
    background:linear-gradient(135deg,#0f766e,#06b6d4);
    box-shadow:0 14px 28px rgba(15,118,110,.24);
}
.home-process-step strong{
    display:block;
    margin:0 0 14px;
    color:#0f172a;
    font-size:29px;
    line-height:1.15;
    letter-spacing:-.035em;
}
.home-process-step p{
    margin:0;
    color:#64748b !important;
    font-size:18px;
    line-height:1.8;
}
@media(max-width:1100px){
    .home-process-card{
        padding:34px 28px !important;
    }
    .home-process-grid{
        grid-template-columns:1fr;
        gap:18px;
    }
    .home-process-step{
        min-height:auto;
    }
}
@media(max-width:760px){
    .home-process-card{
        padding:28px 20px !important;
        border-radius:28px !important;
    }
    .home-process-head{
        margin-bottom:22px;
    }
    .home-process-copy h2{
        font-size:36px;
    }
    .home-process-copy p{
        font-size:17px;
    }
    .home-process-step{
        padding:24px 20px !important;
        border-radius:24px !important;
    }
    .home-process-step strong{
        font-size:24px;
    }
    .home-process-step p{
        font-size:16px;
    }
}

/* v9.4 nasıl çalışır adım ikon düzeltmesi */
.home-process-step-top{
    justify-content:center!important;
    margin-bottom:24px!important;
}
.home-process-step-badge{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:86px!important;
    height:86px!important;
    padding:0!important;
    border-radius:999px!important;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
    border:1px solid #dbeafe!important;
    box-shadow:0 18px 38px rgba(15,23,42,.08)!important;
}
.home-process-step-badge small{
    display:none!important;
}
.home-process-step-badge span{
    width:64px!important;
    height:64px!important;
    border-radius:999px!important;
    margin:0!important;
    font-size:28px!important;
    display:grid!important;
    place-items:center!important;
}
.home-process-step strong{
    text-align:center!important;
}
.home-process-step p{
    text-align:center!important;
}

/* v9.6 sağ alt WhatsApp ve yukarı çık butonları */
.floating-site-actions{
    position:fixed;
    right:24px;
    bottom:24px;
    z-index:9998;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:12px;
    pointer-events:none;
}
.floating-action-btn{
    pointer-events:auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:0;
    text-decoration:none;
    cursor:pointer;
    transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.scroll-top-btn{
    width:50px;
    height:50px;
    border-radius:18px;
    background:rgba(255,255,255,.94);
    color:#0f172a;
    border:1px solid #dbeafe;
    box-shadow:0 16px 40px rgba(15,23,42,.14);
    font-size:24px;
    font-weight:950;
    opacity:0;
    transform:translateY(10px) scale(.96);
    visibility:hidden;
}
.scroll-top-btn.visible{
    opacity:1;
    transform:translateY(0) scale(1);
    visibility:visible;
}
.scroll-top-btn:hover{
    transform:translateY(-3px) scale(1.03);
    box-shadow:0 20px 46px rgba(15,23,42,.18);
}
.whatsapp-float-btn{
    min-width:156px;
    height:58px;
    padding:0 20px 0 18px;
    gap:10px;
    border-radius:999px;
    background:linear-gradient(135deg,#16a34a,#22c55e);
    color:#fff!important;
    font-weight:950;
    box-shadow:0 18px 44px rgba(22,163,74,.32);
}
.whatsapp-float-btn:before{
    content:"";
    width:28px;
    height:28px;
    display:block;
    border-radius:50%;
    background:
        radial-gradient(circle at 50% 50%, #fff 0 28%, transparent 29%),
        linear-gradient(135deg,#ffffff,#ffffff);
    opacity:.98;
    mask:
        radial-gradient(circle at 50% 50%, #000 0 54%, transparent 55%);
    -webkit-mask:
        radial-gradient(circle at 50% 50%, #000 0 54%, transparent 55%);
}
.whatsapp-float-btn span{
    color:#fff;
    line-height:1;
}
.whatsapp-float-btn:hover{
    transform:translateY(-3px) scale(1.02);
    box-shadow:0 22px 54px rgba(22,163,74,.42);
}
@media(max-width:760px){
    .floating-site-actions{
        right:16px;
        bottom:16px;
        gap:10px;
    }
    .scroll-top-btn{
        width:46px;
        height:46px;
        border-radius:16px;
    }
    .whatsapp-float-btn{
        min-width:58px;
        width:58px;
        height:58px;
        padding:0;
        border-radius:20px;
    }
    .whatsapp-float-btn span{
        display:none;
    }
    .whatsapp-float-btn:before{
        width:30px;
        height:30px;
    }
}

/* v9.7 WhatsApp ikon ve yazı düzeltmesi */
.whatsapp-float-btn{
    font-weight:700!important;
    letter-spacing:.01em!important;
}
.whatsapp-float-btn:before{
    display:none!important;
    content:none!important;
}
.whatsapp-float-icon{
    width:27px!important;
    height:27px!important;
    flex:0 0 27px!important;
    display:block!important;
    fill:#ffffff!important;
}
.whatsapp-float-btn span{
    font-weight:700!important;
    color:#ffffff!important;
}
@media(max-width:760px){
    .whatsapp-float-icon{
        width:30px!important;
        height:30px!important;
        flex-basis:30px!important;
    }
}

/* v10.0 feature pack */
.feature-chip-grid{display:flex;flex-wrap:wrap;gap:10px;margin:14px 0}
.feature-chip-grid span{display:inline-flex;padding:10px 13px;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;font-weight:900}
.faq-list{display:grid;gap:10px;margin-top:14px}
.faq-list details{border:1px solid #e2e8f0;border-radius:18px;background:#fff;padding:14px 16px}
.faq-list summary{cursor:pointer;font-weight:900;color:#0f172a}
.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:14px}
.testimonial-card{border:1px solid #e2e8f0;border-radius:22px;background:#fff;padding:18px;box-shadow:0 12px 30px rgba(15,23,42,.05)}
.testimonial-card strong{display:block;color:#0f172a;margin-bottom:6px}
.testimonial-card em{display:block;color:#f59e0b;font-style:normal;margin-bottom:8px}
.compare-card{overflow:auto}
.compare-table th,.compare-table td{min-width:180px;vertical-align:top}
.coupon-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;margin:18px 0;padding:16px;border:1px solid #dbeafe;border-radius:20px;background:#f8fbff}
.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}
.media-card{border:1px solid #e2e8f0;border-radius:20px;background:#fff;padding:12px;display:grid;gap:10px}
.media-card img{width:100%;height:150px;object-fit:cover;border-radius:16px;background:#f1f5f9}
.timeline-list{display:grid;gap:10px;margin:14px 0}
.timeline-item{padding:14px 16px;border-radius:18px;border:1px solid #e2e8f0;background:#fff}
.timeline-item strong{display:block;color:#0f172a}
.timeline-item small{display:block;color:#64748b;margin:4px 0}
.maintenance-card{text-align:center;padding:60px 30px!important}
.maintenance-card h1{font-size:42px;margin:0 0 12px;color:#0f172a}
.legal-page{max-width:980px;margin:0 auto;line-height:1.8}
.related-posts-card{margin-top:24px;display:grid;gap:12px}
.related-posts-card a{display:block;text-decoration:none;color:#0f172a;padding:14px;border-radius:16px;background:#f8fbff;border:1px solid #e2e8f0}
.related-posts-card span{display:block;color:#64748b;margin-top:4px}
@media(max-width:900px){.testimonial-grid{grid-template-columns:1fr}.coupon-box{grid-template-columns:1fr}.compare-table th,.compare-table td{min-width:150px}}

/* v10.1 ürün SSS soru/cevap builder */
.product-faq-builder-panel{
    overflow:visible;
}
.product-faq-builder{
    display:flex;
    flex-direction:column;
    gap:18px;
}
.product-faq-editor{
    padding:18px;
    border:1px solid #dbeafe;
    border-radius:22px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 12px 30px rgba(15,23,42,.045);
}
.product-faq-editor-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding-bottom:14px;
    margin-bottom:16px;
    border-bottom:1px solid #e2e8f0;
}
.product-faq-editor-head strong{
    color:#0f172a;
    font-size:17px;
    letter-spacing:-.02em;
}
.product-faq-editor .field{
    margin-bottom:14px;
}
.product-faq-editor .field:last-child{
    margin-bottom:0;
}
.product-faq-editor textarea{
    min-height:120px;
}
.product-faq-add{
    margin-top:18px;
    width:100%;
    justify-content:center;
    min-height:52px;
    border-radius:18px!important;
    border:1px dashed #2563eb!important;
    background:#eff6ff!important;
    color:#1d4ed8!important;
    font-weight:950!important;
}
.product-faq-add:hover{
    background:#dbeafe!important;
}

/* v10.2 kurulum/düzenleme ek hizmeti */
.setup-addon-box{
    display:grid;
    grid-template-columns:auto auto minmax(0,1fr) auto;
    gap:14px;
    align-items:center;
    padding:18px;
    margin:18px 0;
    border:1px solid #bfdbfe;
    border-radius:22px;
    background:linear-gradient(135deg,#eff6ff 0%,#ffffff 100%);
    box-shadow:0 14px 34px rgba(37,99,235,.08);
    cursor:pointer;
}
.setup-addon-box input{
    width:20px;
    height:20px;
    accent-color:#2563eb;
}
.setup-addon-check{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:16px;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    font-weight:950;
    box-shadow:0 12px 26px rgba(37,99,235,.22);
}
.setup-addon-copy strong{
    display:block;
    color:#0f172a;
    font-size:17px;
    letter-spacing:-.02em;
    margin-bottom:4px;
}
.setup-addon-copy em{
    display:block;
    color:#64748b;
    font-style:normal;
    line-height:1.55;
}
.setup-addon-box b{
    color:#0f172a;
    font-size:18px;
    white-space:nowrap;
}
.addon-line{
    display:inline-block;
    margin-top:5px;
    color:#2563eb;
    font-weight:850;
}
.field-full{
    grid-column:1/-1;
}
@media(max-width:760px){
    .setup-addon-box{
        grid-template-columns:auto minmax(0,1fr);
    }
    .setup-addon-check{
        display:none;
    }
    .setup-addon-box b{
        grid-column:1/-1;
        margin-left:34px;
    }
}

/* v10.3 sepette ek hizmet seçimi */
.cart-row-with-addon{
    align-items:flex-start!important;
    gap:22px!important;
}
.cart-item-main{
    flex:1;
    min-width:0;
}
.cart-item-price{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:8px;
    min-width:170px;
}
.cart-item-price small{
    color:#2563eb;
    font-weight:850;
}
.cart-addon-select{
    margin-top:14px;
}
.cart-addon-select label{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto;
    align-items:center;
    gap:12px;
    padding:14px 16px;
    border:1px solid #bfdbfe;
    border-radius:18px;
    background:linear-gradient(135deg,#eff6ff 0%,#ffffff 100%);
    cursor:pointer;
    box-shadow:0 10px 26px rgba(37,99,235,.06);
}
.cart-addon-select input{
    width:20px;
    height:20px;
    accent-color:#2563eb;
}
.cart-addon-select span strong{
    display:block;
    color:#0f172a;
    font-size:14px;
    letter-spacing:-.01em;
}
.cart-addon-select span em{
    display:block;
    color:#64748b;
    font-style:normal;
    font-size:13px;
    line-height:1.45;
    margin-top:3px;
}
.cart-addon-select b{
    color:#0f172a;
    white-space:nowrap;
    font-size:15px;
}
@media(max-width:760px){
    .cart-row-with-addon{
        flex-direction:column!important;
    }
    .cart-item-price{
        width:100%;
        align-items:flex-start;
    }
    .cart-addon-select label{
        grid-template-columns:auto minmax(0,1fr);
    }
    .cart-addon-select b{
        grid-column:2;
    }
}

/* v10.8 blog detay görsel yüksekliği */
.blog-detail-image{
    height:450px!important;
    min-height:450px!important;
}
.blog-detail-image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
}
@media(max-width:760px){
    .blog-detail-image{
        height:280px!important;
        min-height:280px!important;
    }
}


/* v10.9 hero görsel, animasyon ve çoğaltılabilir hero slider */
.hero-slider-section{
    padding:38px 0 12px;
}
.hero-slider{
    position:relative;
}
.hero-slide{
    display:none;
    animation:heroFadeIn .45s ease;
}
.hero-slide.is-active{
    display:block;
}
.hero-copy{
    position:relative;
    z-index:2;
}
.hero-grid{
    align-items:center;
    gap:42px;
}
.hero-card{
    position:relative;
    min-height:470px;
    display:flex;
    align-items:center;
    justify-content:center;
    isolation:isolate;
}
.hero-media-frame{
    position:relative;
    width:100%;
    max-width:560px;
    min-height:420px;
    aspect-ratio:16 / 11;
    padding:18px;
    border-radius:34px;
    overflow:hidden;
    background:linear-gradient(135deg,#03163a 0%,#09285d 52%,#114b7a 100%);
    box-shadow:0 28px 70px rgba(15,23,42,.18);
    z-index:2;
}
.hero-media-frame::after{
    content:"";
    position:absolute;
    inset:16px;
    border-radius:24px;
    border:1px solid rgba(255,255,255,.08);
    pointer-events:none;
}
.hero-media-frame img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    display:block;
    border-radius:22px;
    background:#ffffff;
    box-shadow:inset 0 0 0 1px rgba(226,232,240,.9);
}
.hero-preview-window{
    position:relative;
    z-index:2;
}
.hero-float{
    position:absolute;
    display:grid;
    place-items:center;
    color:#fff;
    z-index:1;
    box-shadow:0 20px 40px rgba(15,23,42,.12);
    animation:heroFloatY 6s ease-in-out infinite;
    user-select:none;
}
.hero-float b{
    font-size:24px;
    line-height:1;
}
.hero-float-one{
    width:84px;
    height:84px;
    left:14px;
    top:54px;
    border-radius:28px;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
}
.hero-float-two{
    width:64px;
    height:64px;
    right:36px;
    bottom:76px;
    border-radius:50%;
    background:linear-gradient(135deg,#7c3aed,#fb7185);
    animation-delay:-1.2s;
}
.hero-float-three{
    width:68px;
    height:68px;
    right:80px;
    top:36px;
    border-radius:22px;
    background:linear-gradient(135deg,#0f766e,#22d3ee);
    animation-delay:-2.1s;
}
.hero-slider-nav{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:18px;
}
.hero-slider-dot{
    width:12px;
    height:12px;
    border-radius:999px;
    border:0;
    background:#cbd5e1;
    box-shadow:none;
    cursor:pointer;
    transition:all .18s ease;
}
.hero-slider-dot.is-active{
    width:34px;
    background:linear-gradient(90deg,#2563eb,#38bdf8);
}
.home-settings-subhead{
    margin:24px 0 14px;
    padding-top:18px;
    border-top:1px solid #e7edf5;
}
.home-repeatable-wrap{
    margin-top:16px;
}
.home-repeatable-slides{
    display:grid;
    gap:18px;
}
.home-slide-editor{
    border:1px solid #dbe7f5;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    border-radius:24px;
    padding:18px 18px 4px;
    box-shadow:0 14px 34px rgba(15,23,42,.05);
}
.home-repeatable-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px 14px;
    align-items:center;
    margin-top:16px;
}
@keyframes heroFloatY{
    0%,100%{ transform:translateY(0px); }
    50%{ transform:translateY(-14px); }
}
@keyframes heroFadeIn{
    from{ opacity:0; transform:translateY(10px); }
    to{ opacity:1; transform:translateY(0); }
}
@media(max-width:900px){
    .hero-card{
        min-height:auto;
        margin-top:8px;
    }
    .hero-media-frame{
        min-height:300px;
        max-width:none;
    }
    .hero-float-one{left:4px; top:24px; width:62px; height:62px; border-radius:20px;}
    .hero-float-two{right:14px; bottom:34px; width:52px; height:52px;}
    .hero-float-three{right:56px; top:16px; width:54px; height:54px; border-radius:18px;}
}
@media(max-width:640px){
    .hero-slider-section{
        padding-top:22px;
    }
    .hero-media-frame{
        min-height:240px;
        padding:12px;
        border-radius:24px;
    }
    .hero-media-frame::after{
        inset:10px;
        border-radius:16px;
    }
    .hero-float{display:none;}
}


/* v10.10 hero SEO başlık düzeni */
.hero h2.hero-slide-title{
    font-size:clamp(38px,6vw,68px);
    line-height:.98;
    margin:18px 0 18px;
    letter-spacing:-.06em;
    color:#07162e;
    font-weight:950;
}


/* v10.11 hero görsel görünüm iyileştirmesi */
.hero-card{
    overflow: visible;
}
.hero-media-frame{
    max-width: 560px;
    min-height: 400px;
    aspect-ratio: 16 / 10;
    padding: 10px;
    border-radius: 28px;
    background: linear-gradient(135deg,#04142f 0%,#0a2657 55%,#0f5a8b 100%);
    box-shadow: 0 22px 54px rgba(15,23,42,.16);
}
.hero-media-frame::after{
    inset: 9px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,.07);
}
.hero-media-frame img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 18px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(226,232,240,.7);
}
.hero-float{
    z-index: 4;
}
.hero-float-one{
    left: -8px;
    top: 26px;
    width: 74px;
    height: 74px;
    border-radius: 24px;
}
.hero-float-two{
    right: -10px;
    bottom: 36px;
    width: 58px;
    height: 58px;
}
.hero-float-three{
    right: 34px;
    top: -6px;
    width: 62px;
    height: 62px;
    border-radius: 20px;
}
@media(max-width:900px){
    .hero-media-frame{
        min-height: 300px;
        aspect-ratio: 16 / 10;
        padding: 8px;
    }
    .hero-media-frame::after{
        inset: 7px;
    }
    .hero-float-one{left:-4px;top:12px;width:58px;height:58px;border-radius:18px;}
    .hero-float-two{right:-4px;bottom:22px;width:48px;height:48px;}
    .hero-float-three{right:18px;top:-6px;width:50px;height:50px;border-radius:16px;}
}


/* v10.12 hero frame inceltme ve görsel oturma düzeltmesi */
.hero-card{
    min-height: 450px;
}
.hero-media-frame,
.home-hero-image-frame.hero-media-frame{
    max-width: 545px;
    min-height: 392px;
    aspect-ratio: 16 / 10;
    padding: 6px;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg,#04112a 0%,#08214a 54%,#0e507d 100%);
    box-shadow: 0 18px 42px rgba(15,23,42,.14);
}
.hero-media-frame::after,
.home-hero-image-frame.hero-media-frame::after{
    content: none;
}
.hero-media-frame img,
.home-hero-image-frame.hero-media-frame img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    border-radius: 18px;
    background: #fff;
    box-shadow: none;
}
.hero-float-one{
    left: -16px;
    top: 22px;
}
.hero-float-two{
    right: -14px;
    bottom: 28px;
}
.hero-float-three{
    right: 24px;
    top: -12px;
}
@media(max-width:900px){
    .hero-card{
        min-height: auto;
    }
    .hero-media-frame,
    .home-hero-image-frame.hero-media-frame{
        max-width: none;
        min-height: 280px;
        padding: 5px;
        border-radius: 20px;
    }
    .hero-media-frame img,
    .home-hero-image-frame.hero-media-frame img{
        border-radius: 15px;
    }
}


/* v10.13 hero görsel kontrol seçenekleri */
.hero-media-frame picture,
.home-hero-image-frame.hero-media-frame picture{
    width:100%;
    height:100%;
    display:block;
}
.hero-media-frame.fit-cover img,
.home-hero-image-frame.hero-media-frame.fit-cover img{
    object-fit:cover!important;
}
.hero-media-frame.fit-contain img,
.home-hero-image-frame.hero-media-frame.fit-contain img{
    object-fit:contain!important;
    background:#fff!important;
}
.hero-media-frame.pos-top img,
.home-hero-image-frame.hero-media-frame.pos-top img{
    object-position:center top!important;
}
.hero-media-frame.pos-center img,
.home-hero-image-frame.hero-media-frame.pos-center img{
    object-position:center center!important;
}
.hero-media-frame.pos-bottom img,
.home-hero-image-frame.hero-media-frame.pos-bottom img{
    object-position:center bottom!important;
}
.home-upload-button.mini{
    min-height:76px;
    padding:14px 16px;
    border-radius:18px;
}
.home-upload-button.mini span{
    font-size:14px;
}
.home-upload-button.mini small{
    font-size:12px;
}
.home-hero-mobile-grid{
    margin-top:18px;
}
.home-slide-editor select.home-slide-fit,
.home-slide-editor select.home-slide-position{
    width:100%;
}


/* v10.14 üst duyuru / kampanya bandı */
.site-top-banner{
    width:100%;
    background:linear-gradient(90deg,var(--tb-start,#b6538e),var(--tb-end,#ff9d00));
    color:var(--tb-text,#ffffff);
    position:relative;
    z-index:10000;
    box-shadow:0 8px 24px rgba(15,23,42,.08);
}
.site-top-banner-inner{
    max-width:1180px;
    margin:0 auto;
    min-height:44px;
    padding:8px 22px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    text-align:center;
    font-weight:850;
    line-height:1.35;
}
.site-top-banner-text{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    color:var(--tb-text,#ffffff);
    text-shadow:0 1px 2px rgba(0,0,0,.12);
}
.site-top-banner-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:18px;
    height:18px;
    border:2px solid currentColor;
    border-radius:7px;
    font-size:0;
    position:relative;
    flex:0 0 18px;
}
.site-top-banner-icon:before{
    content:"";
    width:6px;
    height:6px;
    border:2px solid currentColor;
    border-radius:50%;
}
.site-top-banner-icon:after{
    content:"";
    position:absolute;
    top:3px;
    right:3px;
    width:3px;
    height:3px;
    background:currentColor;
    border-radius:50%;
}
.site-top-banner-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:30px;
    padding:5px 14px;
    border-radius:8px;
    background:var(--tb-btn-bg,#ffffff);
    color:var(--tb-btn-text,#0f172a)!important;
    text-decoration:none!important;
    font-weight:950;
    box-shadow:0 4px 14px rgba(15,23,42,.16);
    white-space:nowrap;
    transition:transform .18s ease, box-shadow .18s ease;
}
.site-top-banner-button:hover{
    transform:translateY(-1px);
    box-shadow:0 8px 18px rgba(15,23,42,.2);
}
.site-top-banner-button.is-static{
    cursor:default;
}
@media(max-width:760px){
    .site-top-banner-inner{
        min-height:auto;
        padding:9px 14px;
        gap:9px;
        flex-wrap:wrap;
        font-size:14px;
    }
    .site-top-banner-button{
        min-height:28px;
        padding:4px 12px;
    }
}


/* v10.16 sepette ayrı ek hizmet ve KDV özeti */
.cart-addon-row{
    margin-left:32px;
    border-left:4px solid #38bdf8!important;
    background:linear-gradient(135deg,#f0f9ff 0%,#ffffff 100%)!important;
}
.cart-addon-row .cart-item-main strong,
.cart-addon-row td:first-child{
    color:#075985;
}
.cart-vat-summary{
    margin:22px 0;
    padding:18px;
    border:1px solid #dbeafe;
    border-radius:22px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 12px 30px rgba(15,23,42,.045);
}
.cart-vat-summary p{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin:0;
    padding:8px 0;
    border-bottom:1px solid #edf2f7;
    color:#475569;
}
.cart-vat-summary p strong{
    color:#0f172a;
}
.cart-vat-summary h3{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin:12px 0 2px;
    padding-top:4px;
    color:#0f172a;
}
.cart-vat-summary h3 strong{
    font-size:1.15em;
}
.cart-vat-summary small{
    display:block;
    margin-top:8px;
    color:#64748b;
    font-weight:700;
}
@media(max-width:760px){
    .cart-addon-row{
        margin-left:0;
    }
    .cart-vat-summary p,
    .cart-vat-summary h3{
        align-items:flex-start;
        flex-direction:column;
        gap:4px;
    }
}


/* v10.17 modern sepet tasarımı */
.cart-page{
    padding-top:56px;
}
.cart-page-head{
    align-items:center;
    margin-bottom:28px;
}
.cart-page-head .badge{
    margin-bottom:12px;
}
.cart-layout{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(320px,.58fr);
    gap:24px;
    align-items:start;
}
.cart-items-card,
.cart-summary-card{
    border-radius:28px;
    box-shadow:0 18px 48px rgba(15,23,42,.07);
    border:1px solid rgba(226,232,240,.95);
}
.cart-card-head,
.cart-summary-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:20px;
}
.cart-card-head h3,
.cart-summary-head h3{
    margin:0 0 6px;
    font-size:24px;
    letter-spacing:-.03em;
    color:#0f172a;
}
.cart-card-head p,
.cart-summary-head p{
    margin:0;
    color:#64748b;
}
.cart-head-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:0 14px;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    font-weight:800;
    font-size:13px;
    white-space:nowrap;
}
.cart-items-list{
    display:grid;
    gap:18px;
}
.cart-item-card{
    display:grid;
    grid-template-columns:140px minmax(0,1fr);
    gap:18px;
    padding:18px;
    border-radius:24px;
    border:1px solid #e2e8f0;
    background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
    box-shadow:0 8px 24px rgba(15,23,42,.04);
}
.cart-item-visual{
    min-height:128px;
    border-radius:20px;
    background-size:cover;
    background-position:center;
    background-color:#dbeafe;
    border:1px solid #dbeafe;
}
.cart-item-content{
    min-width:0;
    display:grid;
    gap:14px;
}
.cart-item-top{
    display:flex;
    justify-content:space-between;
    gap:18px;
}
.cart-item-top h4{
    margin:6px 0 6px;
    font-size:24px;
    line-height:1.15;
    letter-spacing:-.03em;
    color:#0f172a;
}
.cart-item-kicker{
    display:inline-flex;
    padding:7px 12px;
    border-radius:999px;
    background:#eff6ff;
    color:#2563eb;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.cart-item-total{
    text-align:right;
    min-width:160px;
}
.cart-item-total strong,
.cart-addon-side strong{
    display:block;
    font-size:28px;
    line-height:1;
    color:#0f172a;
    letter-spacing:-.04em;
}
.cart-item-total small,
.cart-addon-side small{
    display:block;
    margin-top:6px;
    color:#2563eb;
    font-weight:800;
}
.cart-addon-offer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:14px 16px;
    border:1px dashed #bfdbfe;
    border-radius:20px;
    background:#f8fbff;
}
.cart-addon-offer label{
    display:flex;
    align-items:flex-start;
    gap:12px;
    min-width:0;
}
.cart-addon-offer input[type="checkbox"]{
    margin-top:3px;
    width:18px;
    height:18px;
    accent-color:#2563eb;
}
.cart-addon-offer span{
    display:grid;
    gap:4px;
}
.cart-addon-offer b,
.cart-addon-offer strong{
    color:#0f172a;
}
.cart-addon-offer em{
    color:#64748b;
    font-style:normal;
    line-height:1.5;
}
.cart-item-actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
}
.cart-addon-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    margin-left:0;
    padding:16px 18px;
    border-left:none!important;
    border:1px solid #dbeafe;
    border-radius:20px;
    background:linear-gradient(135deg,#eff6ff 0%,#ffffff 100%)!important;
}
.cart-addon-meta{
    display:grid;
    gap:4px;
}
.cart-addon-badge{
    display:inline-flex;
    width:max-content;
    padding:6px 10px;
    border-radius:999px;
    background:#dbeafe;
    color:#1d4ed8;
    font-size:12px;
    font-weight:900;
    letter-spacing:.05em;
    text-transform:uppercase;
}
.cart-addon-meta strong{
    font-size:18px;
    color:#0f172a!important;
}
.cart-addon-meta small{
    color:#64748b;
}
.cart-addon-side{
    min-width:175px;
    text-align:right;
}
.cart-summary-card{
    position:sticky;
    top:98px;
}
.cart-summary-total{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 16px;
    border-radius:16px;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    font-size:18px;
    font-weight:900;
    box-shadow:0 16px 28px rgba(37,99,235,.24);
}
.cart-coupon-box{
    grid-template-columns:minmax(0,1fr);
    gap:12px;
    margin:0 0 18px;
    padding:16px;
    background:#f8fbff;
}
.cart-coupon-box .btn{
    width:100%;
}
.cart-vat-summary{
    margin:0;
    padding:18px;
    border:1px solid #e2e8f0;
    border-radius:22px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:none;
}
.cart-vat-summary p{
    padding:12px 0;
}
.cart-vat-summary h3{
    margin:14px 0 0;
    padding-top:12px;
    border-top:1px solid #e2e8f0;
}
.cart-summary-actions{
    display:grid;
    gap:12px;
    margin-top:18px;
}
.cart-summary-actions .btn{
    width:100%;
}
.cart-empty-state{
    padding:44px 26px;
    text-align:center;
}
.cart-empty-icon{
    width:78px;
    height:78px;
    margin:0 auto 18px;
    display:grid;
    place-items:center;
    border-radius:24px;
    font-size:38px;
    background:linear-gradient(135deg,#eff6ff,#dbeafe);
}
.cart-empty-state h3{
    margin:0 0 10px;
    font-size:28px;
    letter-spacing:-.03em;
}
.cart-empty-state .btn{
    margin-top:12px;
}
@media(max-width:960px){
    .cart-layout{
        grid-template-columns:1fr;
    }
    .cart-summary-card{
        position:static;
    }
}
@media(max-width:760px){
    .cart-page{
        padding-top:40px;
    }
    .cart-page-head,
    .cart-card-head,
    .cart-summary-head,
    .cart-item-top,
    .cart-addon-row{
        flex-direction:column;
        align-items:flex-start;
    }
    .cart-item-card{
        grid-template-columns:1fr;
    }
    .cart-item-visual{
        min-height:190px;
    }
    .cart-item-total,
    .cart-addon-side{
        min-width:0;
        text-align:left;
    }
    .cart-addon-offer{
        flex-direction:column;
        align-items:flex-start;
    }
    .cart-head-pill,
    .cart-summary-total{
        white-space:normal;
    }
}


/* v10.18 canlı kupon güncelleme */
.cart-vat-summary .is-hidden{
    display:none!important;
}
.cart-coupon-live-message{
    display:block;
    min-height:20px;
    margin-top:6px;
    font-size:13px;
    font-weight:800;
    color:#64748b;
}
.cart-coupon-live-message.valid{
    color:#16a34a;
}
.cart-coupon-live-message.invalid{
    color:#dc2626;
}
.cart-coupon-live-message.loading{
    color:#2563eb;
}
.cart-coupon-box button:disabled{
    opacity:.65;
    cursor:not-allowed;
}


/* v10.19 sepet görsel alanı, canlı kupon ve menü sepet rozeti düzeltmeleri */
.nav-cart-link{
    position:relative;
    display:inline-flex!important;
    align-items:center;
    gap:6px;
}
.nav-cart-count{
    display:inline-grid;
    place-items:center;
    min-width:20px;
    height:20px;
    padding:0 6px;
    border-radius:999px;
    background:#ef4444;
    color:#fff;
    font-size:12px;
    font-weight:950;
    line-height:1;
    box-shadow:0 8px 18px rgba(239,68,68,.28);
}
.cart-item-card{
    grid-template-columns:220px minmax(0,1fr)!important;
    gap:24px!important;
    padding:22px!important;
}
.cart-item-visual{
    min-height:300px!important;
    border-radius:24px!important;
    background-size:contain!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-color:#ffffff!important;
    border:1px solid #dbeafe!important;
    box-shadow:inset 0 0 0 1px rgba(226,232,240,.55), 0 12px 26px rgba(15,23,42,.06);
}
.cart-item-content{
    align-content:start;
}
.cart-item-top{
    align-items:flex-start;
}
.cart-addon-row{
    margin-top:4px;
}
.cart-coupon-live-message{
    padding:0!important;
    text-decoration:none!important;
}
.cart-coupon-live-message::selection{
    background:transparent;
}
@media(max-width:1100px){
    .cart-item-card{
        grid-template-columns:190px minmax(0,1fr)!important;
    }
    .cart-item-visual{
        min-height:260px!important;
    }
}
@media(max-width:760px){
    .cart-item-card{
        grid-template-columns:1fr!important;
    }
    .cart-item-visual{
        min-height:260px!important;
        background-size:contain!important;
    }
    .nav-cart-count{
        min-width:18px;
        height:18px;
        font-size:11px;
    }
}


/* v10.20 sepet kart görünümü, ek hizmet bağlantısı ve sepet rozeti */
.nav-cart-link{
    position:relative;
    display:inline-flex!important;
    align-items:center;
    gap:6px;
}
.nav-cart-count{
    display:inline-grid!important;
    place-items:center;
    min-width:20px;
    height:20px;
    padding:0 6px;
    border-radius:999px;
    background:#ef4444;
    color:#fff!important;
    font-size:12px;
    font-weight:950;
    line-height:1;
    box-shadow:0 8px 18px rgba(239,68,68,.28);
}
.cart-items-card{
    padding:24px!important;
}
.cart-item-card{
    grid-template-columns:152px minmax(0,1fr)!important;
    gap:20px!important;
    align-items:start!important;
    padding:18px!important;
}
.cart-item-visual{
    width:152px!important;
    min-height:118px!important;
    height:118px!important;
    align-self:start!important;
    border-radius:20px!important;
    background-size:contain!important;
    background-repeat:no-repeat!important;
    background-position:center center!important;
    background-color:#fff!important;
    border:1px solid #dbeafe!important;
    box-shadow:0 10px 24px rgba(15,23,42,.055)!important;
}
.cart-item-top h4{
    max-width:420px;
    font-size:23px!important;
}
.cart-item-total strong{
    font-size:26px!important;
}
.cart-addon-row{
    position:relative;
    display:grid!important;
    grid-template-columns:46px minmax(0,1fr) auto;
    align-items:center!important;
    gap:14px!important;
    margin-top:8px!important;
    padding:16px!important;
    border:1px solid #dbeafe!important;
    border-left:1px solid #dbeafe!important;
    border-radius:20px!important;
    background:linear-gradient(135deg,#f0f7ff 0%,#ffffff 100%)!important;
    box-shadow:0 8px 20px rgba(37,99,235,.045);
}
.cart-addon-row::before{
    content:"✓";
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    border-radius:16px;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    font-size:20px;
    font-weight:950;
    box-shadow:0 12px 24px rgba(37,99,235,.20);
}
.cart-addon-meta{
    min-width:0;
}
.cart-addon-meta strong{
    display:block;
    color:#0f172a!important;
    font-size:18px;
    line-height:1.2;
}
.cart-addon-meta small{
    display:block;
    color:#64748b;
    margin-top:3px;
}
.cart-addon-badge{
    display:none!important;
}
.cart-addon-side{
    min-width:150px!important;
}
.cart-addon-side strong{
    font-size:24px!important;
}
.cart-coupon-live-message{
    padding:0!important;
    text-decoration:none!important;
    background:transparent!important;
}
.cart-coupon-live-message.invalid,
.cart-coupon-live-message.valid,
.cart-coupon-live-message.loading{
    background:transparent!important;
}
@media(max-width:900px){
    .cart-item-card{
        grid-template-columns:132px minmax(0,1fr)!important;
    }
    .cart-item-visual{
        width:132px!important;
        height:108px!important;
        min-height:108px!important;
    }
    .cart-addon-row{
        grid-template-columns:42px minmax(0,1fr);
    }
    .cart-addon-side{
        grid-column:2;
        text-align:left!important;
    }
}
@media(max-width:760px){
    .cart-item-card{
        grid-template-columns:1fr!important;
    }
    .cart-item-visual{
        width:100%!important;
        height:180px!important;
        min-height:180px!important;
    }
}


/* v10.26 kupon saat kontrolü ve ek hizmet öneri düzeltmesi */
.cart-addon-suggestion{
    display:grid!important;
    grid-template-columns:46px minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:14px!important;
    padding:16px!important;
    border:1px dashed #bfdbfe!important;
    border-radius:20px!important;
    background:linear-gradient(135deg,#f8fbff 0%,#ffffff 100%)!important;
}
.cart-addon-suggestion label,
.cart-addon-suggestion input[type="checkbox"]{
    display:none!important;
}
.cart-addon-suggestion-icon{
    width:46px;
    height:46px;
    display:grid;
    place-items:center;
    border-radius:16px;
    background:#eff6ff;
    color:#2563eb;
    font-size:26px;
    font-weight:950;
    border:1px solid #bfdbfe;
}
.cart-addon-suggestion-copy{
    display:grid;
    gap:4px;
    min-width:0;
}
.cart-addon-suggestion-copy strong{
    color:#0f172a;
    font-size:17px;
    line-height:1.25;
}
.cart-addon-suggestion-copy em{
    color:#64748b;
    font-style:normal;
    line-height:1.45;
}
.cart-addon-suggestion-side{
    display:grid;
    gap:8px;
    justify-items:end;
    min-width:155px;
}
.cart-addon-suggestion-side strong{
    color:#0f172a;
    font-size:18px;
}
@media(max-width:760px){
    .cart-addon-suggestion{
        grid-template-columns:42px minmax(0,1fr)!important;
    }
    .cart-addon-suggestion-side{
        grid-column:2;
        justify-items:start;
        min-width:0;
    }
}


/* v10.27 sepet düzen / hizalama iyileştirmeleri */
.cart-layout{align-items:start;gap:28px;}
.cart-items-card,.cart-summary-card{border-radius:28px;box-shadow:0 18px 40px rgba(15,23,42,.05);}
.cart-items-list{display:grid;gap:18px;}
.cart-item-card{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:22px;
  align-items:start;
  padding:20px;
  border:1px solid #dbe6f3;
  border-radius:24px;
  background:#fff;
}
.cart-item-visual{
  width:150px;
  min-width:150px;
  height:180px;
  border-radius:22px;
  background-size:contain;
  background-position:center;
  background-repeat:no-repeat;
  background-color:#f8fbff;
  border:1px solid #d9e7f7;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.65);
}
.cart-item-content{display:grid;gap:16px;min-width:0;}
.cart-item-top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:start;}
.cart-item-top h4{font-size:20px;line-height:1.25;margin:6px 0 8px;max-width:540px;}
.cart-item-kicker{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;background:#eef4ff;color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;}
.cart-item-total{display:grid;justify-items:end;align-content:start;gap:4px;min-width:145px;}
.cart-item-total strong{font-size:20px;line-height:1.1;color:#0f172a;}
.cart-item-total small{font-size:13px;color:#2563eb;font-weight:700;}
.cart-item-actions{display:flex;flex-wrap:wrap;gap:10px;padding-top:2px;}
.cart-item-actions .btn,.cart-item-actions .inline-form{margin:0;}

.cart-addon-suggestion,
.cart-addon-row{
  margin-top:0;
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr) auto;
  gap:16px!important;
  align-items:center!important;
  padding:16px 18px!important;
  border-radius:22px!important;
}
.cart-addon-suggestion{
  border:1px dashed #bfdbfe!important;
  background:linear-gradient(135deg,#f8fbff 0%,#ffffff 100%)!important;
}
.cart-addon-row{
  border:1px solid #dbeafe!important;
  background:#f8fbff!important;
}
.cart-addon-suggestion-icon{
  width:52px;height:52px;border-radius:18px;font-size:28px;font-weight:900;
}
.cart-addon-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;background:#eef4ff;color:#2563eb;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px;}
.cart-addon-suggestion-copy,.cart-addon-meta{display:grid;gap:4px;min-width:0;}
.cart-addon-suggestion-copy strong,.cart-addon-meta strong{font-size:17px;line-height:1.3;color:#0f172a;}
.cart-addon-suggestion-copy em,.cart-addon-meta small{font-size:14px;line-height:1.55;color:#64748b;font-style:normal;max-width:440px;}
.cart-addon-suggestion-side,.cart-addon-side{display:grid;gap:8px;justify-items:end;align-content:center;min-width:170px;}
.cart-addon-suggestion-side strong,.cart-addon-side strong{font-size:18px;line-height:1.15;color:#0f172a;}
.cart-addon-side small{font-size:13px;color:#2563eb;font-weight:700;}

.cart-summary-head{align-items:start;gap:16px;}
.cart-summary-total{min-width:120px;text-align:left;padding:12px 16px;border-radius:18px;line-height:1.1;}
.cart-summary-card .coupon-box{margin-bottom:18px;}

@media (max-width: 980px){
  .cart-item-card{grid-template-columns:1fr;}
  .cart-item-visual{width:100%;min-width:0;height:220px;}
  .cart-item-top{grid-template-columns:1fr;}
  .cart-item-total{justify-items:start;min-width:0;}
}
@media (max-width: 760px){
  .cart-addon-suggestion,
  .cart-addon-row{grid-template-columns:1fr!important;padding:14px!important;}
  .cart-addon-suggestion-icon{display:none;}
  .cart-addon-suggestion-side,.cart-addon-side{justify-items:start;min-width:0;}
}


/* v10.28 sepet ek hizmet ve buton düzenlemeleri */
.btn.success{background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff!important;box-shadow:0 14px 26px rgba(22,163,74,.22)}
.btn.success:hover{filter:brightness(.98)}
.btn.danger{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff!important;border:0;box-shadow:0 14px 26px rgba(220,38,38,.18)}
.cart-item-actions .btn{min-width:132px}

.cart-addon-suggestion,
.cart-addon-row{
  width:100%;
  grid-template-columns:minmax(0,1fr) auto;
  gap:14px!important;
}
.cart-addon-suggestion-copy,
.cart-addon-meta{
  background:transparent;
  gap:6px;
}
.cart-addon-copy-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.cart-addon-inline-icon{
  width:38px;
  height:38px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#eff6ff,#dbeafe);
  color:#1d4ed8;
  font-size:19px;
  line-height:1;
  box-shadow:inset 0 0 0 1px rgba(37,99,235,.08);
}
.cart-addon-badge{margin-bottom:0}
.cart-addon-suggestion-copy strong,.cart-addon-meta strong{font-size:16px}
.cart-addon-suggestion-copy em,.cart-addon-meta small{max-width:none}
.cart-addon-suggestion-side,.cart-addon-side{min-width:160px}
.cart-addon-row{padding:14px 16px!important}
.cart-addon-suggestion{padding:14px 16px!important}

@media (max-width:760px){
  .cart-addon-suggestion,
  .cart-addon-row{grid-template-columns:1fr!important}
  .cart-addon-suggestion-side,.cart-addon-side{justify-items:start;min-width:0}
}


/* v10.29 sepette ana ürün ve ek hizmeti ayırma */
.cart-item-stack{display:grid;gap:14px;}
.cart-items-list{display:grid;gap:22px;}
.cart-addon-card{
  border-style:dashed;
  border-color:#d8e5f6;
  background:linear-gradient(180deg,#fbfdff 0%,#f8fbff 100%);
}
.cart-addon-card-selected{
  background:linear-gradient(180deg,#f9fbff 0%,#f3f8ff 100%);
  border-style:solid;
}
.cart-addon-visual{
  width:150px;
  min-width:150px;
  height:180px;
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#eef5ff 0%,#dcecff 100%);
  border:1px solid #d9e7f7;
}
.cart-addon-visual-active{
  background:linear-gradient(135deg,#e8fff2 0%,#dff7ea 100%);
  border-color:#c7ebd4;
}
.cart-addon-visual-icon{
  width:72px;
  height:72px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  line-height:1;
  color:#1d4ed8;
  background:#fff;
  box-shadow:0 14px 28px rgba(37,99,235,.14);
}
.cart-addon-visual-active .cart-addon-visual-icon{color:#16a34a;box-shadow:0 14px 28px rgba(34,197,94,.14)}
.cart-addon-card .cart-item-kicker{background:#eef4ff;color:#2563eb}
.cart-addon-card .cart-item-top h4{max-width:none;margin-bottom:6px}
.cart-addon-card-content{gap:14px}
.cart-addon-note{margin-top:8px}
.cart-addon-card .cart-item-actions{padding-top:0}

@media (max-width:980px){
  .cart-addon-visual{width:100%;min-width:0;height:120px}
}


/* v10.31 sepet adet artırma / azaltma */
.cart-qty-row{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    margin-top:8px;
}
.cart-qty-control{
    display:inline-flex;
    align-items:center;
    gap:0;
    height:38px;
    border:1px solid #dbeafe;
    border-radius:14px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 8px 18px rgba(15,23,42,.04);
}
.cart-qty-control input{
    width:54px;
    height:38px;
    border:0!important;
    border-left:1px solid #e6eef8!important;
    border-right:1px solid #e6eef8!important;
    border-radius:0!important;
    padding:0;
    text-align:center;
    font-weight:900;
    color:#0f172a;
    background:#fff;
    -moz-appearance:textfield;
}
.cart-qty-control input::-webkit-outer-spin-button,
.cart-qty-control input::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}
.cart-qty-btn{
    width:38px;
    height:38px;
    border:0;
    background:#eff6ff;
    color:#2563eb;
    font-size:20px;
    font-weight:950;
    line-height:1;
    cursor:pointer;
    transition:.16s ease;
}
.cart-qty-btn:hover{
    background:#2563eb;
    color:#fff;
}
.cart-item-top h4{
    margin-bottom:6px;
}
@media(max-width:760px){
    .cart-qty-row{
        align-items:flex-start;
        flex-direction:column;
        gap:8px;
    }
}


/* v10.32 hero görseller tam görünüm + genel mobil uyumluluk */
.hero-slider-section{
    overflow:hidden;
}
.hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);
}
.hero-card{
    overflow:visible!important;
}
.hero-media-frame,
.home-hero-image-frame.hero-media-frame{
    width:100%!important;
    max-width:620px!important;
    min-height:0!important;
    aspect-ratio:16 / 10!important;
    padding:10px!important;
    border-radius:28px!important;
    overflow:visible!important;
}
.hero-media-frame picture,
.home-hero-image-frame.hero-media-frame picture{
    width:100%!important;
    height:100%!important;
    display:block!important;
    overflow:hidden!important;
    border-radius:20px!important;
    background:#fff!important;
}
.hero-media-frame img,
.home-hero-image-frame.hero-media-frame img,
.hero-media-frame.fit-cover img,
.home-hero-image-frame.hero-media-frame.fit-cover img,
.hero-media-frame.fit-contain img,
.home-hero-image-frame.hero-media-frame.fit-contain img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    display:block!important;
    background:#fff!important;
    border-radius:20px!important;
}
.hero-float{
    z-index:5!important;
}
.hero-copy,
.hero-card,
.hero-slide,
.hero-grid{
    min-width:0;
}
img, video, iframe{
    max-width:100%;
}
.table-wrap,
.product-table-modern-wrap,
.customer-table-wrap,
.support-table-wrap{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}
@media(max-width:1024px){
    .container{
        width:min(94%, 960px);
    }
    .hero-grid,
    .product-detail,
    .footer-grid,
    .cart-layout{
        grid-template-columns:1fr!important;
    }
    .hero-card{
        min-height:auto!important;
    }
    .hero-media-frame,
    .home-hero-image-frame.hero-media-frame{
        max-width:760px!important;
        margin:0 auto;
    }
    .cart-summary-card{
        position:static!important;
    }
}
@media(max-width:768px){
    body{
        overflow-x:hidden;
    }
    .site-top-banner-inner{
        flex-direction:column;
        gap:8px;
        padding:10px 14px;
        font-size:13px;
    }
    .site-header{
        position:relative;
    }
    .nav-wrap{
        min-height:auto!important;
        padding:14px 0!important;
        flex-direction:column!important;
        align-items:flex-start!important;
        gap:14px!important;
    }
    .brand{
        font-size:20px;
    }
    .nav{
        width:100%;
        display:flex!important;
        flex-wrap:wrap!important;
        gap:8px!important;
        font-size:14px!important;
    }
    .nav a{
        padding:8px 10px!important;
        border:1px solid #e2e8f0;
        border-radius:999px;
        background:#fff;
    }
    .hero,
    .hero-slider-section{
        padding:34px 0 24px!important;
    }
    .hero-grid{
        gap:28px!important;
    }
    .hero h1,
    .hero h2.hero-slide-title{
        font-size:clamp(34px, 12vw, 48px)!important;
        line-height:1.02!important;
        letter-spacing:-.055em!important;
    }
    .hero p{
        font-size:16px!important;
        line-height:1.7!important;
    }
    .hero-actions{
        width:100%;
    }
    .hero-actions .btn{
        flex:1 1 100%;
        width:100%;
    }
    .hero-stats{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:8px!important;
    }
    .hero-media-frame,
    .home-hero-image-frame.hero-media-frame{
        aspect-ratio:16 / 11!important;
        padding:7px!important;
        border-radius:22px!important;
    }
    .hero-media-frame picture,
    .home-hero-image-frame.hero-media-frame picture,
    .hero-media-frame img,
    .home-hero-image-frame.hero-media-frame img{
        border-radius:16px!important;
    }
    .hero-float-one{
        left:-8px!important;
        top:10px!important;
        width:54px!important;
        height:54px!important;
        border-radius:18px!important;
    }
    .hero-float-two{
        right:-6px!important;
        bottom:18px!important;
        width:48px!important;
        height:48px!important;
    }
    .hero-float-three{
        right:16px!important;
        top:-10px!important;
        width:50px!important;
        height:50px!important;
        border-radius:16px!important;
    }
    .section{
        padding:30px 0!important;
    }
    .section-head{
        flex-direction:column!important;
        align-items:flex-start!important;
    }
    .section-head h2{
        font-size:30px!important;
    }
    .product-grid,
    .home-value-grid,
    .blog-grid,
    .admin-grid,
    .customer-stats,
    .product-v34 .product-stats-modern{
        grid-template-columns:1fr!important;
    }
    .product-card,
    .card{
        border-radius:22px!important;
    }
    .product-image{
        height:220px!important;
    }
    .form-grid{
        grid-template-columns:1fr!important;
    }
    .input, select, textarea{
        font-size:16px!important;
    }
    .cart-item-card{
        grid-template-columns:1fr!important;
        padding:16px!important;
    }
    .cart-item-visual,
    .cart-addon-visual{
        width:100%!important;
        min-width:0!important;
        height:190px!important;
    }
    .cart-item-top{
        grid-template-columns:1fr!important;
    }
    .cart-item-total{
        justify-items:start!important;
        text-align:left!important;
        min-width:0!important;
    }
    .cart-summary-head{
        flex-direction:column!important;
    }
    .cart-summary-total{
        width:100%;
        justify-content:center;
    }
    .footer-grid{
        gap:18px!important;
    }
    .admin-shell{
        display:block!important;
    }
    .sidebar{
        position:relative!important;
        height:auto!important;
    }
    .admin-main{
        padding:18px!important;
    }
}
@media(max-width:480px){
    .container{
        width:min(94%, 100%);
    }
    .hero h1,
    .hero h2.hero-slide-title{
        font-size:38px!important;
    }
    .btn{
        width:100%;
    }
    .cart-item-actions,
    .actions,
    .product-footer{
        flex-direction:column!important;
        align-items:stretch!important;
    }
    .cart-item-actions .btn,
    .cart-item-actions .inline-form,
    .cart-item-actions form,
    .cart-item-actions button{
        width:100%!important;
    }
    .table{
        min-width:720px;
    }
}


/* v10.33 hero siyah çerçeve ve alt istatistik temizliği */
.home-hero-stats{
    display:none!important;
}
.hero-card{
    min-height:auto!important;
}
.hero-media-frame,
.home-hero-image-frame.hero-media-frame{
    background:transparent!important;
    background-image:none!important;
    padding:0!important;
    box-shadow:none!important;
    border:none!important;
    border-radius:26px!important;
    overflow:visible!important;
}
.hero-media-frame::before,
.hero-media-frame::after,
.home-hero-image-frame.hero-media-frame::before,
.home-hero-image-frame.hero-media-frame::after{
    display:none!important;
    content:none!important;
}
.hero-media-frame picture,
.home-hero-image-frame.hero-media-frame picture{
    border-radius:24px!important;
    background:#fff!important;
    box-shadow:0 24px 60px rgba(15,23,42,.10)!important;
    border:1px solid #dbeafe!important;
}
.hero-media-frame img,
.home-hero-image-frame.hero-media-frame img{
    border-radius:24px!important;
    box-shadow:none!important;
}
.hero-float{
    box-shadow:0 18px 38px rgba(15,23,42,.14)!important;
}
@media(max-width:768px){
    .hero-media-frame,
    .home-hero-image-frame.hero-media-frame{
        border-radius:20px!important;
    }
    .hero-media-frame picture,
    .home-hero-image-frame.hero-media-frame picture,
    .hero-media-frame img,
    .home-hero-image-frame.hero-media-frame img{
        border-radius:18px!important;
    }
}


/* v10.34 medya kütüphanesi ve ortak görsel seçici */
.media-source-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-top:12px;
}
.media-source-grid.compact{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
}
.media-source-card{
    min-height:92px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px;
    border:1px solid #dbeafe;
    border-radius:18px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    color:#0f172a;
    text-align:left;
    cursor:pointer;
    box-shadow:0 10px 24px rgba(15,23,42,.045);
    transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.media-source-card:hover{
    transform:translateY(-2px);
    border-color:#93c5fd;
    box-shadow:0 16px 34px rgba(37,99,235,.10);
}
.media-source-card input[type="file"]{
    display:none!important;
}
.media-source-card strong{
    display:block;
    font-size:14px;
    line-height:1.2;
}
.media-source-card em{
    display:block;
    margin-top:4px;
    color:#64748b;
    font-size:12px;
    font-style:normal;
    line-height:1.35;
}
.media-source-icon,
.pretty-file-icon{
    width:42px;
    height:42px;
    flex:0 0 42px;
    display:grid;
    place-items:center;
    border-radius:14px;
    background:#eff6ff;
    color:#2563eb;
    font-weight:950;
}
.media-source-card.device .media-source-icon,
.media-source-card.device .pretty-file-icon{
    background:#ecfdf5;
    color:#16a34a;
}
.media-source-grid.compact .media-source-card{
    min-height:64px;
    padding:10px 12px;
}
.media-source-grid.compact .media-source-card em,
.media-source-grid.compact .media-source-card small{
    display:none;
}
.media-source-grid.compact .media-source-icon,
.media-source-grid.compact .pretty-file-icon{
    width:34px;
    height:34px;
    flex-basis:34px;
}
.media-source-grid-home{
    margin-top:14px;
}
.admin-media-picker{
    position:fixed;
    inset:0;
    z-index:100000;
    display:none;
}
.admin-media-picker.is-open{
    display:block;
}
.admin-media-picker-backdrop{
    position:absolute;
    inset:0;
    background:rgba(15,23,42,.48);
    backdrop-filter:blur(6px);
}
.admin-media-picker-panel{
    position:absolute;
    top:50%;
    left:50%;
    width:min(1060px, calc(100vw - 34px));
    max-height:min(760px, calc(100vh - 42px));
    transform:translate(-50%,-50%);
    border-radius:28px;
    background:#fff;
    border:1px solid #e2e8f0;
    box-shadow:0 30px 90px rgba(15,23,42,.22);
    display:flex;
    flex-direction:column;
    overflow:hidden;
}
.admin-media-picker-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    padding:20px 22px;
    border-bottom:1px solid #edf2f7;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
}
.admin-media-picker-head strong{
    display:block;
    font-size:22px;
    color:#0f172a;
}
.admin-media-picker-head span{
    display:block;
    margin-top:4px;
    color:#64748b;
}
.admin-media-picker-close{
    width:42px;
    height:42px;
    border:0;
    border-radius:14px;
    background:#fee2e2;
    color:#991b1b;
    font-size:26px;
    font-weight:900;
    cursor:pointer;
}
.admin-media-picker-search{
    display:flex;
    gap:12px;
    padding:16px 22px;
    border-bottom:1px solid #edf2f7;
}
.admin-media-picker-search .input{
    flex:1;
}
.admin-media-picker-grid{
    padding:20px 22px 24px;
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:14px;
    overflow:auto;
}
.admin-media-picker-item{
    border:1px solid #e2e8f0;
    border-radius:18px;
    background:#fff;
    overflow:hidden;
    text-align:left;
    cursor:pointer;
    padding:0;
    box-shadow:0 8px 20px rgba(15,23,42,.045);
    transition:.16s ease;
}
.admin-media-picker-item:hover{
    transform:translateY(-3px);
    border-color:#93c5fd;
    box-shadow:0 16px 32px rgba(37,99,235,.12);
}
.admin-media-picker-item img{
    width:100%;
    height:118px;
    object-fit:cover;
    display:block;
    background:#eff6ff;
}
.admin-media-picker-item span{
    display:block;
    padding:9px 10px;
    font-size:12px;
    color:#334155;
    font-weight:800;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.admin-media-empty{
    grid-column:1 / -1;
    padding:34px;
    border:1px dashed #cbd5e1;
    border-radius:22px;
    background:#f8fafc;
    text-align:center;
}
.admin-media-empty strong{
    display:block;
    font-size:20px;
    margin-bottom:8px;
}
.media-card img{
    background:#eff6ff;
}
@media(max-width:900px){
    .admin-media-picker-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
    .media-source-grid{
        grid-template-columns:1fr;
    }
}
@media(max-width:560px){
    .admin-media-picker-panel{
        width:calc(100vw - 18px);
        max-height:calc(100vh - 18px);
        border-radius:20px;
    }
    .admin-media-picker-search{
        flex-direction:column;
    }
    .admin-media-picker-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        padding:14px;
    }
    .admin-media-picker-item img{
        height:96px;
    }
}


/* v10.36 hero görsel çevresi - referans görünüme yakın modern frame */
.hero-visual,
.hero-card{
    position:relative!important;
    overflow:visible!important;
}
.hero-media-frame,
.home-hero-image-frame.hero-media-frame{
    position:relative!important;
    width:100%!important;
    max-width:640px!important;
    aspect-ratio:16 / 10!important;
    padding:0!important;
    border:0!important;
    border-radius:34px!important;
    background:rgba(255,255,255,.82)!important;
    box-shadow:
        0 32px 80px rgba(15,23,42,.12),
        0 0 0 1px rgba(219,234,254,.92)!important;
    overflow:visible!important;
}
.hero-media-frame::before,
.home-hero-image-frame.hero-media-frame::before{
    content:""!important;
    position:absolute!important;
    inset:18px!important;
    border-radius:24px!important;
    background:#fff!important;
    box-shadow:inset 0 0 0 1px rgba(226,232,240,.75)!important;
    display:block!important;
    z-index:0!important;
}
.hero-media-frame::after,
.home-hero-image-frame.hero-media-frame::after{
    content:""!important;
    position:absolute!important;
    left:-14px!important;
    bottom:-16px!important;
    width:76px!important;
    height:76px!important;
    border-radius:999px!important;
    background:rgba(37,99,235,.08)!important;
    display:block!important;
    z-index:-1!important;
}
.hero-media-frame picture,
.home-hero-image-frame.hero-media-frame picture{
    position:absolute!important;
    inset:18px!important;
    width:auto!important;
    height:auto!important;
    border-radius:24px!important;
    overflow:hidden!important;
    background:#fff!important;
    border:0!important;
    box-shadow:none!important;
    z-index:1!important;
}
.hero-media-frame img,
.home-hero-image-frame.hero-media-frame img,
.hero-media-frame.fit-cover img,
.hero-media-frame.fit-contain img,
.home-hero-image-frame.hero-media-frame.fit-cover img,
.home-hero-image-frame.hero-media-frame.fit-contain img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    border-radius:24px!important;
    background:#fff!important;
    box-shadow:none!important;
}
.hero-float-one{
    width:74px!important;
    height:74px!important;
    left:-34px!important;
    top:18px!important;
    border-radius:22px!important;
    background:linear-gradient(135deg,#2f7cf6,#39bdf8)!important;
    box-shadow:0 22px 46px rgba(37,99,235,.26)!important;
}
.hero-float-one::before{
    font-size:28px!important;
}
.hero-float-two{
    width:62px!important;
    height:62px!important;
    right:-26px!important;
    bottom:44px!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#8b5cf6,#ec4899)!important;
    box-shadow:0 22px 46px rgba(236,72,153,.24)!important;
}
.hero-float-two::before{
    width:22px!important;
    height:22px!important;
    background:#fff!important;
}
.hero-float-three{
    width:66px!important;
    height:66px!important;
    right:14px!important;
    top:-24px!important;
    border-radius:22px!important;
    background:linear-gradient(135deg,#0f9b8e,#22c1c3)!important;
    box-shadow:0 22px 46px rgba(20,184,166,.24)!important;
}
.hero-float-three::before{
    font-size:28px!important;
}
.hero-slider-dots{
    margin-top:22px!important;
}
@media(max-width:1024px){
    .hero-media-frame,
    .home-hero-image-frame.hero-media-frame{
        max-width:720px!important;
        margin-inline:auto!important;
    }
}
@media(max-width:768px){
    .hero-media-frame,
    .home-hero-image-frame.hero-media-frame{
        aspect-ratio:16 / 11!important;
        border-radius:26px!important;
    }
    .hero-media-frame::before,
    .home-hero-image-frame.hero-media-frame::before,
    .hero-media-frame picture,
    .home-hero-image-frame.hero-media-frame picture{
        inset:12px!important;
        border-radius:18px!important;
    }
    .hero-media-frame img,
    .home-hero-image-frame.hero-media-frame img{
        border-radius:18px!important;
    }
    .hero-float-one{
        width:58px!important;
        height:58px!important;
        left:-12px!important;
        top:-8px!important;
        border-radius:18px!important;
    }
    .hero-float-two{
        width:48px!important;
        height:48px!important;
        right:-8px!important;
        bottom:18px!important;
    }
    .hero-float-two::before{
        width:17px!important;
        height:17px!important;
    }
    .hero-float-three{
        width:50px!important;
        height:50px!important;
        right:8px!important;
        top:-14px!important;
        border-radius:16px!important;
    }
}


/* v10.37 hero beyaz kart - güçlü override */
.hero-card{position:relative!important;overflow:visible!important;padding:12px 0 0!important;}
.hero-media-frame,.home-hero-image-frame.hero-media-frame{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;max-width:680px!important;width:100%!important;aspect-ratio:16/10!important;background:#ffffff!important;background-image:none!important;border:1px solid #edf2ff!important;border-radius:34px!important;box-shadow:0 24px 70px rgba(15,23,42,.10)!important;padding:22px!important;overflow:visible!important;}
.hero-media-frame::before,.hero-media-frame::after,.home-hero-image-frame.hero-media-frame::before,.home-hero-image-frame.hero-media-frame::after{content:none!important;display:none!important;}
.hero-media-frame picture,.home-hero-image-frame.hero-media-frame picture{position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:100%!important;background:#fff!important;border-radius:24px!important;overflow:hidden!important;border:0!important;box-shadow:0 10px 30px rgba(15,23,42,.06)!important;}
.hero-media-frame img,.home-hero-image-frame.hero-media-frame img,.hero-media-frame.fit-cover img,.home-hero-image-frame.hero-media-frame.fit-cover img,.hero-media-frame.fit-contain img,.home-hero-image-frame.hero-media-frame.fit-contain img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;background:#fff!important;border-radius:24px!important;box-shadow:none!important;}
.hero-float-one{left:-16px!important;top:-8px!important;width:76px!important;height:76px!important;border-radius:24px!important;background:linear-gradient(135deg,#2f7cf6,#39bdf8)!important;box-shadow:0 18px 42px rgba(47,124,246,.25)!important;}
.hero-float-two{right:-18px!important;bottom:38px!important;width:62px!important;height:62px!important;border-radius:999px!important;background:linear-gradient(135deg,#8b5cf6,#ec4899)!important;box-shadow:0 18px 42px rgba(236,72,153,.22)!important;}
.hero-float-two::before{width:22px!important;height:22px!important;background:#fff!important;}
.hero-float-three{right:18px!important;top:-18px!important;width:66px!important;height:66px!important;border-radius:22px!important;background:linear-gradient(135deg,#0f9b8e,#22c1c3)!important;box-shadow:0 18px 42px rgba(34,193,195,.22)!important;}
.hero-slider-nav{margin-top:22px!important;}
@media(max-width:768px){.hero-media-frame,.home-hero-image-frame.hero-media-frame{padding:14px!important;border-radius:24px!important;aspect-ratio:16/11!important;}.hero-media-frame picture,.home-hero-image-frame.hero-media-frame picture,.hero-media-frame img,.home-hero-image-frame.hero-media-frame img{border-radius:18px!important;}.hero-float-one{left:-8px!important;top:-10px!important;width:58px!important;height:58px!important;border-radius:18px!important;}.hero-float-two{right:-8px!important;bottom:14px!important;width:48px!important;height:48px!important;}.hero-float-two::before{width:16px!important;height:16px!important;}.hero-float-three{right:8px!important;top:-10px!important;width:50px!important;height:50px!important;border-radius:16px!important;}}


/* v10.41 dashboard kazanç kartı */
.dashboard-earnings-card{
    position:relative;
    overflow:hidden;
    isolation:isolate;
    min-width:320px;
    min-height:252px;
    padding:24px!important;
    display:flex!important;
    flex-direction:column;
    justify-content:flex-end;
    background:
        radial-gradient(circle at 100% 0%, rgba(56,189,248,.30), transparent 34%),
        linear-gradient(135deg,#2563eb 0%,#38bdf8 100%)!important;
    color:#fff!important;
    border:0!important;
    box-shadow:0 24px 56px rgba(37,99,235,.28)!important;
}
.dashboard-earnings-card::before,
.dashboard-earnings-card::after{
    content:"";
    position:absolute;
    border-radius:999px;
    pointer-events:none;
}
.dashboard-earnings-card::before{
    right:-42px;
    bottom:-54px;
    width:150px;
    height:150px;
    background:rgba(255,255,255,.15);
}
.dashboard-earnings-card::after{
    left:-26px;
    top:-28px;
    width:110px;
    height:110px;
    background:rgba(255,255,255,.09);
}
.dashboard-earnings-card .earning-slide{
    position:absolute;
    left:24px;
    right:24px;
    top:24px;
    bottom:92px;
    opacity:0;
    transform:translateY(12px) scale(.985);
    transition:opacity .45s ease, transform .45s cubic-bezier(.2,.8,.2,1);
    pointer-events:none;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
}
.dashboard-earnings-card .earning-slide.is-active{
    opacity:1;
    transform:translateY(0) scale(1);
    pointer-events:auto;
}
.dashboard-earnings-card .earning-slide-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:12px;
}
.dashboard-earnings-card .earning-slide span{
    display:inline-flex;
    width:max-content;
    padding:7px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.17);
    color:#fff;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.dashboard-earnings-card .earning-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:46px;
    height:46px;
    border-radius:16px;
    font-size:20px;
    color:#fff;
    background:rgba(255,255,255,.16);
    box-shadow:0 14px 28px rgba(15,23,42,.16), inset 0 1px 0 rgba(255,255,255,.28);
    animation:earnFloat 3.6s ease-in-out infinite;
}
.dashboard-earnings-card .earning-icon.icon-day{ background:linear-gradient(135deg,rgba(255,255,255,.32),rgba(255,255,255,.12)); }
.dashboard-earnings-card .earning-icon.icon-week{ background:linear-gradient(135deg,rgba(168,85,247,.48),rgba(255,255,255,.12)); }
.dashboard-earnings-card .earning-icon.icon-month{ background:linear-gradient(135deg,rgba(16,185,129,.44),rgba(255,255,255,.14)); }
.dashboard-earnings-card .earning-slide strong{
    display:block;
    margin:0 0 10px;
    color:#fff;
    font-size:36px;
    line-height:1.05;
    letter-spacing:-.05em;
}
.dashboard-earnings-card .earning-trend{
    display:inline-flex;
    align-items:center;
    gap:8px;
    width:max-content;
    margin-bottom:12px;
    padding:8px 13px;
    border-radius:999px;
    font-weight:900;
    font-size:13px;
    letter-spacing:.01em;
    backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,.18);
    box-shadow:0 10px 24px rgba(15,23,42,.12);
}
.dashboard-earnings-card .earning-trend i{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:22px;
    height:22px;
    border-radius:999px;
    font-style:normal;
    font-size:12px;
    background:rgba(255,255,255,.18);
}
.dashboard-earnings-card .earning-trend.up{ background:linear-gradient(135deg,rgba(22,163,74,.38),rgba(34,197,94,.20)); color:#effff6; }
.dashboard-earnings-card .earning-trend.down{ background:linear-gradient(135deg,rgba(239,68,68,.36),rgba(248,113,113,.20)); color:#fff5f5; }
.dashboard-earnings-card .earning-trend.flat{ background:linear-gradient(135deg,rgba(255,255,255,.22),rgba(255,255,255,.12)); color:#ffffff; }
.dashboard-earnings-card .earning-trend em{ font-style:normal; }
.dashboard-earnings-card .earning-spark-wrap{
    margin:0 0 10px;
    padding:10px 12px 8px;
    border-radius:16px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.16);
}
.dashboard-earnings-card .earning-spark-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:8px;
}
.dashboard-earnings-card .earning-spark-head span,
.dashboard-earnings-card .earning-spark-head b{
    padding:0;
    background:none;
    border-radius:0;
    text-transform:none;
    letter-spacing:0;
}
.dashboard-earnings-card .earning-spark-head span{
    font-size:12px;
    font-weight:800;
    color:rgba(255,255,255,.88);
}
.dashboard-earnings-card .earning-spark-head b{
    font-size:12px;
    font-weight:900;
    color:#fff;
}
.dashboard-earnings-card .earning-sparkline{
    display:block;
    width:100%;
    height:44px;
}
.dashboard-earnings-card .earning-sparkline polyline{
    fill:none;
    stroke:#ffffff;
    stroke-width:3.2;
    stroke-linecap:round;
    stroke-linejoin:round;
    filter:drop-shadow(0 6px 10px rgba(15,23,42,.18));
}
.dashboard-earnings-card .earning-slide small{
    display:block;
    color:rgba(255,255,255,.92);
    font-weight:750;
    line-height:1.42;
    max-width:100%;
}
.earning-tabs{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    margin-top:auto;
    padding:7px;
    border-radius:18px;
    background:rgba(15,23,42,.16);
    backdrop-filter:blur(8px);
}
.earning-tabs button{
    height:36px;
    border:0;
    border-radius:13px;
    background:transparent;
    color:rgba(255,255,255,.8);
    font-weight:900;
    cursor:pointer;
    transition:.18s ease;
}
.earning-tabs button.is-active{
    background:#fff;
    color:#2563eb;
    box-shadow:0 10px 22px rgba(15,23,42,.14);
}
@keyframes earnFloat{
    0%,100%{ transform:translateY(0); }
    50%{ transform:translateY(-4px); }
}
@media(max-width:760px){
    .dashboard-earnings-card{
        width:100%;
        min-width:0;
        min-height:242px;
    }
    .dashboard-earnings-card .earning-slide{
        bottom:92px;
    }
    .dashboard-earnings-card .earning-slide strong{
        font-size:29px;
    }
    .dashboard-earnings-card .earning-slide small{
        font-size:13px;
    }
    .dashboard-earnings-card .earning-icon{
        width:40px;
        height:40px;
        font-size:18px;
        border-radius:14px;
    }
    .dashboard-earnings-card .earning-spark-wrap{
        padding:8px 10px 6px;
    }
}


/* v10.42 dashboard canlı yenileme + bar chart */
.dashboard-earnings-card{
    min-height:284px!important;
}
.dashboard-earnings-card.is-refreshing::before{
    animation:earningPulse 1.1s ease-in-out infinite;
}
.earning-live-dot{
    position:absolute;
    right:18px;
    top:18px;
    z-index:3;
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:7px 11px;
    border-radius:999px;
    background:rgba(15,23,42,.18);
    color:#fff;
    font-size:11px;
    font-weight:950;
    letter-spacing:.04em;
    text-transform:uppercase;
    backdrop-filter:blur(8px);
}
.earning-live-dot span{
    width:8px;
    height:8px;
    border-radius:999px;
    background:#22c55e;
    box-shadow:0 0 0 6px rgba(34,197,94,.16);
    animation:liveDot 1.4s ease-in-out infinite;
}
.dashboard-earnings-card .earning-slide{
    bottom:92px!important;
}
.dashboard-earnings-card .earning-slide strong{
    font-size:34px!important;
    margin-bottom:8px!important;
}
.dashboard-earnings-card .earning-trend{
    margin-bottom:10px!important;
}
.dashboard-earnings-card .earning-trend.u,
.dashboard-earnings-card .earning-trend u{
    text-decoration:none;
}
.dashboard-earnings-card .earning-trend u{
    opacity:.92;
    font-size:12px;
    font-weight:850;
}
.dashboard-earnings-card .earning-trend.up{
    background:linear-gradient(135deg,rgba(22,163,74,.46),rgba(34,197,94,.22))!important;
    border-color:rgba(187,247,208,.34)!important;
}
.dashboard-earnings-card .earning-trend.down{
    background:linear-gradient(135deg,rgba(220,38,38,.46),rgba(248,113,113,.22))!important;
    border-color:rgba(254,202,202,.34)!important;
}
.earning-chart-grid{
    display:grid;
    grid-template-columns:1fr 92px;
    gap:10px;
    align-items:stretch;
    margin-bottom:8px;
}
.dashboard-earnings-card .earning-spark-wrap{
    margin:0!important;
    padding:9px 11px 7px!important;
}
.earning-bars{
    height:82px;
    display:flex;
    align-items:flex-end;
    gap:5px;
    padding:10px 9px;
    border-radius:16px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.16);
}
.earning-bars span{
    flex:1;
    min-width:5px;
    height:var(--bar);
    border-radius:999px 999px 6px 6px;
    background:linear-gradient(180deg,#fff,rgba(255,255,255,.42));
    box-shadow:0 6px 14px rgba(15,23,42,.12);
    transform-origin:bottom;
    animation:barGrow .6s cubic-bezier(.2,.8,.2,1) both;
}
.dashboard-earnings-card .earning-sparkline{
    height:38px!important;
}
.dashboard-earnings-card .earning-slide small{
    font-size:12.5px!important;
}
@keyframes liveDot{
    0%,100%{ transform:scale(1); opacity:1; }
    50%{ transform:scale(.78); opacity:.72; }
}
@keyframes earningPulse{
    0%,100%{ opacity:1; }
    50%{ opacity:.65; }
}
@keyframes barGrow{
    from{ transform:scaleY(.18); opacity:.55; }
    to{ transform:scaleY(1); opacity:1; }
}
@media(max-width:760px){
    .dashboard-earnings-card{
        min-height:306px!important;
    }
    .earning-live-dot{
        right:14px;
        top:14px;
        font-size:10px;
    }
    .earning-chart-grid{
        grid-template-columns:1fr;
    }
    .earning-bars{
        height:52px;
    }
    .dashboard-earnings-card .earning-slide{
        bottom:92px!important;
    }
}


/* v10.43 dashboard kazanç kartı sadeleştirme */
.dashboard-earnings-card{
    min-height:268px!important;
    padding:18px!important;
    overflow:hidden;
}
.dashboard-earnings-card .earning-slide{
    position:absolute;
    inset:18px 18px 72px 18px!important;
    display:none;
    flex-direction:column;
    gap:12px;
    bottom:auto!important;
    animation:none!important;
}
.dashboard-earnings-card .earning-slide.is-active{
    display:flex;
}
.earning-card-topline{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
}
.earning-card-badge{
    display:inline-flex;
    align-items:center;
    min-height:32px;
    padding:0 14px;
    border-radius:999px;
    background:rgba(255,255,255,.18);
    border:1px solid rgba(255,255,255,.16);
    color:#fff;
    font-size:12px;
    font-weight:900;
    letter-spacing:.04em;
    text-transform:uppercase;
}
.earning-live-badge{
    display:inline-flex;
    align-items:center;
    gap:7px;
    min-height:30px;
    padding:0 12px;
    border-radius:999px;
    background:rgba(15,23,42,.16);
    color:#fff;
    font-size:11px;
    font-weight:900;
    letter-spacing:.04em;
    text-transform:uppercase;
}
.earning-live-badge span{
    width:8px;
    height:8px;
    border-radius:999px;
    background:#22c55e;
    box-shadow:0 0 0 6px rgba(34,197,94,.14);
    animation:liveDot 1.4s ease-in-out infinite;
}
.earning-main-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
}
.earning-main-copy{
    min-width:0;
    flex:1;
}
.dashboard-earnings-card .earning-slide strong{
    display:block;
    margin:0 0 8px!important;
    font-size:32px!important;
    line-height:1;
    color:#fff;
}
.earning-main-icon{
    flex:0 0 44px;
    width:44px;
    height:44px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.14);
    color:#fff;
    font-size:20px;
    font-weight:700;
    box-shadow:0 10px 24px rgba(15,23,42,.12);
}
.earning-trend-row{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    padding:10px 12px;
    border-radius:16px;
    font-size:12.5px;
    font-weight:800;
    color:#fff;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.14);
}
.earning-trend-row i{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:22px;
    height:22px;
    border-radius:999px;
    font-style:normal;
    background:rgba(255,255,255,.18);
    color:#fff;
    font-size:12px;
}
.earning-trend-row b{
    font-size:13px;
    font-weight:900;
}
.earning-trend-row span{
    color:rgba(255,255,255,.92);
    font-weight:700;
}
.earning-trend-row.up{ background:linear-gradient(135deg,rgba(22,163,74,.34),rgba(34,197,94,.18)); }
.earning-trend-row.down{ background:linear-gradient(135deg,rgba(220,38,38,.34),rgba(248,113,113,.18)); }
.earning-trend-row.flat{ background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.10)); }
.earning-chart-box{
    padding:12px 12px 10px;
    border-radius:18px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.16);
}
.earning-chart-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:8px;
}
.earning-chart-head span,
.earning-chart-head b{
    color:#fff;
    font-size:12px;
    font-weight:900;
}
.dashboard-earnings-card .earning-sparkline{
    display:block;
    width:100%;
    height:40px!important;
}
.dashboard-earnings-card .earning-sparkline polyline{
    fill:none;
    stroke:#fff;
    stroke-width:3;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.earning-bars.compact{
    height:34px;
    margin-top:8px;
    display:flex;
    align-items:flex-end;
    gap:5px;
}
.earning-bars.compact span{
    flex:1;
    min-width:5px;
    height:var(--bar);
    border-radius:999px 999px 4px 4px;
    background:linear-gradient(180deg,#fff,rgba(255,255,255,.46));
    opacity:.95;
}
.earning-footnote{
    margin-top:auto;
    color:rgba(255,255,255,.92);
    font-size:12.5px;
    font-weight:800;
}
.earning-footnote b{ color:#fff; }
.earning-tabs{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    z-index:3;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    padding:7px;
    border-radius:18px;
    background:rgba(15,23,42,.16);
    backdrop-filter:blur(8px);
}
.earning-tabs button{
    height:36px;
    border:0;
    border-radius:13px;
    background:transparent;
    color:rgba(255,255,255,.82);
    font-size:14px;
    font-weight:900;
    cursor:pointer;
    transition:.18s ease;
}
.earning-tabs button.is-active{
    background:#fff;
    color:#2563eb;
    box-shadow:0 10px 20px rgba(15,23,42,.14);
}
@media(max-width:1024px){
    .dashboard-earnings-card{ min-height:286px!important; }
    .dashboard-earnings-card .earning-slide strong{ font-size:28px!important; }
    .earning-main-icon{ width:40px; height:40px; font-size:18px; }
}
@media(max-width:760px){
    .dashboard-earnings-card{
        min-height:300px!important;
        padding:16px!important;
    }
    .dashboard-earnings-card .earning-slide{
        inset:16px 16px 70px 16px!important;
        gap:10px;
    }
    .earning-card-topline{
        align-items:flex-start;
        flex-direction:column;
    }
    .earning-live-badge{
        min-height:28px;
        font-size:10px;
    }
    .dashboard-earnings-card .earning-slide strong{
        font-size:26px!important;
    }
    .earning-main-row{
        gap:10px;
    }
    .earning-main-icon{
        width:38px;
        height:38px;
        border-radius:14px;
        font-size:17px;
    }
    .earning-trend-row{ padding:9px 10px; font-size:12px; }
    .earning-chart-box{ padding:10px; }
    .dashboard-earnings-card .earning-sparkline{ height:34px!important; }
    .earning-bars.compact{ height:28px; }
    .earning-tabs{
        left:16px;
        right:16px;
        bottom:16px;
    }
}


/* v10.44 canlı ziyaretçi takibi */
.live-page-head{
    align-items:center;
}
.live-refresh-box{
    min-width:240px;
    display:grid;
    gap:3px;
    padding:18px 20px;
    border-radius:24px;
    background:#fff;
    border:1px solid #dbeafe;
    box-shadow:0 18px 42px rgba(15,23,42,.06);
}
.live-refresh-box strong{
    color:#0f172a;
    font-size:18px;
}
.live-refresh-box small{
    color:#64748b;
    font-weight:750;
}
.live-pulse{
    width:12px;
    height:12px;
    border-radius:999px;
    background:#22c55e;
    box-shadow:0 0 0 8px rgba(34,197,94,.13);
    animation:liveDot 1.4s ease-in-out infinite;
}
.live-summary-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
    margin:24px 0;
}
.live-summary-card{
    padding:20px;
    border-radius:24px;
    background:#fff;
    border:1px solid #dbeafe;
    box-shadow:0 18px 42px rgba(15,23,42,.05);
    display:grid;
    gap:5px;
}
.live-summary-card span{
    color:#64748b;
    font-weight:850;
}
.live-summary-card strong{
    color:#0f172a;
    font-size:34px;
    line-height:1;
}
.live-summary-card small{
    color:#2563eb;
    font-weight:850;
}
.live-table-card{
    overflow:hidden;
}
.card-head-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:16px;
}
.live-table td strong{
    display:block;
    color:#0f172a;
}
.live-table td small{
    display:block;
    color:#64748b;
    margin-top:3px;
    max-width:320px;
}
.mini-badge{
    display:inline-flex;
    margin-top:8px;
    padding:5px 9px;
    border-radius:999px;
    font-size:11px;
    font-weight:950;
}
.mini-badge.admin{
    background:#fef3c7;
    color:#92400e;
}
.mini-badge.site{
    background:#dcfce7;
    color:#166534;
}
.cart-positive{
    color:#16a34a!important;
}
.stat-icon.live,
.mini-stat.stat-green i{
    animation:liveDot 1.8s ease-in-out infinite;
}
@media(max-width:1100px){
    .live-summary-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:720px){
    .live-summary-grid{
        grid-template-columns:1fr;
    }
    .live-refresh-box{
        width:100%;
        min-width:0;
    }
    .card-head-row{
        flex-direction:column;
    }
    .live-table{
        min-width:920px;
    }
}


/* v10.45 terk edilen sepetler */
.abandoned-page-head{
    align-items:center;
}
.abandoned-rule-box{
    min-width:260px;
    padding:20px;
    border-radius:24px;
    background:linear-gradient(135deg,#fff7ed 0%,#ffffff 100%);
    border:1px solid #fed7aa;
    box-shadow:0 18px 42px rgba(251,146,60,.10);
}
.abandoned-rule-box strong{
    display:block;
    color:#c2410c;
    font-size:28px;
    line-height:1;
    letter-spacing:-.04em;
}
.abandoned-rule-box span{
    display:block;
    margin-top:8px;
    color:#7c2d12;
    font-weight:750;
    line-height:1.45;
}
.abandoned-summary-grid .live-summary-card:nth-child(2) strong{
    font-size:26px;
}
.abandoned-table-card{
    border-top:4px solid #fb923c;
}
.abandoned-table .cart-positive{
    color:#ea580c!important;
}
.mini-badge.customer{
    background:#dbeafe;
    color:#1d4ed8;
}
.mini-badge.guest{
    background:#f1f5f9;
    color:#475569;
}
.mini-stat.stat-red[href*="abandoned_carts"] i{
    background:#fee2e2!important;
    color:#dc2626!important;
}
@media(max-width:720px){
    .abandoned-rule-box{
        width:100%;
        min-width:0;
    }
    .abandoned-table{
        min-width:980px;
    }
}


/* v10.46 gelişmiş kazanç istatistikleri */
.earnings-page-head{
    align-items:center;
}
.earnings-period-card{
    min-width:260px;
    padding:22px;
    border-radius:26px;
    background:linear-gradient(135deg,#2563eb 0%,#38bdf8 100%);
    color:#fff;
    box-shadow:0 22px 50px rgba(37,99,235,.22);
}
.earnings-period-card strong{
    display:block;
    font-size:25px;
    line-height:1.1;
    letter-spacing:-.035em;
}
.earnings-period-card span{
    display:block;
    margin-top:7px;
    color:rgba(255,255,255,.88);
    font-weight:800;
}
.earnings-filter-card{
    margin:24px 0;
}
.earnings-preset-row{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:16px;
}
.preset-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:0 15px;
    border-radius:999px;
    border:1px solid #dbeafe;
    background:#fff;
    color:#334155;
    font-weight:900;
    text-decoration:none;
}
.preset-pill.active,
.preset-pill:hover{
    color:#fff;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    border-color:transparent;
}
.earnings-date-grid{
    display:grid;
    grid-template-columns:1fr 1fr auto;
    gap:14px;
    align-items:end;
}
.earnings-filter-actions .btn{
    min-height:52px;
}
.earnings-summary-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
    margin-bottom:18px;
}
.earnings-summary-card{
    padding:22px;
    border-radius:26px;
    background:#fff;
    border:1px solid #dbeafe;
    box-shadow:0 18px 42px rgba(15,23,42,.05);
    display:grid;
    gap:7px;
}
.earnings-summary-card.primary{
    background:linear-gradient(135deg,#0f172a,#2563eb);
    color:#fff;
    border-color:transparent;
}
.earnings-summary-card span{
    color:#64748b;
    font-weight:900;
}
.earnings-summary-card.primary span,
.earnings-summary-card.primary small{
    color:rgba(255,255,255,.86);
}
.earnings-summary-card strong{
    color:#0f172a;
    font-size:30px;
    line-height:1.05;
    letter-spacing:-.045em;
}
.earnings-summary-card.primary strong{
    color:#fff;
}
.earnings-summary-card small{
    color:#2563eb;
    font-weight:850;
}
.earnings-tax-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-bottom:18px;
}
.earnings-tax-card h3{
    margin-bottom:16px;
}
.earnings-kv{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:12px 0;
    border-bottom:1px solid #e8eef7;
}
.earnings-kv span{
    color:#64748b;
    font-weight:800;
}
.earnings-kv strong{
    color:#0f172a;
    font-weight:950;
}
.earnings-kv.total{
    border-bottom:0;
    margin-top:4px;
    padding-top:16px;
}
.earnings-kv.total strong{
    font-size:22px;
    color:#2563eb;
}
.earnings-kv.danger strong{
    color:#dc2626;
}
.earnings-chart-card{
    margin-bottom:18px;
}
.earnings-bars-wide{
    display:flex;
    align-items:flex-end;
    gap:12px;
    min-height:210px;
    padding:20px 10px 4px;
    overflow-x:auto;
}
.earnings-bar-item{
    min-width:86px;
    display:grid;
    gap:8px;
    justify-items:center;
    text-align:center;
}
.earnings-bar-track{
    width:42px;
    height:130px;
    border-radius:999px;
    background:#eff6ff;
    border:1px solid #dbeafe;
    display:flex;
    align-items:flex-end;
    overflow:hidden;
}
.earnings-bar-track span{
    width:100%;
    height:var(--h);
    border-radius:999px;
    background:linear-gradient(180deg,#38bdf8,#2563eb);
    box-shadow:0 -10px 20px rgba(37,99,235,.18);
}
.earnings-bar-item strong{
    color:#0f172a;
    font-size:13px;
    white-space:nowrap;
}
.earnings-bar-item small{
    color:#64748b;
    font-weight:850;
}
.earnings-two-col{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-bottom:18px;
}
.earnings-table td small{
    display:block;
    margin-top:4px;
    color:#64748b;
}
.earnings-orders-card{
    margin-bottom:24px;
}
.earnings-note{
    display:inline-flex;
    padding:8px 12px;
    border-radius:999px;
    background:#eff6ff;
    color:#2563eb;
    font-weight:900;
    white-space:nowrap;
}
@media(max-width:1180px){
    .earnings-summary-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .earnings-two-col,
    .earnings-tax-grid{
        grid-template-columns:1fr;
    }
}
@media(max-width:720px){
    .earnings-period-card{
        width:100%;
        min-width:0;
    }
    .earnings-date-grid{
        grid-template-columns:1fr;
    }
    .earnings-summary-grid{
        grid-template-columns:1fr;
    }
    .earnings-table{
        min-width:900px;
    }
}


/* v10.47 kazançlar konsept tasarım + medya kütüphanesi düzenleme */
.earnings-page{
    --krb-blue:#2563eb;
    --krb-cyan:#38bdf8;
    --krb-ink:#0f172a;
    --krb-muted:#64748b;
}
.earnings-page-head,
.media-library-head{
    position:relative;
    overflow:hidden;
    border-radius:32px;
    background:
        radial-gradient(circle at 100% 0%, rgba(56,189,248,.22), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f6fbff 100%);
    border:1px solid #dbeafe;
    box-shadow:0 22px 60px rgba(15,23,42,.06);
    padding:34px!important;
}
.earnings-page-head::after,
.media-library-head::after{
    content:"";
    position:absolute;
    right:-60px;
    bottom:-70px;
    width:210px;
    height:210px;
    border-radius:999px;
    background:rgba(37,99,235,.07);
}
.earnings-page-head .product-page-copy,
.media-library-head .product-page-copy{
    position:relative;
    z-index:1;
}
.earnings-period-card,
.media-library-summary{
    position:relative;
    z-index:1;
    min-width:280px;
    padding:24px;
    border-radius:28px;
    background:linear-gradient(135deg,#2563eb 0%,#38bdf8 100%);
    color:#fff;
    box-shadow:0 24px 56px rgba(37,99,235,.24);
}
.earnings-period-card strong,
.media-library-summary strong{
    display:block;
    font-size:30px;
    line-height:1;
    letter-spacing:-.05em;
}
.earnings-period-card span,
.media-library-summary span,
.media-library-summary small{
    display:block;
    margin-top:7px;
    color:rgba(255,255,255,.88);
    font-weight:850;
}
.earnings-filter-modern{
    border-radius:30px!important;
    border:1px solid #dbeafe!important;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
    box-shadow:0 20px 54px rgba(15,23,42,.055)!important;
}
.earnings-preset-row{
    padding:8px;
    border-radius:22px;
    background:#eff6ff;
    border:1px solid #dbeafe;
}
.preset-pill{
    border:0!important;
    background:transparent!important;
}
.preset-pill.active,
.preset-pill:hover{
    background:#fff!important;
    color:#2563eb!important;
    box-shadow:0 10px 24px rgba(37,99,235,.12);
}
.earnings-date-grid .field{
    padding:14px;
    border-radius:22px;
    background:#fff;
    border:1px solid #e6eef8;
}
.earnings-filter-actions{
    background:transparent!important;
    border:0!important;
    padding:0!important;
}
.earnings-summary-modern .earnings-summary-card{
    position:relative;
    overflow:hidden;
    border-radius:28px;
}
.earnings-summary-modern .earnings-summary-card::after{
    content:"";
    position:absolute;
    right:-34px;
    top:-34px;
    width:92px;
    height:92px;
    border-radius:999px;
    background:rgba(37,99,235,.06);
}
.earnings-summary-modern .earnings-summary-card.primary::after{
    background:rgba(255,255,255,.12);
}
.earnings-summary-card.primary{
    background:
        radial-gradient(circle at 100% 0%, rgba(56,189,248,.38), transparent 35%),
        linear-gradient(135deg,#0f172a 0%,#2563eb 100%)!important;
}
.earnings-tax-modern .card,
.earnings-chart-modern,
.earnings-two-col .card,
.earnings-orders-card{
    border-radius:30px!important;
    border:1px solid #dbeafe!important;
    box-shadow:0 20px 54px rgba(15,23,42,.055)!important;
}
.earnings-chart-modern{
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
}
.earnings-bar-track{
    box-shadow:inset 0 0 0 1px rgba(37,99,235,.05);
}
.earnings-bar-track span{
    animation:earningsBarRise .7s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes earningsBarRise{
    from{height:8%;opacity:.45}
    to{height:var(--h);opacity:1}
}

/* Medya kütüphanesi modern düzen */
.media-library-page{
    --media-blue:#2563eb;
    --media-cyan:#38bdf8;
}
.media-library-grid{
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
    gap:18px;
    margin:24px 0;
}
.media-upload-card,
.media-info-card,
.media-library-card{
    border-radius:30px!important;
    border:1px solid #dbeafe!important;
    box-shadow:0 20px 54px rgba(15,23,42,.055)!important;
    background:#fff!important;
}
.media-card-head{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:18px;
}
.media-card-icon{
    width:52px;
    height:52px;
    border-radius:18px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    font-size:22px;
    box-shadow:0 14px 28px rgba(37,99,235,.18);
}
.media-card-icon.blue{
    background:#eff6ff;
    color:#2563eb;
    box-shadow:none;
}
.media-card-head h3{
    margin:0 0 4px;
    color:#0f172a;
    font-size:22px;
}
.media-upload-zone{
    position:relative;
    min-height:150px;
    border:2px dashed #bfdbfe;
    border-radius:24px;
    background:linear-gradient(180deg,#f8fbff 0%,#eff6ff 100%);
    display:grid;
    place-items:center;
    text-align:center;
    padding:24px;
    margin-bottom:16px;
    cursor:pointer;
}
.media-upload-zone input{
    position:absolute;
    inset:0;
    opacity:0;
    cursor:pointer;
}
.media-upload-zone strong{
    color:#0f172a;
    font-size:20px;
}
.media-upload-zone span{
    color:#64748b;
    font-weight:750;
}
.media-folder-list{
    display:grid;
    gap:10px;
}
.media-folder-list span{
    padding:12px 14px;
    border-radius:16px;
    background:#f8fbff;
    border:1px solid #e6eef8;
    color:#334155;
    font-weight:850;
}
.media-library-card .card-head-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:18px;
}
.media-grid-modern{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
}
.media-card-modern{
    overflow:hidden;
    border-radius:24px;
    border:1px solid #dbeafe;
    background:#fff;
    box-shadow:0 16px 36px rgba(15,23,42,.05);
}
.media-thumb{
    height:170px;
    background:#eff6ff;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}
.media-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.media-card-body{
    display:grid;
    gap:10px;
    padding:14px;
}
.media-card-body strong{
    color:#0f172a;
    font-size:15px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.media-card-body small{
    color:#64748b;
    font-weight:750;
}
.media-card-body .input{
    font-size:12px;
    min-height:42px;
}
.media-empty-state{
    grid-column:1/-1;
    padding:36px;
    border-radius:24px;
    background:#f8fbff;
    border:1px dashed #bfdbfe;
    text-align:center;
    color:#64748b;
}
.media-empty-state strong{
    display:block;
    color:#0f172a;
    font-size:22px;
    margin-bottom:8px;
}
/* Medya seçici yanlışlıkla sayfa altında görünmesin */
.admin-media-picker:not(.is-open){
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
}
.admin-media-picker.is-open{
    display:block!important;
    visibility:visible!important;
    pointer-events:auto!important;
}
@media(max-width:1180px){
    .media-grid-modern{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}
@media(max-width:900px){
    .media-library-grid{
        grid-template-columns:1fr;
    }
    .media-grid-modern{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:620px){
    .earnings-page-head,
    .media-library-head{
        padding:24px!important;
    }
    .earnings-period-card,
    .media-library-summary{
        width:100%;
        min-width:0;
    }
    .media-grid-modern{
        grid-template-columns:1fr;
    }
    .media-thumb{
        height:220px;
    }
}


/* v10.48 müşteriler sayfası KRB konsept tasarım */
.customer-page-modern{
    display:flex;
    flex-direction:column;
    gap:22px;
}
.customer-page-head{
    position:relative;
    overflow:hidden;
    align-items:center;
    border-radius:32px;
    background:
        radial-gradient(circle at 100% 0%, rgba(56,189,248,.23), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f6fbff 100%);
    border:1px solid #dbeafe;
    box-shadow:0 22px 60px rgba(15,23,42,.06);
    padding:34px!important;
}
.customer-page-head::after{
    content:"";
    position:absolute;
    right:-70px;
    bottom:-80px;
    width:230px;
    height:230px;
    border-radius:999px;
    background:rgba(37,99,235,.07);
}
.customer-page-head .product-page-copy,
.customer-page-head .customer-search-modern{
    position:relative;
    z-index:1;
}
.customer-head-actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-top:24px;
}
.customer-search-modern{
    min-width:430px;
    max-width:520px;
    padding:20px;
    border-radius:28px;
    background:#fff;
    border:1px solid #dbeafe;
    box-shadow:0 20px 50px rgba(37,99,235,.08);
}
.customer-search-modern label{
    display:block;
    margin-bottom:10px;
    color:#0f172a;
    font-size:14px;
    font-weight:950;
}
.customer-search-row{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto auto;
    gap:8px;
}
.customer-search-modern .input{
    min-width:0!important;
    height:50px;
    border-radius:16px;
}
.customer-search-modern .btn{
    height:50px;
    border-radius:16px;
}
.customer-search-modern small{
    display:block;
    margin-top:10px;
    color:#64748b;
    font-weight:750;
}
.customer-stats-modern{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}
.customer-stat-card{
    position:relative;
    overflow:hidden;
    min-height:104px;
    padding:20px;
    border-radius:26px;
    background:#fff;
    border:1px solid #dbeafe;
    box-shadow:0 18px 42px rgba(15,23,42,.05);
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:14px;
}
.customer-stat-card::after{
    content:"";
    position:absolute;
    right:-28px;
    top:-34px;
    width:96px;
    height:96px;
    border-radius:999px;
    background:rgba(37,99,235,.06);
}
.customer-stat-card i{
    width:52px;
    height:52px;
    border-radius:18px;
    display:grid;
    place-items:center;
    font-style:normal;
    font-size:20px;
    font-weight:950;
    color:#fff;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    box-shadow:0 14px 28px rgba(37,99,235,.18);
}
.customer-stat-card span{
    color:#64748b;
    font-size:14px;
    font-weight:900;
}
.customer-stat-card strong{
    position:relative;
    z-index:1;
    color:#0f172a;
    font-size:32px;
    line-height:1;
    letter-spacing:-.045em;
}
.customer-stat-card.stat-active i{
    background:linear-gradient(135deg,#16a34a,#86efac);
    box-shadow:0 14px 28px rgba(22,163,74,.16);
}
.customer-stat-card.stat-passive i{
    background:linear-gradient(135deg,#f59e0b,#fde68a);
    color:#92400e;
    box-shadow:0 14px 28px rgba(245,158,11,.16);
}
.customer-stat-card.stat-banned i{
    background:linear-gradient(135deg,#ef4444,#fecaca);
    color:#fff;
    box-shadow:0 14px 28px rgba(239,68,68,.16);
}
.customer-list-modern{
    border-radius:32px!important;
    border:1px solid #dbeafe!important;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
    box-shadow:0 22px 60px rgba(15,23,42,.06)!important;
    padding:26px!important;
}
.customer-list-modern .card-title-row{
    padding-bottom:18px;
    margin-bottom:0;
    border-bottom:1px solid #e7edf5;
}
.customer-list-modern .card-title-row h2{
    font-size:28px;
    letter-spacing:-.045em;
}
.customer-list-modern .result-pill{
    min-height:38px;
    padding:0 14px;
    background:#eff6ff;
    color:#2563eb;
    border-color:#bfdbfe;
    box-shadow:0 10px 22px rgba(37,99,235,.08);
}
.customer-table-wrap-modern{
    margin-top:18px;
    border:1px solid #dbeafe!important;
    border-radius:24px!important;
    background:#fff;
    overflow:hidden!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}
.customer-table-wrap-modern .customer-table{
    width:100%;
    min-width:1040px;
}
.customer-table-wrap-modern .customer-table th{
    background:#f8fbff!important;
    color:#475569!important;
    padding:16px 18px!important;
    border-bottom:1px solid #e6eef8!important;
}
.customer-table-wrap-modern .customer-table td{
    padding:18px!important;
    border-bottom:1px solid #eef4fb!important;
}
.customer-table-wrap-modern .customer-table tbody tr{
    transition:.16s ease;
}
.customer-table-wrap-modern .customer-table tbody tr:hover{
    background:#f8fbff!important;
}
.customer-table-wrap-modern .customer-avatar{
    width:50px;
    height:50px;
    border-radius:18px;
    font-size:15px;
}
.customer-table-wrap-modern .customer-person strong{
    font-size:16px;
}
.customer-counts{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}
.customer-counts span{
    display:inline-flex;
    align-items:center;
    gap:4px;
    min-height:30px;
    padding:0 10px;
    border-radius:999px;
    background:#f8fbff;
    border:1px solid #dbeafe;
    color:#2563eb;
    font-size:12px;
    font-weight:900;
}
.customer-counts b{
    color:#0f172a;
}
.customer-actions{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
}
.customer-actions .btn.small{
    border-radius:13px;
}
.customer-form-card{
    border-radius:30px!important;
    border:1px solid #dbeafe!important;
    box-shadow:0 20px 54px rgba(15,23,42,.055)!important;
}
@media(max-width:1180px){
    .customer-page-head{
        align-items:flex-start;
        flex-direction:column;
    }
    .customer-search-modern{
        width:100%;
        max-width:none;
        min-width:0;
    }
    .customer-stats-modern{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:720px){
    .customer-page-head{
        padding:24px!important;
    }
    .customer-search-row{
        grid-template-columns:1fr;
    }
    .customer-stats-modern{
        grid-template-columns:1fr;
    }
    .customer-stat-card{
        min-height:92px;
    }
    .customer-list-modern{
        padding:18px!important;
    }
    .customer-list-modern .card-title-row{
        flex-direction:column;
    }
    .customer-table-wrap-modern{
        overflow-x:auto!important;
    }
}


/* v10.49 domain / hosting süresi biten kartı ve otomatik sıralama görünümü */
.service-stats-five{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
}
.service-stats-five .mini-stat{
    min-width:0;
}
.mini-stat.stat-expired i{
    background:#fee2e2!important;
    color:#dc2626!important;
}
.mini-stat.stat-expired{
    border-color:#fecaca!important;
}
.expiry-badge.expired{
    background:#fee2e2!important;
    color:#991b1b!important;
    border-color:#fecaca!important;
}
.service-list-modern .product-list-head .muted{
    max-width:820px;
}
@media(max-width:1300px){
    .service-stats-five{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}
@media(max-width:780px){
    .service-stats-five{
        grid-template-columns:1fr!important;
    }
}


/* v10.50 çoklu lisans düzenlemesi */
.license-form-card .field input[type="number"]{
    min-height:52px;
}
.license-form-card .small-note{
    line-height:1.45;
}
.license-list-modern .product-list-head .muted{
    max-width:820px;
}


/* v10.51 siparişler sayfası KRB konsept tasarım */
.orders-admin-page{
    display:flex;
    flex-direction:column;
    gap:22px;
}
.orders-page-head{
    position:relative;
    overflow:hidden;
    align-items:center;
    border-radius:32px;
    background:
        radial-gradient(circle at 100% 0%, rgba(56,189,248,.23), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f6fbff 100%);
    border:1px solid #dbeafe;
    box-shadow:0 22px 60px rgba(15,23,42,.06);
    padding:34px!important;
}
.orders-page-head::after{
    content:"";
    position:absolute;
    right:-70px;
    bottom:-80px;
    width:230px;
    height:230px;
    border-radius:999px;
    background:rgba(37,99,235,.07);
}
.orders-page-head .product-page-copy,
.orders-head-income{
    position:relative;
    z-index:1;
}
.orders-head-income{
    min-width:280px;
    padding:24px;
    border-radius:28px;
    background:linear-gradient(135deg,#0f172a 0%,#2563eb 100%);
    color:#fff;
    box-shadow:0 24px 56px rgba(37,99,235,.24);
}
.orders-head-income span{
    display:block;
    color:rgba(255,255,255,.82);
    font-weight:900;
}
.orders-head-income strong{
    display:block;
    margin-top:8px;
    color:#fff;
    font-size:30px;
    line-height:1;
    letter-spacing:-.05em;
}
.orders-head-income small{
    display:block;
    margin-top:8px;
    color:rgba(255,255,255,.82);
    font-weight:800;
}
.orders-stats-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}
.order-stat-card{
    position:relative;
    overflow:hidden;
    min-height:108px;
    padding:20px;
    border-radius:26px;
    background:#fff;
    border:1px solid #dbeafe;
    box-shadow:0 18px 42px rgba(15,23,42,.05);
    display:grid;
    grid-template-columns:auto 1fr auto;
    align-items:center;
    gap:14px;
}
.order-stat-card::after{
    content:"";
    position:absolute;
    right:-30px;
    top:-34px;
    width:96px;
    height:96px;
    border-radius:999px;
    background:rgba(37,99,235,.06);
}
.order-stat-card i{
    width:52px;
    height:52px;
    border-radius:18px;
    display:grid;
    place-items:center;
    font-style:normal;
    font-size:20px;
    font-weight:950;
    color:#fff;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    box-shadow:0 14px 28px rgba(37,99,235,.18);
}
.order-stat-card span{
    color:#64748b;
    font-size:14px;
    font-weight:900;
}
.order-stat-card strong{
    position:relative;
    z-index:1;
    color:#0f172a;
    font-size:32px;
    line-height:1;
    letter-spacing:-.045em;
}
.order-stat-card.stat-pending i{
    background:linear-gradient(135deg,#f59e0b,#fde68a);
    color:#92400e;
    box-shadow:0 14px 28px rgba(245,158,11,.16);
}
.order-stat-card.stat-paid i{
    background:linear-gradient(135deg,#16a34a,#86efac);
    box-shadow:0 14px 28px rgba(22,163,74,.16);
}
.order-stat-card.stat-cancelled i{
    background:linear-gradient(135deg,#ef4444,#fecaca);
    color:#fff;
    box-shadow:0 14px 28px rgba(239,68,68,.16);
}
.orders-list-card,
.order-detail-card{
    border-radius:32px!important;
    border:1px solid #dbeafe!important;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
    box-shadow:0 22px 60px rgba(15,23,42,.06)!important;
    padding:26px!important;
}
.orders-list-card .card-title-row{
    padding-bottom:18px;
    border-bottom:1px solid #e7edf5;
}
.orders-list-card .card-title-row h2{
    font-size:28px;
    letter-spacing:-.045em;
}
.orders-table-wrap{
    margin-top:18px;
    border:1px solid #dbeafe;
    border-radius:24px;
    background:#fff;
    overflow:hidden;
}
.orders-table-modern{
    width:100%;
    min-width:1040px;
}
.orders-table-modern th{
    background:#f8fbff!important;
    color:#475569!important;
    padding:16px 18px!important;
    border-bottom:1px solid #e6eef8!important;
}
.orders-table-modern td{
    padding:18px!important;
    border-bottom:1px solid #eef4fb!important;
    vertical-align:middle;
}
.orders-table-modern tbody tr{
    transition:.16s ease;
}
.orders-table-modern tbody tr:hover{
    background:#f8fbff!important;
}
.orders-table-modern td strong,
.orders-table-modern td small{
    display:block;
}
.orders-table-modern td small{
    margin-top:4px;
    color:#64748b;
}
.order-no-link{
    display:inline-flex;
    color:#0f172a;
    font-weight:950;
    text-decoration:none;
}
.order-no-link:hover{
    color:#2563eb;
}
.payment-method-chip{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    padding:0 10px;
    border-radius:999px;
    background:#eff6ff;
    color:#2563eb;
    font-size:12px;
    font-weight:950;
}
.danger-text{
    color:#dc2626!important;
    font-weight:850;
}
.order-detail-card{
    margin-bottom:22px;
}
.order-detail-card > h2{
    font-size:28px;
    margin-bottom:18px;
    letter-spacing:-.045em;
}
.order-detail-card .table{
    border:1px solid #dbeafe;
    border-radius:18px;
    overflow:hidden;
}
.order-detail-card .actions{
    gap:10px;
    flex-wrap:wrap;
}
@media(max-width:1180px){
    .orders-page-head{
        align-items:flex-start;
        flex-direction:column;
    }
    .orders-head-income{
        width:100%;
        min-width:0;
    }
    .orders-stats-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:720px){
    .orders-page-head{
        padding:24px!important;
    }
    .orders-stats-grid{
        grid-template-columns:1fr;
    }
    .orders-list-card,
    .order-detail-card{
        padding:18px!important;
    }
    .orders-table-wrap{
        overflow-x:auto;
    }
    .orders-list-card .card-title-row{
        flex-direction:column;
    }
}


/* v10.52 blog / ürün ön yüz yorum sistemi */
.front-comments-block{
    margin-top:22px;
}
.front-comments-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    margin-bottom:18px;
}
.front-comments-head span{
    display:inline-flex;
    min-height:28px;
    align-items:center;
    padding:0 11px;
    border-radius:999px;
    background:#eff6ff;
    color:#2563eb;
    font-size:12px;
    font-weight:950;
    letter-spacing:.04em;
    text-transform:uppercase;
}
.front-comments-head h3{
    margin:10px 0 0;
    color:#0f172a;
    font-size:26px;
    letter-spacing:-.04em;
}
.front-comments-head b{
    display:inline-flex;
    align-items:center;
    min-height:38px;
    padding:0 14px;
    border-radius:999px;
    background:#fff;
    border:1px solid #dbeafe;
    color:#2563eb;
    font-size:13px;
    box-shadow:0 10px 24px rgba(37,99,235,.08);
}
.front-comment-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-bottom:18px;
}
.front-comment-card{
    border:1px solid #dbeafe!important;
    border-radius:22px!important;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
    box-shadow:0 14px 32px rgba(15,23,42,.045)!important;
}
.front-comment-card strong{
    color:#0f172a;
}
.front-comment-card em{
    display:block;
    margin:6px 0;
    color:#f59e0b;
    font-style:normal;
    letter-spacing:.05em;
}
.front-comment-empty{
    padding:18px;
    margin-bottom:18px;
    border-radius:20px;
    background:#f8fbff;
    border:1px dashed #bfdbfe;
    color:#64748b;
    font-weight:800;
}
.front-comment-form{
    padding:20px;
    border-radius:24px;
    background:#fff;
    border:1px solid #dbeafe;
    box-shadow:0 18px 42px rgba(15,23,42,.055);
}
.front-comment-form h4{
    margin:0 0 6px;
    color:#0f172a;
    font-size:22px;
    letter-spacing:-.035em;
}
.front-comment-form > p{
    margin:0 0 16px;
    color:#64748b;
    font-weight:750;
}
.front-comment-grid{
    display:grid;
    grid-template-columns:1fr 1fr 160px;
    gap:12px;
}
.front-comment-form textarea{
    min-height:130px;
}
.blog-comments-block{
    margin-top:22px;
}
.blog-comment-list{
    grid-template-columns:1fr;
}
@media(max-width:820px){
    .front-comment-list,
    .front-comment-grid{
        grid-template-columns:1fr;
    }
    .front-comments-head{
        flex-direction:column;
    }
}


/* v10.53 yorum formu sadece giriş yapan kullanıcılar */
.front-comment-login-box{
    display:grid;
    gap:10px;
    padding:22px;
    border-radius:24px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
    border:1px solid #dbeafe;
    box-shadow:0 18px 42px rgba(15,23,42,.055);
}
.front-comment-login-box strong{
    color:#0f172a;
    font-size:20px;
    letter-spacing:-.025em;
}
.front-comment-login-box span{
    color:#64748b;
    font-weight:750;
    line-height:1.5;
}
.front-comment-login-box div{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:6px;
}
.login-only-rating-grid{
    grid-template-columns:180px!important;
}
@media(max-width:620px){
    .login-only-rating-grid{
        grid-template-columns:1fr!important;
    }
}


/* v10.54 anasayfa yorumları + destek bildirim rozeti */
.nav-support-link{
    position:relative;
    display:inline-flex!important;
    align-items:center;
    gap:6px;
}
.nav-support-count{
    display:inline-grid;
    place-items:center;
    min-width:20px;
    height:20px;
    padding:0 6px;
    border-radius:999px;
    background:#ef4444;
    color:#fff;
    font-size:12px;
    font-weight:950;
    line-height:1;
    box-shadow:0 8px 18px rgba(239,68,68,.28);
}
.home-comments-section{
    padding-top:16px!important;
    padding-bottom:28px!important;
}
.home-comments-card{
    position:relative;
    overflow:hidden;
    padding:34px;
    border-radius:34px;
    background:
        radial-gradient(circle at 100% 0%, rgba(56,189,248,.20), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);
    border:1px solid #dbeafe;
    box-shadow:0 24px 62px rgba(15,23,42,.06);
}
.home-comments-card::after{
    content:"";
    position:absolute;
    right:-70px;
    bottom:-80px;
    width:220px;
    height:220px;
    border-radius:999px;
    background:rgba(37,99,235,.06);
}
.home-comments-head{
    position:relative;
    z-index:1;
    margin-bottom:24px!important;
}
.home-comments-kicker{
    display:inline-flex;
    min-height:30px;
    align-items:center;
    padding:0 12px;
    border-radius:999px;
    background:#eff6ff;
    color:#2563eb;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.home-comments-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}
.home-comment-item{
    display:flex;
    flex-direction:column;
    gap:14px;
    padding:20px;
    border-radius:26px;
    background:#fff;
    border:1px solid #dbeafe;
    box-shadow:0 16px 38px rgba(15,23,42,.045);
}
.home-comment-top{
    display:flex;
    align-items:center;
    gap:12px;
}
.home-comment-avatar{
    width:48px;
    height:48px;
    border-radius:18px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    font-weight:950;
    box-shadow:0 12px 24px rgba(37,99,235,.18);
}
.home-comment-top strong{
    display:block;
    color:#0f172a;
    font-size:15px;
}
.home-comment-top em{
    display:block;
    margin-top:2px;
    color:#f59e0b;
    font-style:normal;
    letter-spacing:.04em;
    font-size:13px;
}
.home-comment-item p{
    color:#475569;
    line-height:1.65;
    margin:0;
    font-weight:650;
}
.home-comment-source{
    margin-top:auto;
    display:inline-flex;
    width:max-content;
    max-width:100%;
    padding:7px 10px;
    border-radius:999px;
    background:#eff6ff;
    color:#2563eb;
    font-size:12px;
    font-weight:900;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
@media(max-width:1100px){
    .home-comments-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:680px){
    .home-comments-card{
        padding:22px;
        border-radius:26px;
    }
    .home-comments-grid{
        grid-template-columns:1fr;
    }
    .home-comments-head{
        flex-direction:column;
        align-items:flex-start!important;
    }
}


/* v10.55 askıya alınan lisanslar ayrı bölüm + silme */
.suspended-license-list-card{
    margin-top:22px;
    border-color:#fecaca!important;
    background:linear-gradient(180deg,#ffffff 0%,#fff7f7 100%)!important;
}
.suspended-license-list-card .card-title-row{
    border-bottom-color:#fee2e2!important;
}
.suspended-license-list-card h2{
    color:#991b1b;
}
.suspended-pill{
    background:#fee2e2!important;
    border-color:#fecaca!important;
    color:#991b1b!important;
}
.suspended-license-table .license-icon-box.suspended{
    background:#fee2e2!important;
    color:#991b1b!important;
}
.license-suspended-actions{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}
.license-suspended-actions .inline-form{
    display:inline-flex;
}
.license-detail-card .actions .btn.danger{
    box-shadow:0 14px 28px rgba(220,38,38,.16);
}
@media(max-width:900px){
    .suspended-license-table{
        min-width:980px;
    }
}


/* v10.56 blog editörü sticky toolbar */
.rich-editor.rich-editor-sticky{
    overflow:visible!important;
}
.rich-editor.rich-editor-sticky .rich-editor-toolbar{
    position:sticky;
    top:14px;
    z-index:40;
    border-radius:22px 22px 0 0;
    box-shadow:0 14px 34px rgba(15,23,42,.10);
    backdrop-filter:blur(10px);
}
.rich-editor.rich-editor-sticky .rich-editor-area,
.rich-editor.rich-editor-sticky .rich-editor-source{
    border-radius:0 0 22px 22px;
}
.rich-editor.rich-editor-sticky .rich-editor-toolbar::after{
    content:"";
    position:absolute;
    left:12px;
    right:12px;
    bottom:-1px;
    height:1px;
    background:#dbeafe;
}
@media(max-width:900px){
    .rich-editor.rich-editor-sticky .rich-editor-toolbar{
        top:8px;
        max-height:180px;
        overflow:auto;
    }
}


/* v10.57 iptal edilen sipariş kalıcı silme */
.order-detail-actions{
    align-items:flex-start;
}
.cancelled-order-alert{
    display:grid;
    gap:5px;
    width:100%;
    padding:16px 18px;
    border-radius:20px;
    background:#fff7ed;
    border:1px solid #fed7aa;
    color:#7c2d12;
}
.cancelled-order-alert strong{
    color:#c2410c;
    font-size:16px;
}
.cancelled-order-alert span{
    color:#7c2d12;
    font-weight:750;
    line-height:1.45;
}
.order-detail-actions .btn.danger{
    box-shadow:0 14px 28px rgba(220,38,38,.16);
}


/* v10.58 blog editörü gerçek kayan toolbar fix */
.rich-editor.rich-editor-sticky{
    overflow:visible!important;
}
.rich-editor.rich-editor-sticky .rich-editor-toolbar{
    position:relative!important;
    top:auto!important;
    z-index:40;
}
.rich-editor-toolbar-placeholder{
    display:none;
}
.rich-editor.rich-editor-sticky .rich-editor-toolbar.is-floating{
    position:fixed!important;
    z-index:9999!important;
    margin:0!important;
    border-radius:22px!important;
    border:1px solid #dbeafe!important;
    box-shadow:0 18px 42px rgba(15,23,42,.18)!important;
    background:linear-gradient(135deg,rgba(248,251,255,.96),rgba(239,246,255,.96))!important;
    backdrop-filter:blur(12px);
}
.rich-editor.rich-editor-sticky .rich-editor-toolbar.is-floating::before{
    content:"Editör araçları";
    display:inline-flex;
    align-items:center;
    min-height:36px;
    padding:0 12px;
    border-radius:999px;
    background:#2563eb;
    color:#fff;
    font-size:12px;
    font-weight:950;
    letter-spacing:.04em;
    text-transform:uppercase;
}
.rich-editor.rich-editor-sticky .rich-editor-toolbar.is-floating button{
    box-shadow:0 8px 16px rgba(15,23,42,.07);
}
.rich-editor.rich-editor-sticky .rich-editor-toolbar.is-floating + .rich-editor-toolbar-placeholder{
    display:block;
}
@media(max-width:900px){
    .rich-editor.rich-editor-sticky .rich-editor-toolbar.is-floating{
        max-height:165px;
        overflow:auto;
        border-radius:18px!important;
    }
    .rich-editor.rich-editor-sticky .rich-editor-toolbar.is-floating::before{
        min-height:32px;
        font-size:11px;
    }
}


/* v10.59 blog editor toolbar script kapanış fix */
.rich-editor.rich-editor-sticky .rich-editor-toolbar{
    position:relative!important;
}
.rich-editor.rich-editor-sticky .rich-editor-toolbar.is-floating{
    position:fixed!important;
    z-index:10050!important;
}
.rich-editor-toolbar-placeholder{
    width:100%;
    flex:0 0 auto;
}


/* v10.60 blog editörü garanti çözüm: kısa ve içten kaydırmalı editör */
.rich-editor.rich-editor-compact-scroll{
    overflow:hidden!important;
    border-radius:24px!important;
    border:1px solid #dbeafe!important;
    background:#fff!important;
}
.rich-editor.rich-editor-compact-scroll .rich-editor-toolbar{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:auto!important;
    z-index:10!important;
    margin:0!important;
    border-radius:24px 24px 0 0!important;
    background:linear-gradient(135deg,#f8fbff 0%,#eff6ff 100%)!important;
    border-bottom:1px solid #dbeafe!important;
    box-shadow:0 10px 24px rgba(15,23,42,.06)!important;
    max-height:none!important;
    overflow:visible!important;
}
.rich-editor.rich-editor-compact-scroll .rich-editor-toolbar.is-floating{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    width:auto!important;
}
.rich-editor.rich-editor-compact-scroll .rich-editor-toolbar::before,
.rich-editor.rich-editor-compact-scroll .rich-editor-toolbar::after{
    display:none!important;
}
.rich-editor.rich-editor-compact-scroll .rich-editor-toolbar-placeholder{
    display:none!important;
    height:0!important;
}
.rich-editor.rich-editor-compact-scroll .rich-editor-area,
.rich-editor.rich-editor-compact-scroll .rich-editor-source{
    height:430px!important;
    min-height:430px!important;
    max-height:430px!important;
    overflow-y:auto!important;
    border-radius:0 0 24px 24px!important;
    resize:vertical;
}
.rich-editor.rich-editor-compact-scroll .rich-editor-area:focus{
    outline:2px solid rgba(37,99,235,.16);
    outline-offset:-2px;
}
@media(max-width:900px){
    .rich-editor.rich-editor-compact-scroll .rich-editor-toolbar{
        max-height:150px!important;
        overflow:auto!important;
    }
    .rich-editor.rich-editor-compact-scroll .rich-editor-area,
    .rich-editor.rich-editor-compact-scroll .rich-editor-source{
        height:340px!important;
        min-height:340px!important;
        max-height:340px!important;
    }
}


/* v10.61 blog etiketleri arşiv butonu */
.blog-tag-slug-actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
}
.archive-view-btn{
    min-height:34px!important;
    padding:0 12px!important;
    border-radius:13px!important;
    font-size:12px!important;
    font-weight:900!important;
    text-decoration:none!important;
    white-space:nowrap;
    box-shadow:0 10px 20px rgba(37,99,235,.08);
}
.archive-view-btn::after{
    content:"↗";
    margin-left:6px;
    font-size:11px;
}
@media(max-width:760px){
    .blog-tag-slug-actions{
        align-items:flex-start;
        flex-direction:column;
    }
}


/* v10.62 blog kategori/etiket arşiv butonları */
.blog-archive-slug-actions{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:14px;
}
.blog-archive-slug-actions .product-code-chip{
    margin-right:2px;
}
.archive-view-btn-blue{
    min-height:34px!important;
    padding:0 13px!important;
    border-radius:13px!important;
    font-size:12px!important;
    font-weight:950!important;
    text-decoration:none!important;
    white-space:nowrap;
    color:#fff!important;
    background:linear-gradient(135deg,#2563eb,#38bdf8)!important;
    border:0!important;
    box-shadow:0 10px 22px rgba(37,99,235,.18)!important;
}
.archive-view-btn-blue:hover{
    color:#fff!important;
    transform:translateY(-1px);
    box-shadow:0 14px 28px rgba(37,99,235,.24)!important;
}
.archive-view-btn-blue::after{
    content:"↗";
    margin-left:7px;
    font-size:11px;
}
@media(max-width:760px){
    .blog-archive-slug-actions{
        align-items:flex-start;
        flex-direction:column;
        gap:10px;
    }
}


/* v10.63 admin üst hızlı sipariş/destek butonları */
.top-quick-actions{
    align-items:center;
    flex-wrap:wrap;
}
.top-action-btn.orders,
.top-action-btn.support{
    position:relative;
    gap:7px;
}
.top-action-btn.orders{
    background:#fff;
    color:#1d4ed8!important;
    border:1px solid #dbeafe;
    box-shadow:0 10px 24px rgba(37,99,235,.08);
}
.top-action-btn.support{
    background:#fff;
    color:#0f766e!important;
    border:1px solid #ccfbf1;
    box-shadow:0 10px 24px rgba(20,184,166,.08);
}
.top-action-btn.orders:hover,
.top-action-btn.support:hover{
    transform:translateY(-1px);
}
.top-action-badge{
    position:absolute;
    right:-8px;
    top:-8px;
    min-width:20px;
    height:20px;
    padding:0 6px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:#ef4444;
    color:#fff;
    font-size:12px;
    font-weight:950;
    line-height:1;
    box-shadow:0 8px 18px rgba(239,68,68,.28);
}
@media(max-width:900px){
    .top-action-btn.orders,
    .top-action-btn.support{
        padding-inline:12px;
    }
}


/* v10.64 siparişler sayfası küçük ekran uyumluluğu */
.orders-list-card{
    overflow:hidden;
}
.orders-table-wrap{
    max-width:100%;
}
.orders-table-modern th,
.orders-table-modern td{
    word-break:break-word;
}
.orders-table-modern .btn.small{
    white-space:nowrap;
}

/* MacBook / küçük laptop ekranları için tabloyu sıkıştır */
@media(max-width:1500px){
    .orders-list-card{
        padding:22px!important;
    }
    .orders-table-modern{
        min-width:0!important;
        width:100%!important;
        table-layout:fixed;
        font-size:14px;
    }
    .orders-table-modern th{
        padding:13px 12px!important;
        font-size:11px!important;
        letter-spacing:.08em;
    }
    .orders-table-modern td{
        padding:14px 12px!important;
    }
    .orders-table-modern th:nth-child(1),
    .orders-table-modern td:nth-child(1){
        width:19%;
    }
    .orders-table-modern th:nth-child(2),
    .orders-table-modern td:nth-child(2){
        width:19%;
    }
    .orders-table-modern th:nth-child(3),
    .orders-table-modern td:nth-child(3){
        width:15%;
    }
    .orders-table-modern th:nth-child(4),
    .orders-table-modern td:nth-child(4){
        width:14%;
    }
    .orders-table-modern th:nth-child(5),
    .orders-table-modern td:nth-child(5){
        width:13%;
    }
    .orders-table-modern th:nth-child(6),
    .orders-table-modern td:nth-child(6){
        width:13%;
    }
    .orders-table-modern th:nth-child(7),
    .orders-table-modern td:nth-child(7){
        width:7%;
        text-align:right;
    }
    .orders-table-modern td strong{
        font-size:14px;
        line-height:1.25;
    }
    .orders-table-modern td small{
        font-size:12px;
        line-height:1.25;
    }
    .order-no-link{
        font-size:14px;
        line-height:1.18;
        word-break:break-word;
    }
    .payment-method-chip{
        min-height:26px;
        padding:0 8px;
        font-size:11px;
        line-height:1.15;
    }
    .orders-table-modern .status{
        min-height:28px;
        padding:0 10px;
        font-size:11px;
        white-space:nowrap;
    }
    .orders-table-modern .btn.small{
        padding:8px 10px!important;
        font-size:12px!important;
        border-radius:10px!important;
    }
    .danger-text{
        font-size:12px!important;
        line-height:1.18!important;
    }
}

/* Daha dar admin alanlarında tabloyu kart düzenine yaklaştır */
@media(max-width:1280px){
    .orders-table-wrap{
        overflow:visible!important;
        border:0!important;
        background:transparent!important;
    }
    .orders-table-modern,
    .orders-table-modern thead,
    .orders-table-modern tbody,
    .orders-table-modern tr,
    .orders-table-modern th,
    .orders-table-modern td{
        display:block;
    }
    .orders-table-modern{
        min-width:0!important;
        width:100%!important;
        border-collapse:separate!important;
        border-spacing:0 12px!important;
    }
    .orders-table-modern thead{
        display:none;
    }
    .orders-table-modern tbody{
        display:grid;
        gap:12px;
    }
    .orders-table-modern tr{
        position:relative;
        display:grid;
        grid-template-columns:1.15fr 1fr .8fr .8fr;
        gap:10px 14px;
        padding:16px;
        border:1px solid #dbeafe;
        border-radius:22px;
        background:#fff;
        box-shadow:0 14px 32px rgba(15,23,42,.045);
    }
    .orders-table-modern td{
        width:auto!important;
        padding:0!important;
        border:0!important;
        text-align:left!important;
    }
    .orders-table-modern td::before{
        content:attr(data-label);
        display:block;
        margin-bottom:4px;
        color:#64748b;
        font-size:10px;
        font-weight:950;
        letter-spacing:.08em;
        text-transform:uppercase;
    }
    .orders-table-modern td:nth-child(1)::before{content:"No";}
    .orders-table-modern td:nth-child(2)::before{content:"Müşteri";}
    .orders-table-modern td:nth-child(3)::before{content:"Tutar";}
    .orders-table-modern td:nth-child(4)::before{content:"Ödeme";}
    .orders-table-modern td:nth-child(5)::before{content:"Durum";}
    .orders-table-modern td:nth-child(6)::before{content:"Lisans";}
    .orders-table-modern td:nth-child(7)::before{content:"İşlem";}
    .orders-table-modern td:nth-child(7){
        display:flex;
        align-items:flex-end;
        justify-content:flex-start;
    }
}

/* Tablet ve mobilde tek sütun kart */
@media(max-width:820px){
    .orders-table-modern tr{
        grid-template-columns:1fr;
    }
    .orders-table-modern td:nth-child(7){
        justify-content:flex-start;
    }
    .orders-table-modern .btn.small{
        width:100%;
    }
}


/* v10.65 siparişler kompakt kart görünümü - style.css fallback */
.orders-compact-list{display:none}


/* v10.66 canlı takip 30 dakika + 24 saat tekil */
.live-summary-grid-five{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
}
.live-summary-card.unique{
    background:linear-gradient(135deg,#ffffff 0%,#eff6ff 100%)!important;
    border-color:#bfdbfe!important;
}
.live-summary-card.unique strong{
    color:#2563eb!important;
}
@media(max-width:1280px){
    .live-summary-grid-five{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}
@media(max-width:760px){
    .live-summary-grid-five{
        grid-template-columns:1fr!important;
    }
}


/* v10.67 tekil ziyaretçi detay ekranı */
.live-summary-link{
    text-decoration:none!important;
    color:inherit!important;
    transition:.18s ease;
}
.live-summary-link:hover{
    transform:translateY(-2px);
    box-shadow:0 22px 50px rgba(37,99,235,.12);
}
.unique-visitors-head{
    align-items:center;
}
.unique-visitors-note{
    min-width:280px;
    padding:24px;
    border-radius:28px;
    background:linear-gradient(135deg,#0f172a 0%,#2563eb 100%);
    color:#fff;
    box-shadow:0 24px 56px rgba(37,99,235,.24);
}
.unique-visitors-note strong{
    display:block;
    color:#fff;
    font-size:34px;
    line-height:1;
    letter-spacing:-.05em;
}
.unique-visitors-note span,
.unique-visitors-note small{
    display:block;
    margin-top:7px;
    color:rgba(255,255,255,.86);
    font-weight:850;
}
.unique-summary-grid{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
}
.live-summary-card.bot strong{
    color:#dc2626!important;
}
.unique-visitors-table-card{
    margin-top:22px;
}
.bot-chip{
    display:inline-flex;
    align-items:center;
    min-height:28px;
    margin-top:8px;
    padding:0 10px;
    border-radius:999px;
    font-size:12px;
    font-weight:950;
}
.bot-chip.human{
    background:#dcfce7;
    color:#166534;
}
.bot-chip.bot{
    background:#fee2e2;
    color:#991b1b;
}
.bot-chip.suspect{
    background:#fef3c7;
    color:#92400e;
}
.ua-details{
    margin-top:8px;
}
.ua-details summary{
    cursor:pointer;
    color:#2563eb;
    font-size:12px;
    font-weight:900;
}
.ua-details small{
    margin-top:6px;
    word-break:break-word;
    max-width:360px;
}
@media(max-width:1280px){
    .unique-summary-grid{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
    .unique-visitors-head{
        flex-direction:column;
        align-items:flex-start;
    }
    .unique-visitors-note{
        width:100%;
        min-width:0;
    }
}
@media(max-width:760px){
    .unique-summary-grid{
        grid-template-columns:1fr!important;
    }
    .unique-visitors-table{
        min-width:1080px;
    }
}


/* v10.68 Anasayfa SSS + yönetim sayfası */
.home-faq-section{
    padding-top:28px!important;
    padding-bottom:34px!important;
}
.home-faq-card{
    position:relative;
    overflow:hidden;
    padding:34px;
    border-radius:34px;
    background:
        radial-gradient(circle at 100% 0%, rgba(56,189,248,.18), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);
    border:1px solid #dbeafe;
    box-shadow:0 24px 62px rgba(15,23,42,.06);
}
.home-faq-card::after{
    content:"";
    position:absolute;
    right:-80px;
    bottom:-90px;
    width:240px;
    height:240px;
    border-radius:999px;
    background:rgba(37,99,235,.06);
}
.home-faq-head{
    position:relative;
    z-index:1;
    margin-bottom:24px!important;
}
.home-faq-kicker{
    display:inline-flex;
    min-height:30px;
    align-items:center;
    padding:0 12px;
    border-radius:999px;
    background:#eff6ff;
    color:#2563eb;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.home-faq-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
}
.home-faq-item{
    border:1px solid #dbeafe;
    border-radius:22px;
    background:#fff;
    box-shadow:0 14px 34px rgba(15,23,42,.045);
    overflow:hidden;
}
.home-faq-item summary{
    cursor:pointer;
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:18px 20px;
    color:#0f172a;
    font-weight:950;
    letter-spacing:-.02em;
}
.home-faq-item summary::-webkit-details-marker{
    display:none;
}
.home-faq-item summary::after{
    content:"+";
    width:34px;
    height:34px;
    flex:0 0 34px;
    border-radius:12px;
    display:grid;
    place-items:center;
    background:#eff6ff;
    color:#2563eb;
    font-size:20px;
    font-weight:950;
    transition:.16s ease;
}
.home-faq-item[open] summary::after{
    content:"−";
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
}
.home-faq-answer{
    padding:0 20px 20px;
    color:#64748b;
    line-height:1.75;
    font-weight:650;
}
.faq-archive-hero{
    padding-bottom:18px!important;
}
.faq-archive-head{
    position:relative;
    overflow:hidden;
    padding:42px;
    border-radius:34px;
    background:
        radial-gradient(circle at 100% 0%, rgba(56,189,248,.22), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);
    border:1px solid #dbeafe;
    box-shadow:0 24px 62px rgba(15,23,42,.06);
}
.faq-archive-head h1{
    margin:12px 0 10px;
    color:#0f172a;
    font-size:clamp(36px,5vw,62px);
    letter-spacing:-.06em;
}
.faq-archive-head p{
    max-width:760px;
    color:#64748b;
    font-size:18px;
    line-height:1.7;
}
.faq-archive-card{
    padding:34px;
    border-radius:34px;
    background:#fff;
    border:1px solid #dbeafe;
    box-shadow:0 24px 62px rgba(15,23,42,.06);
}
.archive-faq-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
}
.faq-admin-head{
    align-items:center;
}
.faq-stats-modern{
    margin:22px 0;
}
.faq-form-card textarea{
    min-height:180px;
}
.faq-table-wrap .faq-table{
    min-width:1080px;
}
.faq-list-card{
    margin-top:22px;
}
@media(max-width:900px){
    .home-faq-card,
    .faq-archive-card,
    .faq-archive-head{
        padding:24px;
        border-radius:26px;
    }
    .home-faq-grid,
    .archive-faq-grid{
        grid-template-columns:1fr;
    }
    .home-faq-head{
        flex-direction:column;
        align-items:flex-start!important;
    }
}


/* v10.69 SSS iki kolon bağımsız açılma düzeltmesi */
.home-faq-grid,
.archive-faq-grid{
    align-items:start!important;
}
.home-faq-item{
    align-self:start!important;
    height:auto!important;
}
.home-faq-item:not([open]){
    max-height:none!important;
}
.home-faq-item[open]{
    height:auto!important;
}


/* v10.70 Hakkımızda ve İletişim sayfaları */
.corporate-page-hero{
    padding-bottom:18px!important;
}
.corporate-hero-card{
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    padding:44px;
    border-radius:36px;
    background:
        radial-gradient(circle at 100% 0%, rgba(56,189,248,.22), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);
    border:1px solid #dbeafe;
    box-shadow:0 24px 62px rgba(15,23,42,.06);
}
.corporate-hero-card::after{
    content:"";
    position:absolute;
    right:-80px;
    bottom:-90px;
    width:240px;
    height:240px;
    border-radius:999px;
    background:rgba(37,99,235,.06);
}
.corporate-hero-card h1{
    position:relative;
    z-index:1;
    margin:12px 0 12px;
    color:#0f172a;
    font-size:clamp(38px,5vw,64px);
    letter-spacing:-.065em;
    line-height:.98;
}
.corporate-hero-card p{
    position:relative;
    z-index:1;
    max-width:780px;
    color:#64748b;
    font-size:18px;
    line-height:1.75;
    font-weight:700;
}
.corporate-hero-badge{
    position:relative;
    z-index:1;
    min-width:180px;
    min-height:180px;
    border-radius:36px;
    display:grid;
    place-items:center;
    align-content:center;
    background:linear-gradient(135deg,#0f172a,#2563eb);
    color:#fff;
    box-shadow:0 24px 56px rgba(37,99,235,.24);
}
.corporate-hero-badge strong{
    display:block;
    color:#fff;
    font-size:42px;
    letter-spacing:-.06em;
}
.corporate-hero-badge span{
    color:rgba(255,255,255,.82);
    font-weight:900;
}
.corporate-grid{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);
    gap:20px;
}
.corporate-main-card,
.corporate-side-card,
.corporate-info-box,
.contact-info-card,
.contact-form-card,
.contact-map-card,
.corporate-cta-card{
    border-radius:32px;
    border:1px solid #dbeafe;
    background:#fff;
    box-shadow:0 22px 56px rgba(15,23,42,.06);
}
.corporate-main-card{
    padding:34px;
}
.corporate-main-card h2,
.contact-info-card h2,
.contact-form-card h2{
    margin:0 0 18px;
    color:#0f172a;
    font-size:30px;
    letter-spacing:-.045em;
}
.corporate-text{
    color:#475569;
    line-height:1.9;
    font-weight:650;
    font-size:17px;
}
.corporate-side-card{
    display:grid;
    gap:14px;
    padding:20px;
}
.corporate-stat{
    padding:20px;
    border-radius:24px;
    background:#f8fbff;
    border:1px solid #e6eef8;
}
.corporate-stat strong{
    display:block;
    color:#2563eb;
    font-size:34px;
    line-height:1;
    letter-spacing:-.05em;
}
.corporate-stat span{
    display:block;
    margin-top:8px;
    color:#64748b;
    font-weight:900;
}
.corporate-two-col{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-top:20px;
}
.corporate-info-box{
    padding:28px;
}
.corporate-info-box h3{
    color:#0f172a;
    font-size:24px;
    letter-spacing:-.04em;
    margin:0 0 10px;
}
.corporate-info-box p{
    color:#64748b;
    line-height:1.75;
    margin:0;
    font-weight:700;
}
.corporate-cta-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    padding:30px 34px;
    background:linear-gradient(135deg,#0f172a,#2563eb);
    color:#fff;
}
.corporate-cta-card h2{
    color:#fff;
    margin:0 0 8px;
    letter-spacing:-.045em;
}
.corporate-cta-card p{
    margin:0;
    color:rgba(255,255,255,.82);
}
.corporate-cta-actions,
.contact-info-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.contact-grid{
    display:grid;
    grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);
    gap:22px;
}
.contact-info-card,
.contact-form-card{
    padding:30px;
}
.contact-info-list{
    display:grid;
    gap:12px;
    margin:20px 0;
}
.contact-info-list div{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:3px 12px;
    padding:16px;
    border-radius:20px;
    background:#f8fbff;
    border:1px solid #e6eef8;
}
.contact-info-list i{
    grid-row:span 2;
    width:42px;
    height:42px;
    border-radius:15px;
    display:grid;
    place-items:center;
    font-style:normal;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    font-weight:950;
}
.contact-info-list span{
    color:#64748b;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.contact-info-list strong{
    color:#0f172a;
    font-weight:950;
    word-break:break-word;
}
.contact-form-card > p{
    margin-top:-10px;
    color:#64748b;
    font-weight:700;
}
.contact-form-card textarea{
    min-height:150px;
}
.contact-map-card{
    overflow:hidden;
    margin-top:22px;
    padding:0;
}
.contact-map-card iframe{
    display:block;
    width:100%!important;
    min-height:360px;
    border:0;
}
.company-section-card{
    margin-top:22px;
}
.company-section-card textarea{
    min-height:140px;
}
.sticky-save-bar{
    position:sticky;
    bottom:18px;
    z-index:10;
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    padding:16px;
    margin-top:22px;
    border-radius:24px;
    border:1px solid #dbeafe;
    background:rgba(255,255,255,.94);
    box-shadow:0 20px 50px rgba(15,23,42,.14);
    backdrop-filter:blur(12px);
}
.contact-message-detail{
    margin:22px 0;
}
.contact-message-body{
    padding:18px;
    border-radius:20px;
    background:#f8fbff;
    border:1px solid #e6eef8;
    color:#334155;
    line-height:1.75;
}
.contact-message-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:14px 0;
}
.contact-message-meta span{
    padding:8px 12px;
    border-radius:999px;
    background:#eff6ff;
    color:#2563eb;
    font-weight:900;
    font-size:12px;
}
.contact-message-table{
    min-width:1080px;
}
.status.new{
    background:#fee2e2;
    color:#991b1b;
}
.status.read{
    background:#dcfce7;
    color:#166534;
}
.status.archived{
    background:#f1f5f9;
    color:#475569;
}
@media(max-width:980px){
    .corporate-hero-card,
    .corporate-cta-card{
        flex-direction:column;
        align-items:flex-start;
    }
    .corporate-hero-badge{
        width:100%;
        min-height:130px;
    }
    .corporate-grid,
    .corporate-two-col,
    .contact-grid{
        grid-template-columns:1fr;
    }
}
@media(max-width:640px){
    .corporate-hero-card,
    .corporate-main-card,
    .corporate-info-box,
    .contact-info-card,
    .contact-form-card,
    .corporate-cta-card{
        padding:22px;
        border-radius:26px;
    }
}


/* v10.71 Menü yönetimi: detaylar varsayılan kapalı */
.menu-item-editor .menu-item-fields{
    display:none!important;
}
.menu-item-editor.expanded .menu-item-fields{
    display:grid!important;
}
.menu-item-editor .menu-item-summary{
    border-bottom:0!important;
}
.menu-item-editor.expanded .menu-item-summary{
    border-bottom:1px solid #e2e8f0!important;
}
.menu-edit-toggle{
    min-width:82px!important;
    padding:0 12px!important;
    color:#ffffff!important;
    background:linear-gradient(135deg,#2563eb,#38bdf8)!important;
    border:0!important;
    box-shadow:0 10px 20px rgba(37,99,235,.18)!important;
}
.menu-item-editor.expanded .menu-edit-toggle{
    background:linear-gradient(135deg,#0f172a,#334155)!important;
}
.menu-item-editor:not(.expanded){
    box-shadow:0 10px 24px rgba(15,23,42,.035)!important;
}
.menu-item-editor:not(.expanded) .menu-item-summary{
    border-radius:22px;
}
.menu-builder-list{
    gap:10px!important;
}
@media(max-width:760px){
    .menu-edit-toggle{
        width:100%!important;
    }
}


/* v10.72 WordPress benzeri menü yönetimi */
.wp-menu-builder-page .product-page-head{
    margin-bottom:24px;
}
.wp-menu-layout{
    display:grid;
    grid-template-columns:360px minmax(0,1fr);
    gap:24px;
    align-items:start;
}
.wp-menu-left,
.wp-menu-right{
    min-width:0;
}
.wp-menu-source-card,
.wp-menu-structure-card{
    border-radius:32px!important;
    border:1px solid #dbeafe!important;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
    box-shadow:0 22px 60px rgba(15,23,42,.06)!important;
    padding:26px!important;
}
.wp-menu-source-card{
    position:sticky;
    top:18px;
}
.wp-menu-search-field{
    margin:18px 0;
}
.wp-menu-source-groups{
    display:grid;
    gap:12px;
}
.wp-menu-source-group{
    border:1px solid #dbeafe;
    border-radius:22px;
    background:#fff;
    overflow:hidden;
    box-shadow:0 10px 24px rgba(15,23,42,.035);
}
.wp-menu-source-group summary{
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:16px 18px;
    list-style:none;
    background:#f8fbff;
    color:#0f172a;
    font-weight:950;
}
.wp-menu-source-group summary::-webkit-details-marker{
    display:none;
}
.wp-menu-source-group summary::after{
    content:"+";
    width:30px;
    height:30px;
    border-radius:11px;
    display:grid;
    place-items:center;
    background:#eff6ff;
    color:#2563eb;
    font-size:18px;
    font-weight:950;
}
.wp-menu-source-group[open] summary::after{
    content:"−";
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
}
.wp-menu-source-group summary span{
    min-width:0;
}
.wp-menu-source-group summary b{
    margin-left:auto;
    min-width:28px;
    height:28px;
    border-radius:999px;
    display:grid;
    place-items:center;
    background:#eff6ff;
    color:#2563eb;
    font-size:12px;
}
.wp-menu-source-group > p{
    margin:0;
    padding:12px 18px 0;
    color:#64748b;
    font-size:13px;
    font-weight:750;
    line-height:1.45;
}
.wp-menu-source-items{
    max-height:310px;
    overflow:auto;
    padding:12px 14px;
    display:grid;
    gap:8px;
}
.wp-menu-source-item{
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    gap:10px;
    align-items:flex-start;
    padding:12px;
    border:1px solid #e6eef8;
    border-radius:16px;
    background:#fff;
    cursor:pointer;
    transition:.16s ease;
}
.wp-menu-source-item:hover{
    background:#eff6ff;
    border-color:#bfdbfe;
}
.wp-menu-source-item input{
    margin-top:3px;
    width:17px;
    height:17px;
}
.wp-menu-source-item strong,
.wp-menu-source-item small{
    display:block;
}
.wp-menu-source-item strong{
    color:#0f172a;
    font-size:14px;
    line-height:1.25;
}
.wp-menu-source-item small{
    margin-top:4px;
    color:#64748b;
    font-size:12px;
    font-weight:800;
    line-height:1.3;
    word-break:break-word;
}
.wp-menu-source-group .wp-add-selected{
    margin:0 14px 14px;
    width:calc(100% - 28px);
    justify-content:center;
    min-height:40px!important;
}
.wp-menu-empty-source{
    margin:12px 14px 14px;
    padding:14px;
    border-radius:16px;
    background:#f8fafc;
    color:#64748b;
    font-weight:800;
}
.wp-custom-link-box{
    padding:14px 18px 18px;
    margin-top:0!important;
    border-top:0!important;
}
.wp-menu-location-tabs{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:18px 0;
    padding:8px;
    border-radius:18px;
    background:#f8fbff;
    border:1px solid #dbeafe;
}
.wp-menu-location-tabs button{
    border:0;
    min-height:38px;
    padding:0 16px;
    border-radius:14px;
    background:transparent;
    color:#64748b;
    font-weight:950;
    cursor:pointer;
}
.wp-menu-location-tabs button.active{
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    box-shadow:0 10px 22px rgba(37,99,235,.18);
}
.wp-menu-list{
    gap:10px!important;
}
.wp-menu-item-editor .menu-item-fields,
.wp-menu-item-editor .wp-menu-item-fields{
    display:none!important;
}
.wp-menu-item-editor.expanded .menu-item-fields,
.wp-menu-item-editor.expanded .wp-menu-item-fields{
    display:grid!important;
}
.wp-menu-item-editor .menu-item-summary{
    border-bottom:0!important;
}
.wp-menu-item-editor.expanded .menu-item-summary{
    border-bottom:1px solid #e2e8f0!important;
}
.wp-menu-item-editor{
    border-radius:22px!important;
    background:#fff!important;
    border:1px solid #dbeafe!important;
    box-shadow:0 10px 24px rgba(15,23,42,.04)!important;
}
.wp-menu-item-editor.dragging{
    opacity:.65;
    transform:scale(.99);
}
.wp-menu-item-summary{
    border-radius:22px;
}
.wp-menu-item-editor.expanded .wp-menu-item-summary{
    border-radius:22px 22px 0 0;
}
.menu-edit-toggle{
    min-width:82px!important;
    padding:0 12px!important;
    color:#ffffff!important;
    background:linear-gradient(135deg,#2563eb,#38bdf8)!important;
    border:0!important;
    box-shadow:0 10px 20px rgba(37,99,235,.18)!important;
}
.wp-menu-item-editor.expanded .menu-edit-toggle{
    background:linear-gradient(135deg,#0f172a,#334155)!important;
}
.wp-menu-empty-structure{
    display:grid;
    gap:6px;
    padding:24px;
    border:1px dashed #bfdbfe;
    border-radius:22px;
    background:#f8fbff;
    color:#64748b;
    text-align:center;
}
.wp-menu-empty-structure strong{
    color:#0f172a;
    font-size:18px;
}
.wp-menu-help{
    margin-top:18px!important;
}
@media(max-width:1180px){
    .wp-menu-layout{
        grid-template-columns:1fr;
    }
    .wp-menu-source-card{
        position:static;
    }
}
@media(max-width:760px){
    .wp-menu-source-card,
    .wp-menu-structure-card{
        padding:18px!important;
        border-radius:26px!important;
    }
    .wp-menu-source-items{
        max-height:260px;
    }
    .wp-menu-item-summary{
        grid-template-columns:42px minmax(0,1fr)!important;
    }
    .wp-menu-item-summary .menu-item-actions{
        grid-column:1/-1;
        justify-content:stretch;
        flex-wrap:wrap;
    }
    .wp-menu-item-summary .menu-item-actions button{
        flex:1;
    }
    .menu-edit-toggle{
        min-width:100%!important;
    }
}


/* v10.73 Menü Yönetimi tasarım yedek düzeltmesi */
.wp-menu-layout{display:grid!important;grid-template-columns:360px minmax(0,1fr)!important;gap:24px!important;align-items:start!important}
.wp-menu-source-card,.wp-menu-structure-card{border-radius:28px!important;border:1px solid #dbeafe!important;background:#fff!important;box-shadow:0 24px 60px rgba(15,23,42,.07)!important;padding:26px!important;overflow:hidden!important}
.wp-menu-item-fields{display:none!important}
.wp-menu-item-editor.expanded .wp-menu-item-fields{display:grid!important}
@media(max-width:1180px){.wp-menu-layout{grid-template-columns:1fr!important}}


/* v10.74 Alt menü + mobil hamburger menü */
.nav{
    position:relative;
}
.site-menu-list{
    display:flex;
    align-items:center;
    gap:18px;
    margin:0;
    padding:0;
    list-style:none;
}
.site-menu-item{
    position:relative;
    display:flex;
    align-items:center;
}
.site-menu-item > a{
    display:inline-flex;
    align-items:center;
    gap:6px;
}
.site-menu-item.has-children > .site-menu-parent::after{
    content:"⌄";
    margin-left:4px;
    font-size:12px;
    font-weight:900;
    opacity:.75;
}
.submenu-toggle{
    display:none;
}
.site-submenu{
    position:absolute;
    top:calc(100% + 12px);
    left:0;
    z-index:80;
    min-width:230px;
    margin:0;
    padding:10px;
    list-style:none;
    border:1px solid #dbeafe;
    border-radius:20px;
    background:#fff;
    box-shadow:0 22px 50px rgba(15,23,42,.14);
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    transition:.16s ease;
}
.site-menu-item:hover > .site-submenu,
.site-menu-item:focus-within > .site-submenu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
.site-submenu .site-menu-list,
.site-submenu{
    flex-direction:column;
}
.site-submenu .site-menu-item{
    display:block;
}
.site-submenu a{
    width:100%;
    display:flex!important;
    justify-content:space-between;
    padding:10px 12px!important;
    border-radius:13px;
    color:#334155;
    font-weight:850;
    white-space:nowrap;
}
.site-submenu a:hover{
    background:#eff6ff;
    color:#1d4ed8;
}
.site-submenu .site-submenu{
    top:0;
    left:calc(100% + 8px);
}
.mobile-menu-toggle{
    display:none;
    width:46px;
    height:46px;
    border:1px solid #dbeafe;
    border-radius:16px;
    background:#fff;
    box-shadow:0 10px 22px rgba(15,23,42,.06);
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
    cursor:pointer;
}
.mobile-menu-toggle span{
    width:22px;
    height:2px;
    border-radius:999px;
    background:#0f172a;
    transition:.18s ease;
}
.mobile-menu-toggle.is-active span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
}
.mobile-menu-toggle.is-active span:nth-child(2){
    opacity:0;
}
.mobile-menu-toggle.is-active span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
}

/* Menü yönetimi alt menü seçimi */
.parent-menu-select{
    width:100%;
}
.field-help{
    display:block;
    margin-top:7px;
    color:#64748b;
    font-size:12px;
    font-weight:750;
}
.wp-menu-item-editor:has(.parent-menu-select option:checked:not([value=""])){
    border-color:#bfdbfe!important;
}
.wp-menu-item-summary small{
    word-break:break-word;
}

@media(max-width:980px){
    .nav-wrap{
        min-height:72px;
        position:relative;
    }
    .mobile-menu-toggle{
        display:flex;
        margin-left:auto;
    }
    .site-header .nav{
        position:absolute;
        left:4%;
        right:4%;
        top:calc(100% + 10px);
        display:none;
        max-height:calc(100vh - 120px);
        overflow:auto;
        padding:14px;
        border:1px solid #dbeafe;
        border-radius:24px;
        background:#fff;
        box-shadow:0 24px 60px rgba(15,23,42,.16);
    }
    .site-header .nav.is-open{
        display:block;
    }
    .site-header .site-menu-list{
        display:grid;
        gap:6px;
    }
    .site-header .site-menu-item{
        display:grid;
        grid-template-columns:minmax(0,1fr) auto;
        align-items:center;
        border-radius:16px;
    }
    .site-header .site-menu-item > a{
        min-height:46px;
        padding:10px 12px!important;
        border-radius:14px;
        color:#0f172a;
        font-weight:900;
    }
    .site-header .site-menu-item.has-children > .site-menu-parent::after{
        display:none;
    }
    .site-header .submenu-toggle{
        display:grid;
        place-items:center;
        width:42px;
        height:42px;
        border:1px solid #dbeafe;
        border-radius:14px;
        background:#f8fbff;
        color:#1d4ed8;
        font-weight:950;
        cursor:pointer;
        transition:.16s ease;
    }
    .site-header .site-menu-item.submenu-open > .submenu-toggle{
        transform:rotate(180deg);
        background:#eff6ff;
    }
    .site-header .site-submenu{
        grid-column:1/-1;
        position:static;
        min-width:0;
        width:100%;
        margin:0 0 6px;
        padding:0 0 0 14px;
        border:0;
        border-left:2px solid #dbeafe;
        border-radius:0;
        background:transparent;
        box-shadow:none;
        opacity:1;
        visibility:visible;
        transform:none;
        display:none;
    }
    .site-header .site-menu-item.submenu-open > .site-submenu{
        display:grid;
        gap:4px;
    }
    .site-header .site-submenu a{
        white-space:normal;
        background:#f8fbff;
    }
    .site-header .nav-cta{
        width:100%;
        justify-content:flex-start;
        box-shadow:none;
    }
}


/* v10.75 mobil hamburger menü kesin düzeltme */
@media(max-width:980px){
    .site-header,
    .site-header-premium{
        position:sticky!important;
        top:0!important;
        z-index:9998!important;
        background:rgba(255,255,255,.96)!important;
        backdrop-filter:blur(16px)!important;
    }

    .site-header .nav-wrap{
        position:relative!important;
        display:flex!important;
        flex-direction:row!important;
        align-items:center!important;
        justify-content:space-between!important;
        gap:12px!important;
        min-height:72px!important;
        width:min(1180px,92%)!important;
        margin:0 auto!important;
    }

    .site-header .brand{
        flex:0 0 auto!important;
        min-width:0!important;
        margin:0!important;
        position:relative!important;
        z-index:10000!important;
    }

    .site-header .mobile-menu-toggle{
        display:flex!important;
        position:relative!important;
        right:auto!important;
        bottom:auto!important;
        top:auto!important;
        margin:0 0 0 auto!important;
        flex:0 0 48px!important;
        width:48px!important;
        height:48px!important;
        z-index:10001!important;
        border:1px solid #dbeafe!important;
        border-radius:16px!important;
        background:#ffffff!important;
        box-shadow:0 12px 26px rgba(15,23,42,.10)!important;
        align-items:center!important;
        justify-content:center!important;
        flex-direction:column!important;
        gap:5px!important;
        cursor:pointer!important;
        padding:0!important;
    }

    .site-header .mobile-menu-toggle span{
        display:block!important;
        width:22px!important;
        height:2px!important;
        border-radius:999px!important;
        background:#0f172a!important;
        transition:.18s ease!important;
        margin:0!important;
    }

    .site-header .mobile-menu-toggle.is-active span:nth-child(1){
        transform:translateY(7px) rotate(45deg)!important;
    }
    .site-header .mobile-menu-toggle.is-active span:nth-child(2){
        opacity:0!important;
    }
    .site-header .mobile-menu-toggle.is-active span:nth-child(3){
        transform:translateY(-7px) rotate(-45deg)!important;
    }

    .site-header #siteMobileNav.nav{
        display:none!important;
        position:absolute!important;
        left:0!important;
        right:0!important;
        top:calc(100% + 10px)!important;
        width:100%!important;
        max-height:calc(100vh - 105px)!important;
        overflow:auto!important;
        padding:12px!important;
        border:1px solid #dbeafe!important;
        border-radius:24px!important;
        background:#ffffff!important;
        box-shadow:0 26px 70px rgba(15,23,42,.18)!important;
        color:#0f172a!important;
        z-index:9999!important;
    }

    .site-header #siteMobileNav.nav.is-open{
        display:block!important;
    }

    .site-header #siteMobileNav .site-menu-list{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:7px!important;
        width:100%!important;
        margin:0!important;
        padding:0!important;
        list-style:none!important;
    }

    .site-header #siteMobileNav .site-menu-item{
        display:grid!important;
        grid-template-columns:minmax(0,1fr) 44px!important;
        gap:8px!important;
        align-items:center!important;
        width:100%!important;
        margin:0!important;
        padding:0!important;
        border-radius:16px!important;
        background:#f8fbff!important;
        border:1px solid #e6eef8!important;
        overflow:hidden!important;
    }

    .site-header #siteMobileNav .site-menu-item > a{
        display:flex!important;
        align-items:center!important;
        justify-content:flex-start!important;
        width:100%!important;
        min-height:48px!important;
        padding:12px 14px!important;
        color:#0f172a!important;
        background:transparent!important;
        border-radius:0!important;
        box-shadow:none!important;
        font-size:15px!important;
        font-weight:900!important;
        line-height:1.25!important;
        text-align:left!important;
        white-space:normal!important;
    }

    .site-header #siteMobileNav .site-menu-item.has-children > .site-menu-parent::after{
        display:none!important;
        content:none!important;
    }

    .site-header #siteMobileNav .submenu-toggle{
        display:grid!important;
        place-items:center!important;
        width:38px!important;
        height:38px!important;
        margin-right:6px!important;
        border:1px solid #dbeafe!important;
        border-radius:13px!important;
        background:#ffffff!important;
        color:#2563eb!important;
        font-size:18px!important;
        font-weight:950!important;
        cursor:pointer!important;
        padding:0!important;
        transition:.16s ease!important;
    }

    .site-header #siteMobileNav .site-menu-item.submenu-open > .submenu-toggle{
        transform:rotate(180deg)!important;
        background:#eff6ff!important;
    }

    .site-header #siteMobileNav .site-submenu{
        display:none!important;
        grid-column:1/-1!important;
        position:static!important;
        width:calc(100% - 18px)!important;
        min-width:0!important;
        max-width:100%!important;
        margin:0 9px 9px!important;
        padding:8px!important;
        border:1px solid #dbeafe!important;
        border-radius:16px!important;
        background:#ffffff!important;
        box-shadow:none!important;
        opacity:1!important;
        visibility:visible!important;
        transform:none!important;
        list-style:none!important;
    }

    .site-header #siteMobileNav .site-menu-item.submenu-open > .site-submenu{
        display:grid!important;
        gap:6px!important;
    }

    .site-header #siteMobileNav .site-submenu .site-menu-item{
        border-color:#eef2ff!important;
        background:#f8fafc!important;
    }

    .site-header #siteMobileNav .site-submenu a{
        min-height:42px!important;
        padding:10px 12px!important;
        font-size:14px!important;
        color:#334155!important;
    }

    .site-header #siteMobileNav .nav-cta{
        background:linear-gradient(135deg,#2563eb,#38bdf8)!important;
        color:#fff!important;
    }
}

@media(min-width:981px){
    .site-header .mobile-menu-toggle{
        display:none!important;
    }

    .site-header #siteMobileNav.nav{
        display:flex!important;
    }
}


/* v10.76 modern mobil menü + masaüstü dropdown ok düzeltmesi */

/* Masaüstü dropdown okunu büyüt ve ortala */
@media(min-width:981px){
    .site-menu-item.has-children > .site-menu-parent{
        gap:8px!important;
        position:relative!important;
    }

    .site-menu-item.has-children > .site-menu-parent::after{
        content:"▾"!important;
        display:inline-grid!important;
        place-items:center!important;
        width:22px!important;
        height:22px!important;
        margin-left:4px!important;
        border-radius:999px!important;
        background:#eff6ff!important;
        color:#2563eb!important;
        font-size:15px!important;
        font-weight:950!important;
        line-height:1!important;
        transform:translateY(0)!important;
        vertical-align:middle!important;
        box-shadow:0 6px 14px rgba(37,99,235,.10)!important;
        transition:.16s ease!important;
    }

    .site-menu-item.has-children:hover > .site-menu-parent::after,
    .site-menu-item.has-children:focus-within > .site-menu-parent::after{
        background:linear-gradient(135deg,#2563eb,#38bdf8)!important;
        color:#fff!important;
        transform:rotate(180deg)!important;
    }

    .site-submenu{
        padding:12px!important;
        border-radius:22px!important;
    }

    .site-submenu::before{
        content:""!important;
        position:absolute!important;
        top:-7px!important;
        left:24px!important;
        width:14px!important;
        height:14px!important;
        background:#fff!important;
        border-left:1px solid #dbeafe!important;
        border-top:1px solid #dbeafe!important;
        transform:rotate(45deg)!important;
    }
}

/* Mobil menüyü daha modern ve temiz göster */
@media(max-width:980px){
    .site-header #siteMobileNav.nav{
        left:0!important;
        right:0!important;
        top:calc(100% + 12px)!important;
        width:100%!important;
        padding:14px!important;
        border-radius:28px!important;
        background:
            radial-gradient(circle at 100% 0%, rgba(56,189,248,.13), transparent 28%),
            linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
        border:1px solid #dbeafe!important;
        box-shadow:0 28px 80px rgba(15,23,42,.22)!important;
    }

    .site-header #siteMobileNav .site-menu-list{
        gap:9px!important;
    }

    .site-header #siteMobileNav .site-menu-item{
        min-height:58px!important;
        border-radius:20px!important;
        background:#ffffff!important;
        border:1px solid #e1ecfb!important;
        box-shadow:0 12px 28px rgba(15,23,42,.045)!important;
        overflow:hidden!important;
    }

    /* Alt menüsü olmayanlarda sağdaki boş kutuyu tamamen kaldır */
    .site-header #siteMobileNav .site-menu-item:not(.has-children){
        grid-template-columns:1fr!important;
    }

    .site-header #siteMobileNav .site-menu-item:not(.has-children) > a{
        grid-column:1/-1!important;
    }

    .site-header #siteMobileNav .site-menu-item > a{
        min-height:58px!important;
        padding:15px 18px!important;
        font-size:16px!important;
        font-weight:950!important;
        letter-spacing:-.025em!important;
        color:#0f172a!important;
    }

    .site-header #siteMobileNav .site-menu-item > a::before{
        content:""!important;
        width:8px!important;
        height:8px!important;
        flex:0 0 8px!important;
        margin-right:6px!important;
        border-radius:999px!important;
        background:linear-gradient(135deg,#2563eb,#38bdf8)!important;
        box-shadow:0 0 0 5px rgba(37,99,235,.08)!important;
    }

    .site-header #siteMobileNav .submenu-toggle{
        width:46px!important;
        height:46px!important;
        margin:6px 8px 6px 0!important;
        align-self:center!important;
        justify-self:center!important;
        border-radius:17px!important;
        background:#eff6ff!important;
        border:1px solid #bfdbfe!important;
        color:#2563eb!important;
        font-size:0!important;
        box-shadow:0 10px 22px rgba(37,99,235,.08)!important;
    }

    .site-header #siteMobileNav .submenu-toggle::before{
        content:"⌄"!important;
        display:grid!important;
        place-items:center!important;
        width:100%!important;
        height:100%!important;
        color:#2563eb!important;
        font-size:22px!important;
        font-weight:950!important;
        line-height:1!important;
        transform:translateY(-1px)!important;
    }

    .site-header #siteMobileNav .site-menu-item.submenu-open > .submenu-toggle{
        transform:none!important;
        background:linear-gradient(135deg,#2563eb,#38bdf8)!important;
        border-color:transparent!important;
    }

    .site-header #siteMobileNav .site-menu-item.submenu-open > .submenu-toggle::before{
        color:#fff!important;
        transform:rotate(180deg) translateY(1px)!important;
    }

    .site-header #siteMobileNav .site-menu-item.submenu-open{
        background:#f8fbff!important;
        border-color:#bfdbfe!important;
    }

    .site-header #siteMobileNav .site-submenu{
        width:auto!important;
        margin:0 10px 12px!important;
        padding:10px!important;
        border-radius:18px!important;
        background:#ffffff!important;
        border:1px solid #dbeafe!important;
        box-shadow:inset 0 0 0 1px rgba(239,246,255,.9)!important;
    }

    .site-header #siteMobileNav .site-submenu .site-menu-item{
        min-height:48px!important;
        border-radius:15px!important;
        box-shadow:none!important;
        background:#f8fafc!important;
        border-color:#eef2ff!important;
    }

    .site-header #siteMobileNav .site-submenu .site-menu-item > a{
        min-height:48px!important;
        padding:12px 14px!important;
        font-size:14px!important;
        color:#334155!important;
    }

    .site-header #siteMobileNav .site-submenu .site-menu-item > a::before{
        width:6px!important;
        height:6px!important;
        flex-basis:6px!important;
        background:#38bdf8!important;
        box-shadow:none!important;
    }

    .site-header #siteMobileNav .nav-cta{
        justify-content:flex-start!important;
        border-radius:18px!important;
        background:linear-gradient(135deg,#2563eb,#38bdf8)!important;
        color:#fff!important;
        box-shadow:0 14px 28px rgba(37,99,235,.20)!important;
    }

    .site-header #siteMobileNav .nav-cta::before{
        background:#ffffff!important;
        box-shadow:0 0 0 5px rgba(255,255,255,.18)!important;
    }
}


/* v10.77 footer menü dikey görünüm düzeltmesi */
.site-footer .footer-links .site-menu-list,
.site-footer .footer-links .site-menu-footer{
    display:grid!important;
    grid-template-columns:1fr!important;
    align-items:start!important;
    gap:10px!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
}

.site-footer .footer-links .site-menu-item{
    display:block!important;
    position:relative!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
}

.site-footer .footer-links .site-menu-item > a{
    display:flex!important;
    width:max-content!important;
    max-width:100%!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:8px!important;
    padding:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    color:#ffffff!important;
    line-height:1.45!important;
    white-space:normal!important;
    text-align:left!important;
}

.site-footer .footer-links .site-menu-item > a:hover{
    color:#bfdbfe!important;
    transform:none!important;
}

.site-footer .footer-links .site-menu-item.has-children > .site-menu-parent::after{
    content:""!important;
    display:none!important;
}

.site-footer .footer-links .submenu-toggle{
    display:none!important;
}

.site-footer .footer-links .site-submenu{
    position:static!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
    min-width:0!important;
    width:100%!important;
    margin:8px 0 0 12px!important;
    padding:0 0 0 12px!important;
    border:0!important;
    border-left:1px solid rgba(255,255,255,.22)!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
}

.site-footer .footer-links .site-submenu::before{
    display:none!important;
}

.site-footer .footer-links .site-submenu .site-menu-item > a{
    color:rgba(255,255,255,.78)!important;
    font-size:14px!important;
    font-weight:800!important;
}

.site-footer .footer-links .nav-cart-count,
.site-footer .footer-links .nav-support-count{
    display:none!important;
}

@media(max-width:760px){
    .site-footer .footer-grid,
    .site-footer .footer-grid-premium{
        gap:26px!important;
    }

    .site-footer .footer-links .site-menu-list{
        gap:9px!important;
    }
}


/* v10.78 footer menü boşluk azaltma */
.site-footer .footer-links h4{
    margin-bottom:14px!important;
}

.site-footer .footer-links .site-menu-list,
.site-footer .footer-links .site-menu-footer{
    gap:6px!important;
}

.site-footer .footer-links .site-menu-item > a{
    min-height:auto!important;
    padding:2px 0!important;
    line-height:1.35!important;
    font-size:15px!important;
    font-weight:850!important;
}

.site-footer .footer-links .site-submenu{
    gap:5px!important;
    margin:5px 0 0 10px!important;
    padding-left:10px!important;
}

.site-footer .footer-links .site-submenu .site-menu-item > a{
    padding:1px 0!important;
    font-size:14px!important;
    line-height:1.3!important;
}

@media(max-width:760px){
    .site-footer .footer-links .site-menu-list,
    .site-footer .footer-links .site-menu-footer{
        gap:7px!important;
    }
}


/* v10.79 footer menü line-height isteği */
.site-footer .footer-links .site-menu-item > a{
    line-height:0!important;
}


/* v10.81 admin blog tek menü + tekil ziyaret kartları */
.blog-hub-subnav{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:18px 0 22px;
    padding:10px;
    border:1px solid #dbeafe;
    border-radius:22px;
    background:rgba(255,255,255,.82);
    box-shadow:0 14px 36px rgba(15,23,42,.045);
}
.blog-hub-subnav a{
    min-height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 16px;
    border-radius:15px;
    text-decoration:none!important;
    color:#334155;
    background:#f8fbff;
    border:1px solid #e6eef8;
    font-weight:950;
    transition:.16s ease;
}
.blog-hub-subnav a:hover,
.blog-hub-subnav a.active{
    color:#fff!important;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    border-color:transparent;
    box-shadow:0 12px 26px rgba(37,99,235,.18);
}
.blog-hub-stats{
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
}
.blog-hub-stats .mini-stat{
    min-height:118px;
}
.blog-hub-card{
    text-decoration:none!important;
    color:inherit!important;
}
.blog-hub-card:hover{
    transform:translateY(-2px);
    box-shadow:0 22px 46px rgba(37,99,235,.10);
}
.blog-hub-stats .mini-stat small{
    display:block;
    margin-top:5px;
    color:#64748b;
    font-size:12px;
    font-weight:850;
}
@media(max-width:1500px){
    .blog-hub-stats{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}
@media(max-width:760px){
    .blog-hub-stats{
        grid-template-columns:1fr!important;
    }
    .blog-hub-subnav{
        display:grid;
        grid-template-columns:1fr;
    }
}


/* v10.82 Blog üst kart yazı sığma düzeltmesi */
.blog-hub-stats{
    grid-template-columns:repeat(auto-fit,minmax(245px,1fr))!important;
    align-items:stretch!important;
    gap:18px!important;
}

.blog-hub-stats .mini-stat{
    min-height:112px!important;
    display:grid!important;
    grid-template-columns:54px minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:14px!important;
    padding:20px 22px!important;
    overflow:hidden!important;
}

.blog-hub-stats .mini-stat i{
    grid-row:1 / span 2!important;
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
}

.blog-hub-stats .mini-stat span{
    min-width:0!important;
    display:block!important;
    color:#475569!important;
    font-size:15px!important;
    line-height:1.25!important;
    font-weight:950!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
}

.blog-hub-stats .mini-stat strong{
    justify-self:end!important;
    min-width:32px!important;
    color:#0f172a!important;
    font-size:30px!important;
    line-height:1!important;
    letter-spacing:-.04em!important;
    white-space:nowrap!important;
}

.blog-hub-stats .mini-stat small{
    grid-column:2 / 4!important;
    margin-top:-10px!important;
    color:#64748b!important;
    font-size:12px!important;
    line-height:1.25!important;
    font-weight:850!important;
    white-space:normal!important;
}

@media(max-width:1320px){
    .blog-hub-stats{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}

@media(max-width:980px){
    .blog-hub-stats{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
    }
}

@media(max-width:640px){
    .blog-hub-stats{
        grid-template-columns:1fr!important;
    }
}


/* v10.83 Blog yazısı düzenleme üst kaydet butonları */
.blog-edit-top-actions{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin:0 0 22px;
    padding:16px;
    border:1px solid #dbeafe;
    border-radius:22px;
    background:
        radial-gradient(circle at 100% 0%, rgba(56,189,248,.12), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 14px 34px rgba(15,23,42,.045);
}
.blog-edit-top-actions strong{
    display:block;
    color:#0f172a;
    font-size:16px;
    font-weight:950;
    letter-spacing:-.02em;
}
.blog-edit-top-actions span{
    display:block;
    margin-top:4px;
    color:#64748b;
    font-size:13px;
    font-weight:750;
    line-height:1.35;
}
.blog-edit-top-buttons{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    flex-wrap:wrap;
}
.blog-edit-top-buttons .btn{
    min-height:42px;
    white-space:nowrap;
}
@media(max-width:760px){
    .blog-edit-top-actions{
        align-items:stretch;
        flex-direction:column;
    }
    .blog-edit-top-buttons{
        justify-content:stretch;
    }
    .blog-edit-top-buttons .btn{
        width:100%;
    }
}


/* v10.84 Blog yazısı üst butonları ve genel SEO sayaçları */
.blog-edit-command-row{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    margin:0 0 22px;
    padding:14px;
    border:1px solid #dbeafe;
    border-radius:22px;
    background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 14px 34px rgba(15,23,42,.045);
}
.blog-edit-command-row .btn{
    min-height:42px;
    white-space:nowrap;
}
.blog-edit-inline-form{
    display:inline-flex;
    margin:0;
}
.blog-edit-top-actions{
    display:none!important;
}
.seo-count-field .seo-counter-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-top:8px;
}
.seo-counter{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:76px;
    padding:6px 10px;
    border-radius:999px;
    background:#eff6ff;
    border:1px solid #dbeafe;
    color:#1d4ed8;
    font-size:12px;
    font-weight:900;
    white-space:nowrap;
}
.seo-counter.over{
    background:#fee2e2;
    border-color:#fecaca;
    color:#b91c1c;
}
.seo-limit-over{
    border-color:#ef4444!important;
    box-shadow:0 0 0 4px rgba(239,68,68,.10)!important;
}
@media(max-width:760px){
    .blog-edit-command-row{
        align-items:stretch;
        flex-direction:column;
    }
    .blog-edit-command-row .btn,
    .blog-edit-inline-form,
    .blog-edit-inline-form .btn{
        width:100%;
    }
}


/* v10.85 Blog yazısı alt işlem butonlarını üstteki stille eşitle */
.blog-edit-command-row-bottom{
    margin:24px 0 0!important;
}
.blog-edit-command-row-bottom .btn{
    min-width:120px;
}


/* v10.86 Blog yazısı alt sil butonu */
.blog-edit-command-row-bottom .btn.danger{
    min-width:120px;
}


/* v10.87 Sipariş listesi durum ikonları */
.orders-table-modern .order-no-with-icon{
    display:flex;
    align-items:center;
    gap:12px;
    min-width:0;
}
.orders-table-modern .order-no-text{
    display:grid;
    gap:4px;
    min-width:0;
}
.orders-table-modern .order-row-status-icon{
    width:44px;
    height:44px;
    min-width:44px;
    border-radius:16px;
    display:grid;
    place-items:center;
    color:#fff;
    font-size:22px;
    font-weight:950;
    line-height:1;
    box-shadow:0 14px 28px rgba(15,23,42,.10);
}
.orders-table-modern .order-row-status-icon.pending{
    background:linear-gradient(135deg,#f59e0b,#facc15);
}
.orders-table-modern .order-row-status-icon.paid{
    background:linear-gradient(135deg,#22c55e,#86efac);
}
.orders-table-modern .order-row-status-icon.cancelled{
    background:linear-gradient(135deg,#ef4444,#fb7185);
}
.orders-table-modern .order-row-status-icon.cancelled{
    font-family:Arial, sans-serif;
}
.orders-table-modern .order-no-link{
    line-height:1.25;
}
@media(max-width:760px){
    .orders-table-modern .order-row-status-icon{
        width:38px;
        height:38px;
        min-width:38px;
        border-radius:14px;
        font-size:19px;
    }
    .orders-table-modern .order-no-with-icon{
        gap:10px;
    }
}


/* v10.88 Sipariş manuel durum değiştirme */
.manual-order-status-card{
    display:grid;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
    gap:18px;
    align-items:end;
    margin:22px 0;
    padding:20px;
    border:1px solid #dbeafe;
    border-radius:24px;
    background:
        radial-gradient(circle at 100% 0%, rgba(56,189,248,.14), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 16px 40px rgba(15,23,42,.055);
}
.manual-order-status-card h3{
    margin:0 0 8px!important;
    color:#0f172a;
    font-size:22px;
    letter-spacing:-.035em;
}
.manual-order-status-card p{
    margin:0;
    line-height:1.55;
}
.manual-order-status-form{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr)) auto;
    gap:12px;
    align-items:end;
}
.manual-order-status-form .field{
    margin:0!important;
}
.manual-order-status-form select{
    min-height:46px;
}
.manual-order-status-form .btn{
    min-height:46px;
    white-space:nowrap;
}
@media(max-width:980px){
    .manual-order-status-card{
        grid-template-columns:1fr;
    }
    .manual-order-status-form{
        grid-template-columns:1fr;
    }
}


/* v10.89 Admin manuel sipariş oluşturma */
.manual-order-card{
    padding:28px!important;
    border-radius:30px!important;
}
.manual-order-section{
    padding:22px;
    border:1px solid #dbeafe;
    border-radius:24px;
    background:
        radial-gradient(circle at 100% 0%, rgba(56,189,248,.10), transparent 30%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 14px 34px rgba(15,23,42,.04);
}
.manual-order-section + .manual-order-section{
    margin-top:18px;
}
.manual-order-section h3{
    margin:0 0 16px;
    color:#0f172a;
    font-size:22px;
    letter-spacing:-.035em;
}
.manual-order-section-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
    margin-bottom:16px;
}
.manual-order-section-head h3{
    margin-bottom:6px;
}
.manual-order-lines{
    display:grid;
    gap:12px;
}
.manual-order-line{
    display:none;
    grid-template-columns:minmax(280px,1.35fr) 90px 150px minmax(170px,.8fr) 150px auto;
    gap:12px;
    align-items:end;
    padding:16px;
    border:1px solid #e6eef8;
    border-radius:22px;
    background:#fff;
}
.manual-order-line.is-visible{
    display:grid;
}
.manual-order-line .field{
    margin:0!important;
}
.manual-product-select select{
    min-width:0;
}
.manual-addon-check{
    min-height:46px;
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 12px;
    border:1px solid #dbeafe;
    border-radius:16px;
    background:#f8fbff;
    color:#334155;
    font-weight:900;
    line-height:1.25;
}
.manual-addon-check input{
    width:17px;
    height:17px;
    accent-color:#2563eb;
}
.manual-remove-line{
    min-height:46px;
}
.manual-order-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:10px;
    margin-top:18px;
    padding:16px;
    border:1px solid #dbeafe;
    border-radius:24px;
    background:#fff;
    box-shadow:0 14px 34px rgba(15,23,42,.045);
}
.manual-order-actions .btn{
    min-height:44px;
}
@media(max-width:1280px){
    .manual-order-line{
        grid-template-columns:1fr 120px 160px;
    }
    .manual-order-line .manual-addon-check,
    .manual-order-line .manual-addon-price-input,
    .manual-order-line .manual-remove-line{
        grid-column:auto;
    }
}
@media(max-width:760px){
    .manual-order-card{
        padding:18px!important;
    }
    .manual-order-section{
        padding:16px;
    }
    .manual-order-section-head{
        flex-direction:column;
    }
    .manual-order-section-head .btn{
        width:100%;
    }
    .manual-order-line{
        grid-template-columns:1fr;
    }
    .manual-order-actions{
        align-items:stretch;
        flex-direction:column;
    }
    .manual-order-actions .btn{
        width:100%;
    }
}


/* v10.90 Manuel sipariş aramalı müşteri seçici */
.manual-customer-field{
    position:relative;
}
.manual-customer-search{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
}
.manual-customer-search .btn{
    min-height:46px;
}
.manual-customer-results{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% - 18px);
    z-index:50;
    max-height:340px;
    overflow:auto;
    display:grid;
    gap:8px;
    padding:10px;
    border:1px solid #dbeafe;
    border-radius:20px;
    background:#fff;
    box-shadow:0 24px 60px rgba(15,23,42,.16);
}
.manual-customer-result{
    width:100%;
    display:grid;
    grid-template-columns:44px minmax(0,1fr);
    gap:12px;
    align-items:center;
    padding:10px;
    border:1px solid #e6eef8;
    border-radius:16px;
    background:#f8fbff;
    color:#0f172a;
    text-align:left;
    cursor:pointer;
    transition:.16s ease;
}
.manual-customer-result:hover{
    background:#eff6ff;
    border-color:#bfdbfe;
    transform:translateY(-1px);
}
.customer-avatar{
    width:44px;
    height:44px;
    border-radius:16px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    font-weight:950;
    box-shadow:0 12px 22px rgba(37,99,235,.18);
}
.manual-customer-result strong,
.manual-customer-result small,
.manual-customer-selected strong,
.manual-customer-selected small{
    display:block;
}
.manual-customer-result strong,
.manual-customer-selected strong{
    color:#0f172a;
    font-weight:950;
    line-height:1.25;
}
.manual-customer-result small,
.manual-customer-selected small{
    margin-top:3px;
    color:#64748b;
    font-size:12px;
    font-weight:750;
    line-height:1.35;
    word-break:break-word;
}
.manual-customer-empty{
    padding:16px;
    border-radius:16px;
    background:#f8fafc;
    color:#64748b;
    font-weight:850;
    text-align:center;
}
.manual-customer-selected{
    display:grid;
    grid-template-columns:44px minmax(0,1fr);
    gap:12px;
    align-items:center;
    margin-top:10px;
    padding:12px;
    border:1px solid #bfdbfe;
    border-radius:18px;
    background:linear-gradient(135deg,#eff6ff,#ffffff);
}
.manual-customer-selected[hidden],
.manual-customer-results[hidden]{
    display:none!important;
}
@media(max-width:760px){
    .manual-customer-search{
        grid-template-columns:1fr;
    }
    .manual-customer-results{
        top:calc(100% - 12px);
    }
}


/* v10.91 Yeni takip kaydındaki aramalı müşteri modelini lisans ve manuel siparişe uygulama */
.manual-order-card .client-search-label,
.license-form-card .client-search-label{
    position:relative;
    display:block;
}

.manual-order-card .search-select,
.license-form-card .search-select{
    position:relative;
}

.manual-order-card .search-select-input,
.license-form-card .search-select-input{
    padding-right:42px!important;
}

.manual-order-card .search-select::after,
.license-form-card .search-select::after{
    content:"⌕";
    position:absolute;
    right:14px;
    top:50%;
    transform:translateY(-50%);
    color:#2563eb;
    font-weight:950;
    pointer-events:none;
}

.manual-order-card .search-select-results,
.license-form-card .search-select-results{
    border-color:#dbeafe;
    border-radius:18px;
    box-shadow:0 24px 60px rgba(15,23,42,.16);
    padding:10px;
}

.manual-order-card .search-select-option,
.license-form-card .search-select-option{
    padding:12px;
    border:1px solid #e6eef8;
    border-radius:14px;
    margin-bottom:7px;
    background:#fff;
}

.manual-order-card .search-select-option:last-child,
.license-form-card .search-select-option:last-child{
    margin-bottom:0;
}

.manual-order-card .search-select-option:hover,
.manual-order-card .search-select-option.active,
.license-form-card .search-select-option:hover,
.license-form-card .search-select-option.active{
    background:#eff6ff;
    border-color:#bfdbfe;
}

.manual-order-card .search-select-option strong,
.license-form-card .search-select-option strong{
    font-weight:950;
}

.manual-order-card .search-select-option small,
.license-form-card .search-select-option small{
    font-weight:750;
}


/* v10.92 Ayarlar merkezi ve ayrı ayar sayfaları */
.settings-center-page,
.settings-detail-page{
    display:grid;
    gap:22px;
}
.settings-center-hero,
.settings-page-hero{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:22px;
    padding:28px;
    border:1px solid #dbeafe;
    border-radius:30px;
    background:
        radial-gradient(circle at 100% 0%, rgba(56,189,248,.16), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 24px 60px rgba(15,23,42,.06);
}
.settings-center-hero h2,
.settings-page-hero h2{
    margin:10px 0 8px;
    color:#0f172a;
    font-size:34px;
    line-height:1.05;
    letter-spacing:-.055em;
}
.settings-center-hero p,
.settings-page-hero p{
    max-width:760px;
    margin:0;
    color:#64748b;
    font-weight:750;
    line-height:1.65;
}
.settings-center-shortcuts,
.settings-page-hero-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:10px;
}
.settings-center-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:18px;
}
.settings-center-card{
    position:relative;
    overflow:hidden;
    min-height:205px;
    display:flex;
    flex-direction:column;
    gap:10px;
    padding:24px;
    border:1px solid #dbeafe;
    border-radius:28px;
    background:#fff;
    color:#0f172a;
    text-decoration:none!important;
    box-shadow:0 18px 48px rgba(15,23,42,.055);
    transition:.18s ease;
}
.settings-center-card::after{
    content:"";
    position:absolute;
    right:-46px;
    bottom:-46px;
    width:130px;
    height:130px;
    border-radius:999px;
    background:rgba(37,99,235,.06);
}
.settings-center-card:hover{
    transform:translateY(-3px);
    border-color:#bfdbfe;
    box-shadow:0 26px 62px rgba(37,99,235,.12);
}
.settings-card-icon{
    width:56px;
    height:56px;
    border-radius:20px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    font-size:26px;
    box-shadow:0 14px 30px rgba(37,99,235,.20);
}
.settings-center-card strong{
    color:#0f172a;
    font-size:21px;
    line-height:1.15;
    letter-spacing:-.035em;
}
.settings-center-card small{
    color:#64748b;
    line-height:1.55;
    font-weight:750;
}
.settings-center-card b{
    margin-top:auto;
    color:#2563eb;
    font-size:13px;
    font-weight:950;
}
.settings-detail-card{
    padding:28px!important;
    border:1px solid #dbeafe!important;
    border-radius:30px!important;
    box-shadow:0 22px 58px rgba(15,23,42,.055)!important;
}
.settings-detail-card h2{
    margin:0 0 18px;
    color:#0f172a;
    font-size:26px;
    letter-spacing:-.04em;
}
.settings-save-row{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:10px;
    margin-top:24px;
    padding:16px;
    border:1px solid #dbeafe;
    border-radius:22px;
    background:#f8fbff;
}
.settings-save-row .btn{
    min-height:44px;
}
@media(max-width:900px){
    .settings-center-hero,
    .settings-page-hero{
        flex-direction:column;
        padding:22px;
    }
    .settings-center-shortcuts,
    .settings-page-hero-actions{
        justify-content:flex-start;
    }
}
@media(max-width:640px){
    .settings-center-grid{
        grid-template-columns:1fr;
    }
    .settings-center-card{
        min-height:auto;
    }
    .settings-save-row{
        align-items:stretch;
        flex-direction:column;
    }
    .settings-save-row .btn{
        width:100%;
    }
}


/* v10.93 Sol menü sadeleştirme + arayüz ayarlarını Ayarlar Merkezi'ne taşıma */
.settings-center-mini-note{
    display:inline-flex;
    align-items:center;
    min-height:42px;
    padding:0 14px;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    border:1px solid #bfdbfe;
    font-size:13px;
    font-weight:900;
    white-space:normal;
}


/* v10.94 Ek yönetim sayfalarını Ayarlar Merkezi'ne taşıma */
.settings-center-card[href*="coupons.php"] .settings-card-icon,
.settings-center-card[href*="faqs.php"] .settings-card-icon,
.settings-center-card[href*="testimonials.php"] .settings-card-icon,
.settings-center-card[href*="twofa.php"] .settings-card-icon,
.settings-center-card[href*="media.php"] .settings-card-icon,
.settings-center-card[href*="email_templates.php"] .settings-card-icon{
    background:linear-gradient(135deg,#0f172a,#2563eb);
}


/* v10.95 Tekil ziyaretçi IP bazlı tekilleştirme */
.unique-visitors-note small{
    line-height:1.35;
}


/* v10.96 Tekil ziyaretçi admin panel ezme düzeltmesi */
.unique-visitors-table-card .card-head-row p{
    max-width:980px;
}


/* v10.97 Tekil ziyaretçi son site hareketi saat düzeltmesi */
.unique-visitors-table td:last-child small{
    line-height:1.35;
}


/* v10.98 Canlı takip PHP site saati düzeltmesi */
.live-summary-card small,
.unique-visitors-note small{
    line-height:1.35;
}


/* v10.99 Canlı takip ve tekil ziyaretçiler üst hızlı butonlara taşındı */
.top-action-btn.live,
.top-action-btn.unique{
    position:relative;
    background:#ffffff;
    color:#1d4ed8;
    border:1px solid #dbeafe;
}
.top-action-btn.live::before,
.top-action-btn.unique::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:999px;
    display:inline-block;
    margin-right:7px;
    background:#22c55e;
    box-shadow:0 0 0 5px rgba(34,197,94,.12);
    vertical-align:middle;
}
.top-action-btn.unique::before{
    background:#8b5cf6;
    box-shadow:0 0 0 5px rgba(139,92,246,.12);
}
.top-action-btn.live:hover,
.top-action-btn.unique:hover,
.top-action-btn.live.active,
.top-action-btn.unique.active{
    color:#fff;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    border-color:transparent;
}
.top-action-btn.live:hover::before,
.top-action-btn.unique:hover::before,
.top-action-btn.live.active::before,
.top-action-btn.unique.active::before{
    background:#fff;
    box-shadow:0 0 0 5px rgba(255,255,255,.18);
}
@media(max-width:1180px){
    .top-quick-actions{
        flex-wrap:wrap;
    }
}


/* v11.01 güvenli kategori butonu düzeltmesi - global CSS'e dokunmaz */
.product-head-actions-safe .safe-product-category-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    white-space:nowrap;
}
.product-head-actions-safe .safe-product-category-link span{
    display:inline-flex;
    line-height:1;
}


/* v11.02 Destek talepleri filtre alanı düzeltmesi */
.support-v66 .support-filter-card{
    overflow:visible!important;
}

.support-v66 .support-filter-form-fixed{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    display:grid!important;
    grid-template-columns:minmax(320px,1fr) 220px 220px auto!important;
    gap:16px!important;
    align-items:end!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
}

.support-v66 .support-filter-form-fixed .support-search-block{
    min-width:0!important;
    width:100%!important;
}

.support-v66 .support-filter-form-fixed .support-live-input-wrap{
    width:100%!important;
    min-width:0!important;
    position:relative!important;
}

.support-v66 .support-filter-form-fixed input.input,
.support-v66 .support-filter-form-fixed select{
    width:100%!important;
    min-width:0!important;
    height:54px!important;
    min-height:54px!important;
    box-sizing:border-box!important;
}

.support-v66 .support-filter-form-fixed .support-search-actions{
    display:flex!important;
    gap:10px!important;
    align-items:end!important;
    justify-content:flex-end!important;
    min-width:0!important;
    white-space:nowrap!important;
}

.support-v66 .support-filter-form-fixed .support-search-actions .btn{
    height:54px!important;
    min-height:54px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
}

.support-v66 .support-filter-form-fixed .support-search-suggestions{
    left:0!important;
    right:auto!important;
    width:min(640px, calc(100vw - 80px))!important;
}

@media(max-width:1280px){
    .support-v66 .support-filter-form-fixed{
        grid-template-columns:minmax(0,1fr) 220px 220px!important;
    }
    .support-v66 .support-filter-form-fixed .support-search-actions{
        grid-column:1 / -1!important;
        justify-content:flex-end!important;
    }
}

@media(max-width:860px){
    .support-v66 .support-filter-form-fixed{
        grid-template-columns:1fr!important;
    }
    .support-v66 .support-filter-form-fixed .support-search-actions{
        justify-content:stretch!important;
        flex-direction:column!important;
    }
    .support-v66 .support-filter-form-fixed .support-search-actions .btn{
        width:100%!important;
    }
    .support-v66 .support-filter-form-fixed .support-search-suggestions{
        width:calc(100vw - 52px)!important;
    }
}


/* v11.03 gelişmiş mail yönetimi */
.mail-settings-v1103{
    display:grid;
    gap:24px;
}
.mail-card-grid{
    display:grid;
    grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);
    gap:22px;
}
.mail-settings-card{
    border:1px solid #dbeafe!important;
    border-radius:28px!important;
    box-shadow:0 18px 46px rgba(15,23,42,.06)!important;
}
.mail-settings-card h2{
    margin:0 0 16px;
    color:#0f172a;
    letter-spacing:-.04em;
}
.mail-event-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:14px;
}
.mail-event-card{
    display:grid;
    grid-template-columns:minmax(0,1fr) 110px;
    align-items:center;
    gap:14px;
    padding:16px;
    border:1px solid #e6eef8;
    border-radius:20px;
    background:linear-gradient(135deg,#fff,#f8fbff);
}
.mail-event-card strong{
    display:block;
    color:#0f172a;
    font-weight:950;
    line-height:1.25;
}
.mail-event-card small{
    display:block;
    margin-top:5px;
    color:#64748b;
    line-height:1.45;
    font-weight:750;
}
.mail-event-card a{
    display:inline-flex;
    margin-top:8px;
    color:#2563eb;
    font-weight:900;
    font-size:13px;
    text-decoration:none;
}
.mail-event-card select{
    min-height:42px;
}
.check-card{
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px;
    border:1px solid #dbeafe;
    border-radius:18px;
    background:#f8fbff;
    font-weight:850;
}
.check-card input{
    width:18px;
    height:18px;
    accent-color:#2563eb;
}
@media(max-width:980px){
    .mail-card-grid{
        grid-template-columns:1fr;
    }
    .mail-event-card{
        grid-template-columns:1fr;
    }
}


/* v11.04 Mail ayarları - aramalı müşteri seçici */
.mail-settings-v1103 .mail-customer-search-field{
    position:relative;
    display:block;
}

.mail-settings-v1103 .mail-customer-search-box{
    position:relative;
}

.mail-settings-v1103 .mail-customer-search-box::after{
    content:"⌕";
    position:absolute;
    right:15px;
    top:50%;
    transform:translateY(-50%);
    color:#2563eb;
    font-weight:950;
    pointer-events:none;
}

.mail-settings-v1103 .mail-customer-search-box .search-select-input{
    padding-right:44px!important;
}

.mail-settings-v1103 .mail-customer-search-field.is-disabled{
    opacity:.68;
}

.mail-settings-v1103 .mail-customer-search-field.is-disabled .search-select-input{
    background:#f8fafc!important;
    cursor:not-allowed;
}

.mail-settings-v1103 .mail-customer-search-box .search-select-results{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 8px);
    z-index:120;
    max-height:360px;
    overflow:auto;
    padding:10px;
    border:1px solid #dbeafe;
    border-radius:18px;
    background:#fff;
    box-shadow:0 24px 60px rgba(15,23,42,.18);
}

.mail-settings-v1103 .mail-customer-search-box .search-select-results[hidden]{
    display:none!important;
}

.mail-settings-v1103 .mail-customer-result{
    width:100%;
    display:grid;
    grid-template-columns:44px minmax(0,1fr);
    gap:12px;
    align-items:center;
    padding:11px;
    border:1px solid #e6eef8;
    border-radius:16px;
    background:#fff;
    text-align:left;
    cursor:pointer;
    transition:.16s ease;
    margin-bottom:8px;
}

.mail-settings-v1103 .mail-customer-result:last-child{
    margin-bottom:0;
}

.mail-settings-v1103 .mail-customer-result:hover,
.mail-settings-v1103 .mail-customer-result.active{
    background:#eff6ff;
    border-color:#bfdbfe;
    transform:translateY(-1px);
}

.mail-settings-v1103 .mail-customer-avatar{
    width:44px;
    height:44px;
    border-radius:16px;
    display:grid;
    place-items:center;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    font-weight:950;
    box-shadow:0 12px 22px rgba(37,99,235,.18);
}

.mail-settings-v1103 .mail-customer-result-text{
    min-width:0;
}

.mail-settings-v1103 .mail-customer-result-text strong,
.mail-settings-v1103 .mail-customer-result-text small,
.mail-settings-v1103 .mail-customer-result-text em{
    display:block;
}

.mail-settings-v1103 .mail-customer-result-text strong{
    color:#0f172a;
    font-weight:950;
    line-height:1.25;
}

.mail-settings-v1103 .mail-customer-result-text small{
    margin-top:3px;
    color:#64748b;
    font-size:12px;
    font-weight:750;
    line-height:1.35;
    word-break:break-word;
}

.mail-settings-v1103 .mail-customer-result-text em{
    width:max-content;
    max-width:100%;
    margin-top:6px;
    padding:4px 8px;
    border-radius:999px;
    font-size:11px;
    font-style:normal;
    font-weight:950;
}

.mail-settings-v1103 .mail-customer-ok{
    background:#dcfce7;
    color:#15803d;
}

.mail-settings-v1103 .mail-customer-warning{
    background:#fee2e2;
    color:#b91c1c;
}

.mail-settings-v1103 .search-select-empty{
    padding:16px;
    border-radius:16px;
    background:#f8fafc;
    color:#64748b;
    font-weight:850;
    text-align:center;
}

.mail-settings-v1103 .has-customer-selected{
    border-color:#93c5fd!important;
    box-shadow:0 0 0 4px rgba(37,99,235,.10)!important;
}


/* v11.05 E-posta şablonları test maili butonları */
.email-template-admin-v1105 .email-template-row-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    flex-wrap:wrap;
}
.email-template-admin-v1105 .email-template-test-form{
    display:inline-flex;
    margin:0;
}
.email-template-admin-v1105 .email-template-test-btn{
    white-space:nowrap;
}
.email-template-admin-v1105 .email-template-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    margin-top:20px;
    padding:14px;
    border:1px solid #dbeafe;
    border-radius:20px;
    background:#f8fbff;
}
.email-template-admin-v1105 .email-template-table-wrap{
    overflow-x:auto;
}
.email-template-admin-v1105 .email-template-table td:last-child,
.email-template-admin-v1105 .email-template-table th:last-child{
    text-align:right;
}
@media(max-width:760px){
    .email-template-admin-v1105 .email-template-actions{
        align-items:stretch;
        flex-direction:column;
    }
    .email-template-admin-v1105 .email-template-actions .btn,
    .email-template-admin-v1105 .email-template-row-actions .btn,
    .email-template-admin-v1105 .email-template-test-form{
        width:100%;
    }
}


/* v11.06 Müşteri paneli sol menü düzeni */
.account-sidebar-page{
    background:
        radial-gradient(circle at 100% 0%, rgba(56,189,248,.10), transparent 28%),
        linear-gradient(180deg,#f4f8ff 0%,#ffffff 48%,#f8fbff 100%);
}
.account-sidebar-page .container{
    max-width:1340px;
}
.account-shell{
    display:grid;
    grid-template-columns:300px minmax(0,1fr);
    gap:24px;
    align-items:start;
}
.account-side-menu{
    position:sticky;
    top:96px;
    display:grid;
    gap:16px;
    padding:18px;
    border:1px solid #dbeafe;
    border-radius:30px;
    background:rgba(255,255,255,.92);
    box-shadow:0 22px 58px rgba(15,23,42,.08);
    backdrop-filter:blur(12px);
}
.account-user-card{
    display:grid;
    gap:5px;
    padding:16px;
    border-radius:24px;
    background:linear-gradient(135deg,#07162e,#123a72);
    color:#fff;
}
.account-user-avatar{
    width:54px;
    height:54px;
    display:grid;
    place-items:center;
    border-radius:18px;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    font-size:24px;
    font-weight:950;
    margin-bottom:8px;
}
.account-user-card strong{
    font-size:18px;
    line-height:1.2;
}
.account-user-card small{
    color:#bfdbfe;
    line-height:1.35;
    word-break:break-word;
}
.account-nav{
    display:grid;
    gap:8px;
}
.account-nav a{
    min-height:48px;
    display:grid;
    grid-template-columns:28px minmax(0,1fr) auto;
    align-items:center;
    gap:10px;
    padding:10px 12px;
    border:1px solid #e6eef8;
    border-radius:17px;
    background:#f8fbff;
    color:#334155;
    text-decoration:none!important;
    font-weight:900;
    transition:.16s ease;
}
.account-nav a span{
    display:grid;
    place-items:center;
    width:28px;
    height:28px;
    border-radius:10px;
    background:#eff6ff;
    color:#2563eb;
    font-size:14px;
}
.account-nav a b{
    min-width:24px;
    height:24px;
    display:grid;
    place-items:center;
    padding:0 7px;
    border-radius:999px;
    background:#e0f2fe;
    color:#1d4ed8;
    font-size:12px;
}
.account-nav a:hover,
.account-nav a.active{
    color:#fff;
    border-color:transparent;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    box-shadow:0 14px 32px rgba(37,99,235,.18);
}
.account-nav a:hover span,
.account-nav a.active span{
    background:rgba(255,255,255,.18);
    color:#fff;
}
.account-nav a:hover b,
.account-nav a.active b{
    background:#fff;
    color:#2563eb;
}
.account-nav-actions{
    display:grid;
    gap:9px;
}
.account-nav-actions .btn{
    width:100%;
    justify-content:center;
}
.account-main{
    display:grid;
    gap:22px;
    min-width:0;
}
.account-panel-hero{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:18px;
    padding:30px;
    border:1px solid #dbeafe;
    border-radius:32px;
    background:
        radial-gradient(circle at 100% 0%, rgba(56,189,248,.16), transparent 34%),
        linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 22px 58px rgba(15,23,42,.06);
}
.account-panel-hero h2{
    margin:12px 0 8px;
    color:#07162e;
    font-size:40px;
    line-height:1;
    letter-spacing:-.055em;
}
.account-panel-hero p{
    max-width:760px;
    margin:0;
    color:#64748b;
    line-height:1.65;
    font-weight:750;
}
.account-hero-actions{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    gap:10px;
}
.account-stat-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px;
}
.account-stat-card{
    min-height:116px;
    display:grid;
    grid-template-columns:54px minmax(0,1fr);
    align-items:center;
    gap:14px;
    padding:20px;
    border:1px solid #dbeafe;
    border-radius:26px;
    background:#fff;
    box-shadow:0 16px 42px rgba(15,23,42,.055);
}
.account-stat-card span{
    grid-row:1 / span 2;
    width:54px;
    height:54px;
    display:grid;
    place-items:center;
    border-radius:18px;
    background:#eff6ff;
    color:#2563eb;
    font-size:22px;
}
.account-stat-card strong{
    color:#0f172a;
    font-size:32px;
    line-height:1;
    letter-spacing:-.04em;
}
.account-stat-card small{
    color:#64748b;
    font-weight:900;
}
.account-section-card{
    scroll-margin-top:110px;
    padding:26px!important;
    border:1px solid #dbeafe!important;
    border-radius:30px!important;
    box-shadow:0 18px 48px rgba(15,23,42,.055)!important;
}
.account-section-card + .account-section-card{
    margin-top:0!important;
}
.account-section-head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:18px;
}
.account-section-head h3{
    margin:0 0 6px;
    color:#0f172a;
    font-size:25px;
    letter-spacing:-.04em;
}
.account-section-head p{
    margin:0;
    line-height:1.55;
}
.account-table-wrap{
    overflow-x:auto;
    border:1px solid #e6eef8;
    border-radius:20px;
}
.account-table-wrap .table{
    margin:0;
    min-width:920px;
}
.account-service-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:14px;
}
.account-service-card{
    display:grid;
    gap:14px;
    padding:18px;
    border:1px solid #e6eef8;
    border-radius:22px;
    background:#f8fbff;
}
.account-service-card strong{
    display:block;
    color:#0f172a;
    font-size:18px;
    line-height:1.25;
    margin-top:8px;
}
.account-service-card small{
    display:block;
    color:#64748b;
    font-weight:800;
    margin-top:4px;
}
.account-service-type{
    display:inline-flex;
    width:max-content;
    padding:6px 10px;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:12px;
    font-weight:950;
}
.account-service-dates{
    display:grid;
    gap:8px;
}
.account-service-dates p{
    margin:0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    color:#334155;
}
.account-service-providers{
    display:grid;
    gap:5px;
    padding-top:10px;
    border-top:1px solid #e6eef8;
    color:#64748b;
    font-size:13px;
    font-weight:750;
}
.account-expiry-badge{
    display:inline-flex;
    align-items:center;
    width:max-content;
    padding:5px 9px;
    border-radius:999px;
    font-size:12px;
    font-weight:950;
    white-space:nowrap;
}
.account-expiry-badge.safe{background:#dcfce7;color:#15803d}
.account-expiry-badge.soon{background:#e0f2fe;color:#0369a1}
.account-expiry-badge.warning{background:#ffedd5;color:#c2410c}
.account-expiry-badge.critical{background:#fee2e2;color:#b91c1c}
.account-expiry-badge.expired{background:#fecaca;color:#991b1b}
.account-expiry-badge.neutral{background:#f1f5f9;color:#475569}

@media(max-width:1100px){
    .account-shell{
        grid-template-columns:1fr;
    }
    .account-side-menu{
        position:relative;
        top:auto;
    }
    .account-nav{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .account-nav-actions{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}
@media(max-width:760px){
    .account-panel-hero{
        flex-direction:column;
        padding:22px;
    }
    .account-panel-hero h2{
        font-size:32px;
    }
    .account-hero-actions,
    .account-hero-actions .btn,
    .account-nav-actions,
    .account-nav-actions .btn{
        width:100%;
    }
    .account-stat-grid{
        grid-template-columns:1fr 1fr;
    }
    .account-nav{
        grid-template-columns:1fr;
    }
    .account-nav-actions{
        grid-template-columns:1fr;
    }
    .account-section-head{
        flex-direction:column;
    }
    .account-section-head .btn{
        width:100%;
    }
    .account-service-dates p{
        align-items:flex-start;
        flex-direction:column;
    }
}
@media(max-width:520px){
    .account-stat-grid{
        grid-template-columns:1fr;
    }
}


/* v11.07 Müşteri paneli gerçek sol menü sayfa yapısı */
.account-nav-actions .account-support-create-btn,
.account-support-create-btn{
    background:linear-gradient(135deg,#f97316,#facc15)!important;
    color:#fff!important;
    border-color:transparent!important;
    box-shadow:0 16px 32px rgba(249,115,22,.24)!important;
}
.account-nav-actions .account-support-create-btn:hover,
.account-support-create-btn:hover,
.account-support-create-btn.active{
    background:linear-gradient(135deg,#ea580c,#fb923c)!important;
    color:#fff!important;
    transform:translateY(-1px);
}
.account-main > .account-section-card{
    margin-top:0!important;
}
.account-overview-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:14px;
}
.account-overview-grid a{
    display:grid;
    gap:5px;
    padding:18px;
    border:1px solid #dbeafe;
    border-radius:20px;
    background:#f8fbff;
    color:#0f172a;
    text-decoration:none!important;
    transition:.16s ease;
}
.account-overview-grid a:hover{
    transform:translateY(-2px);
    border-color:#bfdbfe;
    box-shadow:0 16px 36px rgba(37,99,235,.10);
}
.account-overview-grid a strong{
    font-size:17px;
    font-weight:950;
}
.account-overview-grid a small{
    color:#64748b;
    font-weight:800;
}
.account-form-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:10px;
    margin-top:18px;
    padding:14px;
    border:1px solid #dbeafe;
    border-radius:20px;
    background:#f8fbff;
}
.account-support-create-card textarea{
    resize:vertical;
}
@media(max-width:760px){
    .account-form-actions{
        align-items:stretch;
        flex-direction:column;
    }
    .account-form-actions .btn{
        width:100%;
    }
}


/* v11.08 Müşteri paneli destek talebi oluştur butonu kesin turuncu */
.account-sidebar-page .customer-support-orange-btn,
.account-sidebar-page a.customer-support-orange-btn,
.account-sidebar-page button.customer-support-orange-btn,
.account-sidebar-page .account-nav-actions .customer-support-orange-btn,
.account-sidebar-page .account-hero-actions .customer-support-orange-btn,
.account-sidebar-page .account-section-head .customer-support-orange-btn,
.account-sidebar-page .account-form-actions .customer-support-orange-btn{
    background:linear-gradient(135deg,#f97316 0%,#fb923c 55%,#facc15 100%)!important;
    color:#ffffff!important;
    border:0!important;
    border-color:transparent!important;
    box-shadow:0 16px 34px rgba(249,115,22,.28)!important;
}

.account-sidebar-page .customer-support-orange-btn:hover,
.account-sidebar-page .customer-support-orange-btn.active,
.account-sidebar-page .customer-support-orange-btn:focus{
    background:linear-gradient(135deg,#ea580c 0%,#f97316 58%,#fb923c 100%)!important;
    color:#ffffff!important;
    border-color:transparent!important;
    box-shadow:0 18px 38px rgba(234,88,12,.34)!important;
    transform:translateY(-1px);
}

.account-sidebar-page .customer-support-orange-btn *{
    color:#ffffff!important;
}


/* v11.09 Sipariş detayı, dekont, şifre ve destek dosya yükleme */
.account-order-detail-summary{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:14px;
    margin-bottom:20px;
}
.account-order-detail-summary > div{
    padding:16px;
    border:1px solid #dbeafe;
    border-radius:20px;
    background:#f8fbff;
}
.account-order-detail-summary span,
.account-order-detail-summary small{
    display:block;
    color:#64748b;
    font-size:12px;
    font-weight:900;
}
.account-order-detail-summary strong{
    display:block;
    margin-top:5px;
    color:#0f172a;
    font-size:18px;
    line-height:1.25;
}
.account-order-detail-grid{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);
    gap:18px;
    align-items:start;
}
.account-order-detail-grid h4,
.account-order-timeline h4,
.account-receipt-list h4{
    margin:0 0 12px;
    color:#0f172a;
    font-size:20px;
    letter-spacing:-.03em;
}
.account-receipt-upload-form{
    padding:16px;
    border:1px solid #dbeafe;
    border-radius:22px;
    background:#ffffff;
}
.account-receipt-list{
    margin-top:16px;
    display:grid;
    gap:10px;
}
.account-receipt-item{
    display:grid;
    grid-template-columns:42px minmax(0,1fr) auto;
    gap:12px;
    align-items:center;
    padding:12px;
    border:1px solid #e6eef8;
    border-radius:18px;
    background:#f8fbff;
}
.account-receipt-item > span{
    width:42px;
    height:42px;
    border-radius:15px;
    display:grid;
    place-items:center;
    background:#eff6ff;
    color:#2563eb;
    font-weight:950;
}
.account-receipt-item strong,
.account-receipt-item small{
    display:block;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
}
.account-order-timeline{
    margin-top:22px;
}
.account-password-card input[type=password]{
    letter-spacing:.08em;
}
.support-attachment-list{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:12px;
}
.support-attachment-list a{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:8px 10px;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    border:1px solid #bfdbfe;
    font-size:12px;
    font-weight:900;
    text-decoration:none!important;
}
.support-attachment-list a small{
    color:#64748b;
    font-weight:800;
}
.receipts-admin-page .receipt-row-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    flex-wrap:wrap;
}
.receipts-admin-page .receipt-row-actions form{
    display:inline-flex;
    margin:0;
}
.receipts-admin-page .receipts-table td:last-child,
.receipts-admin-page .receipts-table th:last-child{
    text-align:right;
}
@media(max-width:980px){
    .account-order-detail-grid{
        grid-template-columns:1fr;
    }
    .account-receipt-item{
        grid-template-columns:42px minmax(0,1fr);
    }
    .account-receipt-item .btn{
        grid-column:1 / -1;
        width:100%;
    }
}
@media(max-width:760px){
    .receipts-admin-page .receipt-row-actions,
    .receipts-admin-page .receipt-row-actions .btn,
    .receipts-admin-page .receipt-row-actions form{
        width:100%;
    }
}


/* v11.10 Sipariş listesi görünmeme düzeltmesi */
.orders-admin-page .orders-table-wrap{
    display:block!important;
    overflow-x:auto!important;
    max-width:100%!important;
}
.orders-admin-page .orders-table-modern{
    min-width:980px!important;
}
.orders-admin-page .orders-compact-list{
    display:none!important;
}
.orders-admin-page .receipt-mini-chip{
    display:inline-flex!important;
    width:max-content!important;
    margin-top:5px!important;
    padding:4px 8px!important;
    border-radius:999px!important;
    background:#eff6ff!important;
    color:#1d4ed8!important;
    border:1px solid #bfdbfe!important;
    font-size:11px!important;
    font-weight:950!important;
}
@media(max-width:1500px){
    .orders-admin-page .orders-table-wrap{
        display:block!important;
    }
    .orders-admin-page .orders-compact-list{
        display:none!important;
    }
}


/* v11.11 Sipariş listesi sorgu bağımsızlığı */
.orders-admin-page .empty-state small{
    display:block;
    margin-top:6px;
    color:#64748b;
    font-weight:750;
    line-height:1.45;
}


/* v11.12 Siparişler sayfası tablo görünürlüğü son override */
.orders-admin-page .orders-table-wrap{
    display:block!important;
    overflow-x:auto!important;
}
.orders-admin-page .orders-compact-list{
    display:none!important;
}


/* v11.13 Güvenli yönetim modülleri */
.admin-global-search{
    min-width:320px;
    max-width:520px;
    flex:1 1 360px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:8px;
    align-items:center;
}
.admin-global-search input{
    width:100%;
    min-height:40px;
    padding:0 14px;
    border:1px solid #dbeafe;
    border-radius:999px;
    background:#fff;
    color:#0f172a;
    font-weight:800;
    outline:none;
}
.admin-global-search button{
    min-height:40px;
    padding:0 14px;
    border:0;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    font-weight:950;
    cursor:pointer;
}
.roles-admin-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(330px,1fr));
    gap:18px;
}
.role-card{
    display:grid;
    gap:14px;
    padding:18px;
    border:1px solid #dbeafe;
    border-radius:24px;
    background:#fff;
}
.role-card-head{
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding-bottom:12px;
    border-bottom:1px solid #e6eef8;
}
.role-card-head strong,
.role-card-head small{
    display:block;
}
.role-card-head small{
    color:#64748b;
    font-weight:750;
}
.role-card-head > span{
    height:max-content;
    padding:6px 10px;
    border-radius:999px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:12px;
    font-weight:950;
}
.permission-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(145px,1fr));
    gap:8px;
}
.permission-grid label{
    display:flex;
    align-items:center;
    gap:8px;
    padding:9px 10px;
    border:1px solid #e6eef8;
    border-radius:14px;
    background:#f8fbff;
    font-size:12px;
    font-weight:850;
}
.backup-table-list{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:12px;
}
.backup-table-list code{
    padding:6px 9px;
    border-radius:999px;
    background:#f8fafc;
    border:1px solid #e2e8f0;
}
.admin-search-large-form{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:10px;
}
.admin-search-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:18px;
}
.admin-search-card{
    padding:20px!important;
}
.admin-search-card h3{
    margin:0 0 12px;
    color:#0f172a;
    letter-spacing:-.03em;
}
.admin-search-card a{
    display:grid;
    gap:4px;
    padding:12px;
    border:1px solid #e6eef8;
    border-radius:16px;
    background:#f8fbff;
    color:#0f172a;
    text-decoration:none!important;
    margin-bottom:8px;
}
.admin-search-card a:hover{
    border-color:#bfdbfe;
    box-shadow:0 12px 26px rgba(37,99,235,.08);
}
.admin-search-card small{
    color:#64748b;
    font-weight:750;
}
.custom-mail-preview-card{
    margin-top:18px;
    padding:18px;
    border:1px solid #bfdbfe;
    border-radius:22px;
    background:#eff6ff;
}
.custom-mail-preview-card h3{
    margin:0 0 8px;
}
.custom-mail-preview-frame{
    max-height:360px;
    overflow:auto;
    padding:14px;
    border:1px solid #dbeafe;
    border-radius:16px;
    background:#fff;
}
@media(max-width:1100px){
    .admin-global-search{
        order:9;
        flex-basis:100%;
        max-width:none;
    }
}
@media(max-width:700px){
    .admin-search-large-form{
        grid-template-columns:1fr;
    }
    .admin-search-large-form .btn{
        width:100%;
    }
}


/* v11.14 Admin üst alan sadeleştirme ve tam genişlik arama */
.admin-top-clean{
    align-items:flex-start!important;
    justify-content:flex-end!important;
    padding-top:0!important;
    margin-bottom:26px!important;
}

.admin-top-clean > div:first-child{
    width:100%!important;
}

.admin-top-clean .admin-actions{
    width:100%!important;
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:flex-start!important;
    justify-content:flex-end!important;
    gap:10px!important;
}

.admin-top-clean .top-quick-actions{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:10px!important;
}

.admin-top-clean .notif,
.admin-top-clean .user-pill{
    flex:0 0 auto!important;
}

.admin-top-clean .admin-global-search-full{
    order:99!important;
    flex:0 0 100%!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin-top:8px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 76px!important;
    gap:10px!important;
}

.admin-top-clean .admin-global-search-full input{
    width:100%!important;
    min-height:50px!important;
    padding:0 18px!important;
    border-radius:18px!important;
    border:1px solid #dbeafe!important;
    background:#fff!important;
    box-shadow:0 12px 30px rgba(15,23,42,.045)!important;
    font-weight:850!important;
}

.admin-top-clean .admin-global-search-full button{
    min-height:50px!important;
    border-radius:16px!important;
    background:linear-gradient(135deg,#2563eb,#38bdf8)!important;
    color:#fff!important;
    box-shadow:0 12px 28px rgba(37,99,235,.16)!important;
}

.admin-main > .admin-top-clean + .alert{
    margin-top:0!important;
}

@media(max-width:1180px){
    .admin-top-clean .admin-actions,
    .admin-top-clean .top-quick-actions{
        justify-content:flex-start!important;
    }
}

@media(max-width:720px){
    .admin-top-clean .admin-global-search-full{
        grid-template-columns:1fr!important;
    }
    .admin-top-clean .admin-global-search-full button{
        width:100%!important;
    }
}


/* v11.15 Admin üst canlı bölüm araması */
.admin-live-section-search{
    position:relative!important;
}

.admin-live-section-search .admin-live-search-wrap{
    position:relative!important;
    min-width:0!important;
}

.admin-live-section-search .admin-live-search-results{
    position:absolute;
    left:0;
    right:0;
    top:calc(100% + 10px);
    z-index:2500;
    padding:12px;
    border:1px solid #dbeafe;
    border-radius:22px;
    background:#ffffff;
    box-shadow:0 26px 70px rgba(15,23,42,.18);
    overflow:hidden;
}

.admin-live-section-search .admin-live-search-results[hidden]{
    display:none!important;
}

.admin-live-section-search .admin-live-search-list{
    display:grid;
    gap:8px;
    max-height:390px;
    overflow:auto;
    padding-right:3px;
}

.admin-live-section-search .admin-live-search-item{
    display:grid;
    grid-template-columns:44px minmax(0,1fr);
    gap:12px;
    align-items:center;
    padding:11px 12px;
    border:1px solid #e6eef8;
    border-radius:17px;
    background:#f8fbff;
    color:#0f172a;
    text-decoration:none!important;
    transition:.15s ease;
}

.admin-live-section-search .admin-live-search-item:hover,
.admin-live-section-search .admin-live-search-item:focus{
    background:#eff6ff;
    border-color:#bfdbfe;
    transform:translateY(-1px);
    outline:none;
}

.admin-live-section-search .admin-live-search-icon{
    width:44px;
    height:44px;
    display:grid;
    place-items:center;
    border-radius:15px;
    background:linear-gradient(135deg,#2563eb,#38bdf8);
    color:#fff;
    font-weight:950;
    box-shadow:0 12px 24px rgba(37,99,235,.16);
}

.admin-live-section-search .admin-live-search-item strong,
.admin-live-section-search .admin-live-search-item small{
    display:block;
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.admin-live-section-search .admin-live-search-item strong{
    font-weight:950;
    color:#0f172a;
    line-height:1.25;
}

.admin-live-section-search .admin-live-search-item small{
    margin-top:3px;
    color:#64748b;
    font-size:12px;
    font-weight:850;
}

.admin-live-section-search .admin-live-search-empty{
    padding:18px;
    border-radius:17px;
    background:#f8fafc;
    color:#64748b;
    text-align:center;
    font-weight:850;
    line-height:1.45;
}

.admin-live-section-search .admin-live-search-general{
    width:100%;
    margin-top:10px;
    min-height:44px;
    border:0;
    border-radius:16px;
    background:#0f172a;
    color:#fff;
    font-weight:950;
    cursor:pointer;
}

.admin-live-section-search .admin-live-search-general:hover{
    background:#1e293b;
}

@media(max-width:720px){
    .admin-live-section-search .admin-live-search-results{
        position:absolute;
        top:calc(100% + 8px);
    }
}


/* v11.17 Sipariş ve fatura detaylarını güçlendirme */
.order-detail-strong .order-detail-title-row{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:18px;
}
.order-detail-strong .order-detail-title-row h2{
    margin-bottom:6px;
}
.order-detail-badges{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    justify-content:flex-end;
}
.order-detail-summary-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:14px;
    margin:18px 0;
}
.order-detail-summary-grid > div{
    padding:16px;
    border:1px solid #dbeafe;
    border-radius:20px;
    background:#f8fbff;
}
.order-detail-summary-grid span,
.order-detail-summary-grid small{
    display:block;
    color:#64748b;
    font-size:12px;
    font-weight:900;
}
.order-detail-summary-grid strong{
    display:block;
    margin-top:5px;
    color:#0f172a;
    font-size:20px;
    line-height:1.15;
}
.order-detail-two-col{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin:18px 0;
}
.order-info-box,
.order-invoice-edit-card{
    border:1px solid #dbeafe!important;
    border-radius:22px!important;
    background:#fff!important;
}
.order-info-box{
    padding:18px;
}
.order-info-box h3,
.order-invoice-edit-card h3{
    margin:0 0 12px;
}
.order-info-box p{
    margin:0 0 8px;
    line-height:1.55;
}
.order-total-breakdown{
    max-width:560px;
    margin:18px 0 24px auto;
    padding:18px;
    border:1px solid #dbeafe;
    border-radius:22px;
    background:#f8fbff;
}
.order-total-breakdown p,
.order-total-breakdown h3{
    display:flex;
    justify-content:space-between;
    gap:16px;
    margin:0;
    padding:8px 0;
    border-bottom:1px solid #e6eef8;
}
.order-total-breakdown h3{
    border-bottom:0;
    font-size:20px;
}
.order-items-breakdown th,
.order-items-breakdown td{
    vertical-align:middle;
}
.checkout-invoice-box{
    padding:16px;
    margin:14px 0;
    border:1px solid #dbeafe;
    border-radius:20px;
    background:#f8fbff;
}
.checkout-invoice-box h3{
    margin:0 0 4px;
}
.manual-invoice-section{
    background:#f8fbff;
    border:1px solid #dbeafe;
    border-radius:24px;
    padding:18px;
}
.account-order-invoice-box{
    margin:18px 0;
    padding:16px;
    border:1px solid #dbeafe;
    border-radius:22px;
    background:#f8fbff;
}
.account-order-invoice-box h4{
    margin:0 0 12px;
}
.account-invoice-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:10px 16px;
}
.account-invoice-grid p{
    margin:0;
    line-height:1.5;
}
@media(max-width:980px){
    .order-detail-two-col{
        grid-template-columns:1fr;
    }
    .order-detail-strong .order-detail-title-row{
        flex-direction:column;
    }
    .order-detail-badges{
        justify-content:flex-start;
    }
}


/* v11.18 Dashboard alt kart ayrımı */
.dashboard-v48 .dashboard-bottom-grid,
.dashboard-v48 .dashboard-lower-grid,
.dashboard-v48 .dashboard-report-grid,
.dashboard-v48 .dashboard-home-bottom{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:22px!important;
    align-items:start!important;
}

.dashboard-v48 .dashboard-bottom-grid > .card,
.dashboard-v48 .dashboard-lower-grid > .card,
.dashboard-v48 .dashboard-report-grid > .card,
.dashboard-v48 .dashboard-home-bottom > .card{
    margin:0!important;
}

.dashboard-v48 .dashboard-section-card,
.dashboard-v48 .dashboard-support-card,
.dashboard-v48 .dashboard-best-products-card,
.dashboard-v48 .dashboard-weekly-orders-card{
    margin-top:22px!important;
    border:1px solid #dbeafe!important;
    border-radius:28px!important;
    box-shadow:0 18px 44px rgba(15,23,42,.055)!important;
    overflow:hidden!important;
}

.admin-main .dashboard-v48 > .card + .card,
.admin-main .dashboard-v48 .container > .card + .card,
.admin-main .dashboard-v48 section.card + section.card,
.admin-main .dashboard-v48 div.card + div.card{
    margin-top:22px!important;
}

.dashboard-v48 .card:has(h2),
.dashboard-v48 .card:has(h3){
    position:relative;
}

@media(max-width:900px){
    .dashboard-v48 .dashboard-bottom-grid,
    .dashboard-v48 .dashboard-lower-grid,
    .dashboard-v48 .dashboard-report-grid,
    .dashboard-v48 .dashboard-home-bottom{
        gap:16px!important;
    }

    .admin-main .dashboard-v48 > .card + .card,
    .admin-main .dashboard-v48 .container > .card + .card,
    .admin-main .dashboard-v48 section.card + section.card,
    .admin-main .dashboard-v48 div.card + div.card{
        margin-top:16px!important;
    }
}


/* v11.19 Dashboard gerçek kart ayrımı ve dikey yerleşim */
.dashboard-v48 .dashboard-content-stack{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:24px!important;
    align-items:stretch!important;
    margin-top:0!important;
}

.dashboard-v48 .dashboard-content-stack > .dashboard-card{
    width:100%!important;
    margin:0!important;
}

.dashboard-v48 .dashboard-bottom-stack{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:26px!important;
    margin-top:28px!important;
    align-items:stretch!important;
}

.dashboard-v48 .dashboard-bottom-stack > .dashboard-bottom-card{
    width:100%!important;
    margin:0!important;
    display:block!important;
    border:1px solid #dbeafe!important;
    border-radius:28px!important;
    background:#fff!important;
    box-shadow:0 18px 44px rgba(15,23,42,.065)!important;
    overflow:hidden!important;
}

.dashboard-v48 .dashboard-bottom-stack > .dashboard-bottom-card + .dashboard-bottom-card{
    margin-top:0!important;
}

.dashboard-v48 .dashboard-bottom-card h3{
    margin:0!important;
    padding:22px 26px!important;
    border-bottom:1px solid #e6eef8!important;
    color:#0f172a!important;
}

.dashboard-v48 .dashboard-bottom-card .table{
    margin:0!important;
}

/* Eski dashboard-grid kuralları bu iki alt kartı tekrar yan yana getirmesin */
.dashboard-v48 .dashboard-bottom-stack.dashboard-grid,
.dashboard-v48 .dashboard-bottom-stack{
    grid-template-columns:1fr!important;
}

@media(max-width:900px){
    .dashboard-v48 .dashboard-content-stack{
        gap:18px!important;
    }

    .dashboard-v48 .dashboard-bottom-stack{
        gap:18px!important;
        margin-top:20px!important;
    }

    .dashboard-v48 .dashboard-bottom-card h3{
        padding:18px 20px!important;
    }
}


/* v11.22 Global kart boşluk düzeltmesi */
.card{
    margin:20px 0;
}


/* v11.23 Blog listesinde etiket sütunu kaldırıldı */
.blog-list-modern .blog-tags-cell,
.blog-post-table .blog-tags-cell,
.blog-post-table th.blog-tags-cell{
    display:none!important;
}

.blog-post-table{
    table-layout:auto!important;
}

.blog-post-table th,
.blog-post-table td{
    vertical-align:middle!important;
}


/* v11.25 Siparişler sayfası üst buton hizalama */
.orders-admin-page .orders-head-actions,
.orders-page-head .orders-head-actions{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    width:100%!important;
}

.orders-admin-page .orders-head-actions .btn,
.orders-page-head .orders-head-actions .btn{
    flex:0 1 auto!important;
    min-width:0!important;
    white-space:nowrap!important;
    padding-left:14px!important;
    padding-right:14px!important;
    font-size:14px!important;
}

.orders-admin-page .orders-head-actions .btn span,
.orders-page-head .orders-head-actions .btn span{
    margin-right:4px!important;
}

.orders-page-head .product-page-copy{
    width:100%!important;
}

@media(max-width:1250px){
    .orders-admin-page .orders-head-actions,
    .orders-page-head .orders-head-actions{
        gap:8px!important;
    }

    .orders-admin-page .orders-head-actions .btn,
    .orders-page-head .orders-head-actions .btn{
        padding-left:11px!important;
        padding-right:11px!important;
        font-size:13px!important;
    }
}

@media(max-width:900px){
    .orders-admin-page .orders-head-actions,
    .orders-page-head .orders-head-actions{
        flex-wrap:wrap!important;
    }

    .orders-admin-page .orders-head-actions .btn,
    .orders-page-head .orders-head-actions .btn{
        flex:1 1 calc(50% - 8px)!important;
        justify-content:center!important;
    }
}


/* v11.26 Siparişler üst buton kompakt görünüm */
.orders-admin-page .orders-head-actions,
.orders-page-head .orders-head-actions{
    gap:8px!important;
}

.orders-admin-page .orders-head-actions .btn,
.orders-page-head .orders-head-actions .btn{
    min-height:44px!important;
    height:44px!important;
    padding:0 11px!important;
    font-size:13px!important;
    line-height:1!important;
    border-radius:14px!important;
    white-space:nowrap!important;
    letter-spacing:-.02em!important;
}

.orders-admin-page .orders-head-actions .product-add-btn,
.orders-page-head .orders-head-actions .product-add-btn{
    padding-left:12px!important;
    padding-right:12px!important;
}

.orders-admin-page .orders-head-actions .btn span,
.orders-page-head .orders-head-actions .btn span{
    margin-right:3px!important;
    font-size:13px!important;
}

@media(max-width:1320px){
    .orders-admin-page .orders-head-actions .btn,
    .orders-page-head .orders-head-actions .btn{
        min-height:40px!important;
        height:40px!important;
        padding:0 9px!important;
        font-size:12.5px!important;
        border-radius:13px!important;
    }
}

@media(max-width:900px){
    .orders-admin-page .orders-head-actions .btn,
    .orders-page-head .orders-head-actions .btn{
        min-height:42px!important;
        height:42px!important;
        font-size:13px!important;
    }
}


/* v11.27 Domain / Hosting üst kart yazı sığdırma */
.services-admin-page .stat-card,
.service-admin-page .stat-card,
.domain-hosting-page .stat-card,
.admin-main .services-admin-page .dashboard-stat-card,
.admin-main .services-admin-page .service-stat-card{
    min-width:0!important;
    overflow:hidden!important;
}

.services-admin-page .stat-card *,
.service-admin-page .stat-card *,
.domain-hosting-page .stat-card *,
.admin-main .services-admin-page .dashboard-stat-card *,
.admin-main .services-admin-page .service-stat-card *{
    min-width:0!important;
}

.services-admin-page .stat-card h3,
.services-admin-page .stat-card strong,
.services-admin-page .stat-card .stat-title,
.services-admin-page .stat-card .stat-label,
.service-admin-page .stat-card h3,
.domain-hosting-page .stat-card h3,
.admin-main .services-admin-page .dashboard-stat-card h3,
.admin-main .services-admin-page .dashboard-stat-card strong,
.admin-main .services-admin-page .service-stat-card h3,
.admin-main .services-admin-page .service-stat-card strong{
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    line-height:1.15!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
}

.services-admin-page .stat-card,
.service-admin-page .stat-card,
.domain-hosting-page .stat-card{
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    padding:18px 20px!important;
}

.services-admin-page .stat-card .stat-content,
.service-admin-page .stat-card .stat-content,
.domain-hosting-page .stat-card .stat-content{
    flex:1 1 auto!important;
    min-width:0!important;
}

.services-admin-page .stat-card .stat-title,
.service-admin-page .stat-card .stat-title,
.domain-hosting-page .stat-card .stat-title,
.services-admin-page .stat-card h3,
.service-admin-page .stat-card h3,
.domain-hosting-page .stat-card h3{
    font-size:14px!important;
    max-width:100%!important;
}

.services-admin-page .stat-card .stat-value,
.service-admin-page .stat-card .stat-value,
.domain-hosting-page .stat-card .stat-value,
.services-admin-page .stat-card strong,
.service-admin-page .stat-card strong,
.domain-hosting-page .stat-card strong{
    font-size:26px!important;
    flex-shrink:0!important;
}

@media(max-width:1280px){
    .services-admin-page .stat-card,
    .service-admin-page .stat-card,
    .domain-hosting-page .stat-card{
        padding:16px!important;
        gap:10px!important;
    }

    .services-admin-page .stat-card .stat-title,
    .service-admin-page .stat-card .stat-title,
    .domain-hosting-page .stat-card .stat-title,
    .services-admin-page .stat-card h3,
    .service-admin-page .stat-card h3,
    .domain-hosting-page .stat-card h3{
        font-size:13px!important;
        line-height:1.12!important;
    }

    .services-admin-page .stat-card .stat-value,
    .service-admin-page .stat-card .stat-value,
    .domain-hosting-page .stat-card .stat-value,
    .services-admin-page .stat-card strong,
    .service-admin-page .stat-card strong,
    .domain-hosting-page .stat-card strong{
        font-size:24px!important;
    }
}


/* v11.28 Domain / Hosting üst kartları MacBook ekranına sığdırma */
.service-admin-page .service-stats-five{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:stretch!important;
}

.service-admin-page .service-stats-five .mini-stat{
    min-width:0!important;
    width:100%!important;
    height:auto!important;
    min-height:96px!important;
    padding:16px 14px!important;
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr) auto!important;
    gap:10px!important;
    align-items:center!important;
    overflow:hidden!important;
}

.service-admin-page .service-stats-five .mini-stat i{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    font-size:18px!important;
    display:grid!important;
    place-items:center!important;
    margin:0!important;
}

.service-admin-page .service-stats-five .mini-stat span{
    min-width:0!important;
    max-width:100%!important;
    white-space:normal!important;
    overflow:visible!important;
    text-overflow:clip!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
    font-size:13px!important;
    line-height:1.12!important;
    letter-spacing:-.02em!important;
    display:block!important;
}

.service-admin-page .service-stats-five .mini-stat strong{
    min-width:0!important;
    flex-shrink:0!important;
    font-size:27px!important;
    line-height:1!important;
    letter-spacing:-.06em!important;
    white-space:nowrap!important;
}

@media(max-width:1380px){
    .service-admin-page .service-stats-five{
        gap:10px!important;
    }

    .service-admin-page .service-stats-five .mini-stat{
        min-height:88px!important;
        padding:14px 11px!important;
        grid-template-columns:38px minmax(0,1fr) auto!important;
        gap:8px!important;
    }

    .service-admin-page .service-stats-five .mini-stat i{
        width:38px!important;
        height:38px!important;
        min-width:38px!important;
        font-size:16px!important;
        border-radius:14px!important;
    }

    .service-admin-page .service-stats-five .mini-stat span{
        font-size:12px!important;
        line-height:1.08!important;
    }

    .service-admin-page .service-stats-five .mini-stat strong{
        font-size:24px!important;
    }
}

@media(max-width:1180px){
    .service-admin-page .service-stats-five{
        grid-template-columns:repeat(3,minmax(0,1fr))!important;
    }
}

@media(max-width:760px){
    .service-admin-page .service-stats-five{
        grid-template-columns:1fr!important;
    }

    .service-admin-page .service-stats-five .mini-stat{
        grid-template-columns:44px minmax(0,1fr) auto!important;
        padding:16px!important;
    }
}


/* v11.31 Üst Duyuru Bandı renk alanları görünürlük düzeltmesi */
.settings-detail-settings-top-banner input[type="color"],
.settings-detail-settings-top-banner input.input[type="color"],
.settings-top-banner-page input[type="color"]{
    width:100%!important;
    min-width:0!important;
    height:52px!important;
    min-height:52px!important;
    padding:6px!important;
    border:1px solid #dbeafe!important;
    border-radius:16px!important;
    background:#ffffff!important;
    cursor:pointer!important;
    appearance:auto!important;
    -webkit-appearance:none!important;
    overflow:hidden!important;
}

.settings-detail-settings-top-banner input[type="color"]::-webkit-color-swatch-wrapper{
    padding:0!important;
    border-radius:12px!important;
}

.settings-detail-settings-top-banner input[type="color"]::-webkit-color-swatch{
    border:0!important;
    border-radius:12px!important;
}

.settings-detail-settings-top-banner input[type="color"]::-moz-color-swatch{
    border:0!important;
    border-radius:12px!important;
}

.settings-detail-settings-top-banner .form-grid{
    align-items:start!important;
}

.settings-detail-settings-top-banner .field{
    min-width:0!important;
    overflow:visible!important;
}

.settings-detail-settings-top-banner .field label{
    display:block!important;
    line-height:1.25!important;
    white-space:normal!important;
}

@media(max-width:900px){
    .settings-detail-settings-top-banner input[type="color"],
    .settings-detail-settings-top-banner input.input[type="color"]{
        height:50px!important;
        min-height:50px!important;
    }
}

/* v11.32 Mail çalışma modu, cron ve küçük ekran taşma düzeltmeleri */
.mail-runtime-grid,
.mail-queue-actions-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);
    gap:18px;
    align-items:start;
}

.mail-queue-stats{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin:18px 0;
}

.mail-stat-card{
    text-decoration:none;
    min-width:0;
}

.mail-stat-card.active{
    border-color:#2563eb;
    box-shadow:0 14px 34px rgba(37,99,235,.12);
}

.cron-url-box{
    display:flex;
    flex-direction:column;
    gap:8px;
    padding:14px 0;
    border-bottom:1px solid #e2e8f0;
    min-width:0;
}

.cron-url-box:last-child{
    border-bottom:0;
}

.cron-url-box code{
    display:block;
    max-width:100%;
    overflow:auto;
    white-space:nowrap;
    background:#0f172a;
    color:#e0f2fe;
    border-radius:12px;
    padding:11px 12px;
    font-size:12px;
}

.cron-url-box small{
    color:#64748b;
    line-height:1.45;
}

.field-full{
    grid-column:1/-1;
}

.mail-run-form,
.mail-retry-form{
    margin-top:14px;
}

.mail-error-cell{
    max-width:260px;
    font-size:12px;
    color:#991b1b;
    overflow-wrap:anywhere;
}

.mail-queue-table-wrap{
    overflow-x:auto;
}

.mail-queue-table{
    min-width:980px;
}

.status.sent{background:#dcfce7;color:#166534}.status.failed{background:#fee2e2;color:#991b1b}.status.processing{background:#e0f2fe;color:#075985}

.admin-main,
.settings-center-card,
.mini-stat,
.card,
.product-list-card,
.settings-detail-card{
    min-width:0;
}

.settings-center-grid,
.admin-grid,
.customer-stats,
.dashboard-summary-grid,
.mail-queue-stats{
    min-width:0;
}

.settings-center-card strong,
.settings-center-card small,
.mini-stat span,
.product-admin-item strong,
.product-admin-item small{
    min-width:0;
    overflow-wrap:anywhere;
}

@media(max-width:1280px){
    .admin-shell{grid-template-columns:238px minmax(0,1fr)}
    .sidebar{padding:18px 14px}
    .side-menu a{padding:11px 10px;font-size:13px}
    .admin-main{padding:22px 18px}
    .settings-center-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
    .admin-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:1100px){
    .mail-runtime-grid,
    .mail-queue-actions-grid{
        grid-template-columns:1fr;
    }
    .mail-queue-stats{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
    .settings-center-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

@media(max-width:820px){
    .admin-shell{display:block}
    .sidebar{position:relative;height:auto;max-height:none;overflow:visible}
    .side-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
    .side-menu a{white-space:normal;line-height:1.25}
    .admin-top{flex-direction:column;align-items:stretch;gap:12px}
    .admin-global-search-full{width:100%}
    .settings-page-hero,
    .settings-center-hero,
    .card-title-row,
    .customer-toolbar{
        flex-direction:column!important;
        align-items:stretch!important;
    }
    .settings-page-hero-actions,
    .settings-center-shortcuts,
    .actions{
        width:100%;
    }
    .settings-page-hero-actions .btn,
    .settings-center-shortcuts .btn{
        width:100%;
    }
}

@media(max-width:640px){
    .settings-center-grid,
    .mail-queue-stats,
    .admin-grid,
    .customer-stats{
        grid-template-columns:1fr!important;
    }
    .side-menu{grid-template-columns:1fr}
    .admin-main{padding:16px 12px}
    .card,
    .settings-detail-card,
    .product-list-card{
        border-radius:18px;
        padding-left:14px!important;
        padding-right:14px!important;
    }
    .btn{width:100%;min-height:44px;text-align:center}
    .inline-form .btn{width:auto}
    .cron-url-box code{white-space:pre-wrap;word-break:break-all}
}


/* v11.40 ürün detay sayfası yeni düzen */
.krb-product-page{
    display:flex;
    flex-direction:column;
    gap:26px;
}
.krb-product-topbar{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:24px;
    flex-wrap:wrap;
}
.krb-product-topbar-left{
    flex:1 1 720px;
    min-width:0;
}
.krb-product-topbar-right{
    flex:0 0 280px;
    width:280px;
    max-width:100%;
}
.krb-product-badge{
    display:inline-flex;
    align-items:center;
    min-height:32px;
    padding:0 14px;
    border-radius:999px;
    background:#eff6ff;
    color:#2563eb;
    font-size:13px;
    font-weight:900;
    letter-spacing:.02em;
    margin-bottom:12px;
}
.krb-product-title{
    margin:0 0 10px;
    color:#0f172a;
    font-size:50px;
    line-height:1.06;
    letter-spacing:-.05em;
}
.krb-product-short-desc{
    margin:0;
    max-width:820px;
    color:#64748b;
    font-size:18px;
    line-height:1.75;
}
.krb-product-price-card{
    display:grid;
    gap:8px;
    padding:22px 24px;
    border-radius:26px;
    border:1px solid #dbeafe;
    background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);
    box-shadow:0 18px 42px rgba(15,23,42,.06);
    text-align:right;
}
.krb-product-price-card span{
    color:#64748b;
    font-size:13px;
    font-weight:850;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.krb-product-price-card strong{
    color:#0f172a;
    font-size:46px;
    line-height:1;
    letter-spacing:-.05em;
}
.krb-product-main-grid{
    display:grid;
    grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
    gap:30px;
    align-items:start;
}
.krb-product-gallery-card,
.krb-product-side-card,
.krb-product-content-card{
    border-radius:28px!important;
    border:1px solid #e6edf6!important;
    box-shadow:0 16px 42px rgba(15,23,42,.045)!important;
    overflow:hidden;
}
.krb-product-gallery-card{
    padding:22px;
}
.krb-product-main-image{
    display:block;
    width:100%;
    height:auto;
    border-radius:22px;
    background:#f8fafc;
}
.krb-product-image-placeholder{
    min-height:460px;
    display:grid;
    place-items:center;
    border-radius:22px;
    background:linear-gradient(135deg,#eff6ff,#f8fafc);
    color:#64748b;
    font-weight:800;
}
.krb-product-side-card{
    padding:22px;
}
.krb-product-info-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    margin-bottom:18px;
}
.krb-info-card{
    display:grid;
    gap:6px;
    min-width:0;
    padding:15px 16px;
    border:1px solid #e2e8f0;
    border-radius:18px;
    background:#fafcff;
}
.krb-info-card span{
    color:#64748b;
    font-size:13px;
    font-weight:800;
}
.krb-info-card strong,
.krb-info-card strong a{
    color:#0f172a;
    font-size:15px;
    line-height:1.5;
    font-weight:800;
    word-break:break-word;
}
.krb-info-card strong a{
    color:#2563eb;
}
.krb-product-buy-form{
    display:grid;
    gap:16px;
}
.krb-side-section-title{
    color:#0f172a;
    font-size:20px;
    font-weight:900;
    letter-spacing:-.03em;
    margin-top:4px;
}
.krb-setup-addon-box{
    margin:0;
}
.krb-product-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}
.krb-product-actions .btn{
    min-height:48px;
}
.krb-product-sections-stack{
    display:flex;
    flex-direction:column;
    gap:22px;
}
.krb-product-content-card{
    padding:26px;
}
.krb-product-content-card h2{
    margin:0 0 18px;
    color:#0f172a;
    font-size:30px;
    line-height:1.1;
    letter-spacing:-.04em;
}
.krb-rich-text{
    color:#334155;
    font-size:16px;
    line-height:1.85;
}
.krb-feature-chip-grid{
    margin:0;
}
.krb-faq-list details{
    border:1px solid #e2e8f0;
    border-radius:18px;
    padding:16px 18px;
    background:#fff;
}
.krb-faq-list details+details{
    margin-top:12px;
}
.krb-faq-list summary{
    cursor:pointer;
    color:#0f172a;
    font-weight:900;
}
.krb-faq-list p{
    margin:12px 0 0;
    color:#475569;
    line-height:1.75;
}
.krb-front-comments-block{
    margin-top:0;
}
@media(max-width:1180px){
    .krb-product-main-grid{
        grid-template-columns:1fr;
    }
    .krb-product-topbar-right{
        flex:1 1 100%;
        width:100%;
    }
    .krb-product-price-card{
        text-align:left;
    }
}
@media(max-width:820px){
    .krb-product-title{
        font-size:36px;
    }
    .krb-product-short-desc{
        font-size:16px;
    }
    .krb-product-price-card strong{
        font-size:34px;
    }
    .krb-product-info-grid{
        grid-template-columns:1fr;
    }
    .krb-product-content-card{
        padding:20px;
    }
    .krb-product-content-card h2{
        font-size:24px;
    }
}
@media(max-width:640px){
    .krb-product-gallery-card,
    .krb-product-side-card,
    .krb-product-content-card{
        border-radius:22px!important;
    }
    .krb-product-gallery-card,
    .krb-product-side-card{
        padding:16px;
    }
    .krb-product-actions{
        flex-direction:column;
    }
    .krb-product-actions .btn{
        width:100%;
    }
}
