:root{--bg:#f5f7fb;--surface:#fff;--surface2:#f0f3f8;--text:#101828;--muted:#667085;--line:#e4e7ec;--primary:#2563eb;--primary2:#1d4ed8;--danger:#dc2626;--success:#16a34a;--shadow:0 18px 50px rgba(16,24,40,.08);--radius:22px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px 14px;background:#fff;outline:none}textarea{resize:vertical}label{display:grid;gap:7px;margin-bottom:14px;color:var(--muted);font-size:14px}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:16px 5vw;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.brand{font-weight:850;font-size:20px}.nav{display:flex;gap:14px;align-items:center}.inline-form{display:inline}.inline-form button,.link-button{border:0;background:transparent;cursor:pointer;color:inherit;padding:0}.btn,button{border:0;border-radius:15px;background:var(--primary);color:#fff;padding:12px 16px;font-weight:750;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn:hover,button:hover{background:var(--primary2)}.btn.small{padding:9px 12px;font-size:14px}.btn.ghost{background:#e8eefc;color:var(--primary)}main{min-height:70vh}.hero{display:grid;grid-template-columns:1.4fr .8fr;gap:28px;align-items:center;padding:70px 5vw 34px}.hero h1{font-size:clamp(36px,6vw,68px);line-height:1.02;margin:18px 0}.hero p{font-size:18px;line-height:1.7;color:var(--muted);max-width:760px}.hero-card,.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px}.hero-card{min-height:260px;display:grid;align-content:center}.badge{display:inline-flex;width:max-content;align-items:center;border-radius:999px;background:#eef4ff;color:#1d4ed8;padding:7px 11px;font-size:12px;font-weight:800}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.section{padding:30px 5vw}.section h2,.section h1{font-size:32px;margin:0 0 18px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-card{display:grid;gap:12px}.product-card h3{font-size:22px;margin:0}.product-card p{color:var(--muted);line-height:1.55}.footer{margin-top:50px;padding:35px 5vw;background:#101828;color:#fff;display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer p{color:#cbd5e1}.newsletter{display:flex;gap:10px;min-width:280px}.newsletter input{border-color:rgba(255,255,255,.2)}.alert{margin:18px 5vw;padding:14px 16px;border-radius:16px;background:#fff3cd;color:#7a5200;border:1px solid #ffe69c}.alert.success{background:#ecfdf3;color:#027a48;border-color:#abefc6}.alert.error{background:#fef3f2;color:#b42318;border-color:#fecdca}.auth-card{max-width:460px;margin:60px auto}.panel-body{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh}.sidebar{background:#0f172a;color:#fff;padding:20px;display:flex;flex-direction:column;gap:8px;position:sticky;top:0;height:100vh;overflow:auto}.sidebar a,.sidebar .link-button{padding:12px 14px;border-radius:14px;color:#dbeafe;text-align:left}.sidebar a:hover,.sidebar .link-button:hover{background:rgba(255,255,255,.08)}.panel-brand{font-size:18px;margin-bottom:10px;color:#fff!important}.panel-content{padding:24px;min-width:0}.panel-top{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 18px;display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:var(--shadow);display:grid;gap:8px}.stat-card span{color:var(--muted);text-transform:capitalize}.stat-card strong{font-size:32px}.grid-two{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid var(--line);vertical-align:top}th{font-size:13px;color:var(--muted);font-weight:800}code{background:#f2f4f7;border-radius:8px;padding:5px 7px}.check{display:flex;align-items:center;grid-template-columns:auto 1fr;gap:8px}.check input{width:auto}.admin-sidebar{background:#111827}@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:40px}.product-grid,.feature-grid,.stats-grid,.grid-two{grid-template-columns:1fr}.panel-body{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.nav{gap:8px;flex-wrap:wrap}.topbar{align-items:flex-start}.footer,.newsletter{display:grid;width:100%}.section{padding:24px 18px}.hero{padding-left:18px;padding-right:18px}.panel-content{padding:16px}.alert{margin-left:18px;margin-right:18px}}
.muted{color:var(--muted);line-height:1.6}.danger{background:var(--danger)!important}.danger:hover{background:#991b1b!important}.stack-actions{display:grid;gap:8px;min-width:180px}.settings-detail{border:1px solid var(--line);border-radius:16px;padding:12px 14px;margin:10px 0;background:#fff}.settings-detail summary{cursor:pointer;font-weight:800}.ticket-head{margin-bottom:18px}.ticket-thread{display:grid;gap:14px;margin-bottom:18px}.message-card{box-shadow:none}.message-card.staff{border-left:5px solid var(--primary)}.message-card.customer{border-left:5px solid var(--success)}.message-card small{display:block;color:var(--muted);margin:4px 0 10px}.mb-2{margin-bottom:20px}hr{border:0;border-top:1px solid var(--line);margin:20px 0}@media(max-width:900px){.stack-actions{min-width:0}.stack-actions input{min-width:160px}}

/* v0.3.0 flat tasarım geliştirmeleri */
.brand{display:inline-flex;align-items:center;gap:10px}.brand-dot{width:12px;height:12px;border-radius:4px;background:linear-gradient(135deg,var(--primary),#7c3aed);box-shadow:0 0 0 7px rgba(37,99,235,.12)}
.topbar{box-shadow:0 12px 30px rgba(16,24,40,.05)}.nav a{font-weight:700;color:#344054}.nav a:hover{color:var(--primary)}
.modern-hero{background:radial-gradient(circle at 20% 10%,rgba(37,99,235,.14),transparent 28%),radial-gradient(circle at 85% 20%,rgba(124,58,237,.12),transparent 26%)}
.modern-hero h1{letter-spacing:-2.5px}.hero-slider{background:linear-gradient(145deg,#fff,#eef4ff);border:1px solid #dbeafe;border-radius:30px;padding:30px;box-shadow:var(--shadow);min-height:360px;display:flex;flex-direction:column;justify-content:center;gap:14px}.hero-slider h2{font-size:32px;margin:0}.hero-slider p{color:var(--muted);line-height:1.7}.slide-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.slide-list span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;color:#475467}.hero-metrics{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.hero-metrics span{background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px 14px;box-shadow:0 10px 30px rgba(16,24,40,.06)}.hero-metrics strong{display:block;font-size:22px;color:var(--primary)}
.category-strip{padding:0 5vw 20px;display:flex;gap:10px;flex-wrap:wrap}.category-strip.inline-cats{padding:0 0 20px}.category-pill{background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px 14px;font-weight:850;display:inline-grid;gap:3px;min-width:120px;box-shadow:0 10px 26px rgba(16,24,40,.05)}.category-pill small{font-weight:650;color:var(--muted);text-transform:capitalize}.section-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;margin-bottom:18px}.section-head h1,.section-head h2{margin:8px 0 0}.section-head a{font-weight:850;color:var(--primary)}.soft-section{background:rgba(255,255,255,.42)}.advanced-product{position:relative;overflow:hidden}.advanced-product:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,var(--primary),#7c3aed)}.price-line{display:flex;align-items:baseline;gap:10px}.price-line strong{font-size:24px}.price-line small{text-decoration:line-through;color:var(--muted)}.compact-product{box-shadow:none}.icon-card span{width:46px;height:46px;border-radius:16px;background:#eef4ff;color:var(--primary);display:inline-flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:10px}.icon-card.security span{background:#ecfdf3;color:var(--success)}.testimonial-section{background:#101828;color:#fff}.testimonial-section .badge{background:rgba(255,255,255,.12);color:#fff}.testimonial-row{display:flex;gap:16px;overflow:auto;padding-bottom:6px}.testimonial-card{min-width:300px;box-shadow:none}.testimonial-card p{line-height:1.7;color:#344054}.testimonial-card small{color:var(--muted);display:block;margin-top:4px}.footer-preview{padding-top:0}.modern-footer{align-items:flex-start}.footer-links{display:grid;gap:8px}.footer-links a{color:#dbeafe;font-weight:700}.content-card{max-width:960px;margin:auto}.content-card h1{font-size:42px;margin:14px 0}.content-body{line-height:1.8;color:#344054}.products-page{padding-top:46px}
.admin-body{background:#f2f5fb}.admin-sidebar{background:linear-gradient(180deg,#0b1220,#111827);border-right:1px solid rgba(255,255,255,.08)}.menu-title{margin:16px 12px 6px;color:#93a4b8;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.sidebar a.active,.sidebar a.active:hover{background:#fff;color:#101828;box-shadow:0 10px 30px rgba(0,0,0,.12)}.panel-top{box-shadow:0 10px 30px rgba(16,24,40,.05)}.panel-top small{display:block;color:var(--muted);font-weight:600;margin-top:4px}.user-pill{background:#eef4ff;color:var(--primary);border-radius:999px;padding:9px 12px;font-weight:900}.admin-hero{display:flex;justify-content:space-between;gap:18px;align-items:center;background:linear-gradient(135deg,#fff,#eef4ff);border:1px solid #dbeafe;border-radius:28px;padding:26px;margin-bottom:18px;box-shadow:var(--shadow)}.admin-hero h1{font-size:clamp(28px,4vw,46px);line-height:1.05;margin:12px 0;letter-spacing:-1.4px}.admin-hero p{color:var(--muted);line-height:1.7;max-width:820px}.admin-quick-actions{display:grid;gap:10px;min-width:180px}.dashboard-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.card-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.card-head h2{margin:0}.card-head a{font-weight:850;color:var(--primary)}.status{display:inline-flex;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900;background:#eef2ff;color:#3730a3}.status.active,.status.paid,.status.published,.status.sent{background:#ecfdf3;color:#027a48}.status.pending,.status.open,.status.customer_reply,.status.scheduled{background:#fffaeb;color:#b54708}.status.failed,.status.banned,.status.rejected{background:#fef3f2;color:#b42318}.status.passive,.status.draft,.status.closed,.status.unsubscribed{background:#f2f4f7;color:#475467}.section-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:18px}.mini-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;display:grid;gap:8px;box-shadow:0 12px 32px rgba(16,24,40,.06)}.mini-card strong{font-size:18px}.mini-card span{color:var(--muted);line-height:1.5}.filter-form{display:grid;grid-template-columns:1fr 180px auto;gap:10px;align-items:end}.form-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.check-row{display:flex;gap:18px;flex-wrap:wrap}.stack-cards{display:grid;gap:16px}.inline-edit-row{display:grid;grid-template-columns:1.4fr 120px 120px auto;gap:10px;align-items:center}.inline-edit-row .check{margin:0}.table-wrap small{color:var(--muted)}
@media(max-width:1100px){.dashboard-stats,.section-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-hero{display:grid}.admin-quick-actions{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.modern-hero{padding-top:36px}.hero-slider{min-height:260px}.section-head{align-items:flex-start;display:grid}.testimonial-card{min-width:260px}.filter-form,.form-grid.two,.inline-edit-row{grid-template-columns:1fr}.dashboard-stats,.section-mini-grid{grid-template-columns:1fr}.admin-quick-actions{grid-template-columns:1fr}.category-strip{padding-left:18px;padding-right:18px}.modern-footer{display:grid}.content-card h1{font-size:32px}}

/* v0.3.1 üst menü, mobil uyumluluk ve masaüstü hizalama geliştirmeleri */
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{overflow-x:hidden}img,svg,video{max-width:100%;height:auto}.site-topbar{min-height:72px;gap:16px}.site-nav{gap:10px}.site-nav>a,.nav-auth-link,.user-menu-trigger{min-height:42px;border:1px solid transparent;border-radius:14px;padding:9px 11px;display:inline-flex;align-items:center;gap:8px;font-weight:800}.site-nav>a:hover,.nav-auth-link:hover,.user-menu-trigger:hover{background:#f2f4f7;border-color:var(--line);color:var(--primary)}.nav-ico,.auth-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1}.auth-menu-wrap{position:relative;display:flex;align-items:center;gap:8px}.nav-auth-link.primary{background:var(--primary);color:#fff}.nav-auth-link.primary:hover{background:var(--primary2);color:#fff}.user-menu-trigger{background:#fff;color:var(--text);box-shadow:0 10px 26px rgba(16,24,40,.06);cursor:pointer}.avatar-circle{width:32px;height:32px;border-radius:999px;background:linear-gradient(135deg,var(--primary),#7c3aed);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:950;text-transform:uppercase;flex:0 0 auto}.avatar-circle.large{width:42px;height:42px}.dropdown-caret{font-size:18px;line-height:1;color:var(--muted)}.dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:50;width:260px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 24px 70px rgba(16,24,40,.16);padding:10px;display:none}.dropdown-menu.open{display:grid;animation:dropdownIn .16s ease-out}.dropdown-menu a,.dropdown-form button{width:100%;text-align:left;border:0;background:transparent;color:#344054;border-radius:13px;padding:11px 12px;font-weight:800;justify-content:flex-start}.dropdown-menu a:hover,.dropdown-form button:hover{background:#f2f4f7;color:var(--primary)}.dropdown-head{display:flex;gap:10px;align-items:center;padding:8px 10px 12px;border-bottom:1px solid var(--line);margin-bottom:6px}.dropdown-head small{display:block;color:var(--muted);font-weight:600;margin-top:2px;word-break:break-all}.dropdown-form{margin:0}.mobile-nav-toggle,.panel-menu-toggle,.panel-close{display:none}.hero,.section,.category-strip{width:100%;max-width:1480px;margin-left:auto;margin-right:auto}.modern-hero{padding-top:58px;padding-bottom:44px}.hero-text{min-width:0}.hero-slider{width:100%;overflow:hidden}.product-card form{display:grid;gap:10px;margin-top:auto}.product-grid{align-items:stretch}.product-card{min-height:100%}.section:not(.testimonial-section){position:relative}.section-head{min-width:0}.section-head>div{min-width:0}.section-head h1,.section-head h2{line-height:1.14;letter-spacing:-.8px}.category-strip{justify-content:flex-start}.category-pill{transition:.18s ease}.category-pill:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(16,24,40,.08);border-color:#c7d7fe}.footer{border-top-left-radius:28px;border-top-right-radius:28px}.newsletter input{min-width:0}.table-wrap{border-radius:16px;border:1px solid var(--line);background:#fff}.table-wrap table{min-width:760px}.table-wrap th{position:sticky;top:0;background:#fff;z-index:1}.panel-brand-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.panel-content{max-width:calc(100vw - 280px)}.panel-top{gap:12px}.panel-top strong{line-height:1.2}.card,.stat-card,.mini-card{min-width:0}.filter-form input,.filter-form select{min-width:0}@keyframes dropdownIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1201px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero{grid-template-columns:minmax(0,1.1fr) minmax(360px,.75fr)}}
@media(max-width:1200px){.hero{grid-template-columns:1fr;gap:22px}.hero-slider{min-height:260px}.product-grid,.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{padding-left:28px;padding-right:28px}.section,.hero,.category-strip{padding-left:28px;padding-right:28px}.footer{padding-left:28px;padding-right:28px}.site-nav{gap:6px}.site-nav>a,.nav-auth-link,.user-menu-trigger{padding:8px 9px}}
@media(max-width:900px){.site-topbar{align-items:center;padding:12px 16px;min-height:64px}.brand{font-size:18px;min-width:0}.brand span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-nav-toggle{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:14px;background:#eef4ff;color:var(--primary);font-size:22px;padding:0}.site-nav{position:fixed;top:66px;left:12px;right:12px;z-index:45;display:none;grid-template-columns:1fr;gap:8px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:12px;box-shadow:0 24px 70px rgba(16,24,40,.18);max-height:calc(100dvh - 86px);overflow:auto}.site-nav.open{display:grid}.site-nav>a,.nav-auth-link,.user-menu-trigger{width:100%;justify-content:flex-start;border-color:var(--line);background:#fff}.auth-menu-wrap{width:100%;display:grid;grid-template-columns:1fr 1fr}.auth-menu-wrap.has-user{grid-template-columns:1fr}.desktop-label{display:none!important}.nav-auth-link{justify-content:center!important;min-height:48px}.auth-icon{font-size:22px}.nav-auth-link.primary{background:#eef4ff;color:var(--primary);border-color:#dbeafe}.user-menu-trigger{justify-content:center!important;min-height:50px}.avatar-circle{width:36px;height:36px}.dropdown-menu{position:static;width:100%;box-shadow:none;margin-top:8px;border-radius:16px;grid-column:1 / -1}.dropdown-menu.open{display:grid}.hero,.section,.category-strip{padding-left:16px!important;padding-right:16px!important}.modern-hero{padding-top:28px!important;padding-bottom:24px!important}.hero h1{font-size:clamp(32px,10vw,46px);letter-spacing:-1.4px}.hero p{font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.hero-actions .btn{width:100%}.hero-metrics{display:grid;grid-template-columns:1fr;gap:10px}.hero-slider{border-radius:22px;padding:22px;min-height:220px}.hero-slider h2{font-size:25px}.category-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.category-pill{min-width:0}.product-grid,.feature-grid{grid-template-columns:1fr!important}.product-card,.icon-card,.testimonial-card{border-radius:20px}.section{padding-top:22px;padding-bottom:22px}.section h2,.section h1{font-size:26px}.testimonial-section{border-radius:0}.testimonial-row{display:grid;overflow:visible}.testimonial-card{min-width:0}.footer{margin-top:28px;border-radius:24px 24px 0 0}.newsletter{grid-template-columns:1fr}.newsletter button{width:100%}.auth-card{margin:32px 16px}.panel-body{display:block;min-height:100dvh}.panel-content{max-width:none;padding:76px 14px 18px}.panel-menu-toggle{display:inline-flex;position:fixed;top:12px;left:12px;z-index:80;width:46px;height:46px;align-items:center;justify-content:center;padding:0;border-radius:15px;background:var(--primary);color:#fff;box-shadow:0 16px 36px rgba(37,99,235,.28)}.panel-close{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;padding:0;border-radius:12px;background:rgba(255,255,255,.1);color:#fff;font-size:22px}.sidebar{position:fixed;top:0;left:0;z-index:90;width:min(320px,86vw);height:100dvh;transform:translateX(-105%);transition:transform .22s ease;border-radius:0 24px 24px 0;box-shadow:0 24px 70px rgba(0,0,0,.28)}.panel-sidebar-open .sidebar{transform:translateX(0)}.panel-backdrop{display:none;position:fixed;inset:0;z-index:85;background:rgba(15,23,42,.48);backdrop-filter:blur(3px)}.panel-sidebar-open .panel-backdrop{display:block}.panel-top{display:grid;grid-template-columns:1fr;align-items:start;padding-left:56px}.panel-top span,.user-pill{width:max-content;max-width:100%}.stats-grid,.dashboard-stats,.section-mini-grid,.grid-two{grid-template-columns:1fr!important}.admin-hero{border-radius:22px;padding:20px}.admin-hero h1{font-size:30px}.admin-quick-actions{grid-template-columns:1fr}.form-grid.two,.filter-form,.inline-edit-row{grid-template-columns:1fr!important}.table-wrap{overflow:auto;-webkit-overflow-scrolling:touch}.table-wrap table{min-width:680px}input,select,textarea{font-size:16px}.btn,button{min-height:44px}.stack-actions{grid-template-columns:1fr}.stack-actions .btn,.stack-actions button{width:100%}}
@media(max-width:520px){.category-strip{grid-template-columns:1fr}.hero-slider{padding:18px}.slide-list{display:grid;grid-template-columns:1fr}.price-line{display:grid;gap:2px}.card,.hero-card{padding:18px}.table-wrap table{min-width:620px}.panel-content{padding-left:12px;padding-right:12px}.panel-top{padding:14px 14px 14px 54px}.footer{padding:26px 16px}.brand-dot{width:10px;height:10px;box-shadow:0 0 0 5px rgba(37,99,235,.12)}}


/* v0.3.2 mobil stabilizasyon ve cache sonrası bozulma önlemleri */
html{overflow-x:hidden;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{overflow-x:hidden;min-width:0}
img,video,iframe,svg{max-width:100%;height:auto}
body.nav-open{overflow:hidden}
.site-topbar,.topbar{width:100%;left:0;right:0}
.site-nav,.auth-menu-wrap,.hero-text,.hero-slider,.section-head,.product-card,.icon-card,.testimonial-card,.footer,.modern-footer{min-width:0}
.site-nav>a,.nav-auth-link,.user-menu-trigger{white-space:nowrap}
.product-card p,.icon-card p,.testimonial-card p,.hero p,.content-body{overflow-wrap:anywhere}
@media(max-width:900px){
  .site-topbar{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:nowrap!important}
  .site-topbar .brand{flex:1 1 auto;max-width:calc(100% - 58px)}
  .mobile-nav-toggle{flex:0 0 44px;display:inline-flex!important}
  .site-nav:not(.open){display:none!important}
  .site-nav.open{display:grid!important}
  .auth-menu-wrap.has-guest{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
  .auth-menu-wrap.has-user{display:grid!important;grid-template-columns:1fr!important}
  .site-nav>a,.nav-auth-link,.user-menu-trigger{min-width:0!important;white-space:normal!important}
  .category-strip,.hero-metrics,.hero-actions,.slide-list{width:100%;max-width:100%}
  .category-strip{display:grid!important}
  .hero,.modern-hero{display:grid!important;grid-template-columns:1fr!important;overflow:hidden}
  .hero h1{overflow-wrap:anywhere}
  .hero-slider{width:100%;max-width:100%;overflow:hidden}
  .product-grid,.feature-grid,.stats-grid,.grid-two,.dashboard-stats,.section-mini-grid{display:grid!important;grid-template-columns:1fr!important}
  .testimonial-row{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .modern-footer,.footer{display:grid!important;grid-template-columns:1fr!important}
  .newsletter{display:grid!important;grid-template-columns:1fr!important;min-width:0!important}
  .panel-body{display:block!important;overflow-x:hidden}
  .panel-content{max-width:none!important;width:100%!important;min-width:0!important}
  .sidebar{overflow-y:auto;-webkit-overflow-scrolling:touch}
}
@media(min-width:901px){
  .mobile-nav-toggle{display:none!important}
  .site-nav{display:flex!important}
  .panel-menu-toggle,.panel-close,.panel-backdrop{display:none!important}
}

/* v0.3.3 - mobil üst menü hesap alanı hamburger dışına alındı */
.topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;position:relative;flex:0 0 auto;min-width:0}
.topbar-auth{position:relative;display:flex;align-items:center;gap:8px;min-width:0}
.topbar-auth .nav-auth-link,.topbar-auth .user-menu-trigger{flex:0 0 auto;white-space:nowrap}
.topbar-user-trigger{min-width:0}
.site-nav{flex:1 1 auto;justify-content:flex-end;min-width:0}
.site-nav .auth-menu-wrap{display:none!important}
@media(max-width:900px){
  .site-topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:10px 12px!important;min-height:64px!important}
  .site-topbar .brand{max-width:100%!important;min-width:0!important;overflow:hidden}
  .topbar-actions{gap:8px!important;justify-self:end!important}
  .topbar-actions .mobile-nav-toggle{order:1;flex:0 0 44px!important;width:44px!important;height:44px!important;margin:0!important}
  .topbar-actions .topbar-auth{order:2;width:auto!important;display:flex!important;grid-template-columns:none!important;gap:6px!important;position:relative!important}
  .topbar-actions .topbar-auth.has-guest{display:flex!important;grid-template-columns:none!important}
  .topbar-actions .topbar-auth.has-user{display:flex!important;grid-template-columns:none!important}
  .topbar-actions .nav-auth-link{width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid var(--line)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 10px 24px rgba(16,24,40,.07)!important}
  .topbar-actions .nav-auth-link.primary{background:#eef4ff!important;color:var(--primary)!important;border-color:#dbeafe!important}
  .topbar-actions .auth-icon{font-size:20px!important;line-height:1!important}
  .topbar-actions .user-menu-trigger{width:46px!important;height:46px!important;min-height:46px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border:1px solid var(--line)!important;border-radius:15px!important;background:#fff!important;box-shadow:0 10px 24px rgba(16,24,40,.08)!important}
  .topbar-actions .avatar-circle{width:34px!important;height:34px!important;font-size:14px!important}
  .topbar-actions .dropdown-menu{position:absolute!important;top:calc(100% + 10px)!important;right:0!important;left:auto!important;z-index:90!important;width:min(292px,calc(100vw - 24px))!important;display:none!important;margin-top:0!important;padding:10px!important;border-radius:20px!important;box-shadow:0 24px 70px rgba(16,24,40,.18)!important;grid-column:auto!important;background:#fff!important;border:1px solid var(--line)!important}
  .topbar-actions .dropdown-menu.open{display:grid!important}
  .site-nav{top:66px!important;left:12px!important;right:12px!important;z-index:70!important}
  .site-nav>a{width:100%!important;justify-content:flex-start!important;min-height:48px!important;white-space:normal!important}
}
@media(max-width:430px){
  .site-topbar{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important}
  .topbar-actions{gap:6px!important}
  .topbar-actions .mobile-nav-toggle,.topbar-actions .nav-auth-link{width:42px!important;height:42px!important;min-height:42px!important;border-radius:13px!important}
  .topbar-actions .user-menu-trigger{width:44px!important;height:44px!important;min-height:44px!important}
}

/* v0.3.4 - yönetim paneli açılır alt menü ve üst menü konum düzeni */
.admin-menu-tree{display:grid;gap:8px}
.admin-menu-home{display:flex!important;align-items:center;gap:10px;font-weight:900}
.sidebar-group{border:1px solid rgba(255,255,255,.07);border-radius:18px;background:rgba(255,255,255,.035);overflow:hidden}
.sidebar-group[open]{background:rgba(255,255,255,.06)}
.sidebar-group summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px;color:#eef4ff;border-radius:16px;font-weight:900;user-select:none}
.sidebar-group summary::-webkit-details-marker{display:none}
.sidebar-group summary:after{content:"⌄";font-size:17px;color:#93a4b8;transition:transform .18s ease}
.sidebar-group[open] summary:after{transform:rotate(180deg)}
.sidebar-group summary span{width:24px;display:inline-flex;justify-content:center;flex:0 0 24px}
.sidebar-group summary strong{flex:1 1 auto;font-size:14px}
.sidebar-submenu{display:grid;gap:5px;padding:0 8px 10px 42px}
.sidebar-submenu a{padding:10px 12px!important;border-radius:12px!important;color:#cbd5e1!important;font-size:14px}
.sidebar-submenu a.active,.sidebar-submenu a.active:hover{background:#fff!important;color:#101828!important;box-shadow:0 10px 25px rgba(0,0,0,.14)}
.sidebar-logout{margin-top:auto;padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}
.user-pill{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.avatar-circle.small{width:30px;height:30px;font-size:13px}.avatar-circle.tiny{width:24px;height:24px;font-size:11px}.panel-mobile-bar{display:none}
@media(max-width:900px){
  .topbar-actions .topbar-auth{order:1!important}
  .topbar-actions .mobile-nav-toggle{order:2!important}
  .site-topbar .brand{max-width:calc(100vw - 170px)!important}
  .topbar-actions{margin-left:auto!important}
  .panel-mobile-bar{position:fixed;top:0;left:0;right:0;z-index:82;display:flex;align-items:center;justify-content:flex-end;gap:8px;height:66px;padding:10px 12px;background:rgba(245,247,251,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
  .panel-mobile-user{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:calc(100vw - 76px);height:44px;padding:6px 10px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 10px 24px rgba(16,24,40,.07);font-weight:900;color:var(--text)}
  .panel-mobile-user span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:145px}
  .panel-mobile-bar .panel-menu-toggle{position:static!important;display:inline-flex!important;top:auto!important;left:auto!important;right:auto!important;width:46px!important;height:46px!important;flex:0 0 46px!important;margin:0!important;padding:0!important;border-radius:15px!important;background:var(--primary)!important;color:#fff!important;box-shadow:0 16px 36px rgba(37,99,235,.28)!important}
  .panel-content{padding-top:84px!important}
  .panel-top{padding-left:16px!important;padding-right:16px!important}
  .sidebar{z-index:95!important}
  .panel-backdrop{z-index:90!important}
  .panel-close{display:inline-flex!important}
  .admin-menu-tree{gap:7px}.sidebar-submenu{padding-left:34px}.sidebar-group summary{min-height:48px}
}
@media(max-width:430px){.site-topbar .brand{max-width:calc(100vw - 154px)!important}.panel-mobile-user span:last-child{max-width:105px}}

/* v0.3.5 - Ayarlar sayfası sol menülü bölüm yapısı */
.settings-shell{display:grid;grid-template-columns:300px minmax(0,1fr);gap:18px;align-items:start}
.settings-side{position:sticky;top:24px;padding:18px!important}
.settings-side-head h2{margin:10px 0 6px;font-size:24px}.settings-side-head p{margin:0 0 14px;line-height:1.5}
.settings-nav{display:grid;gap:8px}.settings-nav a{display:flex;align-items:center;gap:11px;padding:12px 13px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--text);font-weight:850;transition:.16s ease}.settings-nav a span{width:26px;height:26px;display:inline-grid;place-items:center;border-radius:10px;background:#eef4ff}.settings-nav a:hover{border-color:#c7d7fe;transform:translateY(-1px)}.settings-nav a.active{background:#101828;color:#fff;border-color:#101828;box-shadow:0 14px 34px rgba(16,24,40,.16)}.settings-nav a.active span{background:rgba(255,255,255,.16)}
.settings-main{min-width:0;padding:24px!important}.section-head.compact{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:20px}.section-head.compact h1{margin:10px 0 5px;font-size:30px}.section-head.compact p{margin:0;color:var(--muted);line-height:1.55}.settings-form{display:grid;gap:16px}.settings-panel-block{border:1px solid var(--line);border-radius:20px;padding:18px;background:#fbfcff}.settings-panel-block h3{margin:0 0 14px;font-size:20px}.settings-toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px}.settings-toggle{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:11px;margin:0!important;padding:13px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--text)!important}.settings-toggle input{width:20px;min-width:20px;height:20px;margin:2px 0 0;accent-color:var(--primary)}.settings-toggle span{display:grid;gap:3px}.settings-toggle strong{font-size:14px}.settings-toggle small{color:var(--muted);line-height:1.4}.bank-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.settings-detail{border:1px solid var(--line);border-radius:18px;background:#fff;padding:4px 12px 12px}.settings-detail summary{cursor:pointer;font-weight:900;padding:12px 0;color:var(--text)}.settings-info-card{border:1px dashed #bfd1ff;background:#f7faff;color:#344054;border-radius:18px;padding:14px 16px;line-height:1.55}.settings-info-card a{color:var(--primary);font-weight:900}.settings-save-bar{position:sticky;bottom:14px;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px;padding:14px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);box-shadow:0 18px 45px rgba(16,24,40,.12)}.settings-save-bar span{color:var(--muted);font-size:13px;line-height:1.4}
@media(max-width:1100px){.settings-shell{grid-template-columns:250px minmax(0,1fr)}.bank-settings-grid{grid-template-columns:1fr}.settings-toggle-grid{grid-template-columns:1fr}}
@media(max-width:900px){.settings-shell{grid-template-columns:1fr}.settings-side{position:relative;top:auto}.settings-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.section-head.compact{display:grid}.settings-main{padding:18px!important}.settings-save-bar{display:grid;grid-template-columns:1fr;position:relative;bottom:auto}.settings-save-bar .btn{width:100%}}
@media(max-width:560px){.settings-nav{grid-template-columns:1fr}.settings-nav a{min-height:48px}.settings-toggle-grid,.bank-settings-grid,.grid-two{grid-template-columns:1fr!important}.section-head.compact h1{font-size:24px}.settings-side,.settings-main{padding:16px!important}}

/* v0.3.6 ayar, bakım, açıklama ve kayıt/giriş stabilizasyonu */
.brand-logo-img{width:34px;height:34px;object-fit:contain;border-radius:10px}.site-width-normal main>.hero,.site-width-normal main>.section,.site-width-normal main>.category-strip{max-width:1180px;margin-left:auto;margin-right:auto}.site-width-full main>.hero,.site-width-full main>.section,.site-width-full main>.category-strip{max-width:none}.product-desc{display:block;min-height:44px;color:var(--muted);line-height:1.55}.auth-card .check-row,.settings-form .check-row{display:flex!important;align-items:flex-start!important;gap:10px!important;flex-wrap:nowrap!important;line-height:1.45}.auth-card .check-row input,.settings-form .check-row input{width:auto!important;min-width:18px;margin-top:3px}.auth-card .check-row small{display:block;color:var(--muted);margin-top:2px}.maintenance-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#f8fbff,#eef4ff)}.maintenance-box{max-width:680px;text-align:center}.maintenance-box h1{font-size:clamp(30px,5vw,54px);margin:12px 0}.maintenance-box p{line-height:1.8}.settings-form textarea[name=maintenance_message]{min-height:110px}

/* v0.3.7 - Kullanıcı paneli gelişmiş destek talebi ekranları */
.support-page{display:grid;gap:18px}.support-hero-panel{display:flex;justify-content:space-between;align-items:center;gap:22px;padding:26px;border:1px solid #dbeafe;border-radius:28px;background:linear-gradient(135deg,#fff,#eef4ff);box-shadow:var(--shadow)}.support-hero-panel h1{font-size:clamp(28px,4vw,44px);line-height:1.06;margin:12px 0 8px;letter-spacing:-1px}.support-hero-panel p{margin:0;color:var(--muted);line-height:1.65;max-width:780px}.support-hero-action{display:grid;gap:9px;justify-items:end;min-width:220px}.support-hero-action small{max-width:260px;text-align:right;color:var(--muted);line-height:1.45}.support-new-btn{white-space:nowrap}.support-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.support-stat-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 12px 32px rgba(16,24,40,.06);display:grid;gap:8px}.support-stat-card span{color:var(--muted);font-weight:800;font-size:13px}.support-stat-card strong{font-size:32px;letter-spacing:-.6px}.support-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.support-ticket-list-card{min-width:0}.support-card-head h2{margin-bottom:4px}.support-ticket-list{display:grid;gap:11px}.support-ticket-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;border:1px solid var(--line);border-radius:20px;background:#fbfcff;padding:14px;transition:.16s ease}.support-ticket-row:hover{border-color:#c7d7fe;transform:translateY(-1px);box-shadow:0 14px 32px rgba(16,24,40,.07)}.support-ticket-main{display:grid;gap:5px;min-width:0}.support-ticket-main strong{font-size:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-ticket-main small{color:var(--muted);line-height:1.4}.support-ticket-no{font-size:12px;font-weight:950;color:var(--primary);letter-spacing:.03em}.support-ticket-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.support-priority{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900;background:#f2f4f7;color:#475467}.support-priority.low{background:#ecfdf3;color:#027a48}.support-priority.normal{background:#eef4ff;color:#1d4ed8}.support-priority.high{background:#fffaeb;color:#b54708}.support-priority.urgent{background:#fef3f2;color:#b42318}.support-side-card{position:sticky;top:24px;display:grid;gap:12px;align-content:start;background:linear-gradient(180deg,#fff,#f8fbff)}.support-side-card h3{margin:0;font-size:22px}.support-side-card p{margin:0;color:var(--muted);line-height:1.6}.support-side-icon{width:48px;height:48px;border-radius:18px;background:#eef4ff;display:grid;place-items:center;font-size:24px}.support-mini-info{display:grid;gap:4px;margin-top:4px;padding:13px;border:1px dashed #bfd1ff;border-radius:16px;background:#f7faff}.support-mini-info span{color:var(--muted);line-height:1.45;font-size:13px}.support-empty-state{text-align:center;display:grid;justify-items:center;gap:10px;padding:42px 18px;border:1px dashed #cbd5e1;border-radius:24px;background:#fbfcff}.support-empty-state h3{margin:0}.support-empty-state p{max-width:520px;margin:0;color:var(--muted);line-height:1.6}.support-empty-icon{font-size:42px}.support-create-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start}.support-form{display:grid;gap:4px}.support-form textarea{min-height:190px}.support-form-actions{display:flex;gap:10px;flex-wrap:wrap}.support-help-list{margin:0;padding-left:20px;color:var(--muted);line-height:1.9}.support-detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;background:linear-gradient(135deg,#fff,#f8fbff)}.support-detail-head h1{font-size:clamp(24px,3vw,38px);line-height:1.1;margin:16px 0 8px;letter-spacing:-.8px}.support-detail-head p{margin:0;color:var(--muted);line-height:1.5}.support-detail-badges{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.support-thread-shell{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.support-thread{margin:0}.support-message{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:start}.support-message.staff{grid-template-columns:minmax(0,1fr) 44px}.support-message.staff .support-message-avatar{grid-column:2;grid-row:1;background:linear-gradient(135deg,var(--primary),#7c3aed)}.support-message.staff .support-message-body{grid-column:1;grid-row:1;border-left:0;border-right:5px solid var(--primary)}.support-message-avatar{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;font-weight:950;display:grid;place-items:center;box-shadow:0 12px 24px rgba(16,24,40,.12)}.support-message-body{box-shadow:0 10px 26px rgba(16,24,40,.055);border-left:5px solid var(--success);padding:18px}.support-message-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}.support-message-top small{color:var(--muted)}.support-message-body p{margin:0;color:#344054;line-height:1.7}.support-reply-card{position:sticky;top:24px}.support-reply-card h3{margin:0 0 6px}.support-reply-card textarea{min-height:150px}
@media(max-width:1100px){.support-content-grid,.support-create-grid,.support-thread-shell{grid-template-columns:1fr}.support-side-card,.support-reply-card{position:relative;top:auto}.support-hero-action{justify-items:start}.support-hero-action small{text-align:left;max-width:100%}}
@media(max-width:900px){.support-hero-panel{display:grid;padding:20px;border-radius:24px}.support-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.support-ticket-row{grid-template-columns:1fr}.support-ticket-meta{justify-content:flex-start}.support-ticket-main strong{white-space:normal}.support-detail-head{display:grid}.support-detail-badges{justify-content:flex-start}.support-message,.support-message.staff{grid-template-columns:38px minmax(0,1fr)}.support-message.staff .support-message-avatar{grid-column:1;grid-row:1}.support-message.staff .support-message-body{grid-column:2;grid-row:1;border-right:0;border-left:5px solid var(--primary)}.support-message-avatar{width:38px;height:38px;border-radius:14px}.support-message-top{display:grid;gap:2px}.support-create-grid .form-grid.two{grid-template-columns:1fr!important}}
@media(max-width:560px){.support-stats-grid{grid-template-columns:1fr}.support-hero-panel h1{font-size:26px}.support-form-actions{display:grid}.support-form-actions .btn{width:100%}.support-ticket-meta .btn{width:100%}.support-side-card .btn{width:100%}}

/* v0.3.8 - Gelişmiş menü sistemi ve anlık bildirim merkezi */
.enhanced-topbar{display:grid;grid-template-columns:auto minmax(160px,auto) minmax(0,1fr) auto;align-items:center;gap:14px}.site-drawer-toggle{display:none;align-items:center;justify-content:center;width:46px;height:46px;border:0;border-radius:16px;background:#eef4ff;color:var(--primary);font-size:22px;font-weight:950;cursor:pointer}.nav-item{position:relative}.nav-item>a,.submenu-item>a,.drawer-menu-item>a{display:flex;align-items:center;gap:8px;border-radius:14px;padding:10px 12px;color:#344054;font-weight:850}.nav-item>a:hover,.submenu-item>a:hover,.drawer-menu-item>a:hover{background:#eef4ff;color:var(--primary)}.submenu-caret{font-size:12px;color:var(--muted)}.submenu-list{position:absolute;left:0;top:calc(100% + 10px);display:none;min-width:230px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 22px 60px rgba(16,24,40,.16);z-index:90}.nav-item.has-submenu:hover>.submenu-list{display:grid}.submenu-list .submenu-list{position:relative;top:auto;left:auto;box-shadow:none;margin-left:14px;border-radius:14px;background:#f8fbff}.site-drawer-backdrop{display:none;position:fixed;inset:0;background:rgba(15,23,42,.35);z-index:80}.site-drawer{position:fixed;left:0;top:0;bottom:0;width:min(340px,86vw);z-index:90;background:#fff;border-right:1px solid var(--line);box-shadow:26px 0 70px rgba(16,24,40,.22);transform:translateX(-104%);transition:.22s ease;display:grid;grid-template-rows:auto 1fr}.site-drawer.open{transform:translateX(0)}body.site-drawer-open .site-drawer-backdrop{display:block}.site-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:18px 18px;border-bottom:1px solid var(--line)}.site-drawer-head strong{font-size:20px}.site-drawer-head button{width:40px;height:40px;border:0;border-radius:14px;background:#f2f4f7;font-size:24px}.site-drawer-list{padding:14px;overflow:auto;display:grid;align-content:start;gap:8px}.drawer-menu-item{display:grid}.drawer-menu-item.has-submenu>.submenu-list{position:relative!important;display:grid!important;top:auto!important;left:auto!important;box-shadow:none!important;border:0!important;background:#f8fbff!important;margin:4px 0 6px 26px;padding:6px!important;min-width:0!important}.notification-wrap{position:relative}.notification-trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--line);border-radius:15px;background:#fff;color:#101828;cursor:pointer;font-weight:950;box-shadow:0 8px 20px rgba(16,24,40,.05)}.notification-trigger b{position:absolute;right:-5px;top:-6px;min-width:21px;height:21px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;display:grid;place-items:center;border:2px solid #fff}.notification-trigger b:empty,.notification-trigger b[data-empty="1"]{display:none}.notification-dropdown{width:min(380px,calc(100vw - 24px));padding:10px!important}.dropdown-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 8px 10px}.dropdown-title-row button{border:0;background:#eef4ff;color:var(--primary);border-radius:999px;padding:7px 10px;font-weight:900;cursor:pointer}.notification-item{display:grid!important;grid-template-columns:38px minmax(0,1fr);gap:10px;padding:12px!important;border:1px solid var(--line);border-radius:16px;background:#fff;margin:6px 0}.notification-item>span{width:38px;height:38px;border-radius:14px;background:#eef4ff;display:grid;place-items:center}.notification-item strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-item small{display:block;color:var(--muted);line-height:1.45;margin-top:2px}.notification-item.high,.notification-item.urgent{border-color:#fed7aa;background:#fffaf5}.dropdown-link-button{width:100%;border:0;background:transparent;text-align:left;padding:11px 14px;border-radius:12px;color:#344054;font-weight:850;cursor:pointer}.dropdown-link-button:hover{background:#eef4ff;color:var(--primary)}.panel-mobile-actions,.panel-top-actions{display:flex;align-items:center;gap:10px;position:relative}.enhanced-panel-bar{justify-content:space-between}.panel-user-wrap{position:relative}.panel-user-trigger{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:7px 10px;font-weight:900}.panel-dynamic-box{display:grid;gap:8px;margin:10px 0;padding:10px;border:1px solid #dbeafe;background:#f8fbff;border-radius:18px}.panel-dynamic-trigger{display:flex;align-items:center;gap:10px;width:100%;border:0;background:#fff;border-radius:14px;padding:12px;color:#101828;cursor:pointer}.panel-dynamic-trigger span{width:34px;height:34px;border-radius:12px;background:#eef4ff;display:grid;place-items:center}.panel-dynamic-trigger strong{flex:1;text-align:left}.panel-dynamic-trigger em{font-style:normal;color:var(--muted)}.panel-dynamic-list{display:none;gap:6px}.panel-dynamic-list.open{display:grid}.panel-dynamic-item>a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;color:#344054;font-weight:850}.panel-dynamic-item>a:hover{background:#eef4ff;color:var(--primary)}.panel-dynamic-item>a span{width:28px;height:28px;border-radius:10px;background:#fff;display:grid;place-items:center}.panel-dynamic-sub{display:grid;margin-left:22px;padding-left:8px;border-left:2px solid #dbeafe}.menu-admin-shell{display:grid;grid-template-columns:310px minmax(0,1fr);gap:18px;align-items:start}.menu-location-side{position:sticky;top:18px}.menu-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.menu-form-grid .check-row,.menu-save-bar{grid-column:1/-1}.small-head h2{margin-bottom:4px}.menu-location-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.menu-location-card{border:1px solid var(--line);border-radius:22px;padding:16px;background:#fbfcff}.menu-location-card h3{margin:0 0 12px}.menu-admin-list{display:grid;gap:8px}.menu-admin-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px}.menu-admin-row.is-child{margin-left:18px;background:#f8fbff}.menu-admin-row small{display:block;color:var(--muted);margin-top:3px;line-height:1.4}.compact-actions{display:flex!important;align-items:center;gap:6px}.btn.tiny{padding:7px 10px;border-radius:10px;font-size:12px}.btn.danger{background:#fef3f2;color:#b42318;border:1px solid #fecdca}.empty-mini{padding:12px;color:var(--muted);text-align:center;border:1px dashed #cbd5e1;border-radius:14px;background:#fbfcff}
@media(max-width:1100px){.menu-admin-shell{grid-template-columns:1fr}.menu-location-side{position:relative;top:auto}.menu-location-grid{grid-template-columns:1fr}.menu-form-grid{grid-template-columns:1fr}}
@media(max-width:900px){.enhanced-topbar{grid-template-columns:auto minmax(0,1fr) auto}.site-drawer-toggle{display:inline-flex}.enhanced-topbar .brand{min-width:0}.enhanced-topbar .brand span:last-child{max-width:42vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enhanced-topbar .site-nav{position:fixed;top:66px;left:12px;right:12px;display:none;grid-template-columns:1fr;background:#fff;border:1px solid var(--line);border-radius:22px;padding:12px;box-shadow:0 24px 70px rgba(16,24,40,.18);z-index:80}.enhanced-topbar .site-nav.open{display:grid}.enhanced-topbar .site-nav .nav-item{display:grid}.enhanced-topbar .site-nav .submenu-list{position:relative!important;display:grid!important;top:auto!important;left:auto!important;box-shadow:none!important;border:0!important;background:#f8fbff!important;margin-left:22px;min-width:0!important}.topbar-actions .notification-trigger{width:44px;height:44px}.notification-dropdown{right:0!important;left:auto!important}.panel-top-actions{display:none}.panel-mobile-actions .dropdown-menu{position:absolute!important;top:calc(100% + 10px)!important;left:0!important;right:auto!important;width:min(330px,calc(100vw - 24px))!important}.panel-mobile-actions{min-width:0}.panel-user-trigger{width:auto;max-width:160px}.panel-user-trigger .desktop-label{display:inline!important;max-width:74px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-admin-row{grid-template-columns:1fr}.compact-actions{justify-content:flex-start}.notification-item strong{white-space:normal}}
@media(max-width:560px){.enhanced-topbar{padding:10px 12px!important;gap:8px}.site-drawer-toggle,.mobile-nav-toggle,.notification-trigger,.topbar-actions .nav-auth-link,.topbar-actions .user-menu-trigger{width:42px!important;height:42px!important;min-height:42px!important}.topbar-actions{gap:6px!important}.auth-menu-wrap.has-guest{gap:6px}.menu-form-grid label{min-width:0}.panel-user-trigger .desktop-label{display:none!important}.panel-mobile-actions .dropdown-menu{width:calc(100vw - 24px)!important}.site-user-dropdown{right:0!important;left:auto!important}}

/* v0.3.9 - Panel üst bar sıralaması: menü solda, bildirim kullanıcıdan önce, kullanıcı en sağda */
.panel-toolbar-actions{justify-content:flex-end;min-width:0}.panel-user-top-wrap{position:relative}.panel-user-top-wrap .site-user-dropdown{right:0;left:auto}.panel-toolbar-left-menu .panel-menu-toggle{order:1}.panel-toolbar-left-menu .panel-mobile-title{order:2}.panel-toolbar-left-menu .panel-mobile-actions{order:3}.panel-mobile-title{display:none;min-width:0}.panel-mobile-actions{justify-content:flex-end}.panel-mobile-actions .notification-wrap{order:1}.panel-mobile-actions .panel-user-wrap{order:2}.panel-user-wrap .site-user-dropdown,.panel-user-top-wrap .site-user-dropdown{right:0!important;left:auto!important}.panel-toolbar-left-menu .notification-dropdown{right:0!important;left:auto!important}
@media(max-width:900px){
  .panel-mobile-bar.panel-toolbar-left-menu{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;justify-content:normal!important;gap:10px!important;height:66px!important;padding:10px 12px!important}
  .panel-mobile-bar.panel-toolbar-left-menu .panel-menu-toggle{justify-self:start!important;display:inline-flex!important;position:static!important;left:auto!important;right:auto!important;top:auto!important;margin:0!important;width:46px!important;height:46px!important;flex:0 0 46px!important;background:var(--primary)!important;color:#fff!important;box-shadow:0 16px 36px rgba(37,99,235,.28)!important}
  .panel-mobile-title{display:grid!important;gap:1px;min-width:0;line-height:1.1}.panel-mobile-title strong{font-size:14px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panel-mobile-title small{font-size:11px;color:var(--muted);font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
  .panel-mobile-actions{justify-self:end!important;display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;position:relative!important}.panel-mobile-actions .notification-trigger{width:44px!important;height:44px!important;min-height:44px!important}.panel-mobile-actions .panel-user-trigger{width:auto!important;min-width:44px!important;height:44px!important;min-height:44px!important;padding:6px 8px!important;max-width:142px!important}.panel-mobile-actions .panel-user-trigger .desktop-label{display:none!important}.panel-mobile-actions .dropdown-caret{display:none!important}.panel-mobile-actions .dropdown-menu{position:absolute!important;top:calc(100% + 10px)!important;right:0!important;left:auto!important;width:min(340px,calc(100vw - 24px))!important;z-index:110!important}.panel-mobile-actions .notification-dropdown{right:0!important;left:auto!important}
  .panel-top-actions{display:none!important}
}
@media(max-width:430px){.panel-mobile-bar.panel-toolbar-left-menu{grid-template-columns:auto minmax(0,1fr) auto!important;gap:8px!important}.panel-mobile-title small{display:none}.panel-mobile-actions{gap:6px!important}.panel-mobile-actions .notification-trigger{width:42px!important;height:42px!important;min-height:42px!important}.panel-mobile-actions .panel-user-trigger{width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;padding:4px!important}.panel-mobile-actions .avatar-circle.small{width:32px!important;height:32px!important}}


/* v0.3.10 - Ana sayfa ve panel üst bar hizalama güncellemesi */
.enhanced-topbar{
  display:grid!important;
  grid-template-columns:auto minmax(140px,auto) minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
}
.enhanced-topbar .site-drawer-toggle{
  order:1!important;
  display:inline-flex!important;
  flex:0 0 46px!important;
}
.enhanced-topbar .brand{
  order:2!important;
  justify-self:start!important;
  min-width:0!important;
}
.enhanced-topbar .site-nav{
  order:3!important;
  min-width:0!important;
  justify-self:center!important;
}
.enhanced-topbar .topbar-actions{
  order:4!important;
  justify-self:end!important;
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
  min-width:0!important;
}
.enhanced-topbar .topbar-actions .notification-wrap{order:1!important;flex:0 0 auto!important}
.enhanced-topbar .topbar-actions .topbar-auth{order:2!important;flex:0 0 auto!important;width:auto!important}
.enhanced-topbar .topbar-actions .mobile-nav-toggle{
  order:3!important;
  display:inline-flex!important;
  flex:0 0 44px!important;
  width:44px!important;
  height:44px!important;
  min-height:44px!important;
  margin:0!important;
}
.enhanced-topbar .topbar-actions .auth-menu-wrap.has-guest{
  display:flex!important;
  grid-template-columns:none!important;
  width:auto!important;
}
.enhanced-topbar .topbar-actions .nav-auth-link,
.enhanced-topbar .topbar-actions .user-menu-trigger{
  flex:0 0 auto!important;
}
.panel-top-actions,
.admin-panel-top .panel-top-actions,
.enhanced-panel-top .panel-top-actions{
  margin-left:auto!important;
  margin-right:0!important;
  justify-self:end!important;
  justify-content:flex-end!important;
  flex:0 0 auto!important;
}
.panel-top,
.enhanced-panel-top{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
}
.panel-top>div:first-child,
.enhanced-panel-top>div:first-child{
  min-width:0!important;
}
.panel-mobile-actions{
  margin-left:auto!important;
  justify-self:end!important;
  justify-content:flex-end!important;
}
@media(max-width:900px){
  .enhanced-topbar{
    grid-template-columns:auto minmax(0,1fr) auto!important;
    gap:8px!important;
  }
  .enhanced-topbar .site-drawer-toggle{order:1!important;width:44px!important;height:44px!important;flex-basis:44px!important}
  .enhanced-topbar .brand{order:2!important;max-width:100%!important}
  .enhanced-topbar .brand span:last-child{max-width:100%!important}
  .enhanced-topbar .site-nav{order:5!important;justify-self:stretch!important}
  .enhanced-topbar .topbar-actions{order:3!important;gap:6px!important;justify-self:end!important}
  .enhanced-topbar .topbar-actions .notification-wrap{order:1!important}
  .enhanced-topbar .topbar-actions .topbar-auth{order:2!important}
  .enhanced-topbar .topbar-actions .mobile-nav-toggle{order:3!important;width:42px!important;height:42px!important;min-height:42px!important;flex-basis:42px!important}
  .enhanced-topbar .topbar-actions .nav-auth-link,
  .enhanced-topbar .topbar-actions .user-menu-trigger,
  .enhanced-topbar .topbar-actions .notification-trigger{width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;justify-content:center!important}
  .enhanced-topbar .topbar-actions .auth-menu-wrap.has-guest{gap:5px!important}
  .enhanced-topbar .topbar-actions .dropdown-menu{right:0!important;left:auto!important}
}
@media(max-width:430px){
  .enhanced-topbar{grid-template-columns:auto minmax(0,1fr) auto!important;padding-left:10px!important;padding-right:10px!important}
  .enhanced-topbar .brand{font-size:16px!important;gap:7px!important}
  .enhanced-topbar .brand-dot{width:24px!important;height:24px!important}
  .enhanced-topbar .topbar-actions{gap:4px!important}
  .enhanced-topbar .site-drawer-toggle,
  .enhanced-topbar .topbar-actions .mobile-nav-toggle,
  .enhanced-topbar .topbar-actions .notification-trigger,
  .enhanced-topbar .topbar-actions .nav-auth-link,
  .enhanced-topbar .topbar-actions .user-menu-trigger{width:40px!important;height:40px!important;min-height:40px!important;flex-basis:40px!important}
}


/* v0.3.11 - Sepet tek sütun, panel sağ hizalama, bildirim penceresi ve yerelleştirme/para birimi */
.cart-section .split-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}.cart-item-list{display:grid;grid-template-columns:1fr;gap:12px;min-width:0}.cart-item-card{display:grid;grid-template-columns:52px minmax(0,1fr) auto auto;align-items:center;gap:14px;width:100%;overflow:hidden}.cart-item-icon{width:52px;height:52px;border-radius:18px;background:#eef4ff;color:var(--primary);display:grid;place-items:center;font-size:22px}.cart-item-main{display:grid;gap:5px;min-width:0}.cart-item-main strong{font-size:16px;white-space:normal;overflow-wrap:anywhere}.cart-item-main span,.cart-item-price small{color:var(--muted);font-size:13px}.cart-item-price{text-align:right;white-space:nowrap}.cart-remove-form{margin:0}.danger-light{background:#fff1f2!important;color:#be123c!important;border:1px solid #fecdd3!important}.cart-summary-card{position:sticky;top:92px}.cart-summary-card h2{font-size:30px;margin:10px 0}.btn.full{width:100%;justify-content:center}.empty-cart-card{font-weight:800}.language-footer-switch{display:inline-flex;gap:4px;align-items:center;font-weight:900}.grid-three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.panel-content{min-width:0}.panel-top-actions.panel-toolbar-actions{margin-left:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;justify-self:end!important;width:auto!important;min-width:max-content!important;flex-shrink:0!important}.enhanced-panel-top{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}.enhanced-panel-top>.panel-top-actions{grid-column:2!important}.admin-panel-top .panel-top-actions,.customer-panel-body .panel-top-actions{margin-right:0!important;right:0!important}.notification-dropdown{max-width:calc(100vw - 24px)!important;z-index:120!important}.dropdown-menu[data-floating="1"]{position:fixed!important;margin:0!important;max-height:min(520px,calc(100dvh - 24px))!important;overflow:auto!important}.notification-dropdown[data-floating="1"]{width:min(390px,calc(100vw - 24px))!important}.site-user-dropdown[data-floating="1"]{width:min(330px,calc(100vw - 24px))!important}.settings-panel-block code{background:#eef4ff;border:1px solid var(--line);border-radius:9px;padding:2px 6px;font-size:12px}
@media(max-width:980px){.cart-layout{grid-template-columns:1fr}.cart-summary-card{position:relative;top:auto}.grid-three{grid-template-columns:1fr}.cart-section .split-head{align-items:flex-start;flex-direction:column}.cart-section .split-head .btn{width:100%;justify-content:center}}
@media(max-width:620px){.cart-item-card{grid-template-columns:44px minmax(0,1fr);align-items:start}.cart-item-icon{width:44px;height:44px;border-radius:15px}.cart-item-price{grid-column:2;text-align:left}.cart-remove-form{grid-column:1 / -1}.cart-remove-form .btn{width:100%;justify-content:center}.panel-mobile-actions{margin-left:auto!important}.panel-mobile-actions .dropdown-menu[data-floating="1"]{right:auto!important;left:auto!important}.panel-top-actions.panel-toolbar-actions{display:none!important}.notification-dropdown[data-floating="1"],.site-user-dropdown[data-floating="1"]{width:calc(100vw - 24px)!important}}

/* v0.3.12: header cart, panel right alignment and product detail/features */
.cart-top-link{position:relative;flex:0 0 auto}.cart-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:11px;font-weight:950;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(239,68,68,.28)}
.enhanced-topbar .topbar-actions{margin-left:auto!important;justify-self:end!important}.enhanced-topbar .topbar-actions .notification-wrap{order:1!important}.enhanced-topbar .topbar-actions .cart-top-link{order:2!important}.enhanced-topbar .topbar-actions .topbar-auth{order:3!important}.enhanced-topbar .topbar-actions .mobile-nav-toggle{order:4!important}
.panel-top,.enhanced-panel-top,.admin-panel-top{width:100%!important}.panel-top-actions.panel-toolbar-actions{margin-left:auto!important;margin-right:0!important;justify-self:end!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;min-width:max-content!important}.admin-panel-top .panel-top-actions,.customer-panel-body .panel-top-actions{margin-left:auto!important;margin-right:0!important;transform:none!important}.panel-mobile-actions{margin-left:auto!important;justify-self:end!important}.dropdown-menu[data-floating="1"]{position:fixed!important;right:auto!important;left:auto!important;max-width:calc(100vw - 24px)!important;max-height:min(520px,calc(100dvh - 24px))!important;overflow:auto!important}.site-user-dropdown[data-floating="1"]{width:min(330px,calc(100vw - 24px))!important}.notification-dropdown[data-floating="1"]{width:min(390px,calc(100vw - 24px))!important}
.feature-check-list{display:grid;gap:9px;margin:12px 0}.feature-check-list.compact{gap:7px;margin:8px 0 10px}.feature-check{display:flex;align-items:flex-start;gap:9px;color:#475467;font-size:14px;line-height:1.45}.feature-check:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#ecfdf3;color:#027a48;font-weight:950;flex:0 0 auto;margin-top:1px}.product-card-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.product-card-actions .btn{flex:1 1 auto}.product-detail-hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start;background:linear-gradient(135deg,#fff,#f8fbff)}.product-detail-hero h1{font-size:clamp(32px,5vw,56px);line-height:1.04;margin:14px 0}.muted.big{font-size:17px;line-height:1.7}.detail-price strong{font-size:34px}.product-buy-card{box-shadow:none}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}.rich-text{color:#475467;line-height:1.75}.script-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.meta-box{display:grid;gap:5px;padding:14px;border:1px solid var(--line);border-radius:17px;background:#fbfcff;color:#344054;min-width:0}.meta-box span{font-size:22px}.meta-box strong{color:#101828}.meta-box small{color:var(--muted);overflow-wrap:anywhere;line-height:1.45}
@media(max-width:980px){.product-detail-hero,.product-detail-grid{grid-template-columns:1fr}.product-buy-card{order:2}.script-meta-grid{grid-template-columns:1fr}.panel-top-actions.panel-toolbar-actions{display:none!important}}
@media(max-width:620px){.cart-top-link .desktop-label{display:none!important}.cart-top-link{width:40px!important;height:40px!important;min-height:40px!important;padding:0!important;justify-content:center!important}.enhanced-topbar .topbar-actions{gap:4px!important}.product-card-actions{display:grid;grid-template-columns:1fr 1fr}.product-card-actions .btn{width:100%;justify-content:center}}

/* v0.3.13 - Masaüstünde mobil menü ikonlarını gizle */
@media (min-width:901px){
  .enhanced-topbar{
    grid-template-columns:minmax(160px,auto) minmax(0,1fr) auto!important;
  }
  .enhanced-topbar .site-drawer-toggle,
  .enhanced-topbar .topbar-actions .mobile-nav-toggle,
  .site-topbar .site-drawer-toggle,
  .site-topbar .mobile-nav-toggle{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .enhanced-topbar .brand{order:1!important;justify-self:start!important;grid-column:auto!important}
  .enhanced-topbar .site-nav{order:2!important;display:flex!important;position:static!important;justify-self:center!important;grid-column:auto!important}
  .enhanced-topbar .topbar-actions{order:3!important;justify-self:end!important;grid-column:auto!important}
}
@media (max-width:900px){
  .enhanced-topbar .site-drawer-toggle,
  .enhanced-topbar .topbar-actions .mobile-nav-toggle{
    display:inline-flex!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
}

/* v0.3.14 - gelişmiş ürün yönetimi */
.product-admin-page .rich-admin-head{align-items:flex-start;gap:18px}
.admin-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.product-stats{grid-template-columns:repeat(5,minmax(0,1fr));margin:18px 0}
.product-admin-grid{align-items:start;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:22px}
.advanced-product-form-card{position:relative;overflow:visible}
.product-form-section{border:1px solid var(--line);border-radius:20px;padding:18px;margin:16px 0;background:linear-gradient(180deg,#fff,#fbfdff)}
.section-mini-title{display:flex;align-items:center;gap:10px;margin-bottom:14px;color:#101828}
.section-mini-title span{width:30px;height:30px;border-radius:11px;background:#eef4ff;color:#2563eb;display:inline-flex;align-items:center;justify-content:center;font-weight:900}
.section-mini-title strong{font-size:16px}
.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-switches{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px!important;margin-top:14px!important}
.product-switches .check,.product-form-section .check{background:#f8fafc;border:1px solid var(--line);border-radius:14px;padding:10px 12px;color:#344054}
.type-section{position:relative}
.type-section:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:99px;background:#dbeafe}
.hosting-section:before{background:#dcfce7}.license-section:before{background:#fef3c7}.script-section:before{background:#dbeafe}
.sticky-form-actions{position:sticky;bottom:12px;z-index:10;display:flex;gap:10px;align-items:center;margin-top:18px;padding:12px;background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 50px rgba(16,24,40,.10);backdrop-filter:blur(14px)}
.product-list-side{display:grid;gap:16px;position:sticky;top:86px}
.admin-filter-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.admin-filter-form .btn{grid-column:1/-1}
.product-admin-list{display:grid;gap:14px;max-height:none}
.admin-product-card{padding:18px;transition:.2s ease;box-shadow:0 14px 34px rgba(16,24,40,.06)}
.admin-product-card.is-passive{opacity:.78;background:#fafafa}
.admin-product-main{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start}
.product-card-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:8px}
.type-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;background:#eef4ff;color:#2563eb}
.type-hosting{background:#ecfdf3;color:#027a48}.type-program{background:#fef3c7;color:#92400e}.type-license{background:#f3e8ff;color:#7e22ce}.type-script{background:#eef4ff;color:#2563eb}
.badge.soft{background:#f2f4f7;color:#344054}
.product-mini-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#667085;font-size:12px;margin-top:10px}
.product-mini-meta span{background:#f8fafc;border:1px solid var(--line);border-radius:999px;padding:5px 9px}
.product-status-stack{display:grid;gap:6px;justify-items:end}
.status.passive{background:#fff1f3;color:#c01048}.status.active{background:#ecfdf3;color:#027a48}
.admin-product-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px;border-top:1px solid var(--line);padding-top:12px}
.admin-product-actions form{margin:0}.btn.danger{background:#fff1f3;color:#c01048;border:1px solid #fecdd3}.btn.danger:hover{background:#ffe4e6}
.product-buy-meta{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 14px}.product-buy-meta span{background:#f8fafc;border:1px solid var(--line);border-radius:999px;padding:6px 10px;font-size:12px;color:#475467}
.requirement-text{margin-top:14px;padding:12px;border:1px dashed var(--line);border-radius:14px;background:#f8fafc;color:#475467}
@media(max-width:1200px){.product-admin-grid{grid-template-columns:1fr}.product-list-side{position:static}.product-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.product-stats{grid-template-columns:1fr 1fr}.form-grid.three,.product-switches,.admin-product-main,.admin-filter-form{grid-template-columns:1fr}.product-status-stack{justify-items:start;display:flex;flex-wrap:wrap}.admin-head-actions{justify-content:flex-start}.sticky-form-actions{bottom:8px}.product-admin-page .section-head{display:grid}.admin-product-actions .btn,.admin-product-actions form,.admin-product-actions button{width:100%}}


/* v0.3.15 - mobil ana sayfa tek sol menü ve panel sağ ikon hizalaması */
.enhanced-topbar .topbar-actions .mobile-nav-toggle,
.site-topbar .mobile-nav-toggle{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.enhanced-topbar .topbar-actions{
  margin-left:auto!important;
  justify-self:end!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:nowrap!important;
}
.enhanced-topbar .topbar-actions .notification-wrap{order:1!important;flex:0 0 auto!important}
.enhanced-topbar .topbar-actions .cart-top-link{order:2!important;flex:0 0 auto!important}
.enhanced-topbar .topbar-actions .topbar-auth{order:3!important;flex:0 0 auto!important;width:auto!important}
.admin-body .panel-content,
.customer-panel-body .panel-content{width:100%!important;max-width:none!important;min-width:0!important}
.admin-panel-top.enhanced-panel-top,
.customer-panel-body .enhanced-panel-top{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) max-content!important;
  align-items:center!important;
  width:100%!important;
}
.admin-panel-top.enhanced-panel-top>div:first-child,
.customer-panel-body .enhanced-panel-top>div:first-child{min-width:0!important}
.admin-panel-top .panel-top-actions.panel-toolbar-actions,
.customer-panel-body .panel-top-actions.panel-toolbar-actions,
.enhanced-panel-top .panel-top-actions.panel-toolbar-actions{
  grid-column:2!important;
  justify-self:end!important;
  margin-left:auto!important;
  margin-right:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:10px!important;
  width:max-content!important;
  min-width:max-content!important;
  flex:0 0 auto!important;
}
.admin-panel-top .panel-top-actions .notification-wrap,
.customer-panel-body .panel-top-actions .notification-wrap,
.admin-panel-top .panel-user-top-wrap,
.customer-panel-body .panel-user-top-wrap{position:relative!important;flex:0 0 auto!important}
.panel-mobile-bar.panel-toolbar-left-menu{width:100%!important}
.panel-mobile-actions{margin-left:auto!important;justify-self:end!important;display:flex!important;align-items:center!important;justify-content:flex-end!important}
@media(max-width:900px){
  .enhanced-topbar{grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important}
  .enhanced-topbar .site-drawer-toggle{display:inline-flex!important;visibility:visible!important;pointer-events:auto!important;order:1!important;width:44px!important;height:44px!important;min-height:44px!important;flex:0 0 44px!important}
  .enhanced-topbar .brand{order:2!important;min-width:0!important;max-width:100%!important;justify-self:start!important}
  .enhanced-topbar .brand span:last-child{display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  .enhanced-topbar .topbar-actions{order:3!important;margin-left:auto!important;justify-self:end!important;gap:6px!important;min-width:max-content!important}
  .enhanced-topbar .topbar-actions .mobile-nav-toggle{display:none!important;visibility:hidden!important;pointer-events:none!important;width:0!important;height:0!important;min-height:0!important;flex-basis:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
  .enhanced-topbar .topbar-actions .notification-trigger,
  .enhanced-topbar .topbar-actions .cart-top-link,
  .enhanced-topbar .topbar-actions .nav-auth-link,
  .enhanced-topbar .topbar-actions .user-menu-trigger{width:42px!important;height:42px!important;min-height:42px!important;flex:0 0 42px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:14px!important}
  .enhanced-topbar .topbar-actions .auth-menu-wrap.has-guest{display:flex!important;gap:6px!important;width:auto!important;grid-template-columns:none!important}
  .enhanced-topbar .topbar-actions .dropdown-menu{right:0!important;left:auto!important}
}
@media(max-width:430px){
  .enhanced-topbar{padding-left:10px!important;padding-right:10px!important;gap:7px!important}
  .enhanced-topbar .site-drawer-toggle,
  .enhanced-topbar .topbar-actions .notification-trigger,
  .enhanced-topbar .topbar-actions .cart-top-link,
  .enhanced-topbar .topbar-actions .nav-auth-link,
  .enhanced-topbar .topbar-actions .user-menu-trigger{width:40px!important;height:40px!important;min-height:40px!important;flex-basis:40px!important}
  .enhanced-topbar .topbar-actions{gap:4px!important}
}
@media(min-width:981px){
  .admin-panel-top .panel-top-actions.panel-toolbar-actions,
  .customer-panel-body .panel-top-actions.panel-toolbar-actions{display:flex!important}
}

/* v0.3.16 - Ürün yönetimi liste/form ayrımı */
.products-list-page .product-list-full{width:100%;display:block}
.products-list-page .product-filter-card{position:relative;top:auto;margin-bottom:16px}
.products-list-page .product-admin-list{grid-template-columns:1fr;gap:14px}
.product-list-head{align-items:center}
.product-head-actions{margin-left:auto;display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.product-form-page .product-form-layout{max-width:1180px;margin:0 auto;display:block}
.product-form-page .advanced-product-form-card{width:100%}
.products-list-page .admin-product-card{border:1px solid rgba(15,23,42,.08);box-shadow:0 14px 36px rgba(15,23,42,.06)}
.products-list-page .admin-product-card:hover{transform:translateY(-1px);box-shadow:0 18px 44px rgba(15,23,42,.10)}
.products-list-page .product-mini-meta{gap:8px;flex-wrap:wrap}
.products-list-page .product-mini-meta span{background:#f8fafc;border:1px solid rgba(15,23,42,.06);border-radius:999px;padding:6px 10px}
@media(min-width:1201px){.products-list-page .admin-product-main{grid-template-columns:minmax(0,1fr) auto}.products-list-page .admin-filter-form{grid-template-columns:2fr repeat(3,1fr) auto}.product-form-page .advanced-product-form-card{padding:24px}}
@media(max-width:760px){.product-head-actions{width:100%;justify-content:flex-start}.product-head-actions .btn{flex:1;text-align:center}.products-list-page .admin-product-actions{display:grid;grid-template-columns:1fr;gap:8px}.product-form-page .product-form-layout{margin:0}.product-form-page .section-head{display:grid}}

/* v0.3.17: product feature duplication fix */
.product-detail-grid.single-detail-grid{grid-template-columns:minmax(0,1fr)}
.product-card .feature-check-list + .price-line{margin-top:10px}

/* v0.3.18 panel toolbar, dropdown and product button fixes */
.panel-mobile-bar{display:none!important}
@media(max-width:900px){.panel-mobile-bar.panel-toolbar-left-menu{display:grid!important}}
@media(min-width:901px){.panel-mobile-bar,.enhanced-panel-bar{display:none!important;visibility:hidden!important;pointer-events:none!important;height:0!important;overflow:hidden!important}.panel-content{padding-top:24px!important}.panel-top-actions.panel-toolbar-actions{display:flex!important}}
.admin-panel-top.enhanced-panel-top,
.customer-panel-body .enhanced-panel-top{display:grid!important;grid-template-columns:minmax(0,1fr) max-content!important;width:100%!important;justify-content:stretch!important;align-items:center!important}
.admin-panel-top.enhanced-panel-top>div:first-child,
.customer-panel-body .enhanced-panel-top>div:first-child{min-width:0!important;max-width:100%!important}
.admin-panel-top .panel-top-actions.panel-toolbar-actions,
.customer-panel-body .panel-top-actions.panel-toolbar-actions,
.enhanced-panel-top .panel-top-actions.panel-toolbar-actions{grid-column:2!important;margin-left:auto!important;margin-right:0!important;justify-self:end!important;align-self:center!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;width:max-content!important;min-width:max-content!important;max-width:max-content!important;flex:0 0 auto!important;position:relative!important;right:auto!important;left:auto!important;transform:none!important}
.admin-panel-top .panel-top-actions .notification-wrap,
.customer-panel-body .panel-top-actions .notification-wrap,
.admin-panel-top .panel-user-top-wrap,
.customer-panel-body .panel-user-top-wrap{position:relative!important;display:inline-flex!important;flex:0 0 auto!important;margin:0!important}
.admin-panel-top .panel-user-trigger,
.customer-panel-body .panel-user-trigger{white-space:nowrap!important;max-width:210px!important;overflow:hidden!important}
.site-user-dropdown[data-floating="1"],.notification-dropdown[data-floating="1"]{position:fixed!important;right:auto!important;left:auto!important;max-width:calc(100vw - 24px)!important;overflow:auto!important;z-index:999!important}
.product-head-actions .btn,.admin-head-actions .btn,.admin-product-actions .btn,.advanced-product-form .btn{color:#fff!important;font-weight:900!important;line-height:1.1!important;text-shadow:none!important;white-space:nowrap!important;opacity:1!important;visibility:visible!important}
.product-head-actions .btn.ghost,.admin-head-actions .btn.ghost,.admin-product-actions .btn.ghost,.advanced-product-form .btn.ghost{background:#e8eefc!important;color:#1d4ed8!important;border:1px solid #c7d7fe!important}
.product-head-actions .btn:not(.ghost){background:var(--primary)!important;color:#fff!important;border:1px solid var(--primary)!important}
.products-list-page .product-head-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;min-width:max-content!important}
@media(max-width:760px){.products-list-page .product-head-actions{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:1fr!important}.products-list-page .product-head-actions .btn{width:100%!important;justify-content:center!important}.admin-panel-top .panel-top-actions.panel-toolbar-actions,.customer-panel-body .panel-top-actions.panel-toolbar-actions{display:none!important}.panel-mobile-actions{margin-left:auto!important;justify-self:end!important}}

/* v0.3.19: richer homepage/catalog script-program-hosting cards */
.product-type-section{position:relative}
.product-type-section .section-head{align-items:flex-end;gap:18px}
.type-card-grid{display:grid;grid-template-columns:repeat(var(--type-card-columns,4),minmax(0,1fr));gap:18px;align-items:stretch}
.type-card{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:14px;min-height:100%;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 18px 46px rgba(15,23,42,.06);transition:.22s ease}
.type-card:before{content:"";position:absolute;inset:auto -40px -70px auto;width:170px;height:170px;border-radius:999px;background:rgba(37,99,235,.08);pointer-events:none}
.type-card:hover{transform:translateY(-3px);box-shadow:0 24px 64px rgba(15,23,42,.10)}
.type-card.is-active{border-color:rgba(37,99,235,.35);box-shadow:0 22px 58px rgba(37,99,235,.14)}
.type-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;z-index:1}
.type-icon,.type-mini-icon{display:inline-flex;align-items:center;justify-content:center;border-radius:18px;background:#eef4ff;color:#1d4ed8;font-weight:950;box-shadow:inset 0 0 0 1px rgba(37,99,235,.10)}
.type-icon{width:48px;height:48px;font-size:24px}
.type-mini-icon{width:34px;height:34px;font-size:17px;flex:0 0 auto}
.type-card h3{margin:0;font-size:20px;line-height:1.22;letter-spacing:-.02em;position:relative;z-index:1}
.type-card p{margin:0;color:#667085;line-height:1.65;position:relative;z-index:1}
.type-feature-list{display:grid;gap:8px;position:relative;z-index:1;margin-top:auto}
.type-feature-list span{display:flex;align-items:flex-start;gap:9px;font-size:13px;color:#344054;line-height:1.45}
.type-feature-list span:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#ecfdf3;color:#027a48;font-size:12px;font-weight:950;flex:0 0 auto;margin-top:1px}
.type-card-foot{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;position:relative;z-index:1;border-top:1px solid rgba(15,23,42,.06);padding-top:12px}
.type-card-foot small{color:#667085;line-height:1.4}
.type-card-program:before{background:rgba(124,58,237,.08)}
.type-card-hosting:before{background:rgba(14,165,233,.10)}
.type-card-license:before{background:rgba(245,158,11,.12)}
.product-flow-section{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.flow-card{display:grid;grid-template-columns:auto 1fr;column-gap:12px;row-gap:4px;padding:18px 20px;border:1px solid rgba(15,23,42,.08);border-radius:22px;background:#fff;box-shadow:0 16px 38px rgba(15,23,42,.05)}
.flow-card span{grid-row:1/3;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:14px;background:#101828;color:#fff;font-weight:950}.flow-card strong{font-size:16px}.flow-card p{margin:0;color:#667085;line-height:1.55}
.catalog-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:22px;align-items:center;background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 34%),linear-gradient(135deg,#fff,#f7faff)}
.catalog-hero h1{font-size:clamp(34px,5vw,58px);line-height:1.02;margin:12px 0;letter-spacing:-.04em}.catalog-hero p{color:#667085;line-height:1.75;font-size:17px;max-width:760px}.catalog-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.catalog-hero-panel{display:grid;gap:12px;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:rgba(255,255,255,.78);padding:18px;box-shadow:0 18px 46px rgba(15,23,42,.06);backdrop-filter:blur(14px)}
.catalog-mini-stats{display:grid;gap:10px}.catalog-mini-stat{display:flex;align-items:center;gap:12px;border:1px solid rgba(15,23,42,.07);border-radius:18px;padding:12px;background:#fff;transition:.2s ease}.catalog-mini-stat:hover,.catalog-mini-stat.active{border-color:rgba(37,99,235,.26);background:#f7faff}.catalog-mini-stat>span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:14px;background:#eef4ff;color:#1d4ed8;font-weight:950}.catalog-mini-stat b{display:block;color:#101828}.catalog-mini-stat small{display:block;color:#667085;margin-top:2px}
.catalog-filter-card{display:grid;gap:16px;margin-bottom:18px}.filter-block{display:grid;gap:10px}.filter-pills{display:flex;gap:8px;flex-wrap:wrap}.filter-pill{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border:1px solid rgba(15,23,42,.08);border-radius:999px;background:#fff;color:#344054;font-weight:800;font-size:13px}.filter-pill small{color:#98a2b3}.filter-pill.active,.filter-pill:hover{background:#eef4ff;border-color:#c7d7fe;color:#1d4ed8}.category-filter-pills{max-height:128px;overflow:auto;padding-right:4px}
.catalog-product-grid{align-items:stretch}.catalog-product-card{display:flex;flex-direction:column;min-height:100%}.product-card-topline{display:flex;align-items:center;gap:9px;justify-content:space-between}.catalog-add-form{display:grid;gap:10px;margin-top:auto}.catalog-add-form input{width:100%}.empty-catalog-card{grid-column:1/-1;text-align:center;max-width:620px;margin:0 auto}.empty-catalog-card p{color:#667085;line-height:1.7}
@media(max-width:1180px){.type-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-hero{grid-template-columns:1fr}.product-flow-section{grid-template-columns:1fr}}
@media(max-width:760px){.product-type-section .section-head{display:grid}.type-card-grid,.catalog-type-grid{grid-template-columns:1fr}.type-card{padding:20px}.type-card-foot{grid-template-columns:1fr}.type-card-foot .btn{width:100%;justify-content:center}.catalog-hero{padding:22px!important}.catalog-hero-actions{display:grid}.catalog-hero-actions .btn{width:100%;justify-content:center}.catalog-mini-stat{align-items:flex-start}.products-catalog-page .product-head-actions{display:grid;width:100%;grid-template-columns:1fr}.filter-pill{width:100%;justify-content:space-between}.product-card-topline{justify-content:flex-start}.flow-card{padding:16px}.catalog-filter-card{padding:16px}}

/* v0.3.20: narrower account dropdown, top update action, customer panel refinement */
.site-user-dropdown{width:280px!important;max-width:calc(100vw - 24px)!important;padding:10px!important;border-radius:20px!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 24px 70px rgba(15,23,42,.18)!important;background:rgba(255,255,255,.98)!important;backdrop-filter:blur(14px)}
.site-user-dropdown .dropdown-head{display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;padding:10px!important;border-radius:16px!important;background:linear-gradient(135deg,#f7faff,#fff)!important;border:1px solid rgba(15,23,42,.06)!important;margin-bottom:8px!important}
.site-user-dropdown .dropdown-head strong,.site-user-dropdown .dropdown-head small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;display:block!important}
.site-user-dropdown>a,.site-user-dropdown .dropdown-form button{display:flex!important;align-items:center!important;gap:9px!important;width:100%!important;border:0!important;text-align:left!important;padding:10px 12px!important;border-radius:14px!important;background:transparent!important;color:#344054!important;font-weight:850!important;line-height:1.2!important;cursor:pointer!important}
.site-user-dropdown>a:hover,.site-user-dropdown .dropdown-form button:hover{background:#eef4ff!important;color:#1d4ed8!important}.site-user-dropdown .dropdown-form{margin:4px 0 0!important}.site-user-dropdown .avatar-circle.large{width:44px!important;height:44px!important}
.panel-site-menu-wrap{position:relative!important;display:inline-flex!important;flex:0 0 auto!important}.panel-site-menu-dropdown{width:310px!important;padding:10px!important}.panel-site-menu-list{display:grid;gap:7px;max-height:min(420px,70vh);overflow:auto;padding:2px}.panel-site-menu-list .panel-dynamic-item>a{background:#fff;border:1px solid rgba(15,23,42,.07);border-radius:15px;padding:10px!important}.panel-site-menu-list .panel-dynamic-item>a:hover{background:#eef4ff;border-color:#c7d7fe}.panel-site-menu-list .panel-dynamic-sub{margin:6px 0 0 18px;display:grid;gap:6px}.panel-site-menu-trigger span{font-size:18px}.customer-panel-body .sidebar .panel-dynamic-box{display:none!important}
.customer-dashboard-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:18px;align-items:center;background:radial-gradient(circle at top left,rgba(37,99,235,.15),transparent 34%),linear-gradient(135deg,#fff,#f7faff);border:1px solid rgba(15,23,42,.08);box-shadow:0 20px 54px rgba(15,23,42,.07)}.customer-dashboard-hero h1{font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.04em;margin:12px 0}.customer-dashboard-hero p{color:#667085;line-height:1.75;font-size:16px;max-width:780px}.customer-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.customer-hero-card{display:grid;gap:8px;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:rgba(255,255,255,.82);padding:18px;box-shadow:0 16px 44px rgba(15,23,42,.06)}.customer-hero-card strong{font-size:19px}.customer-hero-card small{color:#667085;line-height:1.55}.customer-health-list{display:grid;gap:8px;margin-top:8px}.customer-health-list span{display:flex;align-items:center;gap:9px;color:#344054;font-weight:800}.customer-health-list b{width:22px;height:22px;border-radius:999px;background:#ecfdf3;color:#027a48;display:grid;place-items:center;font-size:12px}.customer-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:16px 0}.customer-stat-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;align-items:center;border:1px solid rgba(15,23,42,.08);border-radius:22px;background:#fff;padding:16px;color:#101828;box-shadow:0 14px 34px rgba(15,23,42,.05);transition:.2s ease}.customer-stat-card:hover{transform:translateY(-2px);border-color:#c7d7fe;box-shadow:0 18px 46px rgba(37,99,235,.10)}.customer-stat-card>span{width:48px;height:48px;border-radius:17px;background:#eef4ff;display:grid;place-items:center;font-size:22px}.customer-stat-card strong{font-size:30px;display:block;line-height:1}.customer-stat-card small{display:block;color:#344054;font-weight:900;margin-top:2px}.customer-stat-card em{display:block;color:#667085;font-style:normal;font-size:12px;margin-top:4px}.customer-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.85fr);gap:16px;margin:16px 0}.customer-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.customer-action-card{display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:14px;background:#fbfcff;color:#101828}.customer-action-card:hover{background:#eef4ff;border-color:#c7d7fe}.customer-action-card>span{width:42px;height:42px;border-radius:15px;background:#fff;display:grid;place-items:center}.customer-action-card strong{display:block}.customer-action-card small{display:block;color:#667085;line-height:1.45;margin-top:3px}.customer-mini-list,.customer-license-grid{display:grid;gap:9px}.customer-mini-list a,.customer-license-item{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;border:1px solid rgba(15,23,42,.07);border-radius:16px;background:#fff;padding:11px;color:#101828}.customer-mini-list span,.customer-license-item>span{width:38px;height:38px;border-radius:14px;background:#eef4ff;display:grid;place-items:center}.customer-mini-list strong,.customer-license-item strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-mini-list small,.customer-license-item small{display:block;color:#667085;margin-top:3px;line-height:1.45}.customer-license-card{margin-top:16px}.panel-top-actions .panel-site-menu-wrap{order:1}.panel-top-actions .notification-wrap{order:2}.panel-top-actions .panel-user-top-wrap{order:3}
@media(max-width:1180px){.customer-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-dashboard-hero,.customer-dashboard-grid{grid-template-columns:1fr}}
@media(max-width:760px){.site-user-dropdown[data-floating="1"]{width:min(280px,calc(100vw - 24px))!important}.panel-site-menu-dropdown[data-floating="1"]{width:min(310px,calc(100vw - 24px))!important}.catalog-mini-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.catalog-mini-stat{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;gap:8px!important;padding:10px!important;align-items:center!important}.catalog-mini-stat>span{width:34px!important;height:34px!important;border-radius:12px!important}.catalog-mini-stat small{font-size:11px!important}.customer-dashboard-hero{padding:18px!important}.customer-hero-actions{display:grid}.customer-hero-actions .btn{width:100%;justify-content:center}.customer-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.customer-stat-card{grid-template-columns:1fr;padding:13px;gap:8px}.customer-stat-card>span{width:42px;height:42px}.customer-stat-card strong{font-size:26px}.customer-stat-card em{display:none}.customer-action-grid{grid-template-columns:1fr}.customer-dashboard-grid{grid-template-columns:1fr}.panel-mobile-actions .panel-site-menu-wrap{order:1}.panel-mobile-actions .notification-wrap{order:2}.panel-mobile-actions .panel-user-wrap{order:3}}
@media(max-width:430px){.catalog-mini-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.catalog-mini-stat{grid-template-columns:1fr!important;text-align:center;justify-items:center}.customer-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-stat-card small{font-size:12px}}


/* v0.3.21 customer panel site menu placement and toggle polish */
.customer-panel-body .panel-top-actions.panel-toolbar-actions{margin-left:auto!important;justify-content:flex-end!important;justify-self:end!important;gap:10px!important;flex-wrap:nowrap!important}.customer-panel-body .panel-top-actions .notification-wrap{order:1!important}.customer-panel-body .panel-top-actions .panel-user-top-wrap{order:2!important}.customer-panel-body .panel-top-actions .panel-site-menu-wrap{order:3!important}.customer-panel-body .panel-mobile-actions{margin-left:auto!important;justify-content:flex-end!important;justify-self:end!important;gap:8px!important;flex-wrap:nowrap!important}.customer-panel-body .panel-mobile-actions .notification-wrap{order:1!important}.customer-panel-body .panel-mobile-actions .panel-user-wrap{order:2!important}.customer-panel-body .panel-mobile-actions .panel-site-menu-wrap{order:3!important}.customer-panel-body .panel-site-menu-trigger{width:44px!important;height:44px!important;min-width:44px!important;padding:0!important;border-radius:15px!important}.customer-panel-body .panel-site-menu-trigger span{font-size:19px!important;line-height:1!important}.panel-site-menu-list .panel-dynamic-item>a{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;justify-items:start!important;text-align:left!important}.panel-site-menu-list .panel-dynamic-item>a>span{width:34px!important;height:34px!important;border-radius:12px!important;background:#eef4ff!important;display:inline-grid!important;place-items:center!important;justify-self:start!important;flex:0 0 34px!important}.panel-site-menu-list .panel-dynamic-item>a>strong{min-width:0!important;text-align:left!important;justify-self:start!important;white-space:normal!important}.panel-site-menu-list .panel-dynamic-sub{margin:7px 0 0 13px!important;border-left:2px solid #e4e7ec!important;padding-left:9px!important}.customer-panel-body .panel-site-menu-dropdown{width:330px!important;max-width:calc(100vw - 24px)!important}.customer-panel-body .panel-site-menu-dropdown .dropdown-title-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}.customer-panel-body .panel-site-menu-wrap{display:inline-flex!important;align-items:center!important;position:relative!important}.admin-panel-top .panel-top-actions.panel-toolbar-actions,.admin-body .panel-mobile-actions{margin-left:auto!important;justify-content:flex-end!important;justify-self:end!important}.admin-panel-top .panel-top-actions .notification-wrap{order:1!important}.admin-panel-top .panel-user-top-wrap{order:2!important}.dropdown-menu.open{display:grid!important}.dropdown-menu[data-floating="1"]{max-width:calc(100vw - 24px)!important;max-height:min(520px,calc(100dvh - 24px))!important;overflow:auto!important}
@media(max-width:900px){.customer-panel-body .panel-mobile-bar.panel-toolbar-left-menu{grid-template-columns:auto minmax(0,1fr) auto!important}.customer-panel-body .panel-mobile-title{min-width:0!important}.customer-panel-body .panel-mobile-actions{min-width:max-content!important}.customer-panel-body .panel-site-menu-trigger,.customer-panel-body .notification-trigger,.customer-panel-body .panel-user-trigger{width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;justify-content:center!important}.customer-panel-body .panel-user-trigger .desktop-label,.customer-panel-body .panel-user-trigger .dropdown-caret{display:none!important}.customer-panel-body .panel-site-menu-dropdown[data-floating="1"]{width:min(320px,calc(100vw - 24px))!important}.customer-panel-body .site-user-dropdown[data-floating="1"]{width:min(276px,calc(100vw - 24px))!important}.admin-body .panel-mobile-actions{margin-left:auto!important;justify-content:flex-end!important;justify-self:end!important}} 
@media(min-width:901px){.customer-panel-body .panel-site-menu-wrap{display:inline-flex!important}.customer-panel-body .panel-mobile-bar{display:none!important}.customer-panel-body .panel-top-actions .panel-site-menu-wrap{margin-left:0!important}}


/* v0.3.22 customer panel topbar, logo and dropdown visibility fixes */
.customer-panel-body .panel-site-menu-trigger span{font-size:22px!important;font-weight:950!important;line-height:1!important}
.customer-panel-body .panel-mobile-logo{display:inline-flex!important;align-items:center!important;gap:8px!important;min-width:0!important;max-width:170px!important;color:#101828!important;font-weight:950!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.customer-panel-body .panel-mobile-logo img{width:34px!important;height:34px!important;object-fit:contain!important;border-radius:10px!important;background:#fff!important;border:1px solid #e4e7ec!important;padding:3px!important;flex:0 0 34px!important}
.customer-panel-body .panel-mobile-logo .brand-dot{width:32px!important;height:32px!important;flex:0 0 32px!important}
.customer-panel-body .panel-mobile-logo strong{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:14px!important;letter-spacing:-.02em!important}
.customer-panel-body .panel-mobile-actions .notification-wrap{order:1!important}.customer-panel-body .panel-mobile-actions .panel-user-wrap{order:2!important}.customer-panel-body .panel-mobile-actions .panel-site-menu-wrap{order:3!important}
.customer-panel-body .panel-top-actions .notification-wrap{order:1!important}.customer-panel-body .panel-top-actions .panel-user-top-wrap{order:2!important}.customer-panel-body .panel-top-actions .panel-site-menu-wrap{order:3!important}
.customer-panel-body .panel-top-actions.panel-toolbar-actions,.customer-panel-body .panel-mobile-actions{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:nowrap!important;margin-left:auto!important;justify-content:flex-end!important}
.customer-panel-body .panel-site-menu-dropdown{box-shadow:0 24px 70px rgba(16,24,40,.18)!important}
@media(max-width:900px){
  .customer-panel-body .panel-mobile-bar.panel-toolbar-left-menu,.customer-panel-body .customer-mobile-topbar{grid-template-columns:auto auto minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;padding-left:10px!important;padding-right:10px!important}
  .customer-panel-body .panel-mobile-title{min-width:0!important;overflow:hidden!important}
  .customer-panel-body .panel-mobile-title strong{display:none!important}
  .customer-panel-body .panel-mobile-title small{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
  .customer-panel-body .panel-mobile-actions{min-width:max-content!important;justify-self:end!important}
  .customer-panel-body .panel-menu-toggle,.customer-panel-body .panel-site-menu-trigger,.customer-panel-body .notification-trigger,.customer-panel-body .panel-user-trigger{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;padding:0!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
  .customer-panel-body .panel-menu-toggle{background:#2563eb!important;color:#fff!important;font-size:22px!important}
  .customer-panel-body .panel-site-menu-trigger{background:#101828!important;color:#fff!important}
  .customer-panel-body .panel-site-menu-trigger span{font-size:23px!important}
  .customer-panel-body .notification-trigger b{top:-4px!important;right:-4px!important}
  .customer-panel-body .panel-site-menu-dropdown[data-floating="1"],
  .customer-panel-body .notification-dropdown[data-floating="1"],
  .customer-panel-body .site-user-dropdown[data-floating="1"]{position:fixed!important;left:12px!important;right:12px!important;top:64px!important;width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;max-height:calc(100dvh - 82px)!important;overflow:auto!important;z-index:9999!important;border-radius:20px!important}
  .customer-panel-body .panel-site-menu-list{max-height:calc(100dvh - 180px)!important}
  .panel-sidebar-open .customer-panel-body .sidebar,.customer-panel-body.panel-sidebar-open .sidebar{position:fixed!important;top:0!important;left:0!important;bottom:0!important;width:min(88vw,360px)!important;max-width:360px!important;height:100dvh!important;z-index:1001!important;transform:translateX(0)!important;overflow:auto!important}
}
@media(max-width:430px){
  .customer-panel-body .panel-mobile-logo{max-width:92px!important}
  .customer-panel-body .panel-mobile-logo strong{display:none!important}
  .customer-panel-body .panel-mobile-bar.panel-toolbar-left-menu,.customer-panel-body .customer-mobile-topbar{gap:7px!important}
  .customer-panel-body .panel-mobile-actions{gap:6px!important}
  .customer-panel-body .panel-menu-toggle,.customer-panel-body .panel-site-menu-trigger,.customer-panel-body .notification-trigger,.customer-panel-body .panel-user-trigger{width:40px!important;height:40px!important;min-width:40px!important}
}
@media(min-width:901px){
  .customer-panel-body .panel-mobile-logo{display:none!important}
}

/* v0.3.23 - Müşteri/yönetim paneli üst menü hizalama ve tekrar ikon temizliği */
.customer-panel-body .customer-mobile-topbar,
.admin-body .panel-mobile-bar.enhanced-panel-bar{
  display:grid!important;
  grid-template-columns:auto auto minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:8px!important;
  padding-left:10px!important;
  padding-right:10px!important;
}
.customer-panel-body .panel-menu-toggle,
.admin-body .panel-menu-toggle{
  justify-self:start!important;
  margin:0!important;
}
.customer-panel-body .panel-mobile-logo{
  justify-self:start!important;
  margin:0!important;
  max-width:132px!important;
}
.customer-panel-body .panel-mobile-title,
.admin-body .panel-mobile-title{
  min-width:0!important;
  overflow:hidden!important;
}
.customer-panel-body .panel-mobile-title strong{display:none!important;}
.customer-panel-body .panel-mobile-title small,
.admin-body .panel-mobile-title small{
  display:block!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.customer-panel-body .compact-panel-actions,
.admin-body .compact-panel-actions,
.customer-panel-body .panel-mobile-actions,
.admin-body .panel-mobile-actions{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  justify-self:end!important;
  margin-left:auto!important;
  gap:6px!important;
  flex-wrap:nowrap!important;
  min-width:max-content!important;
}
.customer-panel-body .compact-panel-actions > *,
.admin-body .compact-panel-actions > *,
.customer-panel-body .panel-mobile-actions > *,
.admin-body .panel-mobile-actions > *{
  margin:0!important;
  flex:0 0 auto!important;
}
.customer-panel-body .compact-panel-actions .notification-wrap{order:1!important;}
.customer-panel-body .compact-panel-actions .panel-user-wrap{order:2!important;}
.customer-panel-body .compact-panel-actions .panel-site-menu-wrap{order:3!important;}
.admin-body .compact-panel-actions .notification-wrap{order:1!important;}
.admin-body .compact-panel-actions .panel-user-wrap{order:2!important;}
.admin-body .compact-panel-actions .admin-site-menu-wrap{order:3!important;}
.customer-panel-body .panel-menu-toggle,
.customer-panel-body .panel-site-menu-trigger,
.customer-panel-body .notification-trigger,
.customer-panel-body .panel-user-trigger,
.admin-body .panel-menu-toggle,
.admin-body .panel-site-menu-trigger,
.admin-body .notification-trigger,
.admin-body .panel-user-trigger{
  width:42px!important;
  min-width:42px!important;
  height:42px!important;
  min-height:42px!important;
  padding:0!important;
  border-radius:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.customer-panel-body .panel-user-trigger .desktop-label,
.customer-panel-body .panel-user-trigger .dropdown-caret,
.admin-body .panel-user-trigger .desktop-label,
.admin-body .panel-user-trigger .dropdown-caret{
  display:none!important;
}
.customer-panel-body .panel-site-menu-trigger,
.admin-body .panel-site-menu-trigger{
  background:#101828!important;
  color:#fff!important;
  border-color:#101828!important;
}
.customer-panel-body .panel-top.enhanced-panel-top,
.admin-body .panel-top.enhanced-panel-top{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
}
.customer-panel-body .panel-top.enhanced-panel-top > div:first-child,
.admin-body .panel-top.enhanced-panel-top > div:first-child{
  min-width:0!important;
  flex:1 1 auto!important;
}
.customer-panel-body .panel-top-actions.panel-toolbar-actions,
.admin-body .panel-top-actions.panel-toolbar-actions,
.admin-body .admin-toolbar-actions{
  margin-left:auto!important;
  margin-right:0!important;
  justify-content:flex-end!important;
  justify-self:end!important;
  gap:8px!important;
  flex:0 0 auto!important;
  width:auto!important;
}
.customer-panel-body .panel-top-actions > *,
.admin-body .panel-top-actions > *{
  margin:0!important;
  flex:0 0 auto!important;
}
.customer-panel-body .panel-top-actions .notification-wrap,
.admin-body .panel-top-actions .notification-wrap{order:1!important;}
.customer-panel-body .panel-top-actions .panel-user-top-wrap,
.admin-body .panel-top-actions .panel-user-top-wrap{order:2!important;}
.customer-panel-body .panel-top-actions .panel-site-menu-wrap,
.admin-body .panel-top-actions .admin-site-menu-wrap{order:3!important;}
.customer-panel-body .sidebar,
.admin-body .sidebar{
  left:0!important;
}
.customer-panel-body .panel-brand-row{
  justify-content:space-between!important;
  gap:10px!important;
}
.customer-panel-body .panel-brand{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
}
.customer-panel-body .panel-brand-name{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.panel-site-menu-list .panel-dynamic-item>a{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
}
.panel-site-menu-list .panel-dynamic-item>a>span{
  justify-self:start!important;
}
.panel-site-menu-list .panel-dynamic-item>a>strong{
  justify-self:start!important;
  text-align:left!important;
}
@media(max-width:900px){
  .customer-panel-body .panel-top .panel-top-actions,
  .admin-body .panel-top .panel-top-actions{
    display:none!important;
  }
  .customer-panel-body .panel-content,
  .admin-body .panel-content{
    padding-top:78px!important;
  }
  .customer-panel-body .panel-mobile-bar,
  .admin-body .panel-mobile-bar{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    z-index:120!important;
    background:rgba(255,255,255,.96)!important;
    border-bottom:1px solid var(--line)!important;
    box-shadow:0 10px 30px rgba(16,24,40,.08)!important;
  }
  .customer-panel-body .site-user-dropdown[data-floating="1"],
  .customer-panel-body .notification-dropdown[data-floating="1"],
  .customer-panel-body .panel-site-menu-dropdown[data-floating="1"],
  .admin-body .site-user-dropdown[data-floating="1"],
  .admin-body .notification-dropdown[data-floating="1"],
  .admin-body .panel-site-menu-dropdown[data-floating="1"]{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    top:62px!important;
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    max-height:calc(100dvh - 78px)!important;
    overflow:auto!important;
    z-index:10000!important;
    border-radius:20px!important;
  }
  .customer-panel-body .panel-mobile-logo .brand-dot,
  .customer-panel-body .panel-mobile-logo img{
    width:34px!important;
    height:34px!important;
  }
}
@media(max-width:430px){
  .customer-panel-body .customer-mobile-topbar,
  .admin-body .panel-mobile-bar.enhanced-panel-bar{
    grid-template-columns:auto auto minmax(0,1fr) auto!important;
    gap:6px!important;
  }
  .customer-panel-body .panel-mobile-logo strong{display:none!important;}
  .customer-panel-body .panel-mobile-logo{max-width:40px!important;}
  .customer-panel-body .panel-mobile-title small,
  .admin-body .panel-mobile-title small{font-size:12px!important;}
  .customer-panel-body .panel-menu-toggle,
  .customer-panel-body .panel-site-menu-trigger,
  .customer-panel-body .notification-trigger,
  .customer-panel-body .panel-user-trigger,
  .admin-body .panel-menu-toggle,
  .admin-body .panel-site-menu-trigger,
  .admin-body .notification-trigger,
  .admin-body .panel-user-trigger{
    width:38px!important;
    min-width:38px!important;
    height:38px!important;
    min-height:38px!important;
    border-radius:13px!important;
  }
  .customer-panel-body .compact-panel-actions,
  .admin-body .compact-panel-actions{gap:4px!important;}
}
@media(min-width:901px){
  .customer-panel-body .panel-mobile-bar,
  .admin-body .panel-mobile-bar{
    display:none!important;
  }
}

/* v0.3.24 - Panel üst menü ikon sabitleme ve müşteri paneli logo düzeni */
.customer-panel-body .panel-mobile-bar.customer-mobile-topbar{
  grid-template-columns:46px auto minmax(0,1fr) auto!important;
  align-items:center!important;
  justify-content:stretch!important;
  gap:8px!important;
  padding:10px 12px!important;
}
.customer-panel-body .panel-mobile-bar .panel-menu-toggle,
.admin-body .panel-mobile-bar .panel-menu-toggle{
  position:static!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  margin:0!important;
  transform:none!important;
  grid-column:auto!important;
  justify-self:start!important;
}
.customer-panel-body .panel-mobile-logo{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  min-width:0!important;
  max-width:150px!important;
  overflow:hidden!important;
  color:var(--text)!important;
  font-weight:950!important;
  text-decoration:none!important;
}
.customer-panel-body .panel-mobile-logo img,
.customer-panel-body .panel-mobile-logo .brand-dot{
  width:36px!important;
  height:36px!important;
  flex:0 0 36px!important;
  border-radius:12px!important;
  object-fit:contain!important;
}
.customer-panel-body .panel-mobile-logo strong{
  display:block!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  font-size:14px!important;
  line-height:1.1!important;
}
.customer-panel-body .panel-mobile-title{display:none!important;}
.customer-panel-body .panel-mobile-spacer{display:block!important;min-width:0!important;}
.customer-panel-body .panel-mobile-actions.compact-panel-actions,
.admin-body .panel-mobile-actions.compact-panel-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:6px!important;
  margin-left:auto!important;
  min-width:max-content!important;
  flex:0 0 auto!important;
}
.customer-panel-body .panel-mobile-actions > *,
.admin-body .panel-mobile-actions > *,
.customer-panel-body .panel-top-actions > *,
.admin-body .panel-top-actions > *{
  position:relative!important;
  flex:0 0 auto!important;
  margin:0!important;
}
.customer-panel-body .panel-menu-toggle,
.customer-panel-body .panel-site-menu-trigger,
.customer-panel-body .notification-trigger,
.customer-panel-body .panel-user-trigger,
.admin-body .panel-menu-toggle,
.admin-body .panel-site-menu-trigger,
.admin-body .notification-trigger,
.admin-body .panel-user-trigger{
  width:42px!important;
  min-width:42px!important;
  max-width:42px!important;
  height:42px!important;
  min-height:42px!important;
  max-height:42px!important;
  padding:0!important;
  line-height:1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:14px!important;
  overflow:visible!important;
}
.customer-panel-body .panel-user-trigger .avatar-circle.small,
.admin-body .panel-user-trigger .avatar-circle.small{
  width:30px!important;
  min-width:30px!important;
  height:30px!important;
  min-height:30px!important;
  font-size:13px!important;
}
.customer-panel-body .panel-top.enhanced-panel-top,
.admin-body .panel-top.enhanced-panel-top{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  width:100%!important;
}
.customer-panel-body .panel-top.enhanced-panel-top > div:first-child,
.admin-body .panel-top.enhanced-panel-top > div:first-child{
  flex:1 1 auto!important;
  min-width:0!important;
}
.customer-panel-body .panel-top-actions.panel-toolbar-actions,
.admin-body .panel-top-actions.panel-toolbar-actions,
.admin-body .admin-toolbar-actions{
  margin-left:auto!important;
  margin-right:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  flex:0 0 auto!important;
  min-width:max-content!important;
  width:auto!important;
  justify-self:end!important;
}
.customer-panel-body .dropdown-menu[data-floating="1"],
.admin-body .dropdown-menu[data-floating="1"]{
  z-index:10000!important;
}
.customer-panel-body .site-user-dropdown,
.admin-body .site-user-dropdown{
  width:260px!important;
  max-width:calc(100vw - 24px)!important;
}
.customer-panel-body .notification-dropdown,
.admin-body .notification-dropdown{
  width:min(390px,calc(100vw - 24px))!important;
  max-width:calc(100vw - 24px)!important;
}
.customer-panel-body .panel-site-menu-dropdown,
.admin-body .panel-site-menu-dropdown{
  width:min(310px,calc(100vw - 24px))!important;
  max-width:calc(100vw - 24px)!important;
}
.customer-panel-body .sidebar{
  left:0!important;
}
.customer-panel-body .sidebar .panel-brand-row{
  justify-content:space-between!important;
}
.customer-panel-body .sidebar .panel-brand{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
}
.customer-panel-body .sidebar .panel-brand-name{
  display:inline-block!important;
  max-width:190px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
@media(max-width:900px){
  .customer-panel-body .panel-mobile-bar.customer-mobile-topbar{
    display:grid!important;
    grid-template-columns:46px auto minmax(0,1fr) auto!important;
  }
  .admin-body .panel-mobile-bar.enhanced-panel-bar{
    display:grid!important;
    grid-template-columns:46px minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:8px!important;
  }
  .admin-body .panel-mobile-title{
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .customer-panel-body .panel-mobile-actions.compact-panel-actions,
  .admin-body .panel-mobile-actions.compact-panel-actions{
    grid-column:auto!important;
    justify-self:end!important;
  }
  .customer-panel-body .site-user-dropdown[data-floating="1"],
  .customer-panel-body .notification-dropdown[data-floating="1"],
  .customer-panel-body .panel-site-menu-dropdown[data-floating="1"],
  .admin-body .site-user-dropdown[data-floating="1"],
  .admin-body .notification-dropdown[data-floating="1"],
  .admin-body .panel-site-menu-dropdown[data-floating="1"]{
    position:fixed!important;
    left:12px!important;
    right:auto!important;
    top:64px!important;
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    max-height:calc(100dvh - 82px)!important;
    overflow:auto!important;
    border-radius:20px!important;
  }
}
@media(max-width:430px){
  .customer-panel-body .panel-mobile-bar.customer-mobile-topbar{
    grid-template-columns:42px auto minmax(0,1fr) auto!important;
    gap:6px!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .customer-panel-body .panel-mobile-logo{max-width:42px!important;}
  .customer-panel-body .panel-mobile-logo strong{display:none!important;}
  .customer-panel-body .panel-menu-toggle,
  .customer-panel-body .panel-site-menu-trigger,
  .customer-panel-body .notification-trigger,
  .customer-panel-body .panel-user-trigger,
  .admin-body .panel-menu-toggle,
  .admin-body .panel-site-menu-trigger,
  .admin-body .notification-trigger,
  .admin-body .panel-user-trigger{
    width:38px!important;
    min-width:38px!important;
    max-width:38px!important;
    height:38px!important;
    min-height:38px!important;
    max-height:38px!important;
    border-radius:13px!important;
  }
}


/* v0.3.25 - Tek üst bar, temiz ikon hizası ve güvenli açılır menüler */
@media(max-width:900px){
  body.customer-panel-body .panel-content > .panel-top,
  body.admin-body .panel-content > .panel-top{
    display:none!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
  }
  body.customer-panel-body .panel-content,
  body.admin-body .panel-content{
    padding-top:76px!important;
  }
  body.customer-panel-body .panel-mobile-bar.customer-mobile-topbar{
    display:flex!important;
    grid-template-columns:none!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:8px!important;
    height:64px!important;
    min-height:64px!important;
    padding:10px 12px!important;
    background:rgba(255,255,255,.97)!important;
    border-bottom:1px solid var(--line)!important;
    box-shadow:0 10px 30px rgba(16,24,40,.08)!important;
  }
  body.customer-panel-body .panel-mobile-bar.customer-mobile-topbar > .panel-menu-toggle{
    order:1!important;
    flex:0 0 42px!important;
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    position:static!important;
    margin:0!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
  }
  body.customer-panel-body .panel-mobile-logo{
    order:2!important;
    flex:0 1 150px!important;
    max-width:150px!important;
    min-width:0!important;
    margin:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:8px!important;
  }
  body.customer-panel-body .panel-mobile-logo img,
  body.customer-panel-body .panel-mobile-logo .brand-dot{
    flex:0 0 34px!important;
    width:34px!important;
    height:34px!important;
  }
  body.customer-panel-body .panel-mobile-logo strong{
    display:block!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    font-size:14px!important;
  }
  body.customer-panel-body .panel-mobile-spacer{
    order:3!important;
    display:block!important;
    flex:1 1 auto!important;
    min-width:4px!important;
    height:1px!important;
  }
  body.customer-panel-body .panel-mobile-actions.compact-panel-actions{
    order:4!important;
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:5px!important;
    margin:0!important;
    min-width:0!important;
    width:auto!important;
  }
  body.customer-panel-body .panel-mobile-actions.compact-panel-actions > *{
    flex:0 0 auto!important;
    margin:0!important;
  }
  body.customer-panel-body .panel-mobile-actions .notification-wrap{order:1!important;}
  body.customer-panel-body .panel-mobile-actions .panel-user-wrap{order:2!important;}
  body.customer-panel-body .panel-mobile-actions .panel-site-menu-wrap{order:3!important;}
  body.admin-body .panel-mobile-bar.enhanced-panel-bar{
    display:flex!important;
    grid-template-columns:none!important;
    flex-direction:row!important;
    align-items:center!important;
    gap:8px!important;
    height:64px!important;
    min-height:64px!important;
    padding:10px 12px!important;
    background:rgba(255,255,255,.97)!important;
    border-bottom:1px solid var(--line)!important;
    box-shadow:0 10px 30px rgba(16,24,40,.08)!important;
  }
  body.admin-body .panel-mobile-bar.enhanced-panel-bar > .panel-menu-toggle{
    order:1!important;
    flex:0 0 42px!important;
    width:42px!important;
    min-width:42px!important;
    height:42px!important;
    position:static!important;
    margin:0!important;
  }
  body.admin-body .panel-mobile-title{
    order:2!important;
    flex:1 1 auto!important;
    min-width:0!important;
    display:block!important;
  }
  body.admin-body .panel-mobile-actions.compact-panel-actions{
    order:3!important;
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:5px!important;
    margin-left:auto!important;
    min-width:0!important;
    width:auto!important;
  }
  body.customer-panel-body .panel-menu-toggle,
  body.customer-panel-body .notification-trigger,
  body.customer-panel-body .panel-user-trigger,
  body.customer-panel-body .panel-site-menu-trigger,
  body.admin-body .panel-menu-toggle,
  body.admin-body .notification-trigger,
  body.admin-body .panel-user-trigger,
  body.admin-body .panel-site-menu-trigger{
    width:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    max-height:42px!important;
    padding:0!important;
    margin:0!important;
    border-radius:14px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    line-height:1!important;
  }
  body.customer-panel-body .panel-user-trigger .desktop-label,
  body.customer-panel-body .panel-user-trigger .dropdown-caret,
  body.admin-body .panel-user-trigger .desktop-label,
  body.admin-body .panel-user-trigger .dropdown-caret{
    display:none!important;
  }
  body.customer-panel-body .site-user-dropdown[data-floating="1"],
  body.customer-panel-body .notification-dropdown[data-floating="1"],
  body.customer-panel-body .panel-site-menu-dropdown[data-floating="1"],
  body.admin-body .site-user-dropdown[data-floating="1"],
  body.admin-body .notification-dropdown[data-floating="1"],
  body.admin-body .panel-site-menu-dropdown[data-floating="1"]{
    position:fixed!important;
    left:12px!important;
    right:auto!important;
    top:66px!important;
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    max-height:calc(100dvh - 84px)!important;
    overflow:auto!important;
    z-index:10000!important;
    border-radius:20px!important;
    box-shadow:0 24px 70px rgba(16,24,40,.18)!important;
  }
}
@media(max-width:430px){
  body.customer-panel-body .panel-mobile-bar.customer-mobile-topbar,
  body.admin-body .panel-mobile-bar.enhanced-panel-bar{gap:5px!important;padding-left:10px!important;padding-right:10px!important;}
  body.customer-panel-body .panel-mobile-logo{flex-basis:42px!important;max-width:42px!important;}
  body.customer-panel-body .panel-mobile-logo strong{display:none!important;}
  body.customer-panel-body .panel-menu-toggle,
  body.customer-panel-body .notification-trigger,
  body.customer-panel-body .panel-user-trigger,
  body.customer-panel-body .panel-site-menu-trigger,
  body.admin-body .panel-menu-toggle,
  body.admin-body .notification-trigger,
  body.admin-body .panel-user-trigger,
  body.admin-body .panel-site-menu-trigger{
    width:39px!important;min-width:39px!important;max-width:39px!important;height:39px!important;min-height:39px!important;max-height:39px!important;border-radius:13px!important;
  }
}
@media(min-width:901px){
  body.customer-panel-body .panel-mobile-bar,
  body.admin-body .panel-mobile-bar{display:none!important;}
  body.customer-panel-body .panel-content > .panel-top,
  body.admin-body .panel-content > .panel-top{display:flex!important;}
  body.customer-panel-body .panel-top-actions.panel-toolbar-actions,
  body.admin-body .panel-top-actions.panel-toolbar-actions,
  body.admin-body .admin-toolbar-actions{
    margin-left:auto!important;
    margin-right:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
    width:auto!important;
    min-width:max-content!important;
  }
}

/* v0.3.26 - Müşteri paneli üst bar temiz hizalama ve tek ikon satırı */
@media(max-width:900px){
  body.customer-panel-body > .panel-mobile-bar.customer-mobile-topbar,
  body.customer-panel-body > .panel-mobile-bar.enhanced-panel-bar{
    display:flex!important;
    position:fixed!important;
    top:0!important;left:0!important;right:0!important;
    z-index:1000!important;
    height:64px!important;min-height:64px!important;
    padding:10px 12px!important;
    align-items:center!important;
    gap:8px!important;
    background:rgba(255,255,255,.985)!important;
    border-bottom:1px solid #e4e7ec!important;
    box-shadow:0 10px 30px rgba(16,24,40,.08)!important;
  }
  body.customer-panel-body .panel-content > .panel-top,
  body.customer-panel-body .panel-content > .enhanced-panel-top{
    display:none!important;
    visibility:hidden!important;
    height:0!important;min-height:0!important;max-height:0!important;
    padding:0!important;margin:0!important;overflow:hidden!important;
  }
  body.customer-panel-body .panel-content{padding-top:76px!important;}
  body.customer-panel-body .customer-mobile-topbar > .panel-menu-toggle{
    order:1!important;
    flex:0 0 42px!important;
    width:42px!important;min-width:42px!important;height:42px!important;
    margin:0!important;position:static!important;left:auto!important;right:auto!important;top:auto!important;
  }
  body.customer-panel-body .customer-mobile-topbar > .panel-mobile-logo{
    order:2!important;
    flex:0 1 auto!important;
    max-width:156px!important;
    min-width:0!important;
    margin:0!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:8px!important;
    overflow:hidden!important;
  }
  body.customer-panel-body .customer-mobile-topbar > .panel-mobile-logo img,
  body.customer-panel-body .customer-mobile-topbar > .panel-mobile-logo .brand-dot{
    width:34px!important;min-width:34px!important;height:34px!important;flex:0 0 34px!important;
  }
  body.customer-panel-body .customer-mobile-topbar > .panel-mobile-logo strong{
    display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:14px!important;
  }
  body.customer-panel-body .customer-mobile-topbar > .panel-mobile-spacer{
    order:3!important;display:block!important;flex:1 1 auto!important;min-width:0!important;height:1px!important;
  }
  body.customer-panel-body .customer-mobile-topbar > .panel-mobile-actions.compact-panel-actions{
    order:4!important;
    margin-left:0!important;
    flex:0 0 auto!important;
    width:auto!important;min-width:0!important;
    display:flex!important;align-items:center!important;justify-content:flex-end!important;
    flex-wrap:nowrap!important;gap:6px!important;
  }
  body.customer-panel-body .customer-mobile-topbar .panel-mobile-actions.compact-panel-actions > *{
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    flex:0 0 auto!important;margin:0!important;position:relative!important;
  }
  body.customer-panel-body .customer-mobile-topbar .panel-mobile-actions .notification-wrap{order:1!important;}
  body.customer-panel-body .customer-mobile-topbar .panel-mobile-actions .panel-user-wrap{order:2!important;}
  body.customer-panel-body .customer-mobile-topbar .panel-mobile-actions .panel-site-menu-wrap{order:3!important;}
  body.customer-panel-body .customer-mobile-topbar .panel-menu-toggle,
  body.customer-panel-body .customer-mobile-topbar .notification-trigger,
  body.customer-panel-body .customer-mobile-topbar .panel-user-trigger,
  body.customer-panel-body .customer-mobile-topbar .panel-site-menu-trigger{
    width:42px!important;min-width:42px!important;max-width:42px!important;
    height:42px!important;min-height:42px!important;max-height:42px!important;
    padding:0!important;margin:0!important;border-radius:14px!important;
    display:inline-flex!important;align-items:center!important;justify-content:center!important;
    line-height:1!important;white-space:nowrap!important;
  }
  body.customer-panel-body .customer-mobile-topbar .panel-user-trigger .desktop-label,
  body.customer-panel-body .customer-mobile-topbar .panel-user-trigger .dropdown-caret{display:none!important;}
  body.customer-panel-body .customer-mobile-topbar .panel-site-menu-trigger{background:#101828!important;color:#fff!important;}
  body.customer-panel-body .customer-mobile-topbar .panel-site-menu-trigger span{font-size:22px!important;line-height:1!important;}
  body.customer-panel-body .customer-mobile-topbar .notification-trigger b{top:-5px!important;right:-5px!important;}
  body.customer-panel-body .site-user-dropdown[data-floating="1"],
  body.customer-panel-body .notification-dropdown[data-floating="1"],
  body.customer-panel-body .panel-site-menu-dropdown[data-floating="1"]{
    position:fixed!important;
    left:12px!important;right:auto!important;top:70px!important;
    width:calc(100vw - 24px)!important;max-width:calc(100vw - 24px)!important;
    max-height:calc(100dvh - 88px)!important;overflow:auto!important;
    z-index:10000!important;border-radius:20px!important;
    box-shadow:0 24px 70px rgba(16,24,40,.18)!important;
  }
  body.customer-panel-body .panel-backdrop{z-index:900!important;}
  body.customer-panel-body .sidebar{z-index:950!important;}
}
@media(max-width:430px){
  body.customer-panel-body .customer-mobile-topbar{gap:5px!important;padding-left:9px!important;padding-right:9px!important;}
  body.customer-panel-body .customer-mobile-topbar > .panel-mobile-logo{max-width:42px!important;flex-basis:42px!important;}
  body.customer-panel-body .customer-mobile-topbar > .panel-mobile-logo strong{display:none!important;}
  body.customer-panel-body .customer-mobile-topbar .panel-menu-toggle,
  body.customer-panel-body .customer-mobile-topbar .notification-trigger,
  body.customer-panel-body .customer-mobile-topbar .panel-user-trigger,
  body.customer-panel-body .customer-mobile-topbar .panel-site-menu-trigger{
    width:39px!important;min-width:39px!important;max-width:39px!important;height:39px!important;min-height:39px!important;max-height:39px!important;border-radius:13px!important;
  }
}
@media(min-width:901px){
  body.customer-panel-body > .panel-mobile-bar.customer-mobile-topbar,
  body.customer-panel-body > .panel-mobile-bar.enhanced-panel-bar{display:none!important;visibility:hidden!important;}
  body.customer-panel-body .panel-content > .panel-top,
  body.customer-panel-body .panel-content > .enhanced-panel-top{
    display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;
  }
  body.customer-panel-body .panel-top-actions.panel-toolbar-actions{
    grid-column:2!important;margin-left:auto!important;margin-right:0!important;
    display:flex!important;align-items:center!important;justify-content:flex-end!important;
    gap:8px!important;flex-wrap:nowrap!important;min-width:max-content!important;width:auto!important;
  }
  body.customer-panel-body .panel-top-actions .notification-wrap{order:1!important;}
  body.customer-panel-body .panel-top-actions .panel-user-top-wrap{order:2!important;}
  body.customer-panel-body .panel-top-actions .panel-site-menu-wrap{order:3!important;}
}


/* v0.3.27 - Customer/Admin panel icon group final alignment */
.customer-panel-body .panel-mobile-actions.compact-panel-actions,
.admin-body .panel-mobile-actions.compact-panel-actions,
.customer-panel-body .panel-top-actions.panel-toolbar-actions,
.admin-body .panel-top-actions.panel-toolbar-actions,
.admin-body .admin-toolbar-actions{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  align-content:center!important;
  gap:4px!important;
  column-gap:4px!important;
  row-gap:0!important;
  flex-wrap:nowrap!important;
  width:auto!important;
  min-width:0!important;
  max-width:max-content!important;
  margin-left:auto!important;
  margin-right:0!important;
  padding:0!important;
  white-space:nowrap!important;
}
.customer-panel-body .panel-mobile-actions.compact-panel-actions > *,
.admin-body .panel-mobile-actions.compact-panel-actions > *,
.customer-panel-body .panel-top-actions.panel-toolbar-actions > *,
.admin-body .panel-top-actions.panel-toolbar-actions > *,
.admin-body .admin-toolbar-actions > *{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  position:relative!important;
}
.customer-panel-body .panel-mobile-actions .notification-wrap,
.customer-panel-body .panel-top-actions .notification-wrap,
.admin-body .panel-mobile-actions .notification-wrap,
.admin-body .panel-top-actions .notification-wrap{order:1!important;}
.customer-panel-body .panel-mobile-actions .panel-user-wrap,
.customer-panel-body .panel-top-actions .panel-user-top-wrap,
.admin-body .panel-mobile-actions .panel-user-wrap,
.admin-body .panel-top-actions .panel-user-top-wrap{order:2!important;}
.customer-panel-body .panel-mobile-actions .panel-site-menu-wrap,
.customer-panel-body .panel-top-actions .panel-site-menu-wrap,
.admin-body .panel-mobile-actions .admin-site-menu-wrap,
.admin-body .panel-top-actions .admin-site-menu-wrap{order:3!important;}
.customer-panel-body .notification-trigger,
.customer-panel-body .panel-user-trigger,
.customer-panel-body .panel-site-menu-trigger,
.admin-body .notification-trigger,
.admin-body .panel-user-trigger,
.admin-body .panel-site-menu-trigger{
  width:40px!important;
  min-width:40px!important;
  max-width:40px!important;
  height:40px!important;
  min-height:40px!important;
  max-height:40px!important;
  padding:0!important;
  margin:0!important;
  border-radius:14px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 40px!important;
  line-height:1!important;
}
.customer-panel-body .panel-user-trigger .avatar-circle.small,
.admin-body .panel-user-trigger .avatar-circle.small{
  width:29px!important;
  min-width:29px!important;
  height:29px!important;
  min-height:29px!important;
  font-size:13px!important;
}
.customer-panel-body .notification-trigger span,
.customer-panel-body .panel-site-menu-trigger span,
.admin-body .notification-trigger span,
.admin-body .panel-site-menu-trigger span{font-size:18px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.customer-panel-body .panel-user-trigger .desktop-label,
.customer-panel-body .panel-user-trigger .dropdown-caret,
.admin-body .panel-user-trigger .desktop-label,
.admin-body .panel-user-trigger .dropdown-caret{display:none!important;}
.customer-panel-body .notification-trigger b,
.admin-body .notification-trigger b{position:absolute!important;top:-5px!important;right:-5px!important;min-width:17px!important;height:17px!important;font-size:10px!important;line-height:17px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.customer-panel-body .panel-top.enhanced-panel-top,
.admin-body .panel-top.enhanced-panel-top{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;gap:12px!important;}
.customer-panel-body .panel-top.enhanced-panel-top > :first-child,
.admin-body .panel-top.enhanced-panel-top > :first-child{flex:1 1 auto!important;min-width:0!important;}
@media(max-width:900px){
  body.customer-panel-body .panel-content > .panel-top,
  body.customer-panel-body .panel-content > .enhanced-panel-top,
  body.admin-body .panel-content > .panel-top,
  body.admin-body .panel-content > .enhanced-panel-top{
    display:none!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
  }
  body.customer-panel-body .customer-mobile-topbar,
  body.admin-body .panel-mobile-bar.enhanced-panel-bar{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    height:64px!important;
    min-height:64px!important;
    padding:10px 10px!important;
  }
  body.customer-panel-body .customer-mobile-topbar > .panel-menu-toggle,
  body.admin-body .panel-mobile-bar.enhanced-panel-bar > .panel-menu-toggle{
    order:1!important;
    flex:0 0 40px!important;
    width:40px!important;min-width:40px!important;max-width:40px!important;
    height:40px!important;min-height:40px!important;max-height:40px!important;
    margin:0!important;
    position:static!important;
    left:auto!important;right:auto!important;top:auto!important;
  }
  body.customer-panel-body .customer-mobile-topbar > .panel-mobile-logo{
    order:2!important;
    flex:0 1 auto!important;
    max-width:142px!important;
    min-width:0!important;
    margin:0!important;
  }
  body.customer-panel-body .customer-mobile-topbar > .panel-mobile-spacer,
  body.admin-body .panel-mobile-title{
    order:3!important;
    flex:1 1 auto!important;
    min-width:0!important;
    margin:0!important;
  }
  body.customer-panel-body .customer-mobile-topbar > .panel-mobile-actions.compact-panel-actions,
  body.admin-body .panel-mobile-bar.enhanced-panel-bar > .panel-mobile-actions.compact-panel-actions{
    order:4!important;
    margin-left:auto!important;
    flex:0 0 auto!important;
    gap:3px!important;
    min-width:0!important;
    max-width:max-content!important;
  }
  body.customer-panel-body .customer-mobile-topbar .notification-trigger,
  body.customer-panel-body .customer-mobile-topbar .panel-user-trigger,
  body.customer-panel-body .customer-mobile-topbar .panel-site-menu-trigger,
  body.admin-body .panel-mobile-bar.enhanced-panel-bar .notification-trigger,
  body.admin-body .panel-mobile-bar.enhanced-panel-bar .panel-user-trigger,
  body.admin-body .panel-mobile-bar.enhanced-panel-bar .panel-site-menu-trigger{
    width:39px!important;min-width:39px!important;max-width:39px!important;
    height:39px!important;min-height:39px!important;max-height:39px!important;
    flex-basis:39px!important;
    border-radius:13px!important;
  }
  body.customer-panel-body .site-user-dropdown[data-floating="1"],
  body.customer-panel-body .notification-dropdown[data-floating="1"],
  body.customer-panel-body .panel-site-menu-dropdown[data-floating="1"],
  body.admin-body .site-user-dropdown[data-floating="1"],
  body.admin-body .notification-dropdown[data-floating="1"],
  body.admin-body .panel-site-menu-dropdown[data-floating="1"]{
    position:fixed!important;
    left:10px!important;
    right:auto!important;
    top:68px!important;
    width:calc(100vw - 20px)!important;
    max-width:calc(100vw - 20px)!important;
    max-height:calc(100dvh - 82px)!important;
    overflow:auto!important;
    z-index:10000!important;
  }
}
@media(max-width:390px){
  body.customer-panel-body .customer-mobile-topbar,
  body.admin-body .panel-mobile-bar.enhanced-panel-bar{gap:4px!important;padding-left:8px!important;padding-right:8px!important;}
  body.customer-panel-body .customer-mobile-topbar > .panel-mobile-logo{max-width:38px!important;flex-basis:38px!important;}
  body.customer-panel-body .customer-mobile-topbar > .panel-mobile-logo strong{display:none!important;}
  body.customer-panel-body .customer-mobile-topbar .notification-trigger,
  body.customer-panel-body .customer-mobile-topbar .panel-user-trigger,
  body.customer-panel-body .customer-mobile-topbar .panel-site-menu-trigger,
  body.admin-body .panel-mobile-bar.enhanced-panel-bar .notification-trigger,
  body.admin-body .panel-mobile-bar.enhanced-panel-bar .panel-user-trigger,
  body.admin-body .panel-mobile-bar.enhanced-panel-bar .panel-site-menu-trigger,
  body.customer-panel-body .customer-mobile-topbar > .panel-menu-toggle,
  body.admin-body .panel-mobile-bar.enhanced-panel-bar > .panel-menu-toggle{
    width:37px!important;min-width:37px!important;max-width:37px!important;height:37px!important;min-height:37px!important;max-height:37px!important;flex-basis:37px!important;
  }
}
@media(min-width:901px){
  body.customer-panel-body > .panel-mobile-bar.customer-mobile-topbar,
  body.admin-body > .panel-mobile-bar.enhanced-panel-bar{display:none!important;visibility:hidden!important;}
  body.customer-panel-body .panel-content > .panel-top,
  body.admin-body .panel-content > .panel-top{display:flex!important;}
}

/* v0.3.28: dropdown click-open/click-close stability */
[data-dropdown-menu]:not(.open){display:none!important;}
[data-dropdown-menu].open{display:grid!important;}
.panel-mobile-actions [data-dropdown-toggle],
.panel-top-actions [data-dropdown-toggle],
.topbar-actions [data-dropdown-toggle]{cursor:pointer;touch-action:manipulation;}
.panel-mobile-actions [data-dropdown-toggle][aria-expanded="true"],
.panel-top-actions [data-dropdown-toggle][aria-expanded="true"],
.topbar-actions [data-dropdown-toggle][aria-expanded="true"]{background:#eef4ff!important;border-color:#c7d7fe!important;color:#1d4ed8!important;}
.dropdown-menu[data-floating="1"]{animation:dropdownPop .14s ease-out;transform-origin:top right;}
@keyframes dropdownPop{from{opacity:.55;transform:translateY(-4px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:900px){
  body.customer-panel-body .customer-mobile-topbar .panel-mobile-actions,
  body.admin-body .panel-mobile-bar.enhanced-panel-bar .panel-mobile-actions{display:flex!important;align-items:center!important;gap:4px!important;flex-wrap:nowrap!important;}
  body.customer-panel-body .customer-mobile-topbar .panel-mobile-actions>* ,
  body.admin-body .panel-mobile-bar.enhanced-panel-bar .panel-mobile-actions>*{flex:0 0 auto!important;margin:0!important;}
}

/* v0.3.29 domain sales module */
.domain-hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,.7fr);gap:24px;align-items:stretch;background:linear-gradient(135deg,#ffffff 0%,#eef4ff 100%)}
.domain-hero h1{font-size:clamp(30px,5vw,56px);line-height:1.02;margin:14px 0}.domain-search-box{display:grid;gap:12px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:0 20px 60px rgba(16,24,40,.08)}
.domain-search-box input,.domain-search-box select{width:100%}.domain-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.domain-benefit-grid span{background:#fff;border:1px solid #dbe7ff;border-radius:999px;padding:10px 13px;font-weight:800;color:#1d4ed8}.domain-result-card{display:flex;align-items:center;justify-content:space-between;gap:18px;border-width:2px}.domain-result-card.available{border-color:#a7f3d0;background:#f0fdf4}.domain-result-card.unavailable{border-color:#fecaca;background:#fff7f7}.domain-result-main{display:flex;align-items:center;gap:14px}.domain-state-icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:#fff;font-weight:950;font-size:22px}.domain-buy-form{display:flex;align-items:end;gap:12px;flex-wrap:wrap}.domain-buy-form label{min-width:110px}.domain-price-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px 14px;display:grid;gap:2px}.domain-price-box small{color:var(--muted)}.domain-extension-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.domain-extension-card strong{font-size:24px}.domain-extension-card small{display:block;color:var(--muted);line-height:1.5}.domain-suggestion-list{display:grid;gap:12px}.domain-suggestion-card{display:flex;align-items:center;justify-content:space-between;gap:14px}.domain-admin-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:18px;margin-bottom:18px}.admin-domain-page .responsive-table{overflow:auto}.inline-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.domain-admin-bottom{margin-top:18px}.domain-admin-list{display:grid;gap:10px}.domain-admin-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:18px;padding:12px}.domain-admin-row small{display:block;color:var(--muted);margin-top:3px}.domain-panel-list{display:grid;gap:14px}.domain-panel-card{display:grid;gap:14px}.domain-panel-card .script-meta-grid span{border:1px solid var(--line);border-radius:16px;padding:12px;background:#f8fafc}.domain-panel-card .script-meta-grid small{display:block;color:var(--muted);margin-bottom:3px}.domain-admin-page .toggle-row{display:flex!important;align-items:flex-start;gap:10px;border:1px solid var(--line);border-radius:18px;padding:12px;background:#fff}.domain-admin-page .toggle-row input{width:auto!important;margin-top:4px}.domain-admin-page .toggle-row small{display:block;color:var(--muted);margin-top:3px}@media(max-width:900px){.domain-hero,.domain-admin-grid,.domain-admin-bottom{grid-template-columns:1fr}.domain-result-card,.domain-buy-form,.domain-suggestion-card{align-items:stretch;flex-direction:column}.domain-extension-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.domain-benefit-grid{grid-template-columns:1fr}.domain-search-box{padding:16px}.domain-hero h1{font-size:34px}}
@media(max-width:420px){.domain-extension-grid{grid-template-columns:1fr}}


/* v0.3.30 - Ana sayfa domain sorgulama bloğu */
.home-domain-search-section{max-width:1180px;margin:18px auto 0;padding:0 18px}
.home-domain-search-card{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:22px;align-items:stretch;background:linear-gradient(135deg,#f8fbff 0%,#eef6ff 48%,#f7f4ff 100%);border:1px solid #dbe7ff;border-radius:30px;padding:24px;box-shadow:0 24px 70px rgba(15,23,42,.08);overflow:hidden;position:relative}
.home-domain-search-card:before{content:"";position:absolute;right:-70px;top:-90px;width:260px;height:260px;border-radius:50%;background:rgba(37,99,235,.11);pointer-events:none}.home-domain-search-card:after{content:"";position:absolute;left:-70px;bottom:-100px;width:220px;height:220px;border-radius:50%;background:rgba(14,165,233,.10);pointer-events:none}.home-domain-content,.home-domain-search-form{position:relative;z-index:1}.home-domain-content h2{font-size:clamp(26px,3.8vw,42px);line-height:1.08;margin:12px 0 10px;color:#0f172a}.home-domain-content p{max-width:720px;color:#475569;font-size:16px;line-height:1.7;margin:0}.home-domain-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.home-domain-benefits span{background:#fff;border:1px solid #dceafe;border-radius:999px;padding:10px 13px;font-weight:800;color:#1d4ed8;box-shadow:0 10px 24px rgba(37,99,235,.06)}.home-domain-search-form{display:grid;gap:12px;background:#fff;border:1px solid rgba(148,163,184,.35);border-radius:24px;padding:18px;box-shadow:0 18px 50px rgba(15,23,42,.08)}.home-domain-search-form label{display:grid;gap:8px;font-weight:900;color:#0f172a}.home-domain-search-form label span{font-size:13px;color:#64748b}.domain-inline-input{display:grid;grid-template-columns:minmax(0,1fr) 120px;gap:10px}.domain-inline-input input,.domain-inline-input select{width:100%;border:1px solid #dbe3ef;border-radius:16px;background:#f8fafc;padding:13px 14px;font-weight:800;color:#0f172a}.domain-inline-input input:focus,.domain-inline-input select:focus{outline:2px solid rgba(37,99,235,.18);border-color:#93c5fd;background:#fff}.home-domain-extension-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.home-domain-ext-pill{display:grid;gap:3px;text-align:center;text-decoration:none;border:1px solid #e2e8f0;border-radius:16px;padding:10px 8px;background:#f8fafc;color:#0f172a;transition:.18s ease}.home-domain-ext-pill:hover{transform:translateY(-2px);background:#fff;box-shadow:0 12px 26px rgba(15,23,42,.08)}.home-domain-ext-pill strong{font-size:16px}.home-domain-ext-pill small{color:#64748b;font-weight:800}@media(max-width:900px){.home-domain-search-section{padding:0 12px;margin-top:14px}.home-domain-search-card{grid-template-columns:1fr;border-radius:24px;padding:18px}.home-domain-benefits{grid-template-columns:1fr}.domain-inline-input{grid-template-columns:1fr 105px}.home-domain-extension-row{grid-template-columns:repeat(3,minmax(0,1fr))}.home-domain-content h2{font-size:28px}.home-domain-content p{font-size:14px}}@media(max-width:520px){.home-domain-search-card{padding:14px}.domain-inline-input{grid-template-columns:1fr}.home-domain-extension-row{grid-template-columns:repeat(2,minmax(0,1fr))}.home-domain-search-form{padding:14px;border-radius:20px}}


/* v0.3.31 - müşteri paneli sayfaları, buton kontrastı ve temiz üst ikon düzeni */
.btn, button.btn, a.btn{color:#fff!important;text-decoration:none!important;white-space:nowrap;line-height:1.15;box-shadow:0 10px 24px rgba(37,99,235,.18)}
.btn.ghost{color:#1d4ed8!important;background:#e8eefc!important;box-shadow:none!important}.btn.danger,.danger{color:#fff!important}.panel-contrast-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;color:#fff!important;border:1px solid rgba(255,255,255,.1)!important}.panel-contrast-btn:hover{filter:brightness(.96)}
.panel-toolbar-actions,.panel-top-actions,.admin-toolbar-actions{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;margin-left:auto!important;width:max-content!important;min-width:0!important;flex:0 0 auto!important}.panel-toolbar-actions>*{flex:0 0 auto!important;margin:0!important}.panel-toolbar-actions .notification-trigger,.panel-toolbar-actions .panel-user-trigger,.panel-toolbar-actions .panel-site-menu-trigger{width:42px;min-width:42px;height:42px;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:14px!important}.panel-toolbar-actions .panel-user-trigger{width:auto;min-width:42px;padding:0 10px!important;gap:8px}.panel-top{display:flex!important;align-items:center!important;gap:16px}.panel-top>div:first-child{min-width:0;flex:1 1 auto}.panel-top-actions .dropdown-menu[data-floating="1"]{z-index:9999!important}.panel-mobile-actions.compact-panel-actions{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important;flex:0 0 auto!important;max-width:max-content!important}.panel-mobile-actions.compact-panel-actions>*{flex:0 0 auto!important;margin:0!important}.panel-mobile-actions .notification-trigger,.panel-mobile-actions .panel-user-trigger,.panel-mobile-actions .panel-site-menu-trigger{width:40px!important;min-width:40px!important;height:40px!important;padding:0!important;border-radius:14px!important}.panel-mobile-actions .panel-user-trigger .desktop-label,.panel-mobile-actions .panel-user-trigger .dropdown-caret{display:none!important}.customer-panel-body .panel-content>.panel-top{display:flex!important}.customer-panel-body .panel-content>.panel-top .panel-top-actions{display:inline-flex!important}
@media(max-width:900px){.customer-panel-body .panel-content>.panel-top,.admin-body .panel-content>.panel-top{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.customer-panel-body>.customer-mobile-topbar{display:flex!important;align-items:center!important;gap:8px!important;padding:10px!important}.customer-panel-body .panel-mobile-logo{flex:0 1 auto!important;max-width:120px!important;min-width:0!important}.customer-panel-body .panel-mobile-spacer{display:block!important;flex:1 1 auto!important;min-width:0!important}.customer-panel-body .panel-mobile-actions.compact-panel-actions{margin-left:0!important}.customer-panel-body .panel-site-menu-dropdown[data-floating="1"],.customer-panel-body .notification-dropdown[data-floating="1"],.customer-panel-body .site-user-dropdown[data-floating="1"],.admin-body .panel-site-menu-dropdown[data-floating="1"],.admin-body .notification-dropdown[data-floating="1"],.admin-body .site-user-dropdown[data-floating="1"]{position:fixed!important;left:10px!important;right:10px!important;width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;top:66px!important;max-height:calc(100dvh - 80px)!important;overflow:auto!important;border-radius:20px!important}.customer-panel-body .panel-mobile-logo strong{display:none!important}.customer-panel-body .panel-mobile-logo img,.customer-panel-body .panel-mobile-logo .brand-dot{width:34px!important;height:34px!important;min-width:34px!important}}
.panel-page-shell{display:grid;gap:18px}.panel-page-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:26px;border:1px solid #dbeafe;background:linear-gradient(135deg,#ffffff,#eef4ff);border-radius:28px;box-shadow:0 20px 55px rgba(16,24,40,.07)}.panel-page-hero h1{margin:10px 0;font-size:clamp(28px,4vw,44px);line-height:1.08;letter-spacing:-1px}.panel-page-hero p{max-width:760px}.panel-metric-grid{display:grid;gap:14px}.panel-metric-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.panel-metric-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.panel-metric-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;display:grid;gap:8px;box-shadow:0 14px 36px rgba(16,24,40,.06)}.panel-metric-card span{font-size:24px}.panel-metric-card small{color:var(--muted);font-weight:800}.panel-metric-card strong{font-size:26px;line-height:1.1}.customer-card-list{display:grid;gap:14px}.customer-record-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;display:grid;gap:16px;box-shadow:0 16px 42px rgba(16,24,40,.06)}.record-main{display:flex;align-items:center;gap:14px;min-width:0}.record-main h3{margin:0;font-size:20px;word-break:break-word}.record-icon{width:48px;height:48px;border-radius:18px;background:#eef4ff;color:#1d4ed8;display:grid;place-items:center;font-size:24px;flex:0 0 auto}.record-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.record-meta-grid span{background:#f8fafc;border:1px solid #eef2f7;border-radius:16px;padding:12px;display:grid;gap:5px;min-width:0}.record-meta-grid small{color:var(--muted);font-weight:800}.record-meta-grid strong{min-width:0;overflow-wrap:anywhere}.domain-change-card-form,.panel-domain-search-card{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end;background:#f8fafc;border:1px solid #eef2f7;border-radius:18px;padding:12px}.panel-domain-search-card{grid-template-columns:1fr minmax(220px,360px) auto;background:#fff;box-shadow:0 14px 36px rgba(16,24,40,.05)}.panel-domain-search-card strong,.panel-domain-search-card small{display:block}.panel-domain-search-card small{color:var(--muted);margin-top:4px}.empty-state-card{background:#fff;border:1px dashed #cbd5e1;border-radius:24px;padding:28px;text-align:center;display:grid;place-items:center;gap:12px}.empty-icon{width:62px;height:62px;border-radius:22px;background:#eef4ff;display:grid;place-items:center;font-size:30px}.status{display:inline-flex!important;align-items:center;width:max-content;max-width:100%;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;background:#eef2ff;color:#3730a3}.status.active,.status.paid,.status.completed,.status.registered{background:#ecfdf3!important;color:#027a48!important}.status.pending,.status.processing,.status.open{background:#fffaeb!important;color:#b54708!important}.status.failed,.status.cancelled,.status.expired{background:#fef3f2!important;color:#b42318!important}.status.suspended,.status.closed{background:#f2f4f7!important;color:#475467!important}
@media(max-width:900px){.panel-page-hero{display:grid;padding:20px;border-radius:24px}.panel-page-hero .btn{width:100%}.panel-metric-grid.four,.panel-metric-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.record-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.domain-change-card-form,.panel-domain-search-card{grid-template-columns:1fr}.customer-record-card{padding:16px}.panel-metric-card{padding:15px}.panel-metric-card strong{font-size:22px}}
@media(max-width:520px){.panel-metric-grid.four,.panel-metric-grid.three,.record-meta-grid{grid-template-columns:1fr}.record-main{align-items:flex-start}.record-icon{width:42px;height:42px;border-radius:15px}.panel-page-hero h1{font-size:27px}}

/* v0.3.32 - SEO, iletişim, bildirim ve mail ayarları */
.contact-hero .section-head h1{max-width:780px}.contact-page-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:22px;align-items:start}.contact-form-card{display:grid;gap:16px}.contact-form-card input,.contact-form-card textarea,.contact-reply-form textarea{width:100%;border:1px solid var(--line);border-radius:16px;padding:13px 14px;background:#fff;color:var(--text);outline:none}.contact-form-card input:focus,.contact-form-card textarea:focus,.contact-reply-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(37,99,235,.10)}.contact-info-stack{display:grid;gap:14px}.contact-info-card{display:flex;gap:14px;align-items:flex-start}.contact-info-card>span{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:#eef4ff;color:var(--primary);font-size:22px}.contact-info-card p{color:var(--muted);line-height:1.55}.contact-info-card a{font-weight:800;color:var(--primary)}.contact-message-list{display:grid;gap:16px}.contact-admin-card{display:grid;gap:14px}.contact-admin-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.contact-admin-head small,.contact-admin-meta{color:var(--muted)}.contact-admin-message{padding:14px;border-radius:16px;background:#f8fafc;border:1px solid var(--line);line-height:1.6}.contact-admin-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:13px}.contact-reply-box{padding:14px;border-radius:16px;background:#ecfdf3;border:1px solid #bbf7d0}.contact-reply-form{display:grid;gap:10px}.notification-stats{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px}.notification-compose-card,.notification-feed-card{min-height:100%}.notification-admin-feed{display:grid;gap:12px;max-height:680px;overflow:auto;padding-right:4px}.notification-admin-item{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;padding:14px;border-radius:18px;border:1px solid var(--line);background:#fff}.notification-admin-item.high,.notification-admin-item.urgent{border-color:#fecaca;background:#fff7f7}.notification-admin-icon{width:44px;height:44px;border-radius:16px;background:#eef4ff;display:grid;place-items:center}.notification-admin-item p{margin:4px 0;color:var(--muted);line-height:1.45}.notification-admin-item small{color:var(--muted)}.notification-admin-item a{font-weight:800;color:var(--primary);display:inline-flex;margin-top:6px}.seo-settings-block code{background:#f2f4f7;border:1px solid var(--line);border-radius:8px;padding:2px 6px}.mail-deliverability-card,.mail-dns-card{border:1px solid var(--line);border-radius:22px;padding:20px;background:#fff}.btn.full{width:100%;justify-content:center}.admin-filter-pills{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.filter-pill{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--text);font-weight:800}.filter-pill.active{background:var(--primary);color:#fff;border-color:var(--primary)}@media(max-width:900px){.contact-page-grid{grid-template-columns:1fr}.notification-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.notification-stats .stat-card{padding:14px}.notification-admin-grid{grid-template-columns:1fr!important}.contact-admin-head{display:grid}.contact-admin-meta{display:grid;gap:6px}.contact-form-card .grid-two{grid-template-columns:1fr!important}}


/* v0.3.33 - mobil üst menü ikon stabilizasyonu ve panel ikon grubu */
.site-topbar.enhanced-topbar{align-items:center!important;min-width:0!important;overflow:visible!important;}
.site-topbar.enhanced-topbar .topbar-actions{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;flex:0 0 auto!important;margin-left:auto!important;min-width:0!important;white-space:nowrap!important;}
.site-topbar.enhanced-topbar .topbar-actions>*{flex:0 0 auto!important;margin:0!important;min-width:0!important;}
.site-topbar.enhanced-topbar .notification-trigger,
.site-topbar.enhanced-topbar .nav-auth-link,
.site-topbar.enhanced-topbar .user-menu-trigger,
.site-topbar.enhanced-topbar .site-drawer-toggle,
.site-topbar.enhanced-topbar .cart-top-link{width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;position:relative!important;overflow:visible!important;}
.site-topbar.enhanced-topbar .notification-trigger span,
.site-topbar.enhanced-topbar .nav-auth-link .auth-icon,
.site-topbar.enhanced-topbar .cart-top-link .auth-icon,
.site-topbar.enhanced-topbar .site-drawer-toggle,
.site-topbar.enhanced-topbar .user-menu-trigger .avatar-circle{font-size:18px!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.site-topbar.enhanced-topbar .notification-trigger b,
.site-topbar.enhanced-topbar .cart-badge{position:absolute!important;top:-5px!important;right:-5px!important;min-width:18px!important;height:18px!important;padding:0 5px!important;border-radius:999px!important;font-size:11px!important;line-height:18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;z-index:2!important;}
.site-topbar.enhanced-topbar .desktop-label,
.site-topbar.enhanced-topbar .dropdown-caret{display:none!important;}
.site-topbar.enhanced-topbar .brand{min-width:0!important;overflow:hidden!important;}
.site-topbar.enhanced-topbar .brand span:last-child{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
@media(max-width:900px){
  .site-topbar.enhanced-topbar{display:grid!important;grid-template-columns:42px minmax(0,1fr) auto!important;gap:8px!important;padding:10px 12px!important;min-height:64px!important;}
  .site-topbar.enhanced-topbar .site-drawer-toggle{grid-column:1!important;order:1!important;justify-self:start!important;}
  .site-topbar.enhanced-topbar .brand{grid-column:2!important;order:2!important;justify-self:start!important;max-width:100%!important;}
  .site-topbar.enhanced-topbar .topbar-actions{grid-column:3!important;order:3!important;justify-self:end!important;gap:5px!important;}
  .site-topbar.enhanced-topbar .site-nav{display:none!important;}
  .site-topbar.enhanced-topbar .topbar-actions .mobile-nav-toggle{display:none!important;width:0!important;min-width:0!important;height:0!important;padding:0!important;overflow:hidden!important;}
}
@media(max-width:380px){
  .site-topbar.enhanced-topbar{grid-template-columns:40px minmax(0,1fr) auto!important;gap:6px!important;padding-left:9px!important;padding-right:9px!important;}
  .site-topbar.enhanced-topbar .notification-trigger,
  .site-topbar.enhanced-topbar .nav-auth-link,
  .site-topbar.enhanced-topbar .user-menu-trigger,
  .site-topbar.enhanced-topbar .site-drawer-toggle,
  .site-topbar.enhanced-topbar .cart-top-link{width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;min-height:38px!important;border-radius:13px!important;}
  .site-topbar.enhanced-topbar .topbar-actions{gap:4px!important;}
}
.panel-top-actions.panel-toolbar-actions,
.panel-mobile-actions.compact-panel-actions{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:6px!important;margin-left:auto!important;white-space:nowrap!important;}
.panel-top-actions.panel-toolbar-actions>* ,
.panel-mobile-actions.compact-panel-actions>*{flex:0 0 auto!important;margin:0!important;}
.panel-top-actions .notification-trigger,
.panel-top-actions .panel-user-trigger,
.panel-top-actions .panel-site-menu-trigger,
.panel-mobile-actions .notification-trigger,
.panel-mobile-actions .panel-user-trigger,
.panel-mobile-actions .panel-site-menu-trigger{width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;padding:0!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;}
.panel-top-actions .panel-user-trigger .desktop-label,
.panel-top-actions .panel-user-trigger .dropdown-caret,
.panel-mobile-actions .panel-user-trigger .desktop-label,
.panel-mobile-actions .panel-user-trigger .dropdown-caret{display:none!important;}
.dropdown-menu[data-floating="1"]{z-index:99999!important;box-shadow:0 24px 70px rgba(16,24,40,.20)!important;}
/* v0.3.34 Advanced Security Center */
.security-center{display:grid;gap:18px}.grid-four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 16px 40px rgba(16,24,40,.06);display:grid;gap:6px}.stat-card span{width:42px;height:42px;border-radius:15px;background:#eef4ff;display:inline-flex;align-items:center;justify-content:center}.stat-card strong{font-size:28px}.stat-card small{color:var(--muted);font-weight:800}.align-start{align-items:start}.compact-form{display:grid;gap:12px}.btn.danger{background:#dc2626;color:#fff}.btn.tiny{padding:7px 10px;border-radius:11px;font-size:12px}.actions-cell{display:flex;gap:6px;flex-wrap:wrap}.status.active,.status.new{background:#ecfdf3;color:#027a48}.status.removed,.status.approved{background:#eef4ff;color:#175cd3}.status.expired,.status.rejected{background:#fff1f3;color:#b42318}.blocked-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at top left,#eef4ff,transparent 36%),linear-gradient(135deg,#f8fafc,#eef2ff)}.blocked-card{width:min(760px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:30px;padding:30px;box-shadow:0 26px 70px rgba(16,24,40,.12);display:grid;gap:16px}.blocked-icon{width:68px;height:68px;border-radius:22px;display:grid;place-items:center;background:#eef4ff;font-size:32px}.blocked-card h1{margin:0;font-size:32px;line-height:1.15}.blocked-card p{color:#475467;line-height:1.7;margin:0}.blocked-code{border:1px dashed #bcd0ff;background:#f8fbff;border-radius:20px;padding:14px;display:grid;gap:4px}.blocked-code strong{font-size:22px;letter-spacing:.04em}.blocked-code small{color:#667085;font-weight:800}.blocked-form{display:grid;gap:12px}.blocked-form label{display:grid;gap:7px;font-weight:800}.blocked-form input,.blocked-form textarea{border:1px solid #d0d5dd;border-radius:16px;padding:13px;background:#fff;width:100%}@media(max-width:900px){.grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}.blocked-card{padding:22px;border-radius:24px}.blocked-card h1{font-size:25px}}@media(max-width:560px){.grid-four{grid-template-columns:1fr}.blocked-page{padding:14px}.blocked-card h1{font-size:22px}}

/* v0.3.35 - Panel sağ site menüsü: ayrı iç kaydırmayı kaldır, sayfa ile birlikte aksın */
.customer-panel-body .panel-site-menu-dropdown,
.admin-body .panel-site-menu-dropdown,
.customer-panel-body .panel-site-menu-dropdown[data-floating="1"],
.admin-body .panel-site-menu-dropdown[data-floating="1"]{
  max-height:none!important;
  overflow:visible!important;
  height:auto!important;
}
.customer-panel-body .panel-site-menu-list,
.admin-body .panel-site-menu-list{
  max-height:none!important;
  overflow:visible!important;
  height:auto!important;
}
.customer-panel-body .panel-site-menu-dropdown .dropdown-title-row,
.admin-body .panel-site-menu-dropdown .dropdown-title-row{
  position:static!important;
}
@media(max-width:900px){
  body.customer-panel-body .panel-site-menu-dropdown[data-floating="1"],
  body.admin-body .panel-site-menu-dropdown[data-floating="1"]{
    position:absolute!important;
    top:58px!important;
    left:auto!important;
    right:10px!important;
    width:min(330px,calc(100vw - 20px))!important;
    max-width:calc(100vw - 20px)!important;
    max-height:none!important;
    overflow:visible!important;
  }
  body.customer-panel-body .panel-mobile-actions .panel-site-menu-wrap,
  body.admin-body .panel-mobile-actions .admin-site-menu-wrap{
    position:relative!important;
  }
}
@media(min-width:901px){
  body.customer-panel-body .panel-site-menu-dropdown[data-floating="1"],
  body.admin-body .panel-site-menu-dropdown[data-floating="1"]{
    max-height:none!important;
    overflow:visible!important;
  }
}

/* v0.3.36 - Yönetim paneli anasayfa gelişmiş flat dashboard */
.admin-dashboard-pro{display:grid;gap:18px}.admin-dashboard-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:22px;align-items:stretch;border:1px solid #dbeafe;border-radius:32px;padding:28px;background:radial-gradient(circle at top right,rgba(37,99,235,.14),transparent 32%),linear-gradient(135deg,#fff 0%,#eef4ff 56%,#f8fbff 100%);box-shadow:0 24px 70px rgba(16,24,40,.08)}.admin-dashboard-hero:before{content:"";position:absolute;right:-110px;bottom:-140px;width:330px;height:330px;border-radius:999px;background:rgba(14,165,233,.11);pointer-events:none}.admin-dashboard-hero>*{position:relative;z-index:1}.admin-dashboard-hero h1{margin:12px 0 12px;font-size:clamp(30px,4.5vw,52px);line-height:1.02;letter-spacing:-1.5px;color:#0f172a}.admin-dashboard-hero p{margin:0;color:#475467;font-size:16px;line-height:1.75;max-width:840px}.hero-action-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.hero-insight-card{background:rgba(255,255,255,.82);border:1px solid rgba(148,163,184,.26);border-radius:26px;padding:22px;box-shadow:0 18px 50px rgba(15,23,42,.08);display:flex;flex-direction:column;justify-content:center;gap:9px;backdrop-filter:blur(10px)}.hero-insight-card small,.section-eyebrow{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#64748b;font-weight:950}.hero-insight-card strong{font-size:clamp(28px,4vw,42px);line-height:1;color:#0f172a}.hero-insight-card span,.hero-insight-card em{color:#64748b;font-style:normal;font-weight:800}.progress-line{height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden;margin-top:6px}.progress-line i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2563eb,#06b6d4)}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dashboard-kpi-card{background:#fff;border:1px solid #e4e7ec;border-radius:24px;padding:18px;box-shadow:0 16px 42px rgba(16,24,40,.06);display:grid;gap:8px;min-width:0;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.dashboard-kpi-card:hover{transform:translateY(-3px);border-color:#bfdbfe;box-shadow:0 24px 55px rgba(16,24,40,.10)}.dashboard-kpi-card .kpi-icon{width:46px;height:46px;border-radius:17px;background:#eef4ff;display:grid;place-items:center;font-size:23px}.dashboard-kpi-card small{color:#667085;font-weight:900}.dashboard-kpi-card strong{font-size:31px;line-height:1;color:#0f172a}.dashboard-kpi-card em{font-style:normal;color:#64748b;font-weight:750;line-height:1.45}.dashboard-main-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.55fr);gap:18px;align-items:start}.dashboard-left-stack,.dashboard-side-stack{display:grid;gap:18px}.dashboard-section-head,.dashboard-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-section-head h2,.dashboard-card-head h2{margin:4px 0 0;font-size:22px;line-height:1.15;color:#101828}.dashboard-section-head a,.dashboard-card-head a{color:#1d4ed8;font-weight:900}.health-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.health-card{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid #e4e7ec;border-radius:24px;padding:18px;box-shadow:0 16px 42px rgba(16,24,40,.06)}.health-card>span{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:#eef4ff;font-size:22px;flex:0 0 auto}.health-card small{color:#64748b;font-weight:900}.health-card strong{display:block;margin:5px 0 3px;font-size:22px;color:#0f172a}.health-card em{display:block;font-style:normal;color:#667085;font-weight:750;line-height:1.45}.health-card.tone-good{border-color:#bbf7d0}.health-card.tone-good>span{background:#ecfdf3}.health-card.tone-warn{border-color:#fed7aa}.health-card.tone-warn>span{background:#fff7ed}.health-card.tone-danger{border-color:#fecaca}.health-card.tone-danger>span{background:#fef2f2}.health-card.tone-info{border-color:#bfdbfe}.dashboard-table-card{padding:0;overflow:hidden}.dashboard-table-card .dashboard-card-head{padding:20px 22px;border-bottom:1px solid #eef2f7}.responsive-table{width:100%;overflow-x:auto}.clean-table table{min-width:640px}.clean-table th{background:#f8fafc;color:#667085;text-transform:uppercase;letter-spacing:.04em}.clean-table td,.clean-table th{padding:14px 16px}.clean-table tr:hover td{background:#fbfdff}.revenue-card,.quick-admin-card,.timeline-card{background:#fff;border:1px solid #e4e7ec;border-radius:26px;padding:20px;box-shadow:0 16px 42px rgba(16,24,40,.06);display:grid;gap:14px}.revenue-card{background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;border:0}.revenue-card .section-eyebrow,.revenue-card p{color:#bfdbfe}.revenue-card h2{margin:0;font-size:34px;line-height:1}.revenue-card p{margin:0;line-height:1.5}.revenue-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.revenue-mini-grid div{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:12px;display:grid;gap:5px}.revenue-mini-grid small{color:#dbeafe;font-weight:850}.revenue-mini-grid strong{font-size:16px}.quick-admin-card a,.mini-list a,.security-mini-list a{display:flex;gap:12px;align-items:center;border:1px solid #eef2f7;background:#f8fafc;border-radius:18px;padding:13px;min-width:0}.quick-admin-card a:hover,.mini-list a:hover,.security-mini-list a:hover{background:#fff;border-color:#bfdbfe}.quick-admin-card a span,.security-mini-list a>span{width:40px;height:40px;border-radius:15px;background:#eef4ff;display:grid;place-items:center;font-size:20px;flex:0 0 auto}.quick-admin-card a strong,.mini-list a strong,.security-mini-list a strong{display:block;color:#101828;line-height:1.2;overflow-wrap:anywhere}.quick-admin-card a small,.mini-list a small,.security-mini-list a small{display:block;color:#64748b;margin-top:4px;line-height:1.4;overflow-wrap:anywhere}.mini-list,.security-mini-list{display:grid;gap:10px}.mini-list a>span{width:40px;height:40px;border-radius:999px;background:#eef4ff;color:#1d4ed8;display:grid;place-items:center;font-weight:950;flex:0 0 auto}.mini-list a>div,.security-mini-list a>div{min-width:0;flex:1 1 auto}.mini-list a>em.status{font-style:normal;flex:0 0 auto}.empty-mini{color:#667085;font-weight:800;margin:0;padding:10px}.status.open,.status.customer_reply,.status.pending{background:#fff7ed!important;color:#c2410c!important}.status.answered{background:#eef4ff!important;color:#175cd3!important}.status.closed,.status.cancelled{background:#f2f4f7!important;color:#475467!important}.status.failed,.status.banned{background:#fef2f2!important;color:#b42318!important}@media(max-width:1180px){.dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-main-grid{grid-template-columns:1fr}.dashboard-side-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.revenue-card,.quick-admin-card{align-self:start}}@media(max-width:900px){.admin-dashboard-hero{grid-template-columns:1fr;border-radius:24px;padding:20px}.admin-dashboard-hero h1{font-size:32px}.dashboard-kpi-grid,.health-grid,.dashboard-side-stack{grid-template-columns:1fr}.hero-action-row .btn{width:100%;justify-content:center}.clean-table table{min-width:560px}.dashboard-section-head,.dashboard-card-head{align-items:flex-start}.dashboard-kpi-card strong{font-size:28px}}@media(max-width:520px){.dashboard-kpi-grid{gap:10px}.dashboard-kpi-card,.health-card,.revenue-card,.quick-admin-card,.timeline-card{border-radius:20px;padding:15px}.dashboard-table-card .dashboard-card-head{padding:16px}.clean-table td,.clean-table th{padding:12px}.revenue-mini-grid{grid-template-columns:1fr}}

/* v0.3.38 - Havale / EFT ödeme sistemi */
.checkout-shell{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start;max-width:1180px;margin:28px auto;padding:0 20px}.checkout-total{font-size:28px;color:var(--primary)}.checkout-form{display:grid;gap:18px}.payment-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.payment-method-card{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:20px;background:#fff;cursor:pointer;transition:.2s ease}.payment-method-card:hover{transform:translateY(-1px);border-color:rgba(37,99,235,.35);box-shadow:0 14px 34px rgba(15,23,42,.08)}.payment-method-card input{position:absolute;opacity:0;pointer-events:none}.payment-method-card:has(input:checked){border-color:rgba(37,99,235,.55);background:linear-gradient(135deg,rgba(37,99,235,.10),rgba(255,255,255,.96));box-shadow:0 16px 42px rgba(37,99,235,.12)}.payment-method-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;background:rgba(37,99,235,.10);font-size:21px}.payment-method-card strong{display:block;font-size:15px}.payment-method-card small{display:block;color:var(--muted);line-height:1.45;margin-top:3px}.bank-transfer-preview,.bank-transfer-order-box{border:1px solid rgba(22,163,74,.22);border-radius:22px;padding:18px;background:linear-gradient(135deg,rgba(34,197,94,.10),rgba(255,255,255,.96))}.bank-transfer-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:14px}.bank-transfer-head>span{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;background:rgba(22,163,74,.12);font-size:22px}.bank-transfer-head h3,.bank-transfer-head p{margin:0}.bank-transfer-head.mini{margin-bottom:10px}.bank-transfer-head.mini>span{width:38px;height:38px;font-size:19px}.bank-transfer-head.mini small{display:block;color:var(--muted);line-height:1.45}.bank-transfer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bank-transfer-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr));font-size:14px}.bank-transfer-grid span{display:grid;gap:3px;padding:11px 12px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:rgba(255,255,255,.78);min-width:0}.bank-transfer-grid .wide{grid-column:1/-1}.bank-transfer-grid small{color:var(--muted);font-size:12px}.bank-transfer-grid strong{word-break:break-word}.bank-transfer-note{margin:12px 0 0;color:#166534;line-height:1.55}.checkout-summary{position:sticky;top:94px}.checkout-summary h2{margin-top:0}.checkout-lines{display:grid;gap:12px}.checkout-lines>div,.checkout-grand-total{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding-bottom:12px}.checkout-lines span{display:grid;gap:2px}.checkout-lines small{color:var(--muted)}.checkout-grand-total{border-bottom:0;padding:16px 0 0;font-size:18px}.admin-orders-page{display:grid;gap:18px}.admin-orders-table form{margin:0}.btn.small{padding:9px 12px;border-radius:12px;font-size:13px}.badge.soft-success{background:rgba(22,163,74,.10);color:#166534}.bank-transfer-pending-card{border-color:rgba(22,163,74,.25)!important}.bank-transfer-settings-card{background:linear-gradient(135deg,rgba(37,99,235,.06),rgba(34,197,94,.08))}.panel-metric-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:980px){.checkout-shell{grid-template-columns:1fr}.checkout-summary{position:static}.payment-method-grid{grid-template-columns:1fr}}@media(max-width:640px){.checkout-shell{padding:0 12px;margin:18px auto}.bank-transfer-grid,.bank-transfer-grid.compact{grid-template-columns:1fr}.payment-method-card{grid-template-columns:40px minmax(0,1fr);padding:14px}.panel-metric-grid.three{grid-template-columns:1fr}}

/* v0.3.39 - Gelişmiş fatura sistemi */
.invoice-hero{background:linear-gradient(135deg,rgba(37,99,235,.10),rgba(16,185,129,.10));border:1px solid rgba(37,99,235,.12);border-radius:28px;padding:24px}.invoice-top-actions,.invoice-actions-row{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.invoice-card-list{gap:16px}.invoice-record-card{position:relative;overflow:hidden}.invoice-record-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#2563eb,#10b981);opacity:.9}.invoice-document{max-width:1080px;margin:0 auto;padding:34px;border-radius:30px;background:#fff;box-shadow:0 24px 70px rgba(16,24,40,.08)}.invoice-doc-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:22px;border-bottom:1px solid var(--line,#e4e7ec)}.invoice-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:.08em}.invoice-doc-head h2{margin:10px 0 6px;font-size:34px;letter-spacing:-.04em}.invoice-doc-head p{margin:0;color:var(--muted,#667085)}.invoice-status-pill{padding:10px 14px;border-radius:999px;font-weight:900}.invoice-parties-grid{display:grid;grid-template-columns:1fr 1fr minmax(240px,.8fr);gap:16px;margin:24px 0}.invoice-parties-grid section{padding:18px;border:1px solid var(--line,#e4e7ec);border-radius:22px;background:#f8fafc}.invoice-parties-grid small,.invoice-total-box small,.invoice-note-box strong{display:block;color:var(--muted,#667085);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.invoice-parties-grid h3{margin:8px 0 10px}.invoice-parties-grid p{margin:5px 0;color:#475467;line-height:1.55}.invoice-dates-card p{display:flex;justify-content:space-between;gap:12px}.invoice-table-wrap{overflow:auto;border:1px solid var(--line,#e4e7ec);border-radius:22px}.invoice-table{width:100%;border-collapse:collapse;background:#fff}.invoice-table th,.invoice-table td{padding:14px 16px;border-bottom:1px solid var(--line,#e4e7ec);text-align:left;vertical-align:top}.invoice-table th{background:#f8fafc;color:#344054;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.invoice-table tr:last-child td{border-bottom:0}.invoice-summary-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;margin-top:22px}.invoice-note-box{padding:18px;border:1px solid var(--line,#e4e7ec);border-radius:22px;background:#f8fafc}.invoice-note-box p{margin:8px 0 0;color:#475467;line-height:1.6}.invoice-total-box{display:grid;gap:10px;padding:18px;border:1px solid rgba(37,99,235,.16);border-radius:22px;background:linear-gradient(135deg,#eff6ff,#f0fdf4)}.invoice-total-box span{display:flex;align-items:center;justify-content:space-between;gap:16px}.invoice-total-box .grand{margin-top:6px;padding-top:12px;border-top:1px solid rgba(37,99,235,.18)}.invoice-total-box .grand strong{font-size:24px;color:#1d4ed8}.invoice-footer-note{margin-top:22px;padding:16px 18px;border-radius:18px;background:#f9fafb;color:#475467;text-align:center}.invoice-admin-table .btn,.admin-orders-table .btn{white-space:nowrap}.status.issued{background:#ecfdf3!important;color:#027a48!important}.status.refunded{background:#fff7ed!important;color:#c2410c!important}.settings-panel-block.invoice-settings-card{background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(16,185,129,.08));border-color:rgba(37,99,235,.14)}
@media(max-width:900px){.invoice-hero{padding:18px}.invoice-doc-head,.invoice-top-actions{display:grid;justify-content:stretch}.invoice-document{padding:18px;border-radius:24px}.invoice-doc-head h2{font-size:24px}.invoice-parties-grid,.invoice-summary-grid{grid-template-columns:1fr}.invoice-dates-card p{display:block}.invoice-table th,.invoice-table td{padding:12px;white-space:nowrap}.invoice-total-box .grand strong{font-size:20px}}
@media print{body{background:#fff!important}.no-print,.panel-mobile-bar,.sidebar,.panel-top,.alert{display:none!important}.panel-content{padding:0!important;margin:0!important}.invoice-document{box-shadow:none!important;border:0!important;max-width:none!important}.invoice-view-page{padding:0!important}.invoice-table-wrap{overflow:visible!important}.invoice-table th,.invoice-table td{white-space:normal!important}}

/* v0.3.40 - Flat referans sistemi */
.referral-hero{background:linear-gradient(135deg,rgba(37,99,235,.10),rgba(16,185,129,.10));border:1px solid var(--line)}
.referral-top-grid{align-items:start;margin-top:18px}.referral-link-card,.referral-payout-card{display:grid;gap:14px;border:1px solid var(--line);border-radius:24px;box-shadow:0 18px 50px rgba(16,24,40,.07)}
.referral-link-card input,.referral-payout-card input,.referral-payout-card textarea,.referral-decision-form input,.referral-decision-form select{width:100%;border:1px solid var(--line);border-radius:16px;padding:12px 14px;background:var(--surface);color:var(--text);outline:none}
.referral-share-actions{display:flex;gap:10px;flex-wrap:wrap}.referral-table-card,.referral-admin-table{margin-top:18px;border-radius:24px;overflow:hidden}.referral-table-card table,.referral-admin-table table{min-width:900px}.referral-decision-form{display:grid;gap:8px;min-width:260px}.compact-form{display:grid;gap:12px}.badge.soft-success{background:#ecfdf3;color:#027a48;border-color:#abefc6}.status.approved{background:#ecfdf3;color:#027a48}.status.rejected,.status.cancelled{background:#fef3f2;color:#b42318}.status.paid{background:#eff8ff;color:#175cd3}.status.pending{background:#fffaeb;color:#b54708}
@media(max-width:900px){.referral-top-grid{grid-template-columns:1fr!important}.referral-share-actions .btn{width:100%;justify-content:center}.referral-decision-form{min-width:220px}.referral-metrics.panel-metric-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.referral-metrics.panel-metric-grid.four{grid-template-columns:1fr!important}.referral-link-card,.referral-payout-card{border-radius:18px}.referral-table-card,.referral-admin-table{border-radius:18px}}

/* v0.3.41 - gelişmiş referans para çekme ve manuel fatura alanları */
.payout-balance-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0}.payout-balance-strip span{border:1px solid var(--border,#e4e7ec);border-radius:18px;background:linear-gradient(135deg,#fff,#f8fafc);padding:12px}.payout-balance-strip small{display:block;color:var(--muted,#667085);font-size:12px}.payout-balance-strip strong{display:block;margin-top:4px;font-size:18px}.advanced-payout-card select,.manual-invoice-form select{width:100%;min-height:46px;border:1px solid var(--border,#e4e7ec);border-radius:14px;background:#fff;padding:0 12px;color:inherit}.manual-invoice-create-card{margin:16px 0}.manual-invoice-form{display:grid;gap:12px}.advanced-payout-admin-table table td,.advanced-payout-admin-table table th{vertical-align:top}.manual-invoice-page .invoice-admin-table .badge{display:inline-grid;place-items:center;border-radius:999px;padding:5px 10px;background:#eef4ff;color:#1d4ed8;font-size:12px;font-weight:800}@media(max-width:760px){.payout-balance-strip{grid-template-columns:1fr}.manual-invoice-create-card{padding:16px}.manual-invoice-form .grid-two{grid-template-columns:1fr}}


.manual-invoice-entry-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:16px 0;padding:22px;border:1px solid rgba(37,99,235,.14);background:linear-gradient(135deg,rgba(37,99,235,.07),rgba(16,185,129,.07))}.manual-invoice-entry-content h2{margin:8px 0 6px}.manual-invoice-entry-content p{margin:0;color:var(--muted,#667085);line-height:1.6}.manual-invoice-entry-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.invoice-create-hero{padding:20px;border-radius:24px;background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(16,185,129,.08));border:1px solid rgba(37,99,235,.13)}.invoice-create-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}.advanced-manual-invoice-form{display:grid;gap:16px}.form-section-title{display:flex;align-items:center;gap:12px;padding:14px;border-radius:18px;background:#f8fafc;border:1px solid var(--border,#e4e7ec)}.form-section-title>span{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#2563eb;color:#fff;font-weight:900}.form-section-title strong{display:block}.form-section-title small{display:block;color:var(--muted,#667085);margin-top:2px}.manual-invoice-items{display:grid;gap:12px}.manual-invoice-item-row{display:grid;grid-template-columns:1.4fr .9fr 1fr .55fr .75fr;gap:10px;padding:12px;border:1px solid var(--border,#e4e7ec);border-radius:18px;background:#fff}.invoice-live-summary{position:sticky;top:18px;display:grid;gap:14px}.invoice-live-summary h2{margin:0}.invoice-live-summary p{margin:0;color:var(--muted,#667085);line-height:1.6}.invoice-total-box.compact{padding:14px}.invoice-form-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.table-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.table-actions .btn{white-space:nowrap}@media(max-width:1100px){.invoice-create-grid{grid-template-columns:1fr}.invoice-live-summary{position:static}.manual-invoice-item-row{grid-template-columns:1fr 1fr}}@media(max-width:760px){.manual-invoice-entry-card{display:grid;padding:16px}.manual-invoice-entry-actions{display:grid}.manual-invoice-entry-actions .btn{width:100%;justify-content:center}.manual-invoice-item-row{grid-template-columns:1fr}.invoice-create-hero{padding:16px}.invoice-create-hero .invoice-top-actions{display:grid}.invoice-form-actions{display:grid}.invoice-form-actions .btn{width:100%;justify-content:center}}

/* v0.3.43 kategori düzenleme, müşteri engelleme ve otomatik fatura müşteri bilgisi */
.category-admin-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;background:linear-gradient(135deg,rgba(37,99,235,.07),rgba(16,185,129,.08));border:1px solid rgba(37,99,235,.12)}
.category-admin-hero h2{margin:6px 0}.category-admin-hero p{margin:0}.category-admin-grid{align-items:start}.category-form-card form{display:grid;gap:12px}.form-actions-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.danger-zone-form{display:grid;gap:8px;margin-top:16px;padding:14px;border:1px dashed rgba(220,38,38,.35);border-radius:18px;background:rgba(254,242,242,.75)}.btn.danger,.btn.danger-soft{border-color:rgba(220,38,38,.2)}.btn.danger{background:#dc2626;color:#fff}.btn.danger-soft{background:#fef2f2;color:#991b1b}.btn.success{background:#16a34a;color:#fff}.selected-row{background:rgba(37,99,235,.06)}.danger-text{color:#b42318;font-weight:700}.customer-row-actions{align-items:flex-start}.inline-action-form{display:inline-flex;gap:6px;align-items:center;margin:0}.inline-block-details{position:relative}.inline-block-details>summary{list-style:none;cursor:pointer}.inline-block-details>summary::-webkit-details-marker{display:none}.mini-block-form{position:absolute;right:0;top:38px;z-index:6;display:grid;gap:8px;min-width:260px;padding:12px;border:1px solid var(--border,#e4e7ec);border-radius:16px;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.15)}.mini-block-form textarea{width:100%;border:1px solid var(--border,#e4e7ec);border-radius:12px;padding:10px;resize:vertical}.customer-block-alert{display:grid;gap:5px;margin:12px 0;padding:14px;border-radius:18px;border:1px solid #fed7aa;background:#fff7ed;color:#9a3412}.customer-block-alert strong{color:#7c2d12}.customer-block-panel{display:grid;gap:10px;margin-top:18px;padding:16px;border:1px solid rgba(220,38,38,.16);border-radius:20px;background:linear-gradient(135deg,#fff,#fff7ed)}.customer-block-panel h3{margin:0}.customer-block-panel p{margin:0;color:var(--muted,#667085);line-height:1.6}.customer-blocked-page{min-height:calc(100vh - 120px);display:grid;place-items:center;padding:32px 16px;background:radial-gradient(circle at top left,rgba(37,99,235,.10),transparent 32%),linear-gradient(135deg,#f8fafc,#fff)}.customer-blocked-shell{width:min(100%,920px)}.customer-blocked-card{display:grid;gap:16px;text-align:center;background:#fff;border:1px solid var(--border,#e4e7ec);border-radius:30px;padding:32px;box-shadow:0 28px 80px rgba(15,23,42,.10)}.blocked-icon.big{width:70px;height:70px;margin:auto;display:grid;place-items:center;border-radius:24px;background:#fef2f2;font-size:34px}.badge.danger{background:#fef2f2;color:#991b1b}.customer-blocked-card h1{margin:0;font-size:clamp(26px,5vw,42px);letter-spacing:-.04em}.customer-blocked-card p{margin:0 auto;color:var(--muted,#667085);line-height:1.7;max-width:720px}.customer-blocked-info{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.customer-blocked-info>div,.customer-block-reason{padding:14px;border:1px solid var(--border,#e4e7ec);border-radius:18px;background:#f8fafc;text-align:left}.customer-blocked-info small,.customer-block-reason small{display:block;color:var(--muted,#667085);font-size:12px;margin-bottom:4px}.customer-blocked-info strong,.customer-block-reason strong{display:block;color:#101828}.customer-block-reason{background:#fff7ed;border-color:#fed7aa}.customer-blocked-actions{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.customer-blocked-actions form{margin:0}@media(max-width:760px){.category-admin-hero{display:grid}.customer-blocked-card{padding:22px;border-radius:24px}.customer-blocked-info{grid-template-columns:1fr}.customer-blocked-actions{display:grid}.customer-blocked-actions .btn,.customer-blocked-actions form,.customer-blocked-actions button{width:100%;justify-content:center}.mini-block-form{position:static;min-width:0;margin-top:8px}.customer-row-actions{display:grid}.customer-row-actions .btn{width:100%;justify-content:center}}

/* v0.3.44 - kategori ekleme ekranı ve satırdan silme */
.category-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;flex:0 0 auto}.category-admin-list-only{display:block}.category-table-card.category-table-wide{width:100%}.table-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.table-title-row h2{margin:0 0 5px}.table-title-row p{margin:0}.category-row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.category-row-actions .inline-action-form{display:inline-flex;margin:0}.category-row-actions .btn{white-space:nowrap}.category-form-card .badge{width:max-content}.category-table-card td:last-child{min-width:150px}@media(max-width:760px){.category-header-actions,.table-title-row,.category-row-actions{display:grid;grid-template-columns:1fr;width:100%}.category-header-actions .btn,.table-title-row .btn,.category-row-actions .btn,.category-row-actions form,.category-row-actions button{width:100%;justify-content:center}.category-table-card td:last-child{min-width:180px}}


/* v0.3.45 - Kategori işlem butonları hizalama ve görünür sil butonu */
.category-row-actions{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;flex-wrap:nowrap!important;white-space:nowrap!important}
.category-row-actions .inline-action-form{display:inline-flex!important;align-items:center!important;margin:0!important;flex:0 0 auto!important}
.category-row-actions .btn{min-width:88px!important;height:38px!important;padding:9px 14px!important;border-radius:12px!important;font-weight:900!important;line-height:1!important}
.category-row-actions .category-delete-btn{background:#dc2626!important;color:#ffffff!important;border:1px solid #b91c1c!important;box-shadow:0 10px 22px rgba(220,38,38,.22)!important}
.category-row-actions .category-delete-btn:hover{background:#b91c1c!important;color:#ffffff!important}
.category-table-card td:last-child{min-width:210px!important;white-space:nowrap!important}
@media(max-width:760px){.category-row-actions{display:flex!important;grid-template-columns:none!important;width:max-content!important;min-width:190px!important}.category-row-actions .btn,.category-row-actions form,.category-row-actions button{width:auto!important;justify-content:center!important}.category-table-card td:last-child{min-width:220px!important}}

/* v0.3.46 - Yönetim CRUD ekranları: açık formlar yerine sağ üst buton + ayrı ekleme/düzenleme alanı */
.admin-crud-head{align-items:flex-start;gap:16px}.admin-crud-head .actions,.admin-crud-head .admin-head-actions,.home-builder-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.admin-crud-form-card{margin-bottom:18px;display:grid;gap:12px}.admin-crud-form-card .badge{width:max-content}.crud-row-actions{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;flex-wrap:nowrap!important;white-space:nowrap!important}.crud-row-actions form{display:inline-flex!important;margin:0!important}.crud-row-actions .btn{min-width:84px!important;height:38px!important;padding:9px 13px!important;border-radius:12px!important;font-weight:900!important;line-height:1!important}.crud-row-actions .btn.danger,.crud-row-actions button.danger{background:#dc2626!important;color:#fff!important;border:1px solid #b91c1c!important;box-shadow:0 10px 22px rgba(220,38,38,.22)!important}.crud-row-actions .btn.danger:hover,.crud-row-actions button.danger:hover{background:#b91c1c!important;color:#fff!important}.menu-list-mode{grid-template-columns:280px minmax(0,1fr)}.single-settings-grid{grid-template-columns:minmax(0,1fr)!important}.table-wrap td:last-child{min-width:190px}.home-builder-actions .btn{min-height:40px}.admin-crud-form-card .settings-form{display:grid;gap:12px}@media(max-width:760px){.admin-crud-head{display:grid}.admin-crud-head .actions,.admin-crud-head .admin-head-actions,.home-builder-actions{display:grid;grid-template-columns:1fr;width:100%}.admin-crud-head .btn,.home-builder-actions .btn{width:100%;justify-content:center}.crud-row-actions{width:max-content!important;min-width:190px!important}.crud-row-actions .btn,.crud-row-actions button{width:auto!important;justify-content:center!important}.table-wrap td:last-child{min-width:220px!important}.menu-list-mode{grid-template-columns:1fr}.domain-admin-grid.single-settings-grid{grid-template-columns:1fr!important}}

/* v0.3.47 - Masaüstü üst menü hizalama ve anasayfa domain genişliği */
@media (min-width:901px){
  .site-topbar.enhanced-topbar{
    display:grid!important;
    grid-template-columns:minmax(180px,max-content) minmax(0,1fr) max-content!important;
    align-items:center!important;
    gap:18px!important;
    min-height:72px!important;
    padding:14px clamp(24px,5vw,72px)!important;
    overflow:visible!important;
  }
  .site-topbar.enhanced-topbar .site-drawer-toggle,
  .site-topbar.enhanced-topbar .topbar-actions .mobile-nav-toggle,
  .site-topbar.enhanced-topbar .mobile-nav-toggle{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
    width:0!important;
    min-width:0!important;
    max-width:0!important;
    height:0!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
  }
  .site-topbar.enhanced-topbar .brand{
    order:1!important;
    grid-column:1!important;
    justify-self:start!important;
    max-width:320px!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  .site-topbar.enhanced-topbar .brand span:last-child{
    display:block!important;
    max-width:260px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .site-topbar.enhanced-topbar .site-nav{
    order:2!important;
    grid-column:2!important;
    position:static!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    justify-self:center!important;
    gap:6px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    flex-wrap:wrap!important;
    overflow:visible!important;
  }
  .site-topbar.enhanced-topbar .site-nav .nav-item{
    display:flex!important;
    align-items:center!important;
    min-width:0!important;
    flex:0 0 auto!important;
  }
  .site-topbar.enhanced-topbar .site-nav .nav-item>a{
    min-height:42px!important;
    padding:9px 11px!important;
    border-radius:14px!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:7px!important;
    white-space:nowrap!important;
    line-height:1.15!important;
  }
  .site-topbar.enhanced-topbar .site-nav .submenu-list{
    top:calc(100% + 10px)!important;
  }
  .site-topbar.enhanced-topbar .topbar-actions{
    order:3!important;
    grid-column:3!important;
    justify-self:end!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
    min-width:max-content!important;
    width:max-content!important;
    margin-left:0!important;
    white-space:nowrap!important;
  }
  .site-topbar.enhanced-topbar .topbar-actions>*{
    flex:0 0 auto!important;
  }
  .site-topbar.enhanced-topbar .notification-trigger{
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    padding:0!important;
  }
  .site-topbar.enhanced-topbar .cart-top-link,
  .site-topbar.enhanced-topbar .nav-auth-link,
  .site-topbar.enhanced-topbar .user-menu-trigger{
    width:auto!important;
    min-width:44px!important;
    max-width:none!important;
    height:44px!important;
    min-height:44px!important;
    padding:8px 12px!important;
    border-radius:14px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    overflow:visible!important;
  }
  .site-topbar.enhanced-topbar .desktop-label,
  .site-topbar.enhanced-topbar .dropdown-caret{
    display:inline-flex!important;
    align-items:center!important;
  }
  .site-topbar.enhanced-topbar .topbar-actions .auth-icon,
  .site-topbar.enhanced-topbar .cart-top-link .auth-icon{
    font-size:18px!important;
    line-height:1!important;
  }
  .site-topbar.enhanced-topbar .user-menu-trigger .avatar-circle{
    width:32px!important;
    min-width:32px!important;
    max-width:32px!important;
    height:32px!important;
    min-height:32px!important;
    font-size:14px!important;
  }
  .site-topbar.enhanced-topbar .dropdown-menu{
    position:absolute!important;
    top:calc(100% + 10px)!important;
    right:0!important;
    left:auto!important;
  }
}
@media (min-width:901px) and (max-width:1180px){
  .site-topbar.enhanced-topbar{
    grid-template-columns:minmax(150px,220px) minmax(0,1fr) max-content!important;
    gap:10px!important;
    padding-left:22px!important;
    padding-right:22px!important;
  }
  .site-topbar.enhanced-topbar .site-nav .nav-item>a{
    padding:8px 9px!important;
    font-size:14px!important;
  }
  .site-topbar.enhanced-topbar .cart-top-link .desktop-label,
  .site-topbar.enhanced-topbar .nav-auth-link .desktop-label{
    display:none!important;
  }
}
.home-domain-search-section{
  width:100%!important;
  max-width:1480px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:5vw!important;
  padding-right:5vw!important;
}
.site-width-normal main>.home-domain-search-section{
  max-width:1180px!important;
}
.site-width-full main>.home-domain-search-section{
  max-width:none!important;
}
.home-domain-search-card{
  width:100%!important;
  max-width:100%!important;
}
@media (max-width:1200px){
  .home-domain-search-card{
    grid-template-columns:1fr!important;
  }
}
@media (max-width:900px){
  .home-domain-search-section{
    padding-left:16px!important;
    padding-right:16px!important;
  }
}

/* v0.3.48 - Masaüstü üst menü ikon ve sıkı aralık düzeni */
@media (min-width:901px){
  .site-topbar.enhanced-topbar{
    gap:12px!important;
  }
  .site-topbar.enhanced-topbar .site-nav{
    gap:2px!important;
    justify-content:center!important;
  }
  .site-topbar.enhanced-topbar .site-nav .nav-item>a{
    min-height:40px!important;
    padding:8px 8px!important;
    gap:5px!important;
    border-radius:12px!important;
  }
  .site-topbar.enhanced-topbar .site-nav .submenu-caret{
    margin-left:0!important;
  }
  .site-topbar.enhanced-topbar .topbar-actions{
    gap:6px!important;
  }
  .site-topbar.enhanced-topbar .cart-top-link,
  .site-topbar.enhanced-topbar .topbar-actions .nav-auth-link,
  .site-topbar.enhanced-topbar .user-menu-trigger{
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    padding:0!important;
    gap:0!important;
    border-radius:14px!important;
    overflow:visible!important;
  }
  .site-topbar.enhanced-topbar .topbar-actions .desktop-label,
  .site-topbar.enhanced-topbar .topbar-actions .dropdown-caret,
  .site-topbar.enhanced-topbar .cart-top-link .desktop-label,
  .site-topbar.enhanced-topbar .user-menu-trigger .desktop-label{
    display:none!important;
    visibility:hidden!important;
    width:0!important;
    max-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  .site-topbar.enhanced-topbar .topbar-actions .auth-icon,
  .site-topbar.enhanced-topbar .cart-top-link .auth-icon{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:19px!important;
    line-height:1!important;
  }
  .site-topbar.enhanced-topbar .user-menu-trigger .avatar-circle{
    width:34px!important;
    min-width:34px!important;
    max-width:34px!important;
    height:34px!important;
    min-height:34px!important;
    margin:0!important;
  }
}
@media (min-width:901px) and (max-width:1180px){
  .site-topbar.enhanced-topbar .site-nav{
    gap:1px!important;
  }
  .site-topbar.enhanced-topbar .site-nav .nav-item>a{
    padding:7px 7px!important;
    gap:4px!important;
  }
}

/* v0.3.49 - Masaüstü üst menü arka plan ve logo başlangıç hizası */
@media (min-width:901px){
  .site-topbar.enhanced-topbar{
    grid-template-columns:minmax(150px,max-content) minmax(0,1fr) max-content!important;
    gap:8px!important;
    min-height:64px!important;
    padding:10px clamp(18px,3.5vw,48px)!important;
  }
  .site-topbar.enhanced-topbar .brand{
    max-width:270px!important;
    padding-right:2px!important;
  }
  .site-topbar.enhanced-topbar .brand span:last-child{
    max-width:220px!important;
  }
  .site-topbar.enhanced-topbar .site-nav{
    justify-content:flex-start!important;
    justify-self:start!important;
    gap:0!important;
    margin-left:0!important;
  }
  .site-topbar.enhanced-topbar .site-nav .nav-item>a{
    min-height:36px!important;
    padding:6px 7px!important;
    gap:4px!important;
    border-radius:10px!important;
    background:transparent!important;
    line-height:1.1!important;
  }
  .site-topbar.enhanced-topbar .site-nav .nav-item>a:hover{
    background:#f2f4f7!important;
    border-color:var(--line)!important;
  }
  .site-topbar.enhanced-topbar .site-nav .submenu-caret{
    font-size:14px!important;
  }
  .site-topbar.enhanced-topbar .topbar-actions{
    gap:5px!important;
  }
  .site-topbar.enhanced-topbar .notification-trigger,
  .site-topbar.enhanced-topbar .cart-top-link,
  .site-topbar.enhanced-topbar .topbar-actions .nav-auth-link,
  .site-topbar.enhanced-topbar .user-menu-trigger{
    width:40px!important;
    min-width:40px!important;
    max-width:40px!important;
    height:40px!important;
    min-height:40px!important;
    border-radius:12px!important;
  }
}
@media (min-width:901px) and (max-width:1180px){
  .site-topbar.enhanced-topbar{
    grid-template-columns:minmax(130px,max-content) minmax(0,1fr) max-content!important;
    gap:6px!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }
  .site-topbar.enhanced-topbar .brand{
    max-width:210px!important;
  }
  .site-topbar.enhanced-topbar .brand span:last-child{
    max-width:165px!important;
  }
  .site-topbar.enhanced-topbar .site-nav .nav-item>a{
    min-height:34px!important;
    padding:5px 6px!important;
    gap:3px!important;
    font-size:13.5px!important;
  }
}

/* v0.3.50 - Logo hizası, anasayfa ürün/kategori görünümü ve yönetim alt sabit menü */
@media (min-width:901px){
  .site-topbar.enhanced-topbar{
    min-height:70px!important;
    padding-left:5vw!important;
    padding-right:5vw!important;
    padding-top:12px!important;
    padding-bottom:12px!important;
    grid-template-columns:minmax(150px,max-content) minmax(0,1fr) max-content!important;
  }
  .site-topbar.enhanced-topbar .site-nav .nav-item>a{min-height:40px!important;}
  .site-topbar.enhanced-topbar .notification-trigger,
  .site-topbar.enhanced-topbar .cart-top-link,
  .site-topbar.enhanced-topbar .topbar-actions .nav-auth-link,
  .site-topbar.enhanced-topbar .user-menu-trigger{height:42px!important;min-height:42px!important;width:42px!important;min-width:42px!important;max-width:42px!important;}
}
.home-featured-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.home-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
.home-category-card{display:grid;gap:8px;min-height:150px;align-content:center;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.home-category-card:hover{transform:translateY(-2px);border-color:#bfdbfe;box-shadow:0 20px 55px rgba(37,99,235,.12);}
.home-category-icon{width:46px;height:46px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#eef4ff;color:#1d4ed8;font-size:22px;font-weight:900;}
.home-category-card strong{font-size:18px;}
.home-category-card small{color:var(--muted);font-weight:800;}
.product-card-image{display:block;border-radius:18px;overflow:hidden;background:#eef2ff;border:1px solid var(--line);aspect-ratio:16/10;margin-bottom:4px;}
.product-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .22s ease;}
.product-card:hover .product-card-image img{transform:scale(1.03);}
.product-card-image.compact{aspect-ratio:16/9;}
.product-detail-gallery{display:grid;gap:10px;margin-bottom:18px;}
.product-detail-cover{width:100%;max-height:420px;object-fit:cover;border-radius:22px;border:1px solid var(--line);background:#eef2ff;box-shadow:0 18px 45px rgba(16,24,40,.08);}
.product-gallery-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;}
.product-gallery-thumbs img{width:100%;height:78px;object-fit:cover;border-radius:14px;border:1px solid var(--line);background:#f8fafc;}
.category-visibility-options{align-items:flex-start;margin:4px 0 16px;}
.category-visibility-badges{display:flex;gap:6px;flex-wrap:wrap;}
.admin-body .admin-sidebar{height:100vh!important;min-height:100vh!important;padding-bottom:12px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;}
.admin-body .admin-sidebar .admin-menu-tree{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding-right:2px!important;padding-bottom:14px!important;scrollbar-width:none;}
.admin-body .admin-sidebar .admin-menu-tree::-webkit-scrollbar{width:0;height:0;}
.admin-sidebar-footer{flex:0 0 auto;display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:10px;align-items:center;margin-top:auto;padding-top:12px;border-top:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(17,24,39,.78),#0b1220);}
.admin-sidebar-footer .sidebar-logout{margin:0;display:block;}
.admin-sidebar-logout-btn{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.08)!important;color:#fff!important;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:900;}
.admin-sidebar-logout-btn:hover{background:rgba(255,255,255,.14)!important;}
.admin-sidebar-home-btn{width:48px!important;height:48px!important;min-height:48px!important;padding:0!important;border-radius:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;color:#1d4ed8!important;box-shadow:0 14px 30px rgba(0,0,0,.18);font-size:24px;font-weight:950;}
.admin-sidebar-home-btn:hover{background:#eef4ff!important;color:#1d4ed8!important;transform:translateY(-1px);}
@media (max-width:1180px){
  .home-featured-product-grid,.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:900px){
  .home-featured-product-grid,.home-category-grid{grid-template-columns:1fr!important;}
  .admin-body .admin-sidebar{height:100vh!important;}
  .admin-sidebar-footer{position:sticky;bottom:0;}
}

/* v0.3.51 home grids, category cards, testimonials, admin sidebar, auth and footer social */
@media(min-width:1100px){
  .home-four-product-grid,.home-featured-product-grid,.home-type-product-section .product-grid,.soft-section .home-four-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}
@media(min-width:760px) and (max-width:1099px){
  .home-four-product-grid,.home-featured-product-grid,.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
.home-product-card{min-width:0;align-content:start;}
.product-card-image{display:block;aspect-ratio:16/10;border-radius:18px;overflow:hidden;background:#eef4ff;border:1px solid var(--line);}
.product-card-image img{width:100%;height:100%;object-fit:cover;display:block;}
.product-card-cart-form{display:grid;gap:10px;margin-top:auto;}
.slider-under-category-section{padding-top:18px!important;}
.home-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;align-items:stretch;}
.home-category-card{display:grid;gap:8px;min-height:170px;align-content:start;}
.home-category-card p{margin:0;color:var(--muted);line-height:1.55;font-size:14px;}
.testimonial-section{scroll-margin-top:90px;}
.testimonial-slider-row{scroll-snap-type:x mandatory;}
.testimonial-slider-row .testimonial-card{scroll-snap-align:start;}
.testimonial-submit-card{margin-top:18px;display:grid;grid-template-columns:.75fr 1.25fr;gap:18px;align-items:start;background:linear-gradient(135deg,#fff,#eef4ff);}
.testimonial-submit-form{display:grid;gap:10px;}
.testimonial-submit-form textarea{min-height:120px;}
.category-form-only-card{max-width:980px;margin:0 auto;}
.category-delete-btn,.btn.danger.category-delete-btn{background:#dc2626!important;color:#fff!important;border-color:#dc2626!important;}
.category-row-actions{display:inline-flex!important;align-items:center!important;gap:8px!important;flex-wrap:nowrap!important;}
.category-row-actions form{margin:0!important;}
.category-row-actions .btn{white-space:nowrap!important;}
@media(min-width:901px){
  body.admin-body{display:block!important;}
  .admin-body .admin-sidebar{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:280px!important;height:100vh!important;min-height:100vh!important;z-index:60!important;padding:16px!important;overflow:hidden!important;}
  .admin-body .panel-content{margin-left:280px!important;min-height:100vh!important;padding:22px!important;}
  .admin-body .admin-menu-tree{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;padding-right:2px!important;padding-bottom:10px!important;scrollbar-width:none!important;}
  .admin-body .admin-menu-tree::-webkit-scrollbar{width:0!important;height:0!important;}
  .admin-body .admin-menu-home,.admin-body .sidebar-group>summary,.admin-body .sidebar-submenu a{min-height:0!important;padding-top:9px!important;padding-bottom:9px!important;border-radius:13px!important;line-height:1.2!important;}
  .admin-body .sidebar-group>summary{display:flex!important;align-items:center!important;gap:9px!important;cursor:pointer!important;}
  .admin-body .sidebar-submenu{display:grid!important;gap:4px!important;margin-top:4px!important;}
  .admin-sidebar-footer{position:sticky!important;bottom:0!important;margin-top:auto!important;padding:10px 0 0!important;background:linear-gradient(180deg,rgba(17,24,39,.78),#0b1220)!important;}
  .admin-sidebar-logout-btn{min-height:42px!important;border-radius:14px!important;}
  .admin-sidebar-home-btn{width:42px!important;height:42px!important;min-height:42px!important;border-radius:14px!important;font-size:22px!important;}
}
.auth-page-shell{width:min(1180px,calc(100% - 36px));margin:44px auto;display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:stretch;}
.auth-visual-card{display:grid;align-content:center;gap:16px;min-height:520px;background:radial-gradient(circle at top left,rgba(37,99,235,.22),transparent 32%),linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;overflow:hidden;position:relative;}
.auth-visual-card:after{content:"";position:absolute;right:-90px;bottom:-90px;width:260px;height:260px;border-radius:80px;background:rgba(255,255,255,.10);transform:rotate(18deg);}
.auth-visual-card .badge{background:rgba(255,255,255,.14);color:#fff;}
.auth-visual-card h1{font-size:clamp(32px,4vw,52px);line-height:1.05;margin:0;letter-spacing:-.04em;position:relative;z-index:1;}
.auth-visual-card p{font-size:17px;line-height:1.7;color:#dbeafe;max-width:620px;position:relative;z-index:1;}
.auth-feature-list{display:grid;gap:10px;position:relative;z-index:1;}
.auth-feature-list span{display:inline-flex;width:max-content;max-width:100%;padding:10px 12px;border-radius:999px;background:rgba(255,255,255,.12);font-weight:800;color:#fff;}
.enhanced-auth-card{max-width:none;margin:0;display:grid;align-content:center;gap:12px;padding:32px;}
.enhanced-auth-card h1{margin:0;font-size:36px;letter-spacing:-.03em;}
.enhanced-auth-form{display:grid;gap:12px;margin-top:8px;}
.auth-submit-btn,.btn.full{width:100%;min-height:48px;}
.auth-bottom-links{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px;}
.auth-bottom-links a{font-weight:850;color:var(--primary);}
.auth-check-row small{display:block;color:var(--muted);margin-top:2px;}
.modern-footer{display:grid!important;grid-template-columns:minmax(220px,1fr) minmax(170px,.6fr) minmax(320px,.9fr)!important;align-items:start!important;gap:26px!important;}
.footer-subscribe-social{display:grid;gap:12px;justify-items:stretch;}
.modern-footer .newsletter{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:10px!important;min-width:0!important;width:100%!important;align-items:stretch!important;}
.modern-footer .newsletter input,.modern-footer .newsletter button{height:48px!important;min-height:48px!important;margin:0!important;}
.modern-footer .newsletter button{white-space:nowrap;padding-left:18px!important;padding-right:18px!important;}
.footer-social-icons{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-start;}
.footer-social-icons a{width:40px;height:40px;border-radius:14px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12);display:inline-grid;place-items:center;color:#fff;font-weight:950;transition:transform .18s ease,background .18s ease;}
.footer-social-icons a:hover{transform:translateY(-2px);background:rgba(255,255,255,.18);}
@media(max-width:900px){
  .testimonial-submit-card,.auth-page-shell{grid-template-columns:1fr;}
  .auth-page-shell{width:min(100% - 28px,640px);margin:28px auto;}
  .auth-visual-card{min-height:auto;padding:28px;}
  .enhanced-auth-card{padding:24px;}
  .modern-footer{grid-template-columns:1fr!important;}
  .modern-footer .newsletter{grid-template-columns:1fr!important;}
  .footer-social-icons{justify-content:flex-start;}
  .category-row-actions{flex-wrap:wrap!important;}
}
@media(max-width:760px){.home-category-grid,.home-four-product-grid,.home-featured-product-grid{grid-template-columns:1fr!important;}}

/* v0.3.56 - Yönetim paneli buton renk kontrast düzeltmeleri */
:root{
  --admin-danger:#dc2626;
  --admin-danger-strong:#b91c1c;
  --admin-danger-soft-bg:#fff1f2;
  --admin-danger-soft-text:#991b1b;
  --admin-success:#16a34a;
  --admin-success-strong:#15803d;
  --admin-warning:#f59e0b;
  --admin-warning-strong:#b45309;
  --admin-info:#2563eb;
  --admin-info-strong:#1d4ed8;
}
body.admin-body .btn,
body.admin-body button.btn{
  font-weight:850;
  letter-spacing:-.01em;
}
body.admin-body .btn.danger,
body.admin-body button.danger,
body.admin-body button.btn.danger,
body.admin-body .customer-block-panel .btn.danger{
  background:linear-gradient(135deg,var(--admin-danger),var(--admin-danger-strong))!important;
  color:#ffffff!important;
  border:1px solid rgba(153,27,27,.95)!important;
  box-shadow:0 12px 26px rgba(220,38,38,.24)!important;
  text-shadow:0 1px 0 rgba(0,0,0,.16)!important;
}
body.admin-body .btn.danger:hover,
body.admin-body button.danger:hover,
body.admin-body button.btn.danger:hover,
body.admin-body .customer-block-panel .btn.danger:hover{
  background:linear-gradient(135deg,#b91c1c,#7f1d1d)!important;
  color:#ffffff!important;
  border-color:#7f1d1d!important;
  box-shadow:0 14px 30px rgba(185,28,28,.30)!important;
}
body.admin-body .btn.danger-soft,
body.admin-body .inline-block-details>summary.btn.danger-soft{
  background:var(--admin-danger-soft-bg)!important;
  color:var(--admin-danger-soft-text)!important;
  border:1px solid #fecaca!important;
  box-shadow:0 8px 18px rgba(220,38,38,.10)!important;
}
body.admin-body .btn.danger-soft:hover,
body.admin-body .inline-block-details>summary.btn.danger-soft:hover{
  background:#fee2e2!important;
  color:#7f1d1d!important;
  border-color:#fca5a5!important;
}
body.admin-body .btn.success,
body.admin-body button.success,
body.admin-body button.btn.success{
  background:linear-gradient(135deg,var(--admin-success),var(--admin-success-strong))!important;
  color:#ffffff!important;
  border:1px solid rgba(21,128,61,.9)!important;
  box-shadow:0 12px 24px rgba(22,163,74,.22)!important;
}
body.admin-body .btn.success:hover,
body.admin-body button.success:hover,
body.admin-body button.btn.success:hover{
  background:linear-gradient(135deg,#15803d,#166534)!important;
  color:#ffffff!important;
}
body.admin-body .btn.warning,
body.admin-body button.warning,
body.admin-body button.btn.warning{
  background:linear-gradient(135deg,var(--admin-warning),var(--admin-warning-strong))!important;
  color:#ffffff!important;
  border:1px solid rgba(180,83,9,.9)!important;
  box-shadow:0 12px 24px rgba(245,158,11,.22)!important;
}
body.admin-body .btn.ghost{
  background:#eff6ff!important;
  color:#1d4ed8!important;
  border:1px solid #bfdbfe!important;
  box-shadow:none!important;
}
body.admin-body .btn.ghost:hover{
  background:#dbeafe!important;
  color:#1e40af!important;
  border-color:#93c5fd!important;
}
body.admin-body .customer-block-panel{
  border:1px solid rgba(220,38,38,.22)!important;
  background:linear-gradient(135deg,#ffffff 0%,#fff7f7 58%,#fff1f2 100%)!important;
  box-shadow:0 16px 38px rgba(220,38,38,.08)!important;
}
body.admin-body .customer-block-panel h3{
  color:#7f1d1d!important;
}
body.admin-body .customer-block-panel p{
  color:#475467!important;
}
body.admin-body .customer-block-panel .settings-form label{
  color:#7f1d1d!important;
  font-weight:850!important;
}
body.admin-body .customer-block-panel textarea{
  border-color:#fecaca!important;
  background:#ffffff!important;
}
body.admin-body .customer-block-panel textarea:focus{
  border-color:#dc2626!important;
  box-shadow:0 0 0 4px rgba(220,38,38,.10)!important;
}
body.admin-body .customer-block-panel .btn.danger{
  min-height:46px!important;
  width:max-content!important;
  padding:12px 18px!important;
  border-radius:14px!important;
}
body.admin-body .customer-row-actions,
body.admin-body .table-actions,
body.admin-body .crud-row-actions,
body.admin-body .category-row-actions{
  gap:8px!important;
}
body.admin-body .customer-row-actions .btn.small,
body.admin-body .table-actions .btn.small,
body.admin-body .crud-row-actions .btn.small,
body.admin-body .category-row-actions .btn.small{
  min-height:36px!important;
  border-radius:12px!important;
  font-weight:850!important;
}
body.admin-body .mini-block-form{
  border-color:#fecaca!important;
  box-shadow:0 20px 55px rgba(127,29,29,.18)!important;
}
body.admin-body .danger-text{
  color:#991b1b!important;
  background:#fff1f2!important;
  border:1px solid #fecaca!important;
  border-radius:999px!important;
  padding:3px 8px!important;
  display:inline-flex!important;
  width:max-content!important;
  margin-top:4px!important;
}
body.admin-body .status.banned,
body.admin-body .status.failed,
body.admin-body .status.rejected,
body.admin-body .status.cancelled,
body.admin-body .status.expired{
  background:#fff1f2!important;
  color:#991b1b!important;
  border:1px solid #fecaca!important;
}
body.admin-body .status.active,
body.admin-body .status.paid,
body.admin-body .status.approved,
body.admin-body .status.completed{
  background:#ecfdf3!important;
  color:#027a48!important;
  border:1px solid #abefc6!important;
}
body.admin-body .status.pending,
body.admin-body .status.open,
body.admin-body .status.processing,
body.admin-body .status.customer_reply{
  background:#fffaeb!important;
  color:#b54708!important;
  border:1px solid #fedf89!important;
}
@media(max-width:760px){
  body.admin-body .customer-block-panel .btn.danger,
  body.admin-body .customer-block-panel .btn.success{
    width:100%!important;
  }
  body.admin-body .danger-text{
    width:100%!important;
    justify-content:flex-start!important;
    border-radius:12px!important;
  }
}


/* v0.3.57 - Global flash toast notification system */
.flash-toast-stack{position:fixed;top:22px;right:22px;z-index:99999;display:grid;gap:12px;width:min(420px,calc(100vw - 32px));pointer-events:none}.flash-toast{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) 30px;gap:12px;align-items:start;overflow:hidden;padding:14px 14px 16px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:rgba(255,255,255,.96);box-shadow:0 24px 70px rgba(15,23,42,.18);backdrop-filter:blur(18px);pointer-events:auto;transform:translateX(24px);opacity:0;animation:flashToastIn .28s ease forwards}.flash-toast.is-hiding{animation:flashToastOut .2s ease forwards}.flash-toast-icon{width:42px;height:42px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;font-size:19px;font-weight:900}.flash-toast-body{display:grid;gap:4px;padding-top:1px}.flash-toast-body strong{font-size:14px;line-height:1.15;color:#0f172a}.flash-toast-body span{font-size:13px;line-height:1.45;color:#475467}.flash-toast-close{width:30px!important;height:30px!important;min-width:30px!important;padding:0!important;border-radius:11px!important;background:rgba(15,23,42,.06)!important;color:#475467!important;font-size:19px!important;line-height:1!important}.flash-toast-close:hover{background:rgba(15,23,42,.12)!important;color:#101828!important}.flash-toast-progress{position:absolute;left:0;right:auto;bottom:0;height:4px;width:100%;transform-origin:left center;animation:flashToastProgress 4.8s linear forwards}.flash-toast-success{border-left:5px solid #16a34a}.flash-toast-success .flash-toast-icon{background:#dcfce7;color:#15803d}.flash-toast-success .flash-toast-progress{background:#16a34a}.flash-toast-error{border-left:5px solid #dc2626}.flash-toast-error .flash-toast-icon{background:#fee2e2;color:#b91c1c}.flash-toast-error .flash-toast-progress{background:#dc2626}.flash-toast-warning{border-left:5px solid #f59e0b}.flash-toast-warning .flash-toast-icon{background:#fef3c7;color:#b45309}.flash-toast-warning .flash-toast-progress{background:#f59e0b}.flash-toast-info{border-left:5px solid #2563eb}.flash-toast-info .flash-toast-icon{background:#dbeafe;color:#1d4ed8}.flash-toast-info .flash-toast-progress{background:#2563eb}@keyframes flashToastIn{to{transform:translateX(0);opacity:1}}@keyframes flashToastOut{to{transform:translateX(22px);opacity:0}}@keyframes flashToastProgress{to{transform:scaleX(0)}}@media(max-width:700px){.flash-toast-stack{top:76px;left:12px;right:12px;width:auto}.flash-toast{grid-template-columns:38px minmax(0,1fr) 28px;border-radius:17px;padding:12px 12px 15px}.flash-toast-icon{width:38px;height:38px;border-radius:13px}.flash-toast-body strong{font-size:13px}.flash-toast-body span{font-size:12.5px}}@media print{.flash-toast-stack{display:none!important}}

/* v0.3.59 - Sepet ve genel aksiyon butonları kontrast düzeltmesi */
:root{
  --btn-danger-bg:#dc2626;
  --btn-danger-bg-2:#b91c1c;
  --btn-danger-border:#991b1b;
  --btn-success-bg:#16a34a;
  --btn-success-bg-2:#15803d;
  --btn-success-border:#166534;
  --btn-warning-bg:#d97706;
  --btn-warning-bg-2:#b45309;
  --btn-warning-border:#92400e;
  --btn-ghost-bg:#eef4ff;
  --btn-ghost-text:#1d4ed8;
  --btn-ghost-border:#bfdbfe;
}
.btn.danger-light,
button.danger-light,
.cart-remove-form .btn,
.cart-remove-form button{
  background:linear-gradient(135deg,var(--btn-danger-bg),var(--btn-danger-bg-2))!important;
  color:#ffffff!important;
  border:1px solid var(--btn-danger-border)!important;
  box-shadow:0 12px 24px rgba(220,38,38,.22)!important;
  text-shadow:0 1px 0 rgba(0,0,0,.15)!important;
}
.btn.danger-light:hover,
button.danger-light:hover,
.cart-remove-form .btn:hover,
.cart-remove-form button:hover{
  background:linear-gradient(135deg,#b91c1c,#7f1d1d)!important;
  color:#ffffff!important;
  border-color:#7f1d1d!important;
}
.cart-remove-form .btn{
  min-width:86px;
  height:40px;
  padding:9px 14px!important;
  border-radius:13px!important;
  font-weight:900!important;
}
.btn.danger,
button.danger,
button.btn.danger{
  background:linear-gradient(135deg,var(--btn-danger-bg),var(--btn-danger-bg-2))!important;
  color:#ffffff!important;
  border:1px solid var(--btn-danger-border)!important;
  box-shadow:0 10px 22px rgba(220,38,38,.20)!important;
}
.btn.danger:hover,
button.danger:hover,
button.btn.danger:hover{
  background:linear-gradient(135deg,#b91c1c,#7f1d1d)!important;
  color:#ffffff!important;
}
.btn.success,
button.success,
button.btn.success{
  background:linear-gradient(135deg,var(--btn-success-bg),var(--btn-success-bg-2))!important;
  color:#ffffff!important;
  border:1px solid var(--btn-success-border)!important;
  box-shadow:0 10px 22px rgba(22,163,74,.18)!important;
}
.btn.success:hover,
button.success:hover,
button.btn.success:hover{
  background:linear-gradient(135deg,#15803d,#166534)!important;
  color:#ffffff!important;
}
.btn.warning,
button.warning,
button.btn.warning{
  background:linear-gradient(135deg,var(--btn-warning-bg),var(--btn-warning-bg-2))!important;
  color:#ffffff!important;
  border:1px solid var(--btn-warning-border)!important;
  box-shadow:0 10px 22px rgba(217,119,6,.18)!important;
}
.btn.warning:hover,
button.warning:hover,
button.btn.warning:hover{
  background:linear-gradient(135deg,#b45309,#78350f)!important;
  color:#ffffff!important;
}
.btn.ghost,
a.btn.ghost,
button.btn.ghost{
  background:var(--btn-ghost-bg)!important;
  color:var(--btn-ghost-text)!important;
  border:1px solid var(--btn-ghost-border)!important;
  box-shadow:none!important;
}
.btn.ghost:hover,
a.btn.ghost:hover,
button.btn.ghost:hover{
  background:#dbeafe!important;
  color:#1e40af!important;
  border-color:#93c5fd!important;
}
.btn:disabled,
button:disabled,
.btn.disabled{
  background:#e5e7eb!important;
  color:#667085!important;
  border-color:#d0d5dd!important;
  box-shadow:none!important;
  cursor:not-allowed!important;
  opacity:1!important;
}
@media(max-width:760px){
  .cart-item-card{grid-template-columns:46px minmax(0,1fr);}
  .cart-item-price,.cart-remove-form{grid-column:2;justify-self:start;text-align:left;}
  .cart-remove-form .btn{min-width:96px;}
}

/* v0.3.61 - Sepet sil butonu eski/soft flat görünüme alındı */
:root{
  --cart-remove-bg:#fff1f2;
  --cart-remove-bg-hover:#ffe4e6;
  --cart-remove-text:#b91c1c;
  --cart-remove-text-hover:#7f1d1d;
  --cart-remove-border:#fecdd3;
  --cart-remove-border-hover:#fda4af;
}
.cart-remove-form .btn,
.cart-remove-form button,
.btn.danger-light,
button.danger-light{
  background:var(--cart-remove-bg)!important;
  color:var(--cart-remove-text)!important;
  border:1px solid var(--cart-remove-border)!important;
  box-shadow:none!important;
  text-shadow:none!important;
}
.cart-remove-form .btn:hover,
.cart-remove-form button:hover,
.btn.danger-light:hover,
button.danger-light:hover{
  background:var(--cart-remove-bg-hover)!important;
  color:var(--cart-remove-text-hover)!important;
  border-color:var(--cart-remove-border-hover)!important;
  box-shadow:0 8px 18px rgba(190,18,60,.10)!important;
}
.cart-remove-form .btn:focus-visible,
.cart-remove-form button:focus-visible,
.btn.danger-light:focus-visible,
button.danger-light:focus-visible{
  outline:3px solid rgba(244,63,94,.18)!important;
  outline-offset:2px!important;
}
.cart-remove-form .btn{
  min-width:82px!important;
  height:38px!important;
  min-height:38px!important;
  padding:8px 13px!important;
  border-radius:12px!important;
  font-weight:850!important;
}

/* v0.3.64 - Kullanıcı üst menü dropdown flat tasarım uyumu */
.user-menu-trigger[aria-expanded="true"],
.topbar-user-trigger[aria-expanded="true"],
.panel-user-trigger[aria-expanded="true"]{
  background:#eef4ff!important;
  color:#1d4ed8!important;
  border-color:#c7d7fe!important;
  box-shadow:0 12px 28px rgba(37,99,235,.12)!important;
}
.site-user-dropdown{
  width:304px!important;
  max-width:calc(100vw - 24px)!important;
  padding:12px!important;
  gap:7px!important;
  border-radius:24px!important;
  border:1px solid rgba(37,99,235,.12)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(248,250,252,.985))!important;
  box-shadow:0 26px 80px rgba(15,23,42,.18),0 10px 28px rgba(37,99,235,.08)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  overflow:hidden!important;
}
.site-user-dropdown:before{
  content:""!important;
  position:absolute!important;
  inset:0 0 auto 0!important;
  height:4px!important;
  background:linear-gradient(90deg,#2563eb,#7c3aed,#06b6d4)!important;
  pointer-events:none!important;
}
.site-user-dropdown .dropdown-head{
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  align-items:center!important;
  gap:11px!important;
  padding:12px!important;
  margin:0 0 5px!important;
  border-radius:19px!important;
  border:1px solid rgba(37,99,235,.10)!important;
  background:radial-gradient(circle at top left,rgba(37,99,235,.14),transparent 45%),linear-gradient(135deg,#f8fbff,#fff)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.82)!important;
}
.site-user-dropdown .dropdown-head .avatar-circle.large,
.site-user-dropdown .avatar-circle.large{
  width:48px!important;
  height:48px!important;
  min-width:48px!important;
  border-radius:17px!important;
  color:#fff!important;
  background:linear-gradient(135deg,#2563eb,#7c3aed)!important;
  box-shadow:0 12px 28px rgba(37,99,235,.22)!important;
  font-weight:950!important;
}
.site-user-dropdown .dropdown-head strong{
  color:#101828!important;
  font-size:14px!important;
  font-weight:950!important;
  letter-spacing:-.01em!important;
  max-width:100%!important;
}
.site-user-dropdown .dropdown-head small{
  color:#667085!important;
  font-size:12px!important;
  margin-top:3px!important;
  max-width:100%!important;
}
.site-user-dropdown>a,
.site-user-dropdown .dropdown-form button{
  position:relative!important;
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  min-height:42px!important;
  padding:7px 9px!important;
  border:1px solid transparent!important;
  border-radius:15px!important;
  background:transparent!important;
  color:#344054!important;
  font-size:13px!important;
  font-weight:900!important;
  line-height:1.25!important;
  text-align:left!important;
  text-decoration:none!important;
  cursor:pointer!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
.site-user-dropdown>a:before,
.site-user-dropdown .dropdown-form button:before{
  content:"•"!important;
  width:34px!important;
  height:34px!important;
  min-width:34px!important;
  display:inline-grid!important;
  place-items:center!important;
  border-radius:13px!important;
  background:#eef4ff!important;
  color:#1d4ed8!important;
  font-size:15px!important;
  font-weight:950!important;
  box-shadow:inset 0 0 0 1px rgba(37,99,235,.08)!important;
}
.site-user-dropdown>a:hover,
.site-user-dropdown>a:focus-visible,
.site-user-dropdown .dropdown-form button:hover,
.site-user-dropdown .dropdown-form button:focus-visible{
  background:#f0f6ff!important;
  border-color:#c7d7fe!important;
  color:#1d4ed8!important;
  transform:translateX(2px)!important;
  box-shadow:0 10px 24px rgba(37,99,235,.08)!important;
  outline:0!important;
}
.site-user-dropdown>a:hover:before,
.site-user-dropdown>a:focus-visible:before,
.site-user-dropdown .dropdown-form button:hover:before,
.site-user-dropdown .dropdown-form button:focus-visible:before{
  background:#2563eb!important;
  color:#fff!important;
}
.site-user-dropdown a[href="/panel"]:before,
.site-user-dropdown a[href="/admin"]:before{content:"⌂"!important}
.site-user-dropdown a[href="/panel/orders"]:before,
.site-user-dropdown a[href="/admin/orders"]:before{content:"▦"!important}
.site-user-dropdown a[href="/panel/invoices"]:before,
.site-user-dropdown a[href="/admin/invoices"]:before{content:"₺"!important}
.site-user-dropdown a[href="/panel/referrals"]:before,
.site-user-dropdown a[href="/admin/referrals"]:before{content:"↗"!important}
.site-user-dropdown a[href="/panel/licenses"]:before{content:"◆"!important}
.site-user-dropdown a[href="/panel/hosting"]:before{content:"☁"!important}
.site-user-dropdown a[href="/panel/domains"]:before{content:"◎"!important}
.site-user-dropdown a[href="/panel/support"]:before{content:"?"!important}
.site-user-dropdown a[href="/admin/settings"]:before{content:"⚙"!important}
.site-user-dropdown a[href="/cart"]:before{content:"🛒"!important;font-size:14px!important}
.site-user-dropdown .dropdown-form{
  margin:6px 0 0!important;
  padding:8px 0 0!important;
  border-top:1px solid rgba(15,23,42,.08)!important;
}
.site-user-dropdown .dropdown-form button{
  color:#b42318!important;
}
.site-user-dropdown .dropdown-form button:before{
  content:"↪"!important;
  background:#fff1f3!important;
  color:#b42318!important;
  box-shadow:inset 0 0 0 1px rgba(180,35,24,.10)!important;
}
.site-user-dropdown .dropdown-form button:hover,
.site-user-dropdown .dropdown-form button:focus-visible{
  background:#fff1f3!important;
  border-color:#fecdca!important;
  color:#b42318!important;
  box-shadow:0 10px 24px rgba(180,35,24,.08)!important;
}
.site-user-dropdown .dropdown-form button:hover:before,
.site-user-dropdown .dropdown-form button:focus-visible:before{
  background:#d92d20!important;
  color:#fff!important;
}
@media(max-width:760px){
  .site-user-dropdown[data-floating="1"]{
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    padding:11px!important;
    border-radius:22px!important;
  }
  .site-user-dropdown>a,
  .site-user-dropdown .dropdown-form button{
    min-height:44px!important;
    padding:8px 10px!important;
  }
}

/* v0.3.66 - Site üst menü genel flat tasarım yenilemesi */
.site-topbar.enhanced-topbar{
  --topbar-bg:rgba(255,255,255,.92);
  --topbar-border:rgba(226,232,240,.92);
  --topbar-soft:#f8fafc;
  --topbar-soft-2:#eef4ff;
  --topbar-text:#0f172a;
  --topbar-muted:#64748b;
  --topbar-primary:#2563eb;
  --topbar-primary-dark:#1d4ed8;
  --topbar-danger:#dc2626;
  position:sticky!important;
  top:0!important;
  z-index:90!important;
  background:var(--topbar-bg)!important;
  border-bottom:1px solid var(--topbar-border)!important;
  box-shadow:0 14px 40px rgba(15,23,42,.055)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  overflow:visible!important;
}
.site-topbar.enhanced-topbar .brand,
.site-topbar.enhanced-topbar .site-nav,
.site-topbar.enhanced-topbar .topbar-actions,
.site-topbar.enhanced-topbar .nav-item,
.site-topbar.enhanced-topbar .auth-menu-wrap,
.site-topbar.enhanced-topbar .notification-wrap{
  min-width:0!important;
}
.site-topbar.enhanced-topbar .brand{
  color:var(--topbar-text)!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
  border:1px solid transparent!important;
  transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.site-topbar.enhanced-topbar .brand:hover,
.site-topbar.enhanced-topbar .brand:focus-visible{
  background:#fff!important;
  border-color:#e2e8f0!important;
  box-shadow:0 12px 28px rgba(15,23,42,.07)!important;
  outline:0!important;
}
.site-topbar.enhanced-topbar .brand-logo-img,
.site-topbar.enhanced-topbar .brand-dot{
  flex:0 0 auto!important;
}
.site-topbar.enhanced-topbar .site-nav .nav-item>a,
.site-topbar.enhanced-topbar .submenu-item>a{
  text-decoration:none!important;
  white-space:nowrap!important;
  outline:0!important;
}
.site-topbar.enhanced-topbar .site-nav .nav-ico{
  display:inline-grid!important;
  place-items:center!important;
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  border-radius:9px!important;
  background:var(--topbar-soft-2)!important;
  color:var(--topbar-primary-dark)!important;
  font-size:13px!important;
  font-weight:950!important;
  line-height:1!important;
}
.site-topbar.enhanced-topbar .submenu-caret{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:16px!important;
  height:16px!important;
  margin-left:1px!important;
  color:#94a3b8!important;
  font-size:13px!important;
  transition:transform .18s ease,color .18s ease!important;
}
.site-topbar.enhanced-topbar .nav-item:hover>.submenu-caret,
.site-topbar.enhanced-topbar .nav-item:focus-within>.submenu-caret{
  color:var(--topbar-primary)!important;
  transform:rotate(180deg)!important;
}
.site-topbar.enhanced-topbar .notification-trigger,
.site-topbar.enhanced-topbar .cart-top-link,
.site-topbar.enhanced-topbar .topbar-actions .nav-auth-link,
.site-topbar.enhanced-topbar .user-menu-trigger{
  background:#fff!important;
  color:#334155!important;
  border:1px solid #e2e8f0!important;
  box-shadow:0 10px 25px rgba(15,23,42,.06)!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.site-topbar.enhanced-topbar .notification-trigger:hover,
.site-topbar.enhanced-topbar .notification-trigger:focus-visible,
.site-topbar.enhanced-topbar .cart-top-link:hover,
.site-topbar.enhanced-topbar .cart-top-link:focus-visible,
.site-topbar.enhanced-topbar .topbar-actions .nav-auth-link:hover,
.site-topbar.enhanced-topbar .topbar-actions .nav-auth-link:focus-visible,
.site-topbar.enhanced-topbar .user-menu-trigger:hover,
.site-topbar.enhanced-topbar .user-menu-trigger:focus-visible{
  background:#f0f6ff!important;
  color:var(--topbar-primary-dark)!important;
  border-color:#bfdbfe!important;
  box-shadow:0 14px 30px rgba(37,99,235,.13)!important;
  transform:translateY(-1px)!important;
  outline:0!important;
}
.site-topbar.enhanced-topbar .topbar-actions .nav-auth-link.primary{
  background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;
  color:#fff!important;
  border-color:#2563eb!important;
  box-shadow:0 14px 30px rgba(37,99,235,.20)!important;
}
.site-topbar.enhanced-topbar .topbar-actions .nav-auth-link.primary:hover,
.site-topbar.enhanced-topbar .topbar-actions .nav-auth-link.primary:focus-visible{
  background:linear-gradient(135deg,#1d4ed8,#1e40af)!important;
  color:#fff!important;
  border-color:#1d4ed8!important;
}
.site-topbar.enhanced-topbar .notification-trigger span,
.site-topbar.enhanced-topbar .cart-top-link .auth-icon,
.site-topbar.enhanced-topbar .topbar-actions .nav-auth-link .auth-icon{
  font-size:18px!important;
  line-height:1!important;
}
.site-topbar.enhanced-topbar .user-menu-trigger .avatar-circle{
  background:linear-gradient(135deg,#2563eb,#7c3aed)!important;
  color:#fff!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.24)!important;
}
.site-topbar.enhanced-topbar .notification-trigger b,
.site-topbar.enhanced-topbar .cart-badge{
  background:#ef4444!important;
  color:#fff!important;
  border:2px solid #fff!important;
  box-shadow:0 8px 18px rgba(239,68,68,.28)!important;
}

@media (min-width:901px){
  .site-topbar.enhanced-topbar{
    display:grid!important;
    grid-template-columns:minmax(176px,max-content) minmax(0,1fr) max-content!important;
    align-items:center!important;
    gap:14px!important;
    min-height:74px!important;
    padding-top:11px!important;
    padding-bottom:11px!important;
    padding-left:max(20px,calc((100vw - 1480px) / 2 + 24px))!important;
    padding-right:max(20px,calc((100vw - 1480px) / 2 + 24px))!important;
  }
  .site-width-normal .site-topbar.enhanced-topbar{
    padding-left:max(20px,calc((100vw - 1180px) / 2 + 24px))!important;
    padding-right:max(20px,calc((100vw - 1180px) / 2 + 24px))!important;
  }
  .site-width-full .site-topbar.enhanced-topbar{
    padding-left:clamp(18px,3.2vw,58px)!important;
    padding-right:clamp(18px,3.2vw,58px)!important;
  }
  .site-topbar.enhanced-topbar .site-drawer-toggle,
  .site-topbar.enhanced-topbar .topbar-actions .mobile-nav-toggle{
    display:none!important;
    visibility:hidden!important;
    width:0!important;
    min-width:0!important;
    max-width:0!important;
    height:0!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
  }
  .site-topbar.enhanced-topbar .brand{
    grid-column:1!important;
    order:1!important;
    justify-self:start!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:10px!important;
    min-height:48px!important;
    max-width:300px!important;
    padding:0 10px!important;
    border-radius:17px!important;
    font-size:19px!important;
    line-height:1!important;
  }
  .site-topbar.enhanced-topbar .brand span:last-child{
    display:block!important;
    max-width:238px!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .site-topbar.enhanced-topbar .brand-logo-img{
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    border-radius:12px!important;
    object-fit:contain!important;
  }
  .site-topbar.enhanced-topbar .brand-dot{
    width:18px!important;
    height:18px!important;
    min-width:18px!important;
    border-radius:7px!important;
    box-shadow:0 0 0 8px rgba(37,99,235,.10)!important;
  }
  .site-topbar.enhanced-topbar .site-nav{
    grid-column:2!important;
    order:2!important;
    justify-self:start!important;
    align-self:center!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:nowrap!important;
    gap:4px!important;
    max-width:100%!important;
    min-height:48px!important;
    padding:5px!important;
    margin:0!important;
    border:1px solid rgba(226,232,240,.92)!important;
    border-radius:20px!important;
    background:rgba(248,250,252,.82)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.88)!important;
    overflow:visible!important;
  }
  .site-topbar.enhanced-topbar .site-nav .nav-item{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    flex:0 0 auto!important;
    margin:0!important;
    padding:0!important;
  }
  .site-topbar.enhanced-topbar .site-nav .nav-item>a{
    min-height:38px!important;
    height:38px!important;
    padding:0 11px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    border:1px solid transparent!important;
    border-radius:15px!important;
    background:transparent!important;
    color:#334155!important;
    font-size:14px!important;
    font-weight:850!important;
    line-height:1!important;
    box-shadow:none!important;
    transition:background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;
  }
  .site-topbar.enhanced-topbar .site-nav .nav-item>a:hover,
  .site-topbar.enhanced-topbar .site-nav .nav-item>a:focus-visible,
  .site-topbar.enhanced-topbar .site-nav .nav-item:hover>a,
  .site-topbar.enhanced-topbar .site-nav .nav-item:focus-within>a{
    background:#fff!important;
    color:var(--topbar-primary-dark)!important;
    border-color:#dbeafe!important;
    box-shadow:0 10px 24px rgba(37,99,235,.105)!important;
    transform:translateY(-1px)!important;
  }
  .site-topbar.enhanced-topbar .submenu-list{
    position:absolute!important;
    top:calc(100% + 10px)!important;
    left:0!important;
    z-index:120!important;
    display:none!important;
    grid-template-columns:1fr!important;
    gap:4px!important;
    min-width:230px!important;
    max-width:320px!important;
    padding:8px!important;
    margin:0!important;
    border:1px solid rgba(226,232,240,.96)!important;
    border-radius:20px!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 24px 60px rgba(15,23,42,.16)!important;
    backdrop-filter:blur(16px)!important;
    -webkit-backdrop-filter:blur(16px)!important;
  }
  .site-topbar.enhanced-topbar .nav-item:hover>.submenu-list,
  .site-topbar.enhanced-topbar .nav-item:focus-within>.submenu-list{
    display:grid!important;
    animation:dropdownIn .16s ease-out!important;
  }
  .site-topbar.enhanced-topbar .submenu-list .submenu-item{
    display:block!important;
    margin:0!important;
    padding:0!important;
  }
  .site-topbar.enhanced-topbar .submenu-list .submenu-item>a{
    width:100%!important;
    min-height:40px!important;
    padding:9px 11px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:8px!important;
    border:1px solid transparent!important;
    border-radius:14px!important;
    background:transparent!important;
    color:#334155!important;
    font-size:13.5px!important;
    font-weight:800!important;
    line-height:1.2!important;
  }
  .site-topbar.enhanced-topbar .submenu-list .submenu-item>a:hover,
  .site-topbar.enhanced-topbar .submenu-list .submenu-item>a:focus-visible{
    background:#f0f6ff!important;
    border-color:#dbeafe!important;
    color:var(--topbar-primary-dark)!important;
  }
  .site-topbar.enhanced-topbar .topbar-actions{
    grid-column:3!important;
    order:3!important;
    justify-self:end!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:7px!important;
    margin-left:auto!important;
    flex-wrap:nowrap!important;
    width:auto!important;
    min-width:max-content!important;
  }
  .site-topbar.enhanced-topbar .topbar-actions .notification-wrap,
  .site-topbar.enhanced-topbar .topbar-actions .auth-menu-wrap{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    width:auto!important;
  }
  .site-topbar.enhanced-topbar .notification-trigger,
  .site-topbar.enhanced-topbar .cart-top-link,
  .site-topbar.enhanced-topbar .topbar-actions .nav-auth-link,
  .site-topbar.enhanced-topbar .user-menu-trigger{
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    padding:0!important;
    border-radius:15px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:0!important;
    overflow:visible!important;
  }
  .site-topbar.enhanced-topbar .topbar-actions .desktop-label,
  .site-topbar.enhanced-topbar .topbar-actions .dropdown-caret,
  .site-topbar.enhanced-topbar .cart-top-link .desktop-label,
  .site-topbar.enhanced-topbar .user-menu-trigger .desktop-label{
    display:none!important;
    visibility:hidden!important;
    width:0!important;
    max-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
  .site-topbar.enhanced-topbar .user-menu-trigger .avatar-circle{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    font-size:14px!important;
    margin:0!important;
  }
}

@media (min-width:901px) and (max-width:1180px){
  .site-topbar.enhanced-topbar{
    grid-template-columns:minmax(144px,max-content) minmax(0,1fr) max-content!important;
    gap:9px!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }
  .site-topbar.enhanced-topbar .brand{
    max-width:218px!important;
    min-height:46px!important;
    padding-left:8px!important;
    padding-right:8px!important;
    font-size:17px!important;
  }
  .site-topbar.enhanced-topbar .brand span:last-child{max-width:160px!important;}
  .site-topbar.enhanced-topbar .site-nav{
    gap:2px!important;
    padding:4px!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    scrollbar-width:none!important;
  }
  .site-topbar.enhanced-topbar .site-nav::-webkit-scrollbar{display:none!important;}
  .site-topbar.enhanced-topbar .site-nav .nav-item>a{
    min-height:36px!important;
    height:36px!important;
    padding:0 8px!important;
    gap:4px!important;
    font-size:13px!important;
  }
  .site-topbar.enhanced-topbar .site-nav .nav-ico{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    border-radius:8px!important;
    font-size:12px!important;
  }
  .site-topbar.enhanced-topbar .notification-trigger,
  .site-topbar.enhanced-topbar .cart-top-link,
  .site-topbar.enhanced-topbar .topbar-actions .nav-auth-link,
  .site-topbar.enhanced-topbar .user-menu-trigger{
    width:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    border-radius:14px!important;
  }
}

@media (max-width:900px){
  .site-topbar.enhanced-topbar{
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:8px!important;
    min-height:66px!important;
    padding:10px 12px!important;
    background:rgba(255,255,255,.94)!important;
    border-bottom:1px solid rgba(226,232,240,.92)!important;
    box-shadow:0 12px 34px rgba(15,23,42,.065)!important;
  }
  .site-topbar.enhanced-topbar .site-drawer-toggle{
    grid-column:1!important;
    order:1!important;
    display:inline-flex!important;
    visibility:visible!important;
    pointer-events:auto!important;
    width:44px!important;
    min-width:44px!important;
    max-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    padding:0!important;
    margin:0!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:15px!important;
    border:1px solid #dbeafe!important;
    background:#eef4ff!important;
    color:#1d4ed8!important;
    box-shadow:0 10px 24px rgba(37,99,235,.10)!important;
  }
  .site-topbar.enhanced-topbar .brand{
    grid-column:2!important;
    order:2!important;
    justify-self:start!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:8px!important;
    max-width:100%!important;
    min-height:44px!important;
    padding:0 8px!important;
    border-radius:15px!important;
    overflow:hidden!important;
    font-size:17px!important;
  }
  .site-topbar.enhanced-topbar .brand-logo-img{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    border-radius:11px!important;
  }
  .site-topbar.enhanced-topbar .brand-dot{
    width:14px!important;
    height:14px!important;
    min-width:14px!important;
    border-radius:6px!important;
    box-shadow:0 0 0 7px rgba(37,99,235,.10)!important;
  }
  .site-topbar.enhanced-topbar .brand span:last-child{
    display:block!important;
    max-width:42vw!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .site-topbar.enhanced-topbar .topbar-actions{
    grid-column:3!important;
    order:3!important;
    justify-self:end!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:5px!important;
    width:auto!important;
    min-width:max-content!important;
    margin-left:auto!important;
  }
  .site-topbar.enhanced-topbar .topbar-actions .mobile-nav-toggle{
    display:none!important;
    width:0!important;
    min-width:0!important;
    height:0!important;
    min-height:0!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
  }
  .site-topbar.enhanced-topbar .notification-trigger,
  .site-topbar.enhanced-topbar .cart-top-link,
  .site-topbar.enhanced-topbar .topbar-actions .nav-auth-link,
  .site-topbar.enhanced-topbar .user-menu-trigger{
    width:42px!important;
    min-width:42px!important;
    max-width:42px!important;
    height:42px!important;
    min-height:42px!important;
    padding:0!important;
    border-radius:14px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
  }
  .site-topbar.enhanced-topbar .user-menu-trigger .avatar-circle{
    width:32px!important;
    height:32px!important;
    min-width:32px!important;
    font-size:13px!important;
  }
  .site-topbar.enhanced-topbar .site-nav{
    position:fixed!important;
    top:72px!important;
    left:12px!important;
    right:12px!important;
    z-index:110!important;
    display:none!important;
    grid-template-columns:1fr!important;
    gap:7px!important;
    max-height:calc(100dvh - 88px)!important;
    overflow:auto!important;
    padding:12px!important;
    border:1px solid rgba(226,232,240,.96)!important;
    border-radius:22px!important;
    background:rgba(255,255,255,.98)!important;
    box-shadow:0 26px 70px rgba(15,23,42,.18)!important;
    backdrop-filter:blur(16px)!important;
    -webkit-backdrop-filter:blur(16px)!important;
  }
  .site-topbar.enhanced-topbar .site-nav.open{
    display:grid!important;
  }
  .site-topbar.enhanced-topbar .site-nav .nav-item{
    display:grid!important;
    gap:6px!important;
    margin:0!important;
    padding:0!important;
  }
  .site-topbar.enhanced-topbar .site-nav .nav-item>a{
    width:100%!important;
    min-height:46px!important;
    padding:10px 12px!important;
    justify-content:flex-start!important;
    gap:8px!important;
    border:1px solid #e2e8f0!important;
    border-radius:16px!important;
    background:#fff!important;
    color:#334155!important;
    font-size:14px!important;
    font-weight:850!important;
    line-height:1.2!important;
    box-shadow:0 8px 18px rgba(15,23,42,.04)!important;
  }
  .site-topbar.enhanced-topbar .site-nav .nav-item>a:hover,
  .site-topbar.enhanced-topbar .site-nav .nav-item>a:focus-visible{
    background:#f0f6ff!important;
    border-color:#bfdbfe!important;
    color:#1d4ed8!important;
  }
  .site-topbar.enhanced-topbar .site-nav .submenu-list{
    position:static!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:5px!important;
    min-width:0!important;
    max-width:100%!important;
    margin:0 0 2px 16px!important;
    padding:7px!important;
    border:1px solid #e2e8f0!important;
    border-radius:17px!important;
    background:#f8fafc!important;
    box-shadow:none!important;
  }
  .site-topbar.enhanced-topbar .site-nav .submenu-item>a{
    width:100%!important;
    min-height:40px!important;
    padding:9px 10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    border-radius:13px!important;
    color:#475569!important;
    font-size:13px!important;
    font-weight:780!important;
    background:#fff!important;
    border:1px solid #e9eef5!important;
  }
  .site-topbar.enhanced-topbar .site-nav .submenu-item>a:hover,
  .site-topbar.enhanced-topbar .site-nav .submenu-item>a:focus-visible{
    background:#eef4ff!important;
    color:#1d4ed8!important;
    border-color:#dbeafe!important;
  }
}

@media (max-width:430px){
  .site-topbar.enhanced-topbar{
    grid-template-columns:40px minmax(0,1fr) auto!important;
    gap:6px!important;
    padding-left:9px!important;
    padding-right:9px!important;
  }
  .site-topbar.enhanced-topbar .site-drawer-toggle,
  .site-topbar.enhanced-topbar .notification-trigger,
  .site-topbar.enhanced-topbar .cart-top-link,
  .site-topbar.enhanced-topbar .topbar-actions .nav-auth-link,
  .site-topbar.enhanced-topbar .user-menu-trigger{
    width:40px!important;
    min-width:40px!important;
    max-width:40px!important;
    height:40px!important;
    min-height:40px!important;
    border-radius:13px!important;
  }
  .site-topbar.enhanced-topbar .topbar-actions{gap:4px!important;}
  .site-topbar.enhanced-topbar .brand{font-size:16px!important;padding-left:7px!important;padding-right:7px!important;}
  .site-topbar.enhanced-topbar .brand span:last-child{max-width:38vw!important;}
}

/* v0.3.67 - EchoBilisim unified flat design system
   Site, müşteri paneli ve yönetim paneli için tek merkezli sade flat görünüm. */
:root{
  --eb-bg:#f6f8fc;
  --eb-surface:#ffffff;
  --eb-surface-soft:#f9fbff;
  --eb-surface-muted:#eef3f9;
  --eb-text:#111827;
  --eb-muted:#64748b;
  --eb-line:#e2e8f0;
  --eb-line-strong:#d8e0ec;
  --eb-primary:#2563eb;
  --eb-primary-strong:#1d4ed8;
  --eb-primary-soft:#eef5ff;
  --eb-success:#16a34a;
  --eb-success-soft:#ecfdf5;
  --eb-warning:#d97706;
  --eb-warning-soft:#fff7ed;
  --eb-danger:#dc2626;
  --eb-danger-soft:#fff1f2;
  --eb-radius-xs:10px;
  --eb-radius-sm:14px;
  --eb-radius:18px;
  --eb-radius-lg:24px;
  --eb-shadow-sm:0 8px 22px rgba(15,23,42,.045);
  --eb-shadow:0 18px 45px rgba(15,23,42,.075);
  --eb-shadow-strong:0 24px 60px rgba(15,23,42,.12);
}
html{scroll-behavior:smooth;}
body{background:var(--eb-bg)!important;color:var(--eb-text)!important;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
a,button,.btn,input,select,textarea,.card,.sidebar a,.site-nav a,.dropdown-menu{transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease,opacity .16s ease;}
main{width:100%;min-width:0;}
img{max-width:100%;}
::selection{background:rgba(37,99,235,.16);color:var(--eb-text);}

/* Genel kart, tablo ve form temizliği */
.card,.hero-card,.stat-card,.dashboard-kpi-card,.panel-metric-card,.customer-stat-card,.customer-action-card,.customer-record-card,.empty-state-card,.support-stat-card,.support-ticket-row,.quick-admin-card,.revenue-card,.health-card,.invoice-document,.invoice-dates-card,.payment-method-card,.home-domain-search-card,.home-category-card,.testimonial-card,.auth-card,.contact-form-card,.blocked-card,.settings-main,.settings-side,.table-wrap,.admin-crud-head,.admin-dashboard-hero,.panel-page-hero{
  background:var(--eb-surface)!important;
  border:1px solid var(--eb-line)!important;
  border-radius:var(--eb-radius-lg)!important;
  box-shadow:var(--eb-shadow-sm)!important;
}
.card:hover,.home-category-card:hover,.product-card:hover,.customer-action-card:hover,.support-ticket-row:hover,.quick-admin-card:hover{box-shadow:var(--eb-shadow)!important;transform:translateY(-1px);}
.card p,.muted,.section-head p,.product-desc,.customer-record-card small,.panel-top small,.table-title-row small{color:var(--eb-muted)!important;line-height:1.62;}
hr{border-top:1px solid var(--eb-line)!important;}
input,select,textarea{
  background:#fff!important;
  border:1px solid var(--eb-line)!important;
  border-radius:var(--eb-radius-sm)!important;
  color:var(--eb-text)!important;
  min-height:44px;
  box-shadow:none!important;
}
textarea{min-height:118px;}
input:focus,select:focus,textarea:focus{
  border-color:rgba(37,99,235,.55)!important;
  box-shadow:0 0 0 4px rgba(37,99,235,.10)!important;
}
label{color:var(--eb-muted)!important;font-weight:700;}
label span,label strong{color:var(--eb-text);}
.table-wrap{padding:0!important;overflow:auto!important;}
table{background:transparent!important;border-collapse:separate!important;border-spacing:0!important;}
th{background:#f8fafc!important;color:#475569!important;font-size:12px!important;letter-spacing:.02em;text-transform:none!important;}
th,td{border-bottom:1px solid var(--eb-line)!important;padding:13px 14px!important;}
tr:last-child td{border-bottom:0!important;}
tr:hover td{background:#fbfdff!important;}
.badge,.status,.filter-pill{
  background:var(--eb-primary-soft)!important;
  color:var(--eb-primary-strong)!important;
  border:1px solid #dbeafe!important;
  border-radius:999px!important;
  font-weight:850!important;
}
.status.active,.status.paid,.status.success,.badge.success{background:var(--eb-success-soft)!important;color:#047857!important;border-color:#bbf7d0!important;}
.status.pending,.status.warning,.badge.warning{background:var(--eb-warning-soft)!important;color:#b45309!important;border-color:#fed7aa!important;}
.status.blocked,.status.failed,.status.danger,.badge.danger{background:var(--eb-danger-soft)!important;color:#be123c!important;border-color:#fecdd3!important;}

/* Buton sistemi */
.btn,button:not(.link-button):not(.panel-close):not(.mobile-nav-toggle):not(.panel-menu-toggle):not(.site-drawer-toggle):not(.notification-trigger):not(.user-menu-trigger):not(.panel-site-menu-trigger){
  border-radius:var(--eb-radius-sm)!important;
  font-weight:850!important;
  min-height:42px;
  border:1px solid transparent!important;
  box-shadow:0 8px 18px rgba(37,99,235,.14)!important;
}
.btn:not(.ghost):not(.danger):not(.danger-light):not(.danger-soft),button:not(.link-button):not(.panel-close):not(.mobile-nav-toggle):not(.panel-menu-toggle):not(.site-drawer-toggle):not(.notification-trigger):not(.user-menu-trigger):not(.panel-site-menu-trigger):not(.danger):not(.ghost){background:var(--eb-primary)!important;color:#fff!important;}
.btn:not(.ghost):not(.danger):hover,button:not(.link-button):not(.panel-close):not(.mobile-nav-toggle):not(.panel-menu-toggle):not(.site-drawer-toggle):not(.notification-trigger):not(.user-menu-trigger):not(.panel-site-menu-trigger):hover{background:var(--eb-primary-strong)!important;transform:translateY(-1px);}
.btn.ghost,.btn.light,.ghost{background:#f8fafc!important;color:#1e293b!important;border-color:var(--eb-line)!important;box-shadow:none!important;}
.btn.ghost:hover,.btn.light:hover,.ghost:hover{background:#eef5ff!important;color:var(--eb-primary-strong)!important;border-color:#bfdbfe!important;}
.btn.danger,.danger{background:var(--eb-danger)!important;color:#fff!important;border-color:var(--eb-danger)!important;box-shadow:0 8px 18px rgba(220,38,38,.16)!important;}
.btn.danger:hover,.danger:hover{background:#b91c1c!important;}
.danger-light,.danger-soft{background:var(--eb-danger-soft)!important;color:#be123c!important;border-color:#fecdd3!important;box-shadow:none!important;}
.danger-light:hover,.danger-soft:hover{background:#ffe4e6!important;color:#9f1239!important;}
.btn.small{min-height:36px!important;padding:8px 12px!important;font-size:13px!important;}
.stack-actions,.crud-row-actions,.category-row-actions,.admin-product-actions{gap:7px!important;align-items:center!important;}

/* Site üst menü - temiz flat görünüm */
.site-topbar.enhanced-topbar{
  background:rgba(255,255,255,.94)!important;
  border:1px solid rgba(226,232,240,.92)!important;
  border-left:0!important;border-right:0!important;border-top:0!important;
  box-shadow:0 10px 34px rgba(15,23,42,.055)!important;
  backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;
}
.site-topbar.enhanced-topbar .brand{
  border-radius:16px!important;
  background:#fff!important;
  border:1px solid transparent!important;
  box-shadow:none!important;
  color:var(--eb-text)!important;
}
.site-topbar.enhanced-topbar .brand:hover{background:#f8fafc!important;border-color:var(--eb-line)!important;}
.site-topbar.enhanced-topbar .site-nav{gap:5px!important;}
.site-topbar.enhanced-topbar .site-nav .nav-item>a{
  border-radius:14px!important;
  padding:9px 11px!important;
  min-height:40px!important;
  color:#334155!important;
  background:transparent!important;
  border:1px solid transparent!important;
  font-weight:800!important;
  box-shadow:none!important;
}
.site-topbar.enhanced-topbar .site-nav .nav-item>a:hover,
.site-topbar.enhanced-topbar .site-nav .nav-item>a:focus-visible,
.site-topbar.enhanced-topbar .site-nav .nav-item.active>a{
  background:var(--eb-primary-soft)!important;
  border-color:#dbeafe!important;
  color:var(--eb-primary-strong)!important;
}
.site-topbar.enhanced-topbar .submenu-list,
.dropdown-menu{
  border:1px solid var(--eb-line)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:var(--eb-shadow-strong)!important;
}
.site-topbar.enhanced-topbar .submenu-item>a,
.site-user-dropdown a,
.panel-site-menu-dropdown a{
  border-radius:14px!important;
  color:#334155!important;
  font-weight:760!important;
}
.site-topbar.enhanced-topbar .submenu-item>a:hover,
.site-user-dropdown a:hover,
.panel-site-menu-dropdown a:hover{background:#f1f5f9!important;color:var(--eb-primary-strong)!important;}
.site-topbar.enhanced-topbar .cart-top-link,
.site-topbar.enhanced-topbar .topbar-actions .nav-auth-link,
.site-topbar.enhanced-topbar .notification-trigger,
.site-topbar.enhanced-topbar .user-menu-trigger,
.site-topbar.enhanced-topbar .site-drawer-toggle,
.panel-user-trigger,.notification-trigger,.panel-site-menu-trigger,.panel-menu-toggle{
  background:#fff!important;
  border:1px solid var(--eb-line)!important;
  color:#1e293b!important;
  box-shadow:0 6px 16px rgba(15,23,42,.045)!important;
}
.site-topbar.enhanced-topbar .cart-top-link:hover,
.site-topbar.enhanced-topbar .topbar-actions .nav-auth-link:hover,
.site-topbar.enhanced-topbar .notification-trigger:hover,
.site-topbar.enhanced-topbar .user-menu-trigger:hover,
.site-topbar.enhanced-topbar .site-drawer-toggle:hover,
.panel-user-trigger:hover,.notification-trigger:hover,.panel-site-menu-trigger:hover,.panel-menu-toggle:hover{background:var(--eb-primary-soft)!important;border-color:#bfdbfe!important;color:var(--eb-primary-strong)!important;}

/* Anasayfa ve katalog */
.modern-hero,.hero{background:linear-gradient(135deg,#f8fbff 0%,#eef5ff 55%,#f8fafc 100%)!important;}
.modern-hero .hero-text,.hero-slider{border-radius:28px!important;}
.hero h1,.section h1,.section h2,.panel-page-hero h1,.admin-dashboard-hero h1{letter-spacing:-.035em;color:#0f172a!important;}
.home-category-grid,.home-four-product-grid,.home-featured-product-grid,.product-grid{gap:16px!important;}
.home-four-product-grid,.home-featured-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.product-card{padding:18px!important;gap:11px!important;min-width:0;}
.product-card h3{font-size:19px!important;line-height:1.22!important;}
.product-card-image{border-radius:18px!important;overflow:hidden;background:#f1f5f9!important;border:1px solid var(--eb-line)!important;}
.product-card-image img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;}
.product-card-cart-form{display:grid!important;gap:9px!important;}
.product-card-actions{display:flex!important;gap:8px!important;flex-wrap:wrap!important;}
.home-category-card{display:grid!important;gap:7px!important;align-content:start;min-height:156px;padding:18px!important;}
.home-category-icon{width:44px;height:44px;border-radius:16px;background:var(--eb-primary-soft);display:grid;place-items:center;color:var(--eb-primary-strong);font-size:22px;}
.home-category-card strong{font-size:17px;color:var(--eb-text);}
.home-category-card small,.home-category-card p{color:var(--eb-muted)!important;}
.testimonial-row{scroll-snap-type:x mandatory;}
.testimonial-card{scroll-snap-align:start;}

/* Footer */
.modern-footer,.footer{
  background:#0f172a!important;
  color:#fff!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}
.modern-footer input,.footer input{min-height:44px!important;border-radius:14px!important;}
.modern-footer .newsletter,.footer .newsletter{align-items:stretch!important;gap:8px!important;}
.modern-footer .newsletter button,.footer .newsletter button{min-height:44px!important;white-space:nowrap!important;}
.footer-social,.footer-social-links{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-top:12px!important;}
.footer-social a,.footer-social-links a{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);color:#fff!important;}
.footer-social a:hover,.footer-social-links a:hover{background:rgba(37,99,235,.45);}

/* Panel ortak görünüm */
.panel-body.admin-body,.panel-body.customer-panel-body{background:var(--eb-bg)!important;}
.panel-content{min-width:0!important;max-width:100%!important;padding:22px!important;}
.panel-top.enhanced-panel-top{
  background:rgba(255,255,255,.95)!important;
  border:1px solid var(--eb-line)!important;
  border-radius:22px!important;
  box-shadow:var(--eb-shadow-sm)!important;
  padding:14px 16px!important;
}
.panel-top.enhanced-panel-top>div:first-child strong{font-size:18px!important;color:#0f172a!important;}
.panel-toolbar-actions{gap:6px!important;}
.panel-metric-grid,.dashboard-stats,.stats-grid{gap:14px!important;}
.panel-metric-card,.stat-card,.dashboard-kpi-card{padding:17px!important;}
.panel-metric-card strong,.stat-card strong,.dashboard-kpi-card strong{letter-spacing:-.025em;}
.customer-dashboard-hero,.panel-page-hero{background:linear-gradient(135deg,#fff,#f4f8ff)!important;}
.customer-card-list{gap:12px!important;}

/* Müşteri paneli sidebar */
@media(min-width:901px){
  body.customer-panel-body{grid-template-columns:260px minmax(0,1fr)!important;}
  body.customer-panel-body .sidebar{position:sticky!important;top:0!important;height:100vh!important;padding:14px 12px!important;overflow:auto!important;background:linear-gradient(180deg,#0f172a,#111827)!important;gap:4px!important;border-right:1px solid rgba(255,255,255,.08)!important;}
  body.customer-panel-body .sidebar .panel-brand-row{margin-bottom:8px!important;padding-bottom:8px!important;border-bottom:1px solid rgba(255,255,255,.08)!important;}
  body.customer-panel-body .sidebar a,
  body.customer-panel-body .sidebar .link-button{min-height:38px!important;margin:0!important;padding:8px 10px!important;border-radius:13px!important;background:transparent!important;border:1px solid transparent!important;color:#cbd5e1!important;font-size:13px!important;font-weight:800!important;}
  body.customer-panel-body .sidebar a:hover,
  body.customer-panel-body .sidebar .link-button:hover{background:rgba(255,255,255,.07)!important;color:#fff!important;}
  body.customer-panel-body .sidebar a.active{background:#fff!important;color:#0f172a!important;border-color:#fff!important;box-shadow:0 10px 22px rgba(0,0,0,.15)!important;}
}

/* Giriş/kayıt ve engel sayfaları */
.auth-card,.blocked-card{max-width:520px!important;margin:48px auto!important;padding:26px!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;}
.auth-card h1,.auth-card h2,.blocked-card h1{letter-spacing:-.03em!important;color:#0f172a!important;}
.auth-card .btn,.auth-card button{width:100%;}
.auth-visual-card{background:linear-gradient(135deg,#0f172a,#1d4ed8)!important;color:#fff!important;border:0!important;}

/* Sepet mobil buton */
@media(max-width:700px){
  .cart-remove-form,.cart-remove-form button,.cart-remove-form .btn{width:100%!important;max-width:100%!important;}
  .cart-remove-form button,.cart-remove-form .btn{min-height:46px!important;border-radius:15px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:var(--eb-danger-soft)!important;color:#be123c!important;border:1px solid #fecdd3!important;box-shadow:none!important;}
  .cart-remove-form button:hover,.cart-remove-form .btn:hover{background:#ffe4e6!important;color:#9f1239!important;}
}

/* Responsive bütünlük */
@media(max-width:1180px){.home-four-product-grid,.home-featured-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media(max-width:900px){
  .panel-content{padding:78px 14px 18px!important;}
  .home-four-product-grid,.home-featured-product-grid,.product-grid,.feature-grid,.home-category-grid,.stats-grid,.panel-metric-grid{grid-template-columns:1fr!important;}
  .section,.hero{padding-left:16px!important;padding-right:16px!important;}
  .site-topbar.enhanced-topbar .site-nav{box-shadow:var(--eb-shadow-strong)!important;}
  body.admin-body .admin-sidebar,body.customer-panel-body .sidebar{overflow:auto!important;}
}
@media(max-width:520px){
  .section-head,.split-head,.table-title-row,.admin-crud-head{display:grid!important;grid-template-columns:1fr!important;align-items:start!important;gap:10px!important;}
  .btn,.btn.small{width:100%;}
  .crud-row-actions,.category-row-actions,.stack-actions{width:100%;display:grid!important;grid-template-columns:1fr!important;}
}

/* v0.3.68 - Yazılım firması için gelişmiş flat footer */
.software-footer.footer,
.software-footer.modern-footer{
  display:block!important;
  margin-top:56px!important;
  padding:0!important;
  background:linear-gradient(180deg,#0f172a 0%,#0b1220 100%)!important;
  color:#f8fafc!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  overflow:hidden!important;
}
.software-footer .footer-shell{
  width:min(1480px,calc(100% - 40px));
  margin:0 auto;
  padding:34px 0 18px;
}
.site-width-normal .software-footer .footer-shell{width:min(1180px,calc(100% - 40px));}
.site-width-full .software-footer .footer-shell{width:min(100% - 40px,1760px);}
.software-footer .footer-top-grid{
  display:grid;
  grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(170px,.72fr)) minmax(300px,1.1fr);
  gap:14px;
  align-items:stretch;
}
.software-footer .footer-brand-card,
.software-footer .footer-link-card,
.software-footer .footer-newsletter-card{
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(255,255,255,.095)!important;
  border-radius:24px!important;
  padding:20px!important;
  box-shadow:0 18px 55px rgba(0,0,0,.15)!important;
  min-width:0;
}
.software-footer .footer-brand-card{display:grid;gap:14px;align-content:start;}
.software-footer .footer-logo{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#fff!important;
  font-weight:950;
  font-size:20px;
  letter-spacing:-.02em;
}
.software-footer .footer-logo img{width:38px;height:38px;border-radius:14px;object-fit:contain;background:#fff;padding:4px;}
.software-footer .footer-logo-mark{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#7c3aed);display:grid;place-items:center;font-size:13px;font-weight:950;color:#fff;}
.software-footer p{margin:0;color:#cbd5e1!important;line-height:1.65;font-size:14px;}
.software-footer .footer-trust-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:2px;}
.software-footer .footer-trust-list span{
  display:flex;
  align-items:center;
  min-height:36px;
  padding:8px 10px;
  border-radius:14px;
  background:rgba(37,99,235,.14);
  border:1px solid rgba(147,197,253,.14);
  color:#dbeafe;
  font-size:12px;
  font-weight:850;
}
.software-footer h3{margin:0 0 12px;color:#fff;font-size:15px;letter-spacing:-.01em;}
.software-footer .footer-links{display:grid!important;gap:7px!important;}
.software-footer .footer-links a{
  display:flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:8px 10px;
  border-radius:14px;
  color:#dbeafe!important;
  background:transparent;
  border:1px solid transparent;
  font-size:13px;
  font-weight:800;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.software-footer .footer-links a span{color:#93c5fd;font-size:18px;line-height:0;}
.software-footer .footer-links a:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.10);color:#fff!important;transform:translateX(2px);}
.software-footer .footer-newsletter-card{display:grid;gap:10px;align-content:start;}
.software-footer .footer-newsletter-form.newsletter{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:8px!important;
  min-width:0!important;
  width:100%!important;
  margin-top:2px;
}
.software-footer .footer-newsletter-form input{
  height:46px!important;
  min-height:46px!important;
  border-radius:16px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:rgba(255,255,255,.09)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.software-footer .footer-newsletter-form input::placeholder{color:#94a3b8;}
.software-footer .footer-newsletter-form button{
  height:46px!important;
  min-height:46px!important;
  border-radius:16px!important;
  background:#2563eb!important;
  color:#fff!important;
  padding:0 16px!important;
  white-space:nowrap!important;
  box-shadow:0 12px 26px rgba(37,99,235,.25)!important;
}
.software-footer .footer-newsletter-form button:hover{background:#1d4ed8!important;}
.software-footer small{color:#94a3b8;font-size:12px;line-height:1.5;}
.software-footer .footer-social-wrap{display:grid;gap:9px;margin-top:3px;}
.software-footer .footer-social-wrap strong{font-size:13px;color:#e2e8f0;}
.software-footer .footer-social-icons{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;justify-content:flex-start!important;margin:0!important;}
.software-footer .footer-social-icons a{
  width:38px!important;
  height:38px!important;
  border-radius:14px!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  color:#fff!important;
  font-size:13px;
  font-weight:950;
  transition:transform .18s ease,background .18s ease,border-color .18s ease!important;
}
.software-footer .footer-social-icons a:hover{transform:translateY(-2px);background:rgba(37,99,235,.42)!important;border-color:rgba(147,197,253,.34)!important;}
.software-footer .footer-contact-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.software-footer .footer-contact-strip div{
  display:grid;
  grid-template-columns:38px minmax(80px,auto) minmax(0,1fr);
  align-items:center;
  gap:9px;
  padding:12px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
  min-width:0;
}
.software-footer .footer-contact-strip span{width:38px;height:38px;border-radius:14px;background:rgba(37,99,235,.16);display:grid;place-items:center;color:#bfdbfe;}
.software-footer .footer-contact-strip strong{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.04em;}
.software-footer .footer-contact-strip a,
.software-footer .footer-contact-strip em{color:#cbd5e1;font-style:normal;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;}
.software-footer .footer-bottom-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:14px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.08);
  color:#94a3b8;
  font-size:13px;
}
.software-footer .footer-bottom-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;}
.software-footer .footer-bottom-links a,
.software-footer .language-footer-switch a{color:#dbeafe!important;font-weight:850;}
.software-footer .language-footer-switch{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:12px;background:rgba(255,255,255,.06);}
.software-footer .language-footer-switch i{color:#64748b;font-style:normal;}
@media(max-width:1180px){
  .software-footer .footer-top-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .software-footer .footer-brand-card,.software-footer .footer-newsletter-card{grid-column:auto;}
  .software-footer .footer-contact-strip{grid-template-columns:1fr;}
}
@media(max-width:760px){
  .software-footer .footer-shell{width:min(100% - 28px,680px);padding:24px 0 16px;}
  .software-footer .footer-top-grid{grid-template-columns:1fr;gap:10px;}
  .software-footer .footer-brand-card,.software-footer .footer-link-card,.software-footer .footer-newsletter-card{border-radius:20px!important;padding:16px!important;}
  .software-footer .footer-trust-list{grid-template-columns:1fr;}
  .software-footer .footer-newsletter-form.newsletter{grid-template-columns:1fr!important;}
  .software-footer .footer-contact-strip div{grid-template-columns:34px minmax(0,1fr);}
  .software-footer .footer-contact-strip div strong{grid-column:2;}
  .software-footer .footer-contact-strip div a,.software-footer .footer-contact-strip div em{grid-column:2;white-space:normal;}
  .software-footer .footer-bottom-bar{display:grid;justify-content:stretch;text-align:left;}
  .software-footer .footer-bottom-links{justify-content:flex-start;}
}

/* v0.3.71 - Yazılım/hosting firması için yeniden tasarlanmış sade flat anasayfa */
.eb-home-hero{
  width:min(1480px,calc(100% - 40px));
  margin:22px auto 0!important;
  padding:34px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.72fr)!important;
  gap:22px!important;
  align-items:stretch!important;
  border:1px solid rgba(37,99,235,.10)!important;
  border-radius:34px!important;
  background:
    radial-gradient(circle at 14% 12%,rgba(37,99,235,.13),transparent 30%),
    radial-gradient(circle at 82% 6%,rgba(14,165,233,.10),transparent 28%),
    linear-gradient(135deg,#ffffff 0%,#f6f9ff 55%,#f8fafc 100%)!important;
  box-shadow:0 26px 80px rgba(15,23,42,.08)!important;
  overflow:hidden!important;
  position:relative!important;
}
.eb-home-hero:before{content:"";position:absolute;inset:auto -120px -180px auto;width:360px;height:360px;border-radius:999px;background:rgba(37,99,235,.08);pointer-events:none;}
.site-width-normal .eb-home-hero{width:min(1180px,calc(100% - 40px));}
.site-width-full .eb-home-hero{width:min(100% - 40px,1760px);}
.eb-home-hero-copy{position:relative;z-index:1;display:grid;align-content:center;gap:16px;min-width:0;}
.eb-kicker{background:#eff6ff!important;color:#1d4ed8!important;border:1px solid #dbeafe!important;}
.eb-home-hero h1{margin:0!important;max-width:920px;font-size:clamp(34px,5.4vw,68px)!important;line-height:.98!important;letter-spacing:-.058em!important;color:#0f172a!important;}
.eb-home-hero p{margin:0;max-width:760px;color:#536273!important;font-size:clamp(16px,1.35vw,19px)!important;line-height:1.72!important;}
.eb-hero-actions{margin-top:4px!important;gap:10px!important;}
.eb-hero-actions .btn{min-height:46px!important;border-radius:16px!important;padding:0 17px!important;}
.eb-hero-trust-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;}
.eb-hero-trust-row span{display:inline-flex;align-items:center;min-height:36px;padding:8px 11px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#475569;font-size:13px;font-weight:850;box-shadow:0 8px 20px rgba(15,23,42,.04);}
.eb-hero-panel{position:relative;z-index:1;display:grid;gap:12px;align-content:start;min-width:0;padding:18px;border:1px solid #e2e8f0;border-radius:28px;background:rgba(255,255,255,.74);box-shadow:0 18px 50px rgba(15,23,42,.08);backdrop-filter:blur(14px);}
.eb-hero-panel-head{display:flex;justify-content:space-between;gap:12px;align-items:center;}
.eb-hero-panel-head strong{font-size:15px;color:#0f172a;letter-spacing:-.01em;}
.eb-flow-list{display:grid;gap:8px;}
.eb-flow-list span{display:flex;align-items:center;gap:9px;min-height:42px;padding:9px 11px;border:1px solid #e7edf5;border-radius:16px;background:#f8fafc;color:#334155;font-weight:850;font-size:13px;}
.eb-flow-list i{width:24px;height:24px;min-width:24px;display:grid;place-items:center;border-radius:9px;background:#e0edff;color:#1d4ed8;font-style:normal;font-size:12px;font-weight:950;}
.eb-highlight-card{display:grid;gap:8px;margin-top:2px;padding:16px;border-radius:20px;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;box-shadow:0 18px 46px rgba(37,99,235,.22);}
.eb-highlight-card small{color:#bfdbfe;font-weight:850;letter-spacing:.03em;text-transform:uppercase;}
.eb-highlight-card h2{margin:0!important;color:#fff!important;font-size:24px!important;letter-spacing:-.035em!important;}
.eb-highlight-card p{color:#dbeafe!important;font-size:14px!important;line-height:1.58!important;}
.eb-highlight-card .btn{width:max-content;background:#fff!important;color:#1d4ed8!important;box-shadow:none!important;}
.eb-stat-strip{width:min(1480px,calc(100% - 40px));margin:16px auto 0!important;padding:0!important;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}
.site-width-normal .eb-stat-strip{width:min(1180px,calc(100% - 40px));}.site-width-full .eb-stat-strip{width:min(100% - 40px,1760px);}
.eb-stat-card{padding:16px 17px;border:1px solid #e4e9f2;border-radius:22px;background:#fff;box-shadow:0 14px 36px rgba(15,23,42,.05);display:grid;gap:3px;}
.eb-stat-card span{font-size:12px;color:#64748b;font-weight:850;}.eb-stat-card strong{font-size:24px;color:#0f172a;letter-spacing:-.03em;}.eb-stat-card small{color:#64748b;font-weight:650;}
.eb-section-head{align-items:flex-end!important;margin-bottom:16px!important;}.eb-section-head h2{font-size:clamp(25px,3vw,36px)!important;margin:8px 0 4px!important;letter-spacing:-.04em!important;}.eb-section-head p{max-width:760px!important;}
.eb-home-category-section,.eb-service-section,.eb-featured-products-section,.eb-product-section,.eb-process-section,.eb-benefit-section,.eb-security-section,.eb-footer-preview{width:min(1480px,calc(100% - 40px));margin:0 auto!important;padding:34px 0 0!important;}
.site-width-normal .eb-home-category-section,.site-width-normal .eb-service-section,.site-width-normal .eb-featured-products-section,.site-width-normal .eb-product-section,.site-width-normal .eb-process-section,.site-width-normal .eb-benefit-section,.site-width-normal .eb-security-section,.site-width-normal .eb-footer-preview{width:min(1180px,calc(100% - 40px));}
.site-width-full .eb-home-category-section,.site-width-full .eb-service-section,.site-width-full .eb-featured-products-section,.site-width-full .eb-product-section,.site-width-full .eb-process-section,.site-width-full .eb-benefit-section,.site-width-full .eb-security-section,.site-width-full .eb-footer-preview{width:min(100% - 40px,1760px);}
.eb-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;}
.eb-category-card{min-height:166px!important;padding:18px!important;border-color:#e4eaf3!important;box-shadow:0 14px 36px rgba(15,23,42,.045)!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;}
.eb-category-card:hover{transform:translateY(-2px)!important;border-color:#bfdbfe!important;box-shadow:0 22px 54px rgba(37,99,235,.10)!important;}
.eb-service-grid{display:grid;grid-template-columns:repeat(var(--eb-service-columns,4),minmax(0,1fr));gap:12px;}
.eb-service-card{display:grid!important;gap:13px!important;padding:20px!important;border-color:#e4eaf3!important;background:linear-gradient(180deg,#fff,#fbfdff)!important;box-shadow:0 14px 38px rgba(15,23,42,.05)!important;min-height:292px!important;}
.eb-service-card:hover{transform:translateY(-2px)!important;border-color:#bfdbfe!important;box-shadow:0 22px 58px rgba(37,99,235,.11)!important;}
.eb-service-icon{width:48px;height:48px;border-radius:18px;background:#eff6ff;color:#1d4ed8;display:grid;place-items:center;font-size:23px;font-weight:950;}
.eb-service-card strong{color:#1d4ed8;font-size:13px;font-weight:900;}.eb-service-card h3{margin:5px 0 8px!important;font-size:19px!important;line-height:1.18!important;color:#0f172a!important;letter-spacing:-.025em!important;}.eb-service-card p{margin:0;color:#64748b!important;font-size:14px;line-height:1.62!important;}.eb-service-card small{align-self:end;color:#475569;font-weight:850;border-top:1px solid #e9eef5;padding-top:12px;}
.eb-domain-section{padding:34px 0 0!important;background:transparent!important;}.eb-domain-card{width:min(1480px,calc(100% - 40px));margin:0 auto!important;border-radius:28px!important;background:linear-gradient(135deg,#fff,#f8fbff)!important;border:1px solid #dbeafe!important;box-shadow:0 20px 64px rgba(37,99,235,.08)!important;}.site-width-normal .eb-domain-card{width:min(1180px,calc(100% - 40px));}.site-width-full .eb-domain-card{width:min(100% - 40px,1760px);}.eb-domain-form{background:#fff!important;border:1px solid #e4eaf3!important;border-radius:22px!important;padding:16px!important;box-shadow:0 12px 34px rgba(15,23,42,.05)!important;}
.eb-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important;}
.eb-product-card{padding:0!important;overflow:hidden!important;border-color:#e4eaf3!important;background:#fff!important;box-shadow:0 16px 44px rgba(15,23,42,.055)!important;display:flex!important;flex-direction:column!important;}
.eb-product-card:before{display:none!important;}.eb-product-card:hover{transform:translateY(-2px)!important;border-color:#bfdbfe!important;box-shadow:0 24px 58px rgba(37,99,235,.10)!important;}
.eb-product-image{height:156px!important;border-radius:0!important;background:linear-gradient(135deg,#eef5ff,#f8fafc)!important;display:grid!important;place-items:center!important;overflow:hidden!important;border-bottom:1px solid #edf2f7!important;}.eb-product-image img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}.eb-product-image-empty span{font-weight:950;color:#1d4ed8;}
.eb-product-card-body{display:grid;gap:10px;padding:16px;flex:1 1 auto;}.eb-product-topline{display:flex;justify-content:space-between;gap:8px;align-items:center;}.eb-sale-pill{display:inline-flex;align-items:center;border-radius:999px;background:#fef2f2;color:#be123c;font-size:11px;font-weight:900;padding:6px 8px;}.eb-product-card h3{font-size:18px!important;line-height:1.22!important;letter-spacing:-.025em!important;}.eb-product-card .product-desc{margin:0!important;font-size:13.5px!important;}.eb-feature-list{display:grid!important;gap:5px!important;}.eb-feature-list .feature-check{font-size:12.5px!important;}.eb-price-line{margin-top:auto;}.eb-price-line strong{font-size:21px!important;}.eb-product-actions{display:flex!important;gap:7px!important;}.eb-product-actions .btn{flex:1 1 0;}.eb-product-cart-form{display:grid!important;gap:8px!important;}.eb-product-cart-form input{min-height:40px!important;border-radius:13px!important;}.eb-product-cart-form .btn{width:100%;min-height:40px!important;border-radius:13px!important;}
.eb-empty-card{grid-column:1/-1;box-shadow:none!important;background:#fff!important;border:1px dashed #cbd5e1!important;}
.eb-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}.eb-process-card{box-shadow:0 14px 38px rgba(15,23,42,.05)!important;border-color:#e4eaf3!important;}.eb-process-card span{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:16px;background:#eff6ff;color:#1d4ed8;font-weight:950;margin-bottom:10px;}.eb-process-card h3{margin:0 0 8px!important;font-size:19px!important;}.eb-process-card p{margin:0;color:#64748b!important;line-height:1.62!important;}
.eb-benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;}.eb-benefit-card{border-color:#e4eaf3!important;box-shadow:0 14px 38px rgba(15,23,42,.05)!important;}.eb-security-section .eb-benefit-card{background:linear-gradient(180deg,#fff,#f8fffb)!important;}
.eb-testimonial-section{width:min(1480px,calc(100% - 40px));margin:34px auto 0!important;padding:26px!important;border-radius:30px!important;background:linear-gradient(135deg,#0f172a,#172033)!important;color:#fff!important;}.site-width-normal .eb-testimonial-section{width:min(1180px,calc(100% - 40px));}.site-width-full .eb-testimonial-section{width:min(100% - 40px,1760px);}.eb-testimonial-section .section-head h2,.eb-testimonial-section .section-head p{color:#fff!important;}.eb-testimonial-row{display:flex!important;gap:12px!important;overflow:auto!important;}.eb-testimonial-card{min-width:300px!important;box-shadow:none!important;border-color:rgba(255,255,255,.10)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;}.eb-testimonial-card p{color:#e2e8f0!important;}.eb-testimonial-card small{color:#94a3b8!important;}.eb-testimonial-submit-card{margin-top:14px!important;background:#fff!important;color:#0f172a!important;border:0!important;box-shadow:0 18px 50px rgba(0,0,0,.18)!important;}
@media(max-width:1180px){
  .eb-home-hero{grid-template-columns:1fr!important;padding:24px!important;}.eb-stat-strip,.eb-service-grid,.eb-category-grid,.eb-products-grid,.eb-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.eb-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(min-width:1181px){.eb-products-grid,.home-four-product-grid.eb-products-grid,.home-featured-product-grid.eb-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}}
@media(max-width:760px){
  .eb-home-hero,.eb-stat-strip,.eb-home-category-section,.eb-service-section,.eb-featured-products-section,.eb-product-section,.eb-process-section,.eb-benefit-section,.eb-security-section,.eb-testimonial-section,.eb-footer-preview{width:min(100% - 28px,680px)!important;}.eb-home-hero{padding:20px!important;border-radius:26px!important;margin-top:14px!important;}.eb-home-hero h1{font-size:34px!important;}.eb-hero-actions{display:grid!important;}.eb-hero-actions .btn{width:100%!important;}.eb-hero-panel{padding:14px;border-radius:22px;}.eb-stat-strip,.eb-service-grid,.eb-category-grid,.eb-products-grid,.eb-process-grid,.eb-benefit-grid{grid-template-columns:1fr!important;}.eb-domain-card{width:min(100% - 28px,680px)!important;border-radius:24px!important;}.eb-product-image{height:190px!important;}.eb-testimonial-section{padding:18px!important;border-radius:24px!important;}.eb-testimonial-card{min-width:260px!important;}.eb-testimonial-submit-card .form-grid.two{grid-template-columns:1fr!important;}
}

/* v0.3.72 - Admin pending order reject/delete actions */
.order-action-group{position:relative;display:flex;align-items:center;gap:7px;flex-wrap:wrap;min-width:220px}.order-action-group form{margin:0}.order-action-group .btn.small{min-height:36px;padding:8px 11px;border-radius:12px;font-weight:900;white-space:nowrap}.inline-reject-details{position:relative;display:inline-flex;margin:0}.inline-reject-details>summary{list-style:none}.inline-reject-details>summary::-webkit-details-marker{display:none}.inline-reject-details form{position:absolute;right:0;top:calc(100% + 8px);z-index:50;width:270px;display:grid;gap:8px;padding:12px;border:1px solid var(--line,#e4e7ec);border-radius:16px;background:#fff;box-shadow:0 20px 55px rgba(15,23,42,.16)}.inline-reject-details textarea{width:100%;border-radius:12px;min-height:78px}.btn.success{background:#16a34a!important;color:#fff!important;border:1px solid #15803d!important}.btn.success:hover{background:#15803d!important}.btn.danger-light{background:#fff1f2!important;color:#9f1239!important;border:1px solid #fecdd3!important;box-shadow:none!important}.btn.danger-light:hover{background:#ffe4e6!important;color:#881337!important;border-color:#fda4af!important}@media(max-width:760px){.order-action-group{display:grid;grid-template-columns:1fr;min-width:0}.order-action-group .btn,.order-action-group form,.order-action-group details{width:100%;justify-content:center}.inline-reject-details form{position:static;width:100%;margin-top:8px}}


/* v0.3.75 - Yönetim paneli sol menü gerçek sıfırdan flat rebuild
   Eski sidebar sınıflarından bağımsız EchoBilisim admin sidebar sistemi. */
@media (min-width:901px){
  body.admin-body{
    --eb-admin-sidebar-w:274px;
    --eb-admin-side-bg:#0b1220;
    --eb-admin-side-bg2:#111827;
    --eb-admin-side-line:rgba(148,163,184,.14);
    --eb-admin-side-text:#eaf1fb;
    --eb-admin-side-muted:#9fb0c7;
    --eb-admin-side-soft:rgba(255,255,255,.055);
    --eb-admin-side-soft2:rgba(255,255,255,.085);
    --eb-admin-side-primary:#3b82f6;
    grid-template-columns:var(--eb-admin-sidebar-w) minmax(0,1fr)!important;
    background:#f4f7fb!important;
  }
  body.admin-body .eb-admin-sidebar{
    position:fixed!important;
    inset:0 auto 0 0!important;
    width:var(--eb-admin-sidebar-w)!important;
    height:100dvh!important;
    min-height:100dvh!important;
    padding:12px 10px!important;
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
    overflow:hidden!important;
    color:var(--eb-admin-side-text)!important;
    background:
      radial-gradient(circle at 18px 24px,rgba(59,130,246,.22),transparent 172px),
      linear-gradient(180deg,var(--eb-admin-side-bg),var(--eb-admin-side-bg2))!important;
    border-right:1px solid var(--eb-admin-side-line)!important;
    box-shadow:16px 0 44px rgba(15,23,42,.12)!important;
    z-index:70!important;
  }
  body.admin-body .panel-content{
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
    padding:20px!important;
    overflow-x:hidden!important;
  }
  body.admin-body .eb-admin-brand-row{
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    margin:0!important;
    padding:0 0 9px!important;
    border-bottom:1px solid rgba(255,255,255,.09)!important;
  }
  body.admin-body .eb-admin-brand{
    flex:1 1 auto!important;
    min-width:0!important;
    min-height:44px!important;
    margin:0!important;
    padding:7px 8px!important;
    display:flex!important;
    align-items:center!important;
    gap:9px!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.055)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    color:#fff!important;
    box-shadow:none!important;
  }
  body.admin-body .eb-admin-brand .brand-dot,
  body.admin-body .eb-admin-brand .brand-logo-img{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    border-radius:11px!important;
    object-fit:cover!important;
  }
  body.admin-body .eb-admin-brand span:last-child{
    min-width:0!important;
    display:grid!important;
    gap:1px!important;
    line-height:1.05!important;
  }
  body.admin-body .eb-admin-brand strong{
    color:#fff!important;
    font-size:13.4px!important;
    font-weight:900!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  body.admin-body .eb-admin-brand small{
    color:rgba(226,232,240,.72)!important;
    font-size:11px!important;
    font-weight:800!important;
  }
  body.admin-body .eb-admin-close{display:none!important;}
  body.admin-body .eb-admin-menu{
    flex:1 1 auto!important;
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
    gap:3px!important;
    margin:0!important;
    padding:0 2px 7px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    scrollbar-width:thin!important;
    scrollbar-color:rgba(148,163,184,.34) transparent!important;
  }
  body.admin-body .eb-admin-menu::-webkit-scrollbar{width:4px!important;}
  body.admin-body .eb-admin-menu::-webkit-scrollbar-track{background:transparent!important;}
  body.admin-body .eb-admin-menu::-webkit-scrollbar-thumb{background:rgba(148,163,184,.34)!important;border-radius:999px!important;}
  body.admin-body .eb-admin-menu-link,
  body.admin-body .eb-admin-menu-summary{
    width:100%!important;
    min-height:38px!important;
    margin:0!important;
    padding:7px 8px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:8px!important;
    border-radius:13px!important;
    background:transparent!important;
    border:1px solid transparent!important;
    box-shadow:none!important;
    color:var(--eb-admin-side-text)!important;
    list-style:none!important;
    cursor:pointer!important;
    user-select:none!important;
    text-align:left!important;
    transition:background-color .16s ease,border-color .16s ease,color .16s ease!important;
  }
  body.admin-body .eb-admin-menu-link:hover,
  body.admin-body .eb-admin-menu-summary:hover{
    background:var(--eb-admin-side-soft2)!important;
    border-color:rgba(255,255,255,.10)!important;
    color:#fff!important;
  }
  body.admin-body .eb-admin-menu-link.active{
    background:#fff!important;
    border-color:#fff!important;
    color:#0f172a!important;
    box-shadow:0 10px 22px rgba(15,23,42,.18)!important;
  }
  body.admin-body .eb-admin-menu-icon{
    width:25px!important;
    height:25px!important;
    min-width:25px!important;
    margin:0!important;
    display:grid!important;
    place-items:center!important;
    border-radius:10px!important;
    background:rgba(255,255,255,.08)!important;
    color:#dbeafe!important;
    font-size:14px!important;
    line-height:1!important;
  }
  body.admin-body .eb-admin-menu-link.active .eb-admin-menu-icon{
    background:#eff6ff!important;
    color:#1d4ed8!important;
  }
  body.admin-body .eb-admin-menu-link strong,
  body.admin-body .eb-admin-menu-summary strong{
    flex:1 1 auto!important;
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    color:inherit!important;
    font-size:13px!important;
    font-weight:850!important;
    line-height:1.12!important;
    letter-spacing:-.01em!important;
  }
  body.admin-body .eb-admin-menu-section{
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:14px!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:hidden!important;
  }
  body.admin-body .eb-admin-menu-section[open]{
    padding:2px!important;
    background:rgba(255,255,255,.045)!important;
    border:1px solid rgba(255,255,255,.075)!important;
  }
  body.admin-body .eb-admin-menu-section[open]>.eb-admin-menu-summary{
    background:rgba(59,130,246,.18)!important;
    border-color:rgba(96,165,250,.24)!important;
    color:#fff!important;
  }
  body.admin-body .eb-admin-menu-summary::-webkit-details-marker{display:none!important;}
  body.admin-body .eb-admin-menu-summary em{
    width:18px!important;
    height:18px!important;
    min-width:18px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:8px!important;
    background:rgba(255,255,255,.045)!important;
    color:#a8bad1!important;
    font-style:normal!important;
    font-size:14px!important;
    line-height:1!important;
    transition:transform .16s ease,background-color .16s ease,color .16s ease!important;
  }
  body.admin-body .eb-admin-menu-section[open]>.eb-admin-menu-summary em{
    transform:rotate(180deg)!important;
    background:rgba(255,255,255,.10)!important;
    color:#dbeafe!important;
  }
  body.admin-body .eb-admin-submenu{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    gap:1px!important;
    margin:2px 0 0!important;
    padding:2px 0 1px 34px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }
  body.admin-body .eb-admin-submenu:before{
    content:""!important;
    position:absolute!important;
    left:18px!important;
    top:5px!important;
    bottom:5px!important;
    width:1px!important;
    border-radius:999px!important;
    background:rgba(148,163,184,.18)!important;
  }
  body.admin-body .eb-admin-submenu a{
    width:100%!important;
    min-height:28px!important;
    margin:0!important;
    padding:5px 8px!important;
    display:flex!important;
    align-items:center!important;
    border-radius:10px!important;
    background:transparent!important;
    border:1px solid transparent!important;
    box-shadow:none!important;
    color:var(--eb-admin-side-muted)!important;
    font-size:12.35px!important;
    font-weight:760!important;
    line-height:1.08!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  body.admin-body .eb-admin-submenu a:hover{
    background:rgba(255,255,255,.075)!important;
    border-color:rgba(255,255,255,.07)!important;
    color:#fff!important;
  }
  body.admin-body .eb-admin-submenu a.active{
    background:#ffffff!important;
    border-color:#ffffff!important;
    color:#0f172a!important;
    box-shadow:0 8px 18px rgba(15,23,42,.15)!important;
  }
  body.admin-body .eb-admin-sidebar-footer{
    flex:0 0 auto!important;
    margin:0!important;
    padding:8px!important;
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    border-radius:17px!important;
    background:rgba(255,255,255,.055)!important;
    border:1px solid rgba(255,255,255,.09)!important;
    box-shadow:none!important;
  }
  body.admin-body .eb-admin-logout-form{
    flex:1 1 auto!important;
    min-width:0!important;
    margin:0!important;
  }
  body.admin-body .eb-admin-logout-btn,
  body.admin-body .eb-admin-home-btn{
    height:38px!important;
    min-height:38px!important;
    margin:0!important;
    padding:0!important;
    border-radius:13px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-shadow:none!important;
    font-weight:900!important;
  }
  body.admin-body .eb-admin-logout-btn{
    width:100%!important;
    gap:7px!important;
    padding:0 11px!important;
    background:rgba(239,68,68,.12)!important;
    color:#fecaca!important;
    border:1px solid rgba(248,113,113,.24)!important;
  }
  body.admin-body .eb-admin-logout-btn:hover{
    background:#ef4444!important;
    border-color:#ef4444!important;
    color:#fff!important;
  }
  body.admin-body .eb-admin-home-btn{
    width:38px!important;
    min-width:38px!important;
    background:rgba(59,130,246,.18)!important;
    border:1px solid rgba(96,165,250,.28)!important;
    color:#bfdbfe!important;
    font-size:18px!important;
  }
  body.admin-body .eb-admin-home-btn:hover{
    background:#2563eb!important;
    border-color:#2563eb!important;
    color:#fff!important;
  }
}
@media (max-width:900px){
  body.admin-body .eb-admin-sidebar{
    background:linear-gradient(180deg,#0b1220,#111827)!important;
    padding:12px!important;
  }
  body.admin-body .eb-admin-brand-row{display:flex!important;align-items:center!important;gap:8px!important;margin:0 0 8px!important;}
  body.admin-body .eb-admin-brand{display:flex!important;align-items:center!important;gap:8px!important;padding:8px 9px!important;border-radius:16px!important;background:rgba(255,255,255,.06)!important;color:#fff!important;}
  body.admin-body .eb-admin-menu{display:flex!important;flex-direction:column!important;gap:3px!important;}
  body.admin-body .eb-admin-menu-link,
  body.admin-body .eb-admin-menu-summary{min-height:40px!important;padding:8px 10px!important;border-radius:14px!important;display:flex!important;align-items:center!important;gap:8px!important;color:#e5edf7!important;background:transparent!important;}
  body.admin-body .eb-admin-menu-icon{width:26px!important;height:26px!important;min-width:26px!important;border-radius:10px!important;background:rgba(255,255,255,.08)!important;display:grid!important;place-items:center!important;}
  body.admin-body .eb-admin-menu-summary em{margin-left:auto!important;font-style:normal!important;}
  body.admin-body .eb-admin-menu-section[open]{background:rgba(255,255,255,.045)!important;border-radius:14px!important;padding:2px!important;}
  body.admin-body .eb-admin-submenu{display:grid!important;gap:2px!important;padding:2px 0 2px 34px!important;}
  body.admin-body .eb-admin-submenu a{min-height:32px!important;padding:6px 8px!important;border-radius:11px!important;color:#b8c7da!important;}
  body.admin-body .eb-admin-sidebar-footer{display:flex!important;align-items:center!important;gap:8px!important;margin-top:8px!important;padding:8px!important;border-radius:16px!important;background:rgba(255,255,255,.055)!important;}
}


/* v0.3.76 - Yönetim gelir özeti kartı flat ve belirgin tasarım */
.revenue-card.revenue-card-pro{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(29,78,216,.18)!important;
  background:
    radial-gradient(circle at top right, rgba(37,99,235,.16), transparent 34%),
    linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)!important;
  color:#0f172a!important;
  box-shadow:0 18px 45px rgba(15,23,42,.08)!important;
  padding:18px!important;
  gap:14px!important;
}
.revenue-card.revenue-card-pro:before{
  content:"";
  position:absolute;
  inset:auto -70px -90px auto;
  width:210px;
  height:210px;
  border-radius:999px;
  background:rgba(14,165,233,.12);
  pointer-events:none;
}
.revenue-card.revenue-card-pro>*{position:relative;z-index:1}
.revenue-card-top{
  display:flex;
  align-items:center;
  gap:12px;
}
.revenue-card-icon{
  width:46px;
  height:46px;
  flex:0 0 auto;
  border-radius:16px;
  display:grid;
  place-items:center;
  color:#fff;
  font-weight:950;
  font-size:22px;
  background:linear-gradient(135deg,#2563eb,#06b6d4);
  box-shadow:0 14px 30px rgba(37,99,235,.22);
}
.revenue-card.revenue-card-pro .section-eyebrow{
  color:#2563eb!important;
  letter-spacing:.13em;
}
.revenue-card.revenue-card-pro p{
  margin:4px 0 0!important;
  color:#64748b!important;
  font-weight:760;
  line-height:1.45;
}
.revenue-total-box{
  display:grid;
  gap:6px;
  padding:15px;
  border:1px solid rgba(37,99,235,.12);
  border-radius:20px;
  background:rgba(255,255,255,.86);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.revenue-total-box small{
  color:#64748b;
  font-weight:900;
  letter-spacing:.02em;
}
.revenue-card.revenue-card-pro h2{
  margin:0!important;
  color:#0f172a!important;
  font-size:clamp(28px,3vw,38px)!important;
  line-height:1!important;
  letter-spacing:-.04em;
}
.revenue-mini-grid.revenue-mini-grid-pro{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
.revenue-mini-grid.revenue-mini-grid-pro div{
  min-width:0;
  background:#ffffff!important;
  border:1px solid #e6edf7!important;
  border-radius:16px!important;
  padding:12px!important;
  box-shadow:0 10px 22px rgba(15,23,42,.045);
}
.revenue-mini-grid.revenue-mini-grid-pro small{
  color:#64748b!important;
  font-weight:900!important;
  line-height:1.2;
}
.revenue-mini-grid.revenue-mini-grid-pro strong{
  color:#0f172a!important;
  font-size:16px!important;
  line-height:1.2;
  overflow-wrap:anywhere;
}
@media(max-width:520px){
  .revenue-card.revenue-card-pro{padding:15px!important;border-radius:20px!important}
  .revenue-card-top{align-items:flex-start}
  .revenue-card-icon{width:42px;height:42px;border-radius:14px;font-size:20px}
  .revenue-mini-grid.revenue-mini-grid-pro{grid-template-columns:1fr!important}
}

/* v0.3.77 - Logo/Favicon/PWA yükleme ve uygulama kurulum bildirimi */
.brand-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}
.brand-upload-card{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:start;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(16,24,40,.045)}
.brand-upload-preview{width:96px;height:96px;border-radius:18px;border:1px dashed #cbd5e1;background:#f8fafc;display:grid;place-items:center;overflow:hidden;color:#94a3b8;font-size:12px;font-weight:800;text-align:center;padding:8px}
.brand-upload-preview img{width:100%;height:100%;object-fit:contain;display:block}
.brand-upload-preview.is-empty{background:linear-gradient(135deg,#f8fafc,#eef4ff)}
.brand-upload-body{display:grid;gap:8px;min-width:0}
.brand-upload-body label{margin:0}
.brand-upload-body input[type="file"]{padding:10px;background:#f8fafc;border-style:dashed}
.brand-path-label input{font-size:13px;color:#475569}
.pwa-settings-block{background:linear-gradient(135deg,rgba(37,99,235,.07),rgba(16,185,129,.07));border-color:rgba(37,99,235,.14)}
.pwa-install-banner{position:fixed;left:50%;bottom:18px;z-index:1000;width:min(720px,calc(100% - 28px));display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px;border:1px solid rgba(226,232,240,.95);border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 26px 80px rgba(15,23,42,.22);backdrop-filter:blur(16px);transform:translate(-50%,22px);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}
.pwa-install-banner.show{opacity:1;transform:translate(-50%,0);pointer-events:auto}
.pwa-install-icon{width:52px;height:52px;border-radius:17px;background:linear-gradient(135deg,var(--primary),#7c3aed);display:grid;place-items:center;color:#fff;font-weight:950;overflow:hidden;box-shadow:0 14px 30px rgba(37,99,235,.24)}
.pwa-install-icon img{width:100%;height:100%;object-fit:cover;background:#fff}
.pwa-install-text{display:grid;gap:3px;min-width:0}
.pwa-install-text strong{font-size:15px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pwa-install-text small{color:#64748b;line-height:1.35;font-weight:700}
.pwa-install-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end}
.pwa-install-actions .btn{white-space:nowrap;min-height:38px}
@media(max-width:720px){.brand-upload-grid{grid-template-columns:1fr}.brand-upload-card{grid-template-columns:76px minmax(0,1fr)}.brand-upload-preview{width:76px;height:76px}.pwa-install-banner{grid-template-columns:44px minmax(0,1fr);bottom:12px;border-radius:20px}.pwa-install-icon{width:44px;height:44px;border-radius:15px}.pwa-install-actions{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;width:100%}.pwa-install-actions .btn{width:100%;justify-content:center}.pwa-install-text strong{font-size:14px}.pwa-install-text small{font-size:12px}}

/* v0.3.78 - Gelişmiş personel grup ve yetki sistemi */
.staff-hero-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;background:linear-gradient(135deg,#ffffff,#f4f8ff);border-color:#dbeafe}
.staff-hero-card h2{font-size:clamp(24px,4vw,38px);margin:8px 0 6px;line-height:1.05}
.staff-hero-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.staff-permission-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:18px;align-items:start;margin-top:18px}
.staff-user-layout{align-items:start;margin-top:18px}
.staff-form-card{overflow:hidden}
.permission-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 12px;padding:12px 14px;border:1px solid #e4e7ec;background:#f8fafc;border-radius:18px}
.permission-toolbar>div{display:flex;gap:8px;flex-wrap:wrap}
.permission-sections{display:grid;gap:12px}
.permission-section-card{border:1px solid #e4e7ec;border-radius:20px;background:#fff;padding:14px;box-shadow:0 12px 28px rgba(16,24,40,.04)}
.permission-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.permission-section-head strong{display:block;font-size:16px;color:#101828}
.permission-section-head small{display:block;color:#667085;line-height:1.45;margin-top:3px}
.permission-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.permission-check{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;align-items:start;margin:0;padding:11px;border:1px solid #edf0f5;border-radius:16px;background:#fbfcff;cursor:pointer;transition:.18s ease}
.permission-check:hover{border-color:#bfdbfe;background:#f8fbff;transform:translateY(-1px)}
.permission-check input{width:18px;height:18px;margin-top:2px;accent-color:var(--primary,#2563eb)}
.permission-check span{display:grid;gap:3px;min-width:0}
.permission-check strong{font-size:13px;line-height:1.35;color:#101828}
.permission-check small{font-size:11px;color:#667085;word-break:break-all}
.staff-list-card table td{vertical-align:top}
.staff-list-card .table-actions{align-items:flex-start;justify-content:flex-start}
.support-admin-table table td{vertical-align:top}
@media(max-width:1100px){.staff-permission-layout{grid-template-columns:1fr}.permission-check-grid{grid-template-columns:1fr}.staff-hero-card{grid-template-columns:1fr}.staff-hero-actions{justify-content:flex-start}}
@media(max-width:720px){.staff-hero-card{padding:16px;border-radius:22px}.permission-toolbar{display:grid}.permission-toolbar>div{display:grid;grid-template-columns:1fr 1fr}.permission-toolbar .btn{justify-content:center}.staff-user-layout{grid-template-columns:1fr!important}.staff-list-card{overflow-x:auto}.permission-section-card{padding:12px;border-radius:18px}.permission-check{padding:10px;border-radius:14px}}


/* v0.3.79 - Personel/Ekip gelişmiş liste ve ayrı ekleme-düzenleme sayfası */
.staff-hero-card-pro{position:relative;overflow:hidden}
.staff-hero-card-pro:after{content:"";position:absolute;right:-42px;top:-52px;width:190px;height:190px;border-radius:999px;background:rgba(37,99,235,.08);pointer-events:none}
.staff-stat-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:18px 0}
.staff-stat-card{background:#fff;border:1px solid #e4e7ec;border-radius:22px;padding:16px;display:grid;gap:7px;box-shadow:0 14px 38px rgba(16,24,40,.055);min-width:0}
.staff-stat-card>span{width:42px;height:42px;border-radius:16px;background:#eef4ff;display:grid;place-items:center;font-weight:950;color:#1d4ed8}
.staff-stat-card small{color:#667085;font-weight:900;text-transform:uppercase;letter-spacing:.035em;font-size:11px}
.staff-stat-card strong{font-size:28px;line-height:1;color:#101828}
.staff-stat-card.tone-success>span{background:#ecfdf3;color:#047857}.staff-stat-card.tone-muted>span{background:#f2f4f7;color:#475467}.staff-stat-card.tone-danger>span{background:#fef2f2;color:#b42318}.staff-stat-card.tone-info>span{background:#eff6ff;color:#1d4ed8}
.staff-directory-card{margin-top:18px;overflow:hidden}
.staff-card-list{display:grid;gap:12px}
.staff-person-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px;border:1px solid #edf0f5;border-radius:22px;background:linear-gradient(135deg,#fff,#fbfdff);box-shadow:0 12px 30px rgba(16,24,40,.04)}
.staff-person-main{display:flex;align-items:flex-start;gap:14px;min-width:0}
.staff-avatar{width:54px;height:54px;border-radius:19px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;display:grid;place-items:center;font-weight:950;letter-spacing:.02em;box-shadow:0 14px 28px rgba(37,99,235,.22);flex:0 0 auto}
.staff-person-main h3{margin:0;font-size:19px;line-height:1.15;color:#101828;overflow-wrap:anywhere}
.staff-person-main p{margin:4px 0 0;color:#667085;font-weight:800;overflow-wrap:anywhere}
.staff-mini-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:12px}
.staff-mini-meta span{background:#f8fafc;border:1px solid #eef2f7;border-radius:15px;padding:10px;display:grid;gap:4px;min-width:0}
.staff-mini-meta small{font-size:11px;color:#667085;font-weight:900;text-transform:uppercase;letter-spacing:.03em}
.staff-mini-meta strong{font-size:13px;color:#101828;min-width:0;overflow-wrap:anywhere}
.staff-action-stack{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap;max-width:420px}
.staff-action-stack .inline-action-form{margin:0}.staff-action-stack .btn{white-space:nowrap}
.btn.success-soft{background:#ecfdf3!important;color:#027a48!important;border-color:#abefc6!important}
.staff-empty-state{display:grid;gap:10px;place-items:center;text-align:center;margin-top:4px}
.staff-form-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;margin-top:18px;align-items:start}
.staff-form-card-pro{background:linear-gradient(135deg,#fff,#fbfdff)}
.staff-user-form-pro{display:grid;gap:14px}
.staff-form-hero{margin-bottom:0}.staff-form-actions{justify-content:flex-start}
.staff-help-card{display:grid;gap:12px;background:linear-gradient(135deg,#ffffff,#f0f7ff);border-color:#dbeafe;position:sticky;top:92px}
.staff-help-card h2{margin:0;color:#101828}.staff-help-card p{line-height:1.65}
.staff-help-list{display:grid;gap:10px}.staff-help-list span{display:grid;gap:4px;padding:12px;border:1px solid #e4e7ec;border-radius:16px;background:#fff}.staff-help-list strong{color:#101828}.staff-help-list small{color:#667085;font-weight:750;line-height:1.45}
@media(max-width:1180px){.staff-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.staff-person-card{grid-template-columns:1fr}.staff-action-stack{justify-content:flex-start;max-width:none}.staff-form-page-grid{grid-template-columns:1fr}.staff-help-card{position:static}}
@media(max-width:760px){.staff-stat-grid{grid-template-columns:1fr 1fr}.staff-mini-meta{grid-template-columns:1fr}.staff-person-main{align-items:flex-start}.staff-action-stack{display:grid;grid-template-columns:1fr 1fr}.staff-action-stack .btn,.staff-action-stack form{width:100%}.staff-action-stack .btn{justify-content:center}.staff-person-card{padding:13px;border-radius:18px}.staff-avatar{width:48px;height:48px;border-radius:17px}.staff-form-page-grid{gap:12px}.staff-directory-card .card-head{align-items:flex-start}}
@media(max-width:480px){.staff-stat-grid{grid-template-columns:1fr}.staff-action-stack{grid-template-columns:1fr}.staff-hero-actions .btn{width:100%;justify-content:center}}

/* v0.3.80 - Yetki Grupları ayrı ekleme/düzenleme ve gelişmiş flat liste */
.staff-group-directory-card{overflow:visible}
.staff-group-card-list{gap:14px}
.staff-group-card{background:linear-gradient(135deg,#ffffff,#f8fbff);border-color:#e4eaf6}
.staff-group-avatar{background:linear-gradient(135deg,#0f766e,#2563eb)}
.staff-group-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:11px}
.badge.light{background:#f8fafc;color:#475467;border:1px solid #e4e7ec}
.staff-group-form-page-grid{grid-template-columns:minmax(0,1fr) 360px}
.staff-group-form .permission-toolbar{margin-top:6px}
.staff-action-stack button[disabled]{opacity:.52;cursor:not-allowed;filter:grayscale(.15)}
.staff-action-stack button[disabled]:hover{background:#fef2f2;color:#991b1b}
@media(max-width:1180px){.staff-group-form-page-grid{grid-template-columns:1fr}.staff-group-directory-card{overflow:hidden}}
@media(max-width:760px){.staff-group-badges{display:grid;grid-template-columns:1fr}.staff-group-badges .badge{width:100%;justify-content:center}.staff-group-form-page-grid{gap:12px}.staff-group-card .staff-action-stack{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.staff-group-card .staff-action-stack{grid-template-columns:1fr}}

/* v0.3.81 - gelişmiş bildirim görünümü: mobil/masaüstü uyumlu, taşma kontrollü */
.notification-wrap{position:relative;isolation:isolate}.notification-trigger{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.notification-trigger:hover{transform:translateY(-1px);box-shadow:0 14px 32px rgba(16,24,40,.10);border-color:#c7d7fe}.notification-trigger b[data-empty="0"]{animation:notificationPulse 1.7s ease-in-out infinite}.notification-dropdown{overflow:hidden!important;border:1px solid #e4e7ec!important;border-radius:22px!important;background:rgba(255,255,255,.98)!important;box-shadow:0 28px 70px rgba(16,24,40,.20)!important;backdrop-filter:blur(14px);z-index:9999!important}.notification-dropdown .dropdown-title-row{padding:10px 10px 12px!important;border-bottom:1px solid #edf0f5}.notification-dropdown .dropdown-title-row strong{font-size:15px;letter-spacing:-.01em}.notification-dropdown .dropdown-title-row button{white-space:nowrap;min-height:34px}.notification-dropdown [data-notification-list]{display:grid;gap:8px;max-height:min(54vh,480px);overflow:auto;padding:8px 4px 2px;overscroll-behavior:contain;scrollbar-width:thin}.notification-dropdown [data-notification-list]::-webkit-scrollbar{width:6px}.notification-dropdown [data-notification-list]::-webkit-scrollbar-thumb{background:#d0d5dd;border-radius:999px}.notification-item{grid-template-columns:42px minmax(0,1fr)!important;align-items:flex-start!important;gap:11px!important;min-height:66px;margin:0!important;padding:12px!important;border-radius:18px!important;color:#101828!important;word-break:normal;overflow-wrap:anywhere;transition:transform .16s ease,background .16s ease,border-color .16s ease}.notification-item:hover{transform:translateY(-1px);background:#f8fbff!important;border-color:#c7d7fe!important}.notification-item>span{width:42px!important;height:42px!important;min-width:42px!important;border-radius:15px!important;font-size:20px}.notification-item>div{min-width:0;display:grid;gap:3px}.notification-item strong{display:-webkit-box!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.25;font-size:14px;letter-spacing:-.01em}.notification-item small{display:-webkit-box!important;white-space:normal!important;overflow:hidden!important;text-overflow:ellipsis!important;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#667085;line-height:1.45;font-size:12.5px}.notification-item.high,.notification-item.urgent{border-color:#fed7aa!important;background:linear-gradient(180deg,#fffaf5,#fff)!important}.notification-item.urgent>span,.notification-item.high>span{background:#fff7ed!important}.notification-dropdown .empty-mini{margin:8px 4px;padding:16px!important;border-radius:16px!important;background:#f8fafc!important;color:#667085!important}.notification-admin-feed{overscroll-behavior:contain}.notification-admin-item{align-items:flex-start;word-break:normal;overflow-wrap:anywhere}.notification-admin-item h3,.notification-admin-item p{min-width:0;overflow-wrap:anywhere}.notification-admin-item p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@keyframes notificationPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(239,68,68,.35)}50%{transform:scale(1.06);box-shadow:0 0 0 6px rgba(239,68,68,0)}}
@media(max-width:900px){.site-topbar.enhanced-topbar .notification-wrap,.customer-panel-body .notification-wrap,.admin-body .notification-wrap{position:static!important}.site-topbar.enhanced-topbar .notification-dropdown[data-floating="1"],.customer-panel-body .notification-dropdown[data-floating="1"],.admin-body .notification-dropdown[data-floating="1"]{position:fixed!important;left:10px!important;right:10px!important;top:calc(env(safe-area-inset-top,0px) + 68px)!important;width:auto!important;max-width:none!important;max-height:calc(100dvh - 84px - env(safe-area-inset-bottom,0px))!important;border-radius:22px!important;padding:9px!important;overflow:hidden!important}.site-topbar.enhanced-topbar .notification-dropdown .dropdown-title-row,.customer-panel-body .notification-dropdown .dropdown-title-row,.admin-body .notification-dropdown .dropdown-title-row{position:sticky;top:0;z-index:2;background:rgba(255,255,255,.98);backdrop-filter:blur(12px);padding:10px 8px 12px!important}.site-topbar.enhanced-topbar .notification-dropdown [data-notification-list],.customer-panel-body .notification-dropdown [data-notification-list],.admin-body .notification-dropdown [data-notification-list]{max-height:calc(100dvh - 172px - env(safe-area-inset-bottom,0px));padding:8px 2px 2px}.site-topbar.enhanced-topbar .notification-item,.customer-panel-body .notification-item,.admin-body .notification-item{grid-template-columns:40px minmax(0,1fr)!important;gap:10px!important;padding:11px!important;border-radius:17px!important;min-height:64px}.site-topbar.enhanced-topbar .notification-item>span,.customer-panel-body .notification-item>span,.admin-body .notification-item>span{width:40px!important;height:40px!important;min-width:40px!important;border-radius:14px!important}.site-topbar.enhanced-topbar .notification-item strong,.customer-panel-body .notification-item strong,.admin-body .notification-item strong{font-size:13.5px}.site-topbar.enhanced-topbar .notification-item small,.customer-panel-body .notification-item small,.admin-body .notification-item small{font-size:12px;-webkit-line-clamp:4}.notification-admin-grid{grid-template-columns:1fr!important}.notification-admin-feed{max-height:none!important;overflow:visible!important;padding-right:0}.notification-admin-item{grid-template-columns:40px minmax(0,1fr)!important;padding:12px!important;border-radius:17px!important}.notification-admin-icon{width:40px!important;height:40px!important;border-radius:14px!important}}
@media(max-width:380px){.site-topbar.enhanced-topbar .notification-dropdown[data-floating="1"],.customer-panel-body .notification-dropdown[data-floating="1"],.admin-body .notification-dropdown[data-floating="1"]{left:8px!important;right:8px!important;top:64px!important}.site-topbar.enhanced-topbar .notification-item,.customer-panel-body .notification-item,.admin-body .notification-item{grid-template-columns:36px minmax(0,1fr)!important;padding:10px!important}.site-topbar.enhanced-topbar .notification-item>span,.customer-panel-body .notification-item>span,.admin-body .notification-item>span{width:36px!important;height:36px!important;min-width:36px!important;font-size:18px}.notification-dropdown .dropdown-title-row{gap:8px}.notification-dropdown .dropdown-title-row button{padding:7px 9px!important;font-size:12px}}

/* v0.3.82 - Gelişmiş hizmet transfer sistemi */
.transfer-page{display:grid;gap:18px}.transfer-hero{background:linear-gradient(135deg,#fff,#f4f7ff)!important;border:1px solid #dbe7ff!important;box-shadow:0 18px 54px rgba(16,24,40,.07)!important}.transfer-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-top:4px}.transfer-section-head h2{margin:0 0 5px;font-size:22px}.transfer-section-head p{margin:0}.transfer-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.transfer-service-card,.transfer-request-card,.admin-transfer-card,.transfer-help-card,.transfer-create-card{background:var(--surface,#fff);border:1px solid var(--line,#e4e7ec);border-radius:24px;padding:16px;box-shadow:0 14px 42px rgba(16,24,40,.06)}.transfer-service-card{display:grid;gap:14px;align-content:start}.transfer-service-main,.transfer-request-top{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center}.transfer-service-main{grid-template-columns:auto minmax(0,1fr)}.transfer-service-main strong,.transfer-request-top strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transfer-service-main small,.transfer-request-top small{color:var(--muted,#667085);display:block;margin-top:3px}.transfer-icon{width:48px;height:48px;border-radius:18px;background:#eef4ff;color:#1d4ed8;display:inline-grid;place-items:center;font-size:22px;box-shadow:inset 0 0 0 1px #dbeafe}.transfer-icon.small{width:42px;height:42px;border-radius:15px;font-size:19px}.transfer-service-meta,.transfer-party-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.transfer-service-meta span,.transfer-party-grid span{border:1px solid #edf0f5;background:#fbfcff;border-radius:16px;padding:11px;display:grid;gap:3px;min-width:0}.transfer-service-meta small,.transfer-party-grid small{color:var(--muted,#667085);font-size:12px}.transfer-service-meta b,.transfer-party-grid strong{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transfer-party-grid em{font-style:normal;color:var(--muted,#667085);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.transfer-request-list,.admin-transfer-list{display:grid;gap:14px}.transfer-request-card,.admin-transfer-card{display:grid;gap:14px}.transfer-request-card.pending,.admin-transfer-card.pending{border-color:#fedf89;background:linear-gradient(135deg,#fff,#fffcf0)}.transfer-request-card.approved,.admin-transfer-card.approved{border-color:#abefc6;background:linear-gradient(135deg,#fff,#f0fdf4)}.transfer-request-card.rejected,.admin-transfer-card.rejected{border-color:#fecdca;background:linear-gradient(135deg,#fff,#fff5f5)}.transfer-note-box{border:1px solid #edf0f5;background:#fff;border-radius:16px;padding:12px;color:#475467;display:grid;gap:8px}.transfer-note-box p{margin:0;line-height:1.55}.transfer-form-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:16px;align-items:start}.flat-form-card{display:grid;gap:14px}.flat-form-card label{display:grid;gap:8px;font-weight:800;color:#344054}.flat-form-card input,.flat-form-card select,.flat-form-card textarea,.admin-transfer-actions input{width:100%;border:1px solid #d0d5dd;background:#fff;border-radius:15px;padding:12px 13px;min-height:46px;color:#101828;font:inherit}.flat-form-card textarea{resize:vertical;line-height:1.55}.transfer-warning-card{border:1px solid #fedf89;background:#fffaeb;color:#93370d;border-radius:18px;padding:14px;line-height:1.55}.transfer-warning-card p{margin:5px 0 0}.transfer-warning-card.danger-soft{background:#fef3f2;border-color:#fecdca;color:#b42318}.transfer-help-card{position:sticky;top:20px}.transfer-help-card h3{margin:12px 0 6px}.transfer-help-card ul{margin:12px 0 0;padding-left:18px;color:#475467;line-height:1.7}.split-actions{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}.transfer-filter-row,.transfer-type-tabs{display:flex;gap:10px;flex-wrap:wrap}.transfer-filter,.transfer-type-tab{border:1px solid var(--line,#e4e7ec);background:#fff;border-radius:16px;padding:10px 14px;color:#344054;font-weight:850;box-shadow:0 8px 24px rgba(16,24,40,.04)}.transfer-filter.active,.transfer-type-tab.active{background:#101828;color:#fff;border-color:#101828}.transfer-type-tab{display:inline-grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px}.transfer-stats-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.admin-transfer-party-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-transfer-actions{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;border-top:1px solid #edf0f5;padding-top:12px}.btn.danger{background:#d92d20!important;color:#fff!important;border-color:#d92d20!important}.btn.disabled,.transfer-disabled-btn{opacity:.62;pointer-events:none;cursor:not-allowed}.transfer-record-actions{margin-top:12px;display:flex;justify-content:flex-end}.empty-state-card.wide{grid-column:1/-1}@media(max-width:1100px){.transfer-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.transfer-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.transfer-form-layout{grid-template-columns:1fr}.transfer-help-card{position:static}.admin-transfer-party-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.transfer-section-head,.split-actions{display:grid;align-items:stretch}.transfer-service-grid,.transfer-service-meta,.transfer-party-grid,.admin-transfer-party-grid{grid-template-columns:1fr}.transfer-request-top{grid-template-columns:auto minmax(0,1fr);align-items:start}.transfer-request-top>.status{grid-column:1/-1;justify-self:start}.transfer-stats-grid{grid-template-columns:1fr 1fr}.admin-transfer-actions{grid-template-columns:1fr}.admin-transfer-actions .btn{width:100%;justify-content:center}.transfer-service-card,.transfer-request-card,.admin-transfer-card,.transfer-help-card,.transfer-create-card{border-radius:20px;padding:14px}.transfer-icon{width:44px;height:44px;border-radius:16px}.transfer-service-main strong,.transfer-request-top strong{white-space:normal}.transfer-filter-row,.transfer-type-tabs{display:grid;grid-template-columns:1fr 1fr}.transfer-record-actions{justify-content:stretch}.transfer-record-actions .btn{width:100%;justify-content:center}}@media(max-width:420px){.transfer-stats-grid,.transfer-filter-row,.transfer-type-tabs{grid-template-columns:1fr}.transfer-service-main{grid-template-columns:auto minmax(0,1fr)}}

/* v0.3.83 transfer verification and manual transfer improvements */
.transfer-metric-grid.five,
.panel-metric-grid.five{grid-template-columns:repeat(5,minmax(0,1fr));}
.transfer-code-input{font-size:28px!important;font-weight:900!important;letter-spacing:10px;text-align:center;font-variant-numeric:tabular-nums;}
.transfer-selected-card{display:flex;align-items:flex-start;gap:14px;padding:16px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(14,165,233,.08));margin-bottom:16px;}
.transfer-selected-card>div{display:grid;gap:4px;min-width:0;}
.transfer-selected-card strong,.transfer-selected-card em{overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word;}
.transfer-selected-card em{color:var(--muted);font-style:normal;font-size:13px;}
.status.awaiting_code{background:#fff7ed!important;color:#c2410c!important;border-color:#fed7aa!important;}
.transfer-inline-action{display:flex;justify-content:flex-end;margin:10px 0 0;}
.admin-transfer-delete-form{display:flex;justify-content:flex-end;margin-top:10px;}
.admin-transfer-actions+.admin-transfer-delete-form{margin-top:8px;}
.btn.ghost.danger{color:#b42318;border-color:#fecaca;background:#fff7f7;}
.code-waiting-box{border-style:dashed!important;background:#fffbeb!important;}
.admin-manual-transfer-filter{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:end;margin:18px 0;}
.admin-manual-transfer-filter label{margin:0;}
.transfer-resend-form{margin:14px 0;}
.transfer-warning-card.success-soft{background:#ecfdf3;border-color:#bbf7d0;color:#027a48;}
@media(max-width:1100px){.transfer-metric-grid.five,.panel-metric-grid.five{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:700px){.transfer-metric-grid.five,.panel-metric-grid.five{grid-template-columns:1fr!important}.transfer-code-input{font-size:24px!important;letter-spacing:7px}.admin-manual-transfer-filter{grid-template-columns:1fr}.transfer-inline-action,.admin-transfer-delete-form{justify-content:stretch}.transfer-inline-action .btn,.admin-transfer-delete-form .btn{width:100%;justify-content:center}.transfer-selected-card{border-radius:16px;padding:14px}.admin-transfer-actions{grid-template-columns:1fr!important}.admin-transfer-actions input,.admin-transfer-actions .btn{width:100%}}

/* v0.3.86 - Gelişmiş müşteri arama ve ürün/hizmet yönetimi */
.admin-page-shell.customers-page-shell,.admin-page-shell.customer-assets-page{display:grid;gap:16px}.customers-hero,.customer-assets-hero{background:linear-gradient(135deg,#fff,#eef4ff);border:1px solid #dbeafe;border-radius:28px;padding:26px;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:space-between;gap:18px}.customers-hero h1,.customer-assets-hero h1{margin:10px 0 8px;font-size:clamp(30px,4vw,46px);letter-spacing:-1.3px}.customers-hero p,.customer-assets-hero p{max-width:760px;line-height:1.65}.admin-hero-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.customer-stats-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.customer-stat-tile{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 14px 34px rgba(16,24,40,.06);padding:16px;display:grid;grid-template-columns:44px minmax(0,1fr);gap:6px 12px;align-items:center}.customer-stat-tile>span:first-child{grid-row:1/3;width:44px;height:44px;border-radius:15px;background:#eef4ff;display:grid;place-items:center;font-size:20px}.customer-stat-tile small{color:var(--muted);font-weight:800}.customer-stat-tile strong{font-size:27px;line-height:1}.customer-stat-tile.success>span:first-child{background:#ecfdf3}.customer-stat-tile.danger>span:first-child{background:#fef3f2}.customer-stat-tile.muted>span:first-child{background:#f2f4f7}.customer-search-card{padding:18px}.customer-search-form{display:grid;grid-template-columns:minmax(260px,1fr) 190px auto;gap:12px;align-items:end}.asset-filter-form{grid-template-columns:minmax(240px,1fr) 160px 160px auto}.customer-search-form label{margin:0}.customer-search-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.customer-flat-table th,.customer-flat-table td{vertical-align:middle}.customer-product-pills{display:flex;flex-wrap:wrap;gap:6px;max-width:360px}.customer-product-pills span{border:1px solid #e4e7ec;background:#f8fafc;border-radius:999px;padding:6px 8px;font-size:12px;font-weight:800;color:#344054}.flat-action-menu{position:relative;display:inline-block}.flat-action-menu>summary{list-style:none;cursor:pointer;border-radius:14px;background:#eef4ff;color:#1d4ed8;padding:10px 12px;font-weight:900;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.flat-action-menu>summary::-webkit-details-marker{display:none}.flat-action-menu[open]>summary{background:#2563eb;color:#fff}.flat-action-list{position:absolute;right:0;top:calc(100% + 8px);z-index:60;width:250px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 70px rgba(16,24,40,.16);padding:8px;display:grid;gap:4px}.flat-action-list a,.flat-action-list button,.flat-action-list summary{width:100%;text-align:left;background:transparent;color:#344054;border:0;border-radius:12px;padding:10px 11px;font-weight:800;display:flex;justify-content:flex-start;align-items:center;gap:8px;cursor:pointer}.flat-action-list a:hover,.flat-action-list button:hover,.flat-action-list summary:hover{background:#f2f4f7;color:#1d4ed8}.flat-action-list form{margin:0}.nested-action-panel{border:1px solid #eef2f7;border-radius:14px;background:#fbfcff;padding:2px}.nested-action-panel textarea{min-height:72px;margin:6px 0}.nested-action-panel form{display:grid;gap:6px;padding:8px}.nested-action-panel p{color:#667085;font-size:12px;line-height:1.45;margin:4px 0}.nested-action-panel.danger-panel{border-color:#fecdca;background:#fffafa}.customer-assets-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.customer-asset-card{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 16px 38px rgba(16,24,40,.06);padding:16px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.asset-card-main{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;min-width:0}.asset-icon{width:48px;height:48px;border-radius:17px;background:#eef4ff;display:grid;place-items:center;font-size:22px}.asset-card-title-row{display:flex;align-items:center;gap:8px;justify-content:space-between;min-width:0}.asset-card-title-row strong{font-size:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customer-asset-card small{display:block;color:#667085;margin-top:4px}.customer-asset-card p{color:#475467;line-height:1.5;margin:8px 0 0}.customer-asset-card em{display:inline-flex;margin-top:8px;border-radius:999px;background:#f8fafc;border:1px solid #e4e7ec;padding:5px 8px;font-style:normal;font-weight:900}.asset-warning-pill{display:inline-flex;width:max-content;margin-top:8px;border-radius:999px;background:#fff7ed;color:#c2410c;padding:5px 8px;font-size:12px;font-weight:900}.asset-action-menu .flat-action-list{width:280px}.status.suspended{background:#fff7ed;color:#c2410c}.status.cancelled,.status.rejected{background:#fef3f2;color:#b42318}.status.issued{background:#ecfdf3;color:#027a48}.empty-asset-card{grid-column:1/-1;text-align:center;padding:34px}.danger-text{color:#b42318!important;font-weight:800}@media(max-width:1050px){.customer-assets-grid{grid-template-columns:1fr}.customers-hero,.customer-assets-hero{display:grid}.admin-hero-actions{justify-content:flex-start}.customer-search-form,.asset-filter-form{grid-template-columns:1fr 1fr}.customer-search-actions{grid-column:1/-1}.customer-stats-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.customers-hero,.customer-assets-hero{padding:18px;border-radius:22px}.customer-stats-strip{grid-template-columns:1fr}.customer-search-form,.asset-filter-form{grid-template-columns:1fr}.customer-flat-table table,.customer-flat-table tbody,.customer-flat-table tr,.customer-flat-table td,.customer-flat-table th{display:block}.customer-flat-table tr{border:1px solid #e4e7ec;border-radius:18px;margin-bottom:10px;padding:10px;background:#fff}.customer-flat-table th{display:none}.customer-flat-table td{border:0;padding:8px}.flat-action-menu,.flat-action-menu>summary{width:100%;justify-content:center}.flat-action-list{position:fixed;left:12px!important;right:12px!important;top:82px!important;width:auto!important;max-height:calc(100dvh - 110px);overflow:auto}.customer-asset-card{grid-template-columns:1fr}.asset-action-menu{justify-self:stretch}.asset-card-title-row{display:grid;gap:6px;justify-content:start}.asset-card-title-row strong{white-space:normal}.admin-hero-actions .btn{width:100%}}
.customer-flat-table.table-wrap{overflow:visible}.customer-flat-table table{min-width:980px}@media(max-width:760px){.customer-flat-table table{min-width:0}}

/* v0.3.87 - Domain çakışması sepet/ödeme uyarısı */
.cart-domain-warning{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;align-items:flex-start;margin-bottom:16px;background:#fff7ed!important;border-color:#fed7aa!important;box-shadow:0 18px 46px rgba(217,119,6,.10)!important}.cart-domain-warning>span:first-child{width:48px;height:48px;border-radius:16px;background:#ffedd5;color:#c2410c;display:grid;place-items:center;font-size:22px}.cart-domain-warning strong{display:block;color:#9a3412;font-size:16px;margin-bottom:4px}.cart-domain-warning p{margin:0 0 8px;color:#9a3412;line-height:1.55}.cart-domain-warning ul{margin:0;padding-left:18px;display:grid;gap:5px;color:#7c2d12;font-weight:800}.checkout-warning-card{margin-top:14px}.btn.disabled,button.btn.disabled{opacity:.62!important;cursor:not-allowed!important;box-shadow:none!important;background:#98a2b3!important;border-color:#98a2b3!important;color:#fff!important}@media(max-width:700px){.cart-domain-warning{grid-template-columns:1fr;padding:16px;border-radius:20px}.cart-domain-warning>span:first-child{width:42px;height:42px;border-radius:14px}.cart-domain-warning ul{padding-left:16px;font-size:13px}}

/* v0.3.89 - Yönetim paneli masaüstü ana sayfa görünürlük + güvenli taşma düzeltmesi */
@media(min-width:901px){
  body.admin-body.panel-body{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:hidden!important;
    background:#f4f7fb!important;
  }
  body.admin-body .eb-admin-sidebar{
    width:var(--eb-admin-sidebar-w,274px)!important;
    max-width:var(--eb-admin-sidebar-w,274px)!important;
    min-width:var(--eb-admin-sidebar-w,274px)!important;
    box-sizing:border-box!important;
  }
  body.admin-body .panel-content{
    display:block!important;
    margin-left:var(--eb-admin-sidebar-w,274px)!important;
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
    min-height:100vh!important;
    overflow-x:hidden!important;
    box-sizing:border-box!important;
    padding:20px!important;
  }
  body.admin-body .panel-content>*,
  body.admin-body .admin-page-shell,
  body.admin-body .panel-page-shell,
  body.admin-body .card,
  body.admin-body .section-head,
  body.admin-body .panel-top,
  body.admin-body .admin-page-hero,
  body.admin-body .customers-hero,
  body.admin-body .customer-assets-hero,
  body.admin-body .staff-hero-card,
  body.admin-body .admin-dashboard-hero{
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  body.admin-body .admin-dashboard-hero,
  body.admin-body .dashboard-main-grid,
  body.admin-body .dashboard-kpi-grid,
  body.admin-body .dashboard-side-stack,
  body.admin-body .health-grid,
  body.admin-body .grid-two,
  body.admin-body .domain-admin-grid,
  body.admin-body .staff-permission-layout,
  body.admin-body .customer-search-form,
  body.admin-body .asset-filter-form,
  body.admin-body .customer-assets-grid,
  body.admin-body .customer-stats-strip,
  body.admin-body .admin-stats-grid,
  body.admin-body .staff-stat-grid,
  body.admin-body .transfer-metric-grid{
    max-width:100%!important;
    min-width:0!important;
  }
  body.admin-body .table-wrap,
  body.admin-body .responsive-table,
  body.admin-body .customer-flat-table.table-wrap{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    overflow-x:auto!important;
    overflow-y:visible!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body.admin-body .table-wrap table,
  body.admin-body .responsive-table table{
    max-width:none!important;
  }
}
@media(min-width:901px) and (max-width:1180px){
  body.admin-body .grid-two,
  body.admin-body .domain-admin-grid,
  body.admin-body .staff-permission-layout,
  body.admin-body .customer-assets-grid,
  body.admin-body .dashboard-main-grid,
  body.admin-body .dashboard-side-stack{
    grid-template-columns:1fr!important;
  }
}

/* v0.3.90 - Müşteriler işlem menüsü iç kaydırma düzeltmesi */
@media(min-width:901px){
  body.admin-body .customer-admin-table.customer-flat-table.table-wrap{
    overflow:visible!important;
    overflow-x:visible!important;
    overflow-y:visible!important;
    position:relative!important;
  }
  body.admin-body .customer-admin-table.customer-flat-table table{
    width:100%!important;
    min-width:0!important;
    table-layout:fixed!important;
  }
  body.admin-body .customer-admin-table.customer-flat-table th,
  body.admin-body .customer-admin-table.customer-flat-table td{
    overflow-wrap:anywhere!important;
    word-break:normal!important;
  }
  body.admin-body .customer-admin-table.customer-flat-table th:nth-child(1),
  body.admin-body .customer-admin-table.customer-flat-table td:nth-child(1){width:18%;}
  body.admin-body .customer-admin-table.customer-flat-table th:nth-child(2),
  body.admin-body .customer-admin-table.customer-flat-table td:nth-child(2){width:19%;}
  body.admin-body .customer-admin-table.customer-flat-table th:nth-child(3),
  body.admin-body .customer-admin-table.customer-flat-table td:nth-child(3){width:13%;}
  body.admin-body .customer-admin-table.customer-flat-table th:nth-child(4),
  body.admin-body .customer-admin-table.customer-flat-table td:nth-child(4){width:25%;}
  body.admin-body .customer-admin-table.customer-flat-table th:nth-child(5),
  body.admin-body .customer-admin-table.customer-flat-table td:nth-child(5){width:9%;}
  body.admin-body .customer-admin-table.customer-flat-table th:nth-child(6),
  body.admin-body .customer-admin-table.customer-flat-table td:nth-child(6){width:8%;}
  body.admin-body .customer-admin-table.customer-flat-table th:nth-child(7),
  body.admin-body .customer-admin-table.customer-flat-table td:nth-child(7){width:136px;position:relative;overflow:visible!important;}
  body.admin-body .customer-admin-table .flat-action-menu{
    position:relative!important;
    z-index:20!important;
  }
  body.admin-body .customer-admin-table .flat-action-menu[open]{
    z-index:1000!important;
  }
  body.admin-body .customer-admin-table .flat-action-list{
    right:0!important;
    left:auto!important;
    top:calc(100% + 8px)!important;
    max-height:none!important;
    overflow:visible!important;
  }
  body.admin-body .customer-admin-table .nested-action-panel[open]{
    position:relative!important;
    z-index:1001!important;
  }
}

/* v0.3.91 - Yönetim paneli Referans Sistemi düz flat tasarım */
.referral-admin-flat-page{display:grid;gap:16px;max-width:100%;min-width:0;overflow:visible!important}.referral-admin-hero{background:linear-gradient(135deg,#fff,#f4f8ff)!important;border:1px solid #dbeafe!important;border-radius:28px!important;padding:26px!important;box-shadow:var(--eb-shadow-sm,0 8px 22px rgba(15,23,42,.045))!important;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;min-width:0}.referral-admin-hero h1{margin:10px 0 8px;font-size:clamp(30px,4vw,46px);letter-spacing:-1.3px;line-height:1.08;color:#0f172a}.referral-admin-hero p{max-width:760px;line-height:1.65;color:#64748b}.referral-hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.referral-hero-tags span{display:inline-flex;align-items:center;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.referral-admin-actions{flex:0 0 auto}.referral-admin-stat-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.referral-stat-card{background:#fff;border:1px solid var(--eb-line,#e2e8f0);border-radius:20px;box-shadow:0 14px 34px rgba(16,24,40,.06);padding:16px;display:grid;grid-template-columns:46px minmax(0,1fr);gap:6px 12px;align-items:center;min-width:0}.referral-stat-card>span:first-child{grid-row:1/3;width:46px;height:46px;border-radius:16px;background:#eef4ff;display:grid;place-items:center;font-size:21px}.referral-stat-card small{color:#64748b;font-weight:850;min-width:0}.referral-stat-card strong{font-size:clamp(20px,2vw,27px);line-height:1.08;min-width:0;overflow-wrap:anywhere;color:#0f172a}.referral-stat-card.warning>span:first-child{background:#fff7ed}.referral-stat-card.success>span:first-child{background:#ecfdf3}.referral-stat-card.money>span:first-child{background:#f0fdf4}.referral-stat-card.info>span:first-child{background:#eff6ff}.referral-stat-card.muted>span:first-child{background:#f2f4f7}.referral-admin-split-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:16px;align-items:start;min-width:0}.referral-panel-card{padding:18px!important;overflow:visible!important}.referral-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.referral-panel-head h2{margin:8px 0 6px;font-size:22px;letter-spacing:-.5px;color:#0f172a}.referral-panel-head p{margin:0;color:#64748b;line-height:1.55}.compact-head{margin-bottom:10px}.referral-mini-stats{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.referral-mini-stats span{min-width:86px;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc;padding:10px;text-align:center}.referral-mini-stats strong,.referral-mini-stats small{display:block}.referral-mini-stats small{color:#64748b;font-size:12px;font-weight:850}.referral-payout-list,.referral-compact-list,.referral-card-list{display:grid;gap:12px}.referral-payout-card-flat,.referral-info-card,.referral-compact-row{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:14px;box-shadow:0 10px 28px rgba(16,24,40,.045);min-width:0}.referral-card-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px;min-width:0}.referral-card-topline strong{font-size:16px;color:#0f172a;overflow-wrap:anywhere}.referral-card-topline small{display:block;color:#64748b;margin-top:4px;overflow-wrap:anywhere}.referral-card-data-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.referral-card-data-grid span{display:grid;gap:3px;border:1px solid #eef2f7;background:#f8fafc;border-radius:15px;padding:11px;min-width:0}.referral-card-data-grid small{color:#64748b;font-weight:850}.referral-card-data-grid strong{color:#0f172a;overflow-wrap:anywhere}.referral-card-data-grid em{font-style:normal;color:#64748b;overflow-wrap:anywhere}.referral-account-box{margin-top:10px;border:1px solid #eef2f7;border-radius:16px;background:#fbfcff;padding:11px}.referral-account-box small{display:block;color:#64748b;font-weight:850;margin-bottom:4px}.referral-account-box p{margin:0;color:#475569;line-height:1.55;overflow-wrap:anywhere}.referral-paid-note{margin-top:10px;border-radius:14px;background:#ecfdf3;color:#047857;padding:9px 11px;font-weight:850}.referral-decision-form-flat{display:grid;grid-template-columns:minmax(145px,.7fr) minmax(180px,1fr) auto;gap:9px;align-items:end;margin-top:12px}.referral-decision-form-flat input,.referral-decision-form-flat select{width:100%}.referral-admin-side-stack{display:grid;gap:16px;min-width:0}.referral-compact-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.referral-compact-row small{display:block;color:#64748b;margin-top:4px}.referral-row-amount{display:grid;justify-items:end;gap:6px;white-space:nowrap}.referral-help-card{display:grid;gap:10px;background:linear-gradient(135deg,#fff,#f8fbff)!important}.referral-help-card>span:first-child{width:48px;height:48px;border-radius:17px;background:#eef4ff;display:grid;place-items:center;font-size:22px}.referral-help-card h2{margin:0;color:#0f172a}.referral-help-card p{margin:0;color:#64748b;line-height:1.6}.referral-full-panel{min-width:0}.referral-commission-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.referral-account-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-data-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.account-data-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.referral-code-line{border:1px dashed #bfdbfe;background:#eff6ff;border-radius:16px;padding:10px 12px;margin-bottom:10px}.referral-code-line small{display:block;color:#1d4ed8;font-weight:850}.referral-code-line strong{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;color:#1e40af;letter-spacing:.03em;overflow-wrap:anywhere}.referral-empty-card{box-shadow:none!important;grid-column:1/-1!important}.referral-admin-flat-page .table-wrap{overflow:visible!important}.referral-admin-flat-page .status{white-space:nowrap}@media(max-width:1320px){.referral-admin-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.referral-account-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-data-grid,.account-data-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.referral-admin-split-grid,.referral-commission-grid,.referral-account-grid{grid-template-columns:1fr}.referral-admin-hero{display:grid}.referral-admin-actions{justify-content:flex-start}.referral-decision-form-flat{grid-template-columns:1fr 1fr auto}}@media(max-width:760px){.referral-admin-hero{padding:18px!important;border-radius:22px!important}.referral-admin-hero h1{font-size:30px}.referral-admin-stat-grid{grid-template-columns:1fr}.referral-panel-head,.referral-card-topline,.referral-compact-row{display:grid}.referral-mini-stats{justify-content:flex-start}.referral-card-data-grid,.compact-data-grid,.account-data-grid,.referral-decision-form-flat{grid-template-columns:1fr}.referral-decision-form-flat .btn,.referral-admin-actions .btn,.referral-help-card .btn{width:100%;justify-content:center}.referral-payout-card-flat,.referral-info-card{border-radius:18px}.referral-row-amount{justify-items:start;white-space:normal}.referral-admin-flat-page .status{white-space:normal}}

/* v0.3.92 - Anasayfa bölüm görünürlüğü ve müşteri paneli yorum ekranı */
.home-visibility-settings-block{background:#fbfdff;border:1px solid #e6edf7;border-radius:22px;padding:18px;margin:16px 0}.home-visibility-settings-block h3{margin:0 0 8px;color:#0f172a}.home-section-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-testimonial-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px!important;background:linear-gradient(135deg,#fff,#f8fbff)!important;border:1px solid #e6edf7!important;border-radius:26px!important}.customer-testimonial-hero h1{margin:8px 0;font-size:clamp(28px,4vw,42px);letter-spacing:-1px}.customer-testimonial-hero p{margin:0;max-width:780px;color:#64748b;line-height:1.65}.customer-testimonial-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:16px;margin-top:16px}.customer-testimonial-form-card,.customer-testimonial-info-card,.customer-testimonial-history-card{border-radius:24px!important;border:1px solid #e6edf7!important;box-shadow:0 12px 28px rgba(15,23,42,.055)!important}.customer-testimonial-info-card{display:grid;gap:10px;align-content:start;background:#fff!important}.customer-testimonial-info-card>span:first-child{width:48px;height:48px;border-radius:17px;background:#ecfdf3;color:#047857;display:grid;place-items:center;font-weight:900}.customer-testimonial-info-card h2{margin:0}.customer-testimonial-info-card p{margin:0;color:#64748b;line-height:1.6}.customer-testimonial-rules{display:grid;gap:8px;margin-top:4px}.customer-testimonial-rules span{border:1px solid #eef2f7;background:#f8fafc;border-radius:14px;padding:10px;color:#475569;font-weight:700}.customer-testimonial-history-card{margin-top:16px}.customer-testimonial-list{display:grid;gap:12px}.customer-testimonial-history-item{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border:1px solid #e6edf7;background:#fff;border-radius:18px;padding:14px}.customer-testimonial-history-item strong{display:block;color:#0f172a}.customer-testimonial-history-item p{margin:6px 0;color:#475569;line-height:1.55;overflow-wrap:anywhere}.customer-testimonial-history-item small{color:#64748b}@media(max-width:900px){.home-section-toggle-grid,.customer-testimonial-grid{grid-template-columns:1fr}.customer-testimonial-hero,.customer-testimonial-history-item{display:grid}.customer-testimonial-hero .btn{width:100%;justify-content:center}}

/* v0.3.94 - Ana Sayfa Modülleri flat hizalama düzeltmesi */
.home-modules-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(260px,380px)!important;
  align-items:stretch!important;
  gap:18px!important;
  margin-bottom:18px!important;
  padding:24px!important;
  border:1px solid #e4e7ec!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,#ffffff 0%,#f8fafc 54%,#eef4ff 100%)!important;
  box-shadow:0 18px 50px rgba(16,24,40,.07)!important;
  overflow:hidden!important;
}
.home-modules-hero-copy{min-width:0!important;display:grid!important;gap:10px!important;align-content:center!important;}
.home-modules-hero-copy .badge{width:max-content!important;max-width:100%!important;}
.home-modules-hero h1{margin:0!important;font-size:clamp(28px,3vw,42px)!important;line-height:1.05!important;letter-spacing:-.04em!important;color:#101828!important;}
.home-modules-hero p{margin:0!important;max-width:780px!important;color:#667085!important;line-height:1.65!important;font-weight:650!important;}
.home-modules-summary{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;align-self:stretch!important;min-width:0!important;}
.home-modules-summary>div{display:grid!important;align-content:center!important;gap:7px!important;min-width:0!important;padding:16px!important;border:1px solid rgba(37,99,235,.12)!important;border-radius:22px!important;background:rgba(255,255,255,.78)!important;box-shadow:0 12px 30px rgba(16,24,40,.05)!important;}
.home-modules-summary small{color:#667085!important;font-weight:900!important;font-size:12px!important;line-height:1.2!important;}
.home-modules-summary strong{font-size:28px!important;line-height:1!important;color:#101828!important;}
.home-module-create-bar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:16px!important;margin-bottom:18px!important;padding:18px!important;overflow:visible!important;}
.home-module-create-bar h2{margin:0 0 5px!important;font-size:20px!important;color:#101828!important;}
.home-module-create-bar p{margin:0!important;line-height:1.55!important;}
.home-module-create-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:9px!important;flex-wrap:wrap!important;max-width:720px!important;}
.home-module-create-actions .btn{min-height:40px!important;border-radius:14px!important;white-space:nowrap!important;display:inline-flex!important;gap:7px!important;align-items:center!important;justify-content:center!important;}
.home-module-dashboard-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;align-items:start!important;min-width:0!important;}
.home-module-card{display:grid!important;gap:14px!important;padding:18px!important;overflow:visible!important;min-width:0!important;}
.home-module-card-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;min-width:0!important;}
.home-module-title-block{display:flex!important;align-items:flex-start!important;gap:12px!important;min-width:0!important;}
.home-module-title-block>div{min-width:0!important;}
.home-module-icon{width:46px!important;height:46px!important;min-width:46px!important;border-radius:17px!important;display:grid!important;place-items:center!important;background:#eef4ff!important;font-size:22px!important;box-shadow:inset 0 0 0 1px rgba(37,99,235,.10)!important;}
.home-module-card h2{margin:0 0 5px!important;font-size:20px!important;line-height:1.18!important;color:#101828!important;overflow-wrap:anywhere!important;}
.home-module-card p{margin:0!important;color:#667085!important;line-height:1.55!important;overflow-wrap:anywhere!important;}
.home-module-counts{display:flex!important;align-items:flex-end!important;gap:7px!important;flex-direction:column!important;white-space:nowrap!important;}
.home-module-counts span,.home-module-counts em{display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;padding:7px 10px!important;font-size:12px!important;font-style:normal!important;font-weight:950!important;line-height:1!important;}
.home-module-counts span{background:#f2f4f7!important;color:#475467!important;}
.home-module-counts em{background:#ecfdf3!important;color:#027a48!important;}
.home-module-list{display:grid!important;gap:10px!important;min-width:0!important;}
.home-module-item{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;padding:14px!important;border:1px solid #eef2f7!important;border-radius:20px!important;background:#fbfdff!important;min-width:0!important;overflow:visible!important;}
.home-module-item-main{display:grid!important;gap:7px!important;min-width:0!important;}
.home-module-item-top{display:flex!important;align-items:center!important;gap:8px!important;justify-content:space-between!important;min-width:0!important;}
.home-module-item-top strong{min-width:0!important;color:#101828!important;font-size:15px!important;line-height:1.25!important;overflow-wrap:anywhere!important;}
.home-module-item .status{flex:0 0 auto!important;border-radius:999px!important;padding:6px 9px!important;font-size:11px!important;font-weight:950!important;line-height:1!important;}
.home-module-item .status.active{background:#ecfdf3!important;color:#027a48!important;}
.home-module-item .status.passive{background:#f2f4f7!important;color:#475467!important;}
.home-module-meta{display:flex!important;align-items:center!important;gap:7px!important;flex-wrap:wrap!important;min-width:0!important;}
.home-module-meta span{display:inline-flex!important;align-items:center!important;border-radius:999px!important;background:#fff!important;border:1px solid #eef2f7!important;color:#667085!important;font-size:12px!important;font-weight:850!important;padding:6px 9px!important;line-height:1!important;max-width:100%!important;overflow-wrap:anywhere!important;}
.home-module-item-actions{justify-content:flex-end!important;align-items:center!important;min-width:178px!important;}
.home-module-item-actions .btn{min-width:78px!important;}
.home-module-empty{display:grid!important;gap:8px!important;place-items:start!important;padding:16px!important;border:1px dashed #d0d5dd!important;border-radius:20px!important;background:#f8fafc!important;}
.home-module-empty strong{color:#101828!important;}
.home-module-empty span{color:#667085!important;font-weight:750!important;line-height:1.45!important;}
.home-module-form-card{max-width:980px!important;margin-bottom:18px!important;}
.home-module-form-card h2{margin:0!important;}
.home-module-form-card label{min-width:0!important;}
.home-module-form-card input,.home-module-form-card textarea,.home-module-form-card select{width:100%!important;max-width:100%!important;box-sizing:border-box!important;}
@media(max-width:1180px){
  .home-modules-hero{grid-template-columns:1fr!important;}
  .home-module-create-bar{grid-template-columns:1fr!important;align-items:start!important;}
  .home-module-create-actions{justify-content:flex-start!important;max-width:none!important;}
  .home-module-dashboard-grid{grid-template-columns:1fr!important;}
}
@media(max-width:760px){
  .home-modules-hero{padding:18px!important;border-radius:24px!important;}
  .home-modules-summary{grid-template-columns:1fr!important;}
  .home-module-create-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important;}
  .home-module-create-actions .btn{width:100%!important;}
  .home-module-card-head,.home-module-title-block,.home-module-item,.home-module-item-top{display:grid!important;grid-template-columns:1fr!important;}
  .home-module-counts{align-items:flex-start!important;flex-direction:row!important;flex-wrap:wrap!important;white-space:normal!important;}
  .home-module-item-actions{width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:1fr 1fr!important;}
  .home-module-item-actions form,.home-module-item-actions .btn,.home-module-item-actions button{width:100%!important;justify-content:center!important;}
}

/* v0.3.95 - Ana Sayfa Modülleri tek ürün listeleme ve gelişmiş bölüm düzeni */
.home-managed-products-grid{grid-template-columns:repeat(var(--home-managed-columns,4),minmax(0,1fr))!important;}
.home-managed-product-section .eb-section-head p{max-width:760px!important;line-height:1.6!important;}
.home-section-edit-note{display:grid!important;gap:6px!important;padding:14px 16px!important;border-radius:18px!important;background:linear-gradient(135deg,#eef4ff,#f8fbff)!important;border:1px solid rgba(37,99,235,.14)!important;margin-bottom:12px!important;}
.home-section-edit-note strong{color:#101828!important;font-size:15px!important;line-height:1.25!important;}
.home-section-edit-note span{color:#667085!important;line-height:1.55!important;font-weight:750!important;}
@media(max-width:1180px){.home-managed-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:760px){.home-managed-products-grid{grid-template-columns:1fr!important;}.home-section-edit-note{padding:13px!important;border-radius:16px!important;}}

/* v0.3.96 - Flat indirim kuponu sistemi */
.coupon-admin-head,.coupon-page-hero-card{align-items:center}.coupon-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.coupon-filter-card{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(180px,.7fr) auto auto;gap:12px;align-items:end;margin-bottom:18px}.coupon-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.coupon-admin-card{display:flex;flex-direction:column;gap:14px;overflow:visible}.coupon-card-topline,.coupon-badge-row,.coupon-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.coupon-card-topline{justify-content:space-between}.coupon-code-pill,.coupon-code-copy{display:inline-flex;align-items:center;width:max-content;max-width:100%;border:1px dashed color-mix(in srgb,var(--primary) 40%,var(--line));background:color-mix(in srgb,var(--primary) 8%,transparent);color:var(--primary);font-weight:900;letter-spacing:.06em;border-radius:999px;padding:7px 12px;word-break:break-all}.coupon-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.coupon-info-grid span,.coupon-public-meta span,.home-coupon-meta span,.checkout-subtotal-line,.checkout-discount-line,.cart-coupon-applied{border:1px solid var(--line);border-radius:16px;background:color-mix(in srgb,var(--surface) 92%,var(--bg));padding:10px 12px}.coupon-info-grid small{display:block;color:var(--muted);font-size:12px}.coupon-info-grid strong{display:block;margin-top:3px}.mini-pill{display:inline-flex;border:1px solid var(--line);background:var(--bg);border-radius:999px;padding:5px 10px;font-size:12px;color:var(--muted)}.mini-pill.ok{border-color:color-mix(in srgb,#22c55e 35%,var(--line));background:color-mix(in srgb,#22c55e 9%,transparent);color:#15803d}.coupon-form-card{max-width:1100px}.coupon-products-select{margin-top:8px}.coupon-product-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:460px;overflow:auto;padding:2px}.coupon-product-check{display:flex;align-items:flex-start;gap:10px;border:1px solid var(--line);border-radius:18px;background:var(--bg);padding:12px}.coupon-product-check input{width:auto;margin-top:4px}.coupon-product-check strong,.coupon-product-check small{display:block}.coupon-product-check small{color:var(--muted);margin-top:4px}.coupon-form-toggles{margin-top:14px}.home-coupon-section{position:relative}.home-coupon-grid,.coupon-public-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-coupon-card,.coupon-public-card{display:flex;flex-direction:column;gap:14px;position:relative;overflow:hidden}.home-coupon-card:before,.coupon-public-card:before{content:"";position:absolute;inset:auto -20% -45% -20%;height:90px;background:linear-gradient(90deg,color-mix(in srgb,var(--primary) 18%,transparent),transparent);pointer-events:none}.home-coupon-discount,.coupon-public-discount{width:max-content;max-width:100%;border-radius:18px;background:var(--primary);color:#fff;font-weight:900;font-size:22px;padding:10px 14px;box-shadow:0 14px 30px color-mix(in srgb,var(--primary) 22%,transparent)}.home-coupon-card h3,.coupon-public-card h2{margin:0}.home-coupon-card p,.coupon-public-card p{color:var(--muted);margin:4px 0 0}.home-coupon-meta,.coupon-public-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}.coupon-page-hero{padding-bottom:10px}.coupon-page-hero-card{text-align:center;max-width:900px;margin:auto}.coupon-page-hero-card h1{font-size:clamp(32px,5vw,54px);margin:8px 0}.coupon-page-hero-card p{color:var(--muted);max-width:680px;margin:0 auto 18px}.coupon-public-card{min-height:260px}.coupon-public-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}.cart-coupon-box{display:grid;gap:8px;margin:12px 0}.cart-coupon-form{display:flex;gap:8px}.cart-coupon-form input{min-width:0}.cart-coupon-applied{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.cart-coupon-applied span{font-weight:900;color:var(--primary);letter-spacing:.06em}.coupon-help-link{font-size:13px;color:var(--primary);font-weight:700}.checkout-discount-line,.checkout-subtotal-line{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px}.checkout-discount-line strong{color:#15803d}.checkout-subtotal-line{margin-top:10px;background:var(--bg)}
@media(max-width:1100px){.coupon-admin-grid,.home-coupon-grid,.coupon-public-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.coupon-filter-card{grid-template-columns:1fr 1fr}.coupon-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.coupon-admin-grid,.home-coupon-grid,.coupon-public-grid,.coupon-product-check-grid,.coupon-filter-card{grid-template-columns:1fr}.coupon-info-grid{grid-template-columns:1fr}.cart-coupon-form{flex-direction:column}.coupon-actions .btn,.coupon-actions form{width:100%}.coupon-actions button{width:100%}.home-coupon-discount,.coupon-public-discount{font-size:18px}.coupon-page-hero-card{text-align:left}}


/* v0.3.97 - Ürün listeleme 4 sütun / 4 ürün düzeni */
@media (min-width: 1181px){
  .product-grid,
  .catalog-product-grid,
  .home-four-product-grid,
  .home-featured-product-grid,
  .home-managed-products-grid,
  .eb-products-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:16px!important;
    align-items:stretch!important;
  }
  .products-catalog-page .catalog-product-grid,
  .products-page .product-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
}
@media (min-width: 761px) and (max-width: 1180px){
  .product-grid,
  .catalog-product-grid,
  .home-four-product-grid,
  .home-featured-product-grid,
  .home-managed-products-grid,
  .eb-products-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }
}
@media (max-width: 760px){
  .product-grid,
  .catalog-product-grid,
  .home-four-product-grid,
  .home-featured-product-grid,
  .home-managed-products-grid,
  .eb-products-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
}

/* v0.3.98 - İndirim Kuponları sayfa düzeni, kategori butonu ve kupon yazı hizaları */
.coupon-admin-head,
.coupon-page-hero-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:start!important;
  gap:16px!important;
}
.coupon-admin-head>div,
.coupon-page-hero-card>div,
.coupon-admin-card,
.coupon-public-card,
.home-coupon-card,
.coupon-form-card,
.coupon-filter-card,
.category-table-card{
  min-width:0!important;
}
.coupon-admin-head h1,
.coupon-admin-card h2,
.coupon-public-card h2,
.home-coupon-card h3,
.coupon-page-hero-card h1,
.coupon-form-card h1,
.coupon-form-card h2{
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  line-height:1.15!important;
}
.coupon-admin-head p,
.coupon-admin-card p,
.coupon-public-card p,
.home-coupon-card p,
.coupon-page-hero-card p,
.coupon-form-card p,
.coupon-form-card small,
.coupon-product-check small{
  line-height:1.6!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
.coupon-admin-card{
  border-radius:24px!important;
  padding:18px!important;
  min-height:100%!important;
}
.coupon-card-topline{
  align-items:flex-start!important;
}
.coupon-code-pill,
.coupon-code-copy{
  white-space:normal!important;
  line-height:1.25!important;
  max-width:100%!important;
}
.coupon-info-grid span,
.coupon-public-meta span,
.home-coupon-meta span{
  min-width:0!important;
  overflow-wrap:anywhere!important;
}
.coupon-info-grid strong,
.coupon-info-grid small,
.coupon-public-meta span,
.home-coupon-meta span{
  overflow-wrap:anywhere!important;
}
.coupon-actions{
  align-items:stretch!important;
  margin-top:auto!important;
}
.coupon-actions form,
.coupon-actions .btn,
.coupon-actions button{
  min-width:0!important;
}
.coupon-actions .btn,
.coupon-actions button{
  white-space:normal!important;
  text-align:center!important;
  justify-content:center!important;
}
.coupon-filter-card label,
.coupon-form-card label,
.coupon-products-select,
.coupon-product-check,
.coupon-product-check span{
  min-width:0!important;
}
.coupon-filter-card input,
.coupon-filter-card select,
.coupon-form-card input,
.coupon-form-card select,
.coupon-form-card textarea{
  width:100%!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
.coupon-product-check-grid{
  overflow-x:hidden!important;
}
.coupon-public-card,
.home-coupon-card{
  border-radius:24px!important;
  padding:18px!important;
}
.coupon-public-body,
.home-coupon-card>div{
  min-width:0!important;
}
.coupon-public-actions,
.home-coupon-actions{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
}
.coupon-public-actions .btn,
.home-coupon-actions .btn{
  min-width:110px!important;
  justify-content:center!important;
}
.category-table-card .table-title-row{
  align-items:flex-start!important;
}
.category-table-card .table-title-row h2,
.category-table-card .table-title-row p{
  overflow-wrap:anywhere!important;
}
@media(max-width:900px){
  .coupon-admin-head,
  .coupon-page-hero-card{
    grid-template-columns:1fr!important;
  }
  .coupon-admin-head>.btn,
  .coupon-page-hero-card>.btn{
    width:100%!important;
    justify-content:center!important;
  }
  .coupon-filter-card{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:700px){
  .coupon-admin-card,
  .coupon-public-card,
  .home-coupon-card,
  .coupon-form-card{
    padding:16px!important;
    border-radius:20px!important;
  }
  .coupon-actions,
  .coupon-public-actions,
  .home-coupon-actions,
  .form-actions-row{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
  }
  .coupon-actions form,
  .coupon-actions .btn,
  .coupon-actions button,
  .coupon-public-actions .btn,
  .home-coupon-actions .btn,
  .form-actions-row .btn,
  .form-actions-row button{
    width:100%!important;
  }
}

/* v0.3.99 catalog sales cards settings */
.catalog-card-settings-hero{background:linear-gradient(135deg,rgba(37,99,235,.06),rgba(16,185,129,.06));border-color:rgba(37,99,235,.14)}
.catalog-type-settings-list{display:grid;gap:14px}
.catalog-type-editor{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 12px 34px rgba(16,24,40,.04)}
.catalog-type-editor summary{display:flex;align-items:center;gap:10px;padding:16px 18px;cursor:pointer;font-weight:900;color:#101828;background:linear-gradient(135deg,#fff,#f8fafc)}
.catalog-type-editor summary span{width:38px;height:38px;border-radius:14px;background:#eef4ff;color:#1d4ed8;display:inline-grid;place-items:center;font-size:20px}
.catalog-type-editor-body{padding:18px;border-top:1px solid var(--line);display:grid;gap:12px}
.catalog-type-editor .grid-three,.catalog-type-editor .grid-two{align-items:start}
.catalog-type-editor textarea{min-height:104px}
@media(max-width:1180px){.type-card-grid,.catalog-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.eb-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:760px){.type-card-grid,.catalog-type-grid,.eb-service-grid{grid-template-columns:1fr!important}.catalog-type-editor summary{padding:14px}.catalog-type-editor-body{padding:14px}}

/* v0.4.01 - gelişmiş menü ve satış kartları yönetimi */
.menu-dnd-head .actions,.catalog-cards-head .actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.menu-list-mode{grid-template-columns:300px minmax(0,1fr)}.menu-tree-root{display:grid;gap:10px;min-height:120px;border:1px dashed #cbd5e1;border-radius:22px;padding:12px;background:#f8fbff}.menu-tree-root.drag-over-root{border-color:#2563eb;background:#eff6ff}.menu-tree-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start;border:1px solid var(--line);border-radius:18px;padding:10px;background:#fff;box-shadow:0 10px 24px rgba(16,24,40,.04);transition:.18s ease;margin-left:calc(var(--level,0) * 18px)}.menu-tree-row.is-child{background:#fbfdff}.menu-tree-row.is-passive{opacity:.74}.menu-tree-row.dragging{opacity:.45;transform:scale(.99)}.menu-tree-row.drag-over{border-color:#2563eb;background:#eff6ff}.menu-row-main{display:grid;grid-template-columns:auto 42px minmax(0,1fr) auto;gap:10px;align-items:center;min-width:0;border-radius:14px;padding:4px}.drag-handle{width:30px;height:30px;border-radius:11px;background:#eef4ff;color:#1d4ed8;display:grid;place-items:center;font-weight:900;cursor:grab}.menu-row-icon{width:42px;height:42px;border-radius:15px;background:#f2f4f7;display:grid;place-items:center;font-size:20px}.menu-row-text{min-width:0}.menu-row-text strong{display:block;white-space:normal;overflow-wrap:anywhere}.menu-row-text small{display:block;color:var(--muted);line-height:1.45;overflow-wrap:anywhere}.menu-tree-children{grid-column:1/-1;display:grid;gap:10px;margin-top:4px}.menu-dnd-help{margin-top:14px}.menu-dnd-help p{margin:8px 0 0;color:var(--muted);line-height:1.55}.menu-dnd-save-state{display:inline-flex;align-items:center;width:max-content;margin-bottom:10px;padding:7px 11px;border-radius:999px;background:#ecfdf3;color:#027a48;font-size:12px;font-weight:900}.menu-dnd-save-state.is-error{background:#fef3f2;color:#b42318}.menu-location-overview-card{margin-top:18px}.overview-only .menu-location-card{text-decoration:none;color:inherit}.overview-only .menu-location-card.active{border-color:#2563eb;background:#eff6ff}.menu-form-page-card,.catalog-card-form-page{max-width:1120px}.catalog-card-manager-link .section-head{margin-bottom:0}.catalog-card-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.catalog-admin-card{display:grid;gap:12px;border:1px solid var(--line);border-radius:24px;padding:18px;background:#fff;box-shadow:0 14px 35px rgba(16,24,40,.05);min-width:0}.catalog-admin-card.is-passive{opacity:.72}.catalog-admin-card-top{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:12px;align-items:center}.catalog-admin-icon{width:46px;height:46px;border-radius:17px;background:#eef4ff;color:#1d4ed8;display:grid;place-items:center;font-size:22px}.catalog-admin-card-top strong,.catalog-admin-card h3{overflow-wrap:anywhere}.catalog-admin-card-top small,.catalog-admin-card p,.catalog-admin-card-foot small{color:var(--muted);line-height:1.55;overflow-wrap:anywhere}.catalog-admin-card h3{margin:0;font-size:20px}.catalog-admin-card p{margin:0}.catalog-admin-features{display:flex;flex-wrap:wrap;gap:7px}.catalog-admin-card-foot{display:grid;gap:12px;margin-top:auto}.catalog-admin-card-foot .actions{display:flex;flex-wrap:wrap;gap:7px}.catalog-card-form-grid{display:grid;gap:16px}.catalog-card-stats{margin-bottom:16px}
@media(max-width:1180px){.menu-list-mode{grid-template-columns:1fr}.catalog-card-admin-grid{grid-template-columns:1fr}.menu-location-side{position:relative;top:auto}}
@media(max-width:760px){.menu-tree-row{grid-template-columns:1fr;margin-left:0}.menu-row-main{grid-template-columns:auto 38px minmax(0,1fr);align-items:start}.menu-row-main .status{grid-column:2 / -1;width:max-content}.menu-tree-row .actions{justify-content:flex-start}.catalog-admin-card-top{grid-template-columns:42px minmax(0,1fr)}.catalog-admin-card-top .status{grid-column:2}.catalog-admin-card-foot .actions{display:grid}.catalog-admin-card-foot .actions .btn,.catalog-admin-card-foot .actions form,.catalog-admin-card-foot .actions button{width:100%;justify-content:center}.catalog-card-form-page .grid-three,.menu-form-page-card .grid-three{grid-template-columns:1fr}}


/* v0.4.02 - Menü işlem butonları ve kupon kullanım iyileştirmeleri */
.menu-tree-row .crud-row-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:nowrap!important;min-width:max-content}
.menu-tree-row .crud-row-actions form{display:inline-flex!important;margin:0!important}
.menu-tree-row .crud-row-actions .btn,.menu-tree-row .crud-row-actions button{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;min-height:34px}
.cart-coupon-suggestions{display:grid;gap:8px;margin:12px 0 4px;padding:10px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--surface) 88%,var(--bg))}
.cart-coupon-suggestions-head{display:grid;gap:2px}.cart-coupon-suggestions-head strong{font-size:14px}.cart-coupon-suggestions-head small{font-size:12px;color:var(--muted);line-height:1.45}
.cart-coupon-suggestion-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;margin:0;padding:9px;border:1px solid var(--line);border-radius:15px;background:var(--surface)}
.cart-coupon-suggestion-card span{display:grid;gap:2px;min-width:0}.cart-coupon-suggestion-card strong{overflow-wrap:anywhere;color:var(--primary);letter-spacing:.04em}.cart-coupon-suggestion-card small{color:var(--muted);font-size:12px;line-height:1.35;overflow-wrap:anywhere}
.coupon-public-apply-form{margin:0;display:inline-flex}.coupon-public-apply-form .btn{white-space:nowrap}.coupon-public-actions{align-items:center}.coupon-public-actions form{margin:0}
@media(max-width:760px){.menu-tree-row .crud-row-actions{justify-content:flex-start!important;min-width:0}.cart-coupon-suggestion-card{grid-template-columns:1fr}.cart-coupon-suggestion-card .btn{width:100%}.coupon-public-apply-form,.coupon-public-apply-form .btn{width:100%;justify-content:center}}

/* v0.4.03 - Advanced homepage product/service slider */
.advanced-home-hero{
  position:relative!important;
  grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr)!important;
  gap:18px!important;
  overflow:hidden!important;
  border:1px solid rgba(37,99,235,.13)!important;
  background:
    radial-gradient(circle at 12% 18%,rgba(37,99,235,.16),transparent 28%),
    radial-gradient(circle at 82% 16%,rgba(16,185,129,.12),transparent 30%),
    linear-gradient(135deg,#f8fbff 0%,#eef5ff 58%,#ffffff 100%)!important;
}
.advanced-home-hero:after{content:"";position:absolute;right:-90px;bottom:-130px;width:340px;height:340px;border-radius:999px;background:rgba(37,99,235,.08);pointer-events:none;}
.advanced-hero-main,.advanced-hero-panel{position:relative;z-index:1;min-width:0;}
.advanced-hero-main{display:grid;grid-template-rows:1fr auto;gap:16px;min-height:510px;}
.advanced-hero-stage{position:relative;min-height:clamp(430px,34vw,520px);overflow:hidden;border-radius:28px;}
.advanced-hero-slide{position:absolute;inset:0;display:grid;align-content:center;gap:16px;padding:10px 8px;opacity:0;visibility:hidden;transform:translateX(28px) scale(.985);transition:opacity .55s ease,transform .55s ease,visibility .55s ease;pointer-events:none;}
.advanced-hero-slide.is-active{opacity:1;visibility:visible;transform:translateX(0) scale(1);pointer-events:auto;}
.advanced-hero-kicker-row{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:760px;}
.advanced-hero-kicker-row small{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 10px;border:1px solid #dbeafe;border-radius:999px;background:#fff;color:#64748b;font-weight:900;}
.advanced-hero-slide h1{margin:0!important;max-width:940px;font-size:clamp(34px,5.2vw,68px)!important;line-height:.98!important;letter-spacing:-.058em!important;color:#0f172a!important;}
.advanced-hero-slide p{margin:0!important;max-width:780px;color:#536273!important;font-size:clamp(16px,1.35vw,19px)!important;line-height:1.72!important;}
.advanced-hero-actions{display:flex!important;flex-wrap:wrap!important;align-items:center!important;}
.advanced-hero-actions .btn{min-height:46px!important;border-radius:16px!important;}
.advanced-hero-trust-row{position:relative;z-index:2;}
.advanced-hero-watermark{position:absolute;right:10px;bottom:14px;width:min(280px,34vw);height:min(190px,22vw);border-radius:28px;overflow:hidden;opacity:.16;filter:saturate(1.2);pointer-events:none;}
.advanced-hero-watermark img{width:100%;height:100%;object-fit:cover;}
.advanced-hero-control-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;width:min(100%,760px);padding:10px;border:1px solid #dbeafe;border-radius:999px;background:rgba(255,255,255,.78);box-shadow:0 16px 42px rgba(15,23,42,.07);backdrop-filter:blur(12px);}
.advanced-slider-arrow{width:42px;height:42px;border:0;border-radius:999px;background:#0f172a;color:#fff;font-size:26px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 14px 28px rgba(15,23,42,.16);transition:.18s ease;}
.advanced-slider-arrow:hover{transform:translateY(-1px);background:var(--primary);}
.advanced-hero-dots{display:flex;align-items:center;justify-content:center;gap:8px;flex:1;}
.advanced-hero-dot{width:10px;height:10px;border:0;border-radius:999px;background:#cbd5e1;cursor:pointer;transition:.22s ease;}
.advanced-hero-dot.is-active{width:34px;background:var(--primary);box-shadow:0 8px 18px rgba(37,99,235,.24);}
.advanced-hero-panel{display:grid!important;gap:14px!important;align-content:start!important;}
.advanced-hero-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.advanced-hero-service{display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 10px;align-items:center;min-height:82px;padding:12px;border:1px solid #e2e8f0;border-radius:18px;background:rgba(255,255,255,.84);box-shadow:0 10px 24px rgba(15,23,42,.045);transition:.18s ease;}
.advanced-hero-service:hover{transform:translateY(-2px);border-color:#bfdbfe;box-shadow:0 18px 38px rgba(37,99,235,.11);}
.advanced-hero-service span{grid-row:1 / span 2;width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:#eff6ff;color:var(--primary);font-size:21px;}
.advanced-hero-service strong{font-size:15px;color:#0f172a;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.advanced-hero-service small{color:#64748b;line-height:1.35;font-weight:700;}
.advanced-flow-list span{background:#fff!important;}
.advanced-hero-mini-preview{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;}
.advanced-hero-mini{display:grid;justify-items:center;gap:5px;min-height:72px;padding:9px 6px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;color:#0f172a;cursor:pointer;transition:.18s ease;}
.advanced-hero-mini span{font-size:20px;line-height:1;}
.advanced-hero-mini strong{font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;}
.advanced-hero-mini.is-active{border-color:rgba(37,99,235,.38);background:#eff6ff;color:var(--primary);box-shadow:0 12px 26px rgba(37,99,235,.12);}
@media(max-width:1180px){
  .advanced-home-hero{grid-template-columns:1fr!important;}
  .advanced-hero-main{min-height:460px;}
  .advanced-hero-stage{min-height:360px;}
  .advanced-hero-service-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:760px){
  .advanced-home-hero{width:min(100% - 28px,680px)!important;padding:18px!important;border-radius:26px!important;margin-top:14px!important;}
  .advanced-hero-main{min-height:0;gap:12px;}
  .advanced-hero-stage{min-height:540px;border-radius:22px;}
  .advanced-hero-slide{padding:4px 0;align-content:start;}
  .advanced-hero-slide h1{font-size:34px!important;line-height:1.02!important;}
  .advanced-hero-slide p{font-size:15.5px!important;line-height:1.62!important;}
  .advanced-hero-kicker-row{display:grid;grid-template-columns:1fr auto;align-items:center;}
  .advanced-hero-actions{display:grid!important;grid-template-columns:1fr!important;}
  .advanced-hero-actions .btn{width:100%!important;justify-content:center!important;}
  .advanced-hero-control-bar{border-radius:20px;padding:8px;}
  .advanced-slider-arrow{width:38px;height:38px;font-size:22px;}
  .advanced-hero-service-grid{grid-template-columns:1fr;}
  .advanced-hero-mini-preview{grid-template-columns:repeat(3,minmax(0,1fr));}
  .advanced-hero-watermark{display:none;}
}

/* v0.4.04 - Mobile managed advanced slider refinements */
.home-slider-settings-card{display:grid;gap:18px;border:1px solid #dbeafe;background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 18px 48px rgba(15,23,42,.06)}
.home-slider-settings-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;min-width:0}.home-slider-settings-head h2{margin:8px 0 6px}.home-slider-settings-head p{margin:0}.slider-settings-toggle-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-slider-settings-form .form-actions{justify-content:flex-end}
.advanced-home-hero[data-slider-autoplay="0"] .advanced-hero-trust-row span:first-child{display:none}.advanced-home-hero:not(:has(.advanced-hero-panel)){grid-template-columns:1fr!important}.advanced-home-hero .advanced-hero-main{min-width:0}.advanced-hero-control-bar:has(.advanced-hero-dots:only-child){justify-content:center;border-radius:24px}.advanced-hero-control-bar .advanced-hero-dots:only-child{max-width:100%}
@media(max-width:900px){.slider-settings-toggle-grid{grid-template-columns:1fr}.home-slider-settings-head{display:grid}.home-slider-settings-head .btn{width:100%;justify-content:center}.advanced-home-hero{max-width:100%!important;box-sizing:border-box!important}.advanced-home-hero.slider-mobile-hide-panel .advanced-hero-panel{display:none!important}.advanced-home-hero.slider-mobile-hide-trust .advanced-hero-trust-row{display:none!important}.advanced-home-hero .advanced-hero-kicker-row small{font-size:12px;min-height:28px}.advanced-home-hero .advanced-hero-slide{box-sizing:border-box}.advanced-home-hero .advanced-hero-actions{gap:8px!important}.advanced-home-hero .advanced-hero-actions .btn{min-height:44px!important;padding:10px 14px!important}.advanced-home-hero .advanced-hero-control-bar{width:100%;max-width:100%;box-sizing:border-box}.advanced-home-hero .advanced-hero-dots{gap:6px;overflow:hidden}.advanced-home-hero .advanced-hero-dot{width:9px;height:9px;flex:0 0 auto}.advanced-home-hero .advanced-hero-dot.is-active{width:26px}.advanced-home-hero .advanced-hero-service{min-height:auto}.advanced-home-hero .advanced-flow-list{display:grid;grid-template-columns:1fr;gap:8px}.advanced-home-hero .advanced-hero-mini-preview{display:flex;overflow:auto;padding-bottom:4px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.advanced-home-hero .advanced-hero-mini{min-width:94px;scroll-snap-align:start}.advanced-home-hero.slider-mobile-compact .advanced-hero-stage{min-height:390px}.advanced-home-hero.slider-mobile-balanced .advanced-hero-stage{min-height:465px}.advanced-home-hero.slider-mobile-large .advanced-hero-stage{min-height:540px}.advanced-home-hero.slider-mobile-compact .advanced-hero-slide h1{font-size:30px!important;line-height:1.04!important}.advanced-home-hero.slider-mobile-balanced .advanced-hero-slide h1{font-size:33px!important;line-height:1.03!important}.advanced-home-hero.slider-mobile-large .advanced-hero-slide h1{font-size:36px!important;line-height:1.02!important}.advanced-home-hero.slider-mobile-compact .advanced-hero-slide p{font-size:14.5px!important;line-height:1.55!important}.advanced-home-hero.slider-mobile-balanced .advanced-hero-slide p{font-size:15.25px!important;line-height:1.6!important}.advanced-home-hero.slider-mobile-large .advanced-hero-slide p{font-size:16px!important;line-height:1.64!important}}
@media(max-width:520px){.advanced-home-hero{width:calc(100% - 22px)!important;padding:14px!important;border-radius:22px!important}.advanced-home-hero .advanced-hero-stage{border-radius:18px}.advanced-home-hero .advanced-hero-kicker-row{gap:8px}.advanced-home-hero .advanced-hero-kicker-row .badge{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.advanced-home-hero .advanced-hero-control-bar{padding:7px;border-radius:18px}.advanced-home-hero .advanced-slider-arrow{width:34px;height:34px;font-size:20px;flex:0 0 auto}.advanced-home-hero .advanced-hero-service-grid{gap:8px}.advanced-home-hero .advanced-hero-service{grid-template-columns:auto minmax(0,1fr);padding:10px;border-radius:16px}.advanced-home-hero .advanced-hero-service span{width:38px;height:38px;border-radius:13px}.advanced-home-hero.slider-mobile-compact .advanced-hero-stage{min-height:365px}.advanced-home-hero.slider-mobile-balanced .advanced-hero-stage{min-height:435px}.advanced-home-hero.slider-mobile-large .advanced-hero-stage{min-height:505px}.advanced-home-hero.slider-mobile-hide-trust.slider-mobile-compact .advanced-hero-stage{min-height:320px}.advanced-home-hero.slider-mobile-hide-trust.slider-mobile-balanced .advanced-hero-stage{min-height:380px}.advanced-home-hero.slider-mobile-hide-trust.slider-mobile-large .advanced-hero-stage{min-height:450px}}

/* v0.4.05 - Slider sales cards separated from slider */
.advanced-home-hero{grid-template-columns:1fr!important;overflow:hidden!important;}
.advanced-home-hero .advanced-hero-main{width:100%;min-height:0!important;}
.advanced-home-hero .advanced-hero-control-bar{width:100%;}
.advanced-hero-mini-preview-under{width:100%;max-width:760px;margin-top:0;}
.advanced-slider-sales-section{margin-top:18px!important;display:grid;gap:16px;position:relative;}
.advanced-slider-sales-section.slider-mobile-hide-panel{display:grid;}
.advanced-slider-sales-head{margin-bottom:0!important;}
.advanced-slider-sales-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;align-items:stretch;}
.advanced-slider-sales-card{display:grid;grid-template-rows:auto auto 1fr;gap:8px;min-width:0;min-height:154px;padding:18px;border:1px solid #e2e8f0;border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 16px 42px rgba(15,23,42,.055);color:#0f172a;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;}
.advanced-slider-sales-card:hover{transform:translateY(-3px);border-color:#bfdbfe;box-shadow:0 24px 55px rgba(37,99,235,.12);}
.advanced-slider-sales-card span{width:50px;height:50px;border-radius:18px;display:grid;place-items:center;background:#eff6ff;color:var(--primary);font-size:24px;}
.advanced-slider-sales-card strong{font-size:17px;line-height:1.2;color:#0f172a;overflow-wrap:anywhere;}
.advanced-slider-sales-card small{color:#64748b;font-weight:750;line-height:1.45;overflow-wrap:anywhere;}
.advanced-slider-sales-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:2px;}
.advanced-slider-sales-flow span{background:#fff!important;min-width:0;overflow-wrap:anywhere;}
@media(max-width:1180px){.advanced-slider-sales-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.advanced-slider-sales-flow{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:900px){.advanced-slider-sales-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.advanced-slider-sales-head{display:grid!important;}.advanced-slider-sales-head a{width:100%;justify-content:center;text-align:center;}.advanced-hero-mini-preview-under{max-width:100%;display:flex;overflow:auto;padding-bottom:5px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;}.advanced-hero-mini-preview-under .advanced-hero-mini{min-width:98px;scroll-snap-align:start;}.advanced-slider-sales-section.slider-mobile-hide-panel{display:none!important;}}
@media(max-width:560px){.advanced-slider-sales-section{margin-top:14px!important;gap:12px;}.advanced-slider-sales-grid,.advanced-slider-sales-flow{grid-template-columns:1fr;}.advanced-slider-sales-card{min-height:auto;border-radius:20px;padding:15px;grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;align-items:center;}.advanced-slider-sales-card span{grid-row:1 / span 2;width:44px;height:44px;border-radius:16px;font-size:22px;}.advanced-slider-sales-card small{grid-column:2;}.advanced-slider-sales-flow span{border-radius:16px;}}

/* v0.4.06 - Slider mobile button, visual and unique mini navigation refinements */
.advanced-home-hero{max-width:1480px!important;overflow:hidden!important;}
.advanced-home-hero .advanced-hero-stage{overflow:hidden!important;}
.advanced-home-hero .advanced-hero-slide{grid-template-columns:minmax(0,1fr) minmax(220px,300px);align-items:center;column-gap:22px;overflow:hidden;}
.advanced-home-hero .advanced-hero-slide > :not(.advanced-hero-visual){grid-column:1;position:relative;z-index:2;min-width:0;}
.advanced-hero-visual{grid-column:2;grid-row:1 / span 6;justify-self:end;align-self:center;width:min(300px,28vw);min-width:220px;height:218px;border:1px solid rgba(191,219,254,.9);border-radius:30px;overflow:hidden;background:linear-gradient(135deg,#ffffff 0%,#eff6ff 52%,#e0f2fe 100%);box-shadow:0 24px 70px rgba(37,99,235,.12);display:grid;place-items:center;gap:8px;text-align:center;padding:22px;color:#0f172a;}
.advanced-hero-visual.has-image{padding:0;background:#fff;}
.advanced-hero-visual img{width:100%;height:100%;object-fit:cover;display:block;}
.advanced-hero-visual.is-generated span{width:74px;height:74px;border-radius:26px;display:grid;place-items:center;background:#fff;color:var(--primary);font-size:38px;box-shadow:0 18px 42px rgba(15,23,42,.08);}
.advanced-hero-visual.is-generated strong{font-size:22px;line-height:1.1;overflow-wrap:anywhere;}
.advanced-hero-visual.is-generated small{font-size:13px;font-weight:800;color:#64748b;line-height:1.35;}
.advanced-hero-watermark{display:none!important;}
.advanced-hero-mini-preview-under{justify-self:center;}
.advanced-hero-mini-preview-under .advanced-hero-mini{min-width:0;}
@media(max-width:1020px){
  .advanced-home-hero .advanced-hero-slide{grid-template-columns:minmax(0,1fr) minmax(180px,240px);column-gap:16px;}
  .advanced-hero-visual{min-width:180px;width:min(240px,30vw);height:185px;border-radius:24px;}
}
@media(max-width:900px){
  .advanced-home-hero{width:calc(100% - 24px)!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;}
  .advanced-home-hero .advanced-hero-slide{grid-template-columns:1fr!important;align-content:start!important;gap:10px!important;}
  .advanced-home-hero .advanced-hero-slide > :not(.advanced-hero-visual){grid-column:1!important;}
  .advanced-hero-visual{grid-column:1!important;grid-row:auto!important;justify-self:stretch!important;width:100%!important;min-width:0!important;height:96px!important;border-radius:20px!important;padding:12px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;text-align:left!important;}
  .advanced-hero-visual.has-image{padding:0!important;}
  .advanced-hero-visual.has-image img{object-position:center;}
  .advanced-hero-visual.is-generated span{width:52px;height:52px;border-radius:18px;font-size:28px;flex:0 0 auto;}
  .advanced-hero-visual.is-generated strong{font-size:17px;}
  .advanced-hero-visual.is-generated small{font-size:12px;}
  .advanced-home-hero .advanced-hero-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;width:100%!important;}
  .advanced-home-hero .advanced-hero-actions .btn{width:100%!important;min-width:0!important;min-height:36px!important;padding:8px 6px!important;border-radius:12px!important;font-size:12px!important;line-height:1.15!important;text-align:center!important;white-space:normal!important;}
  .advanced-home-hero .advanced-hero-trust-row{gap:6px!important;}
  .advanced-home-hero .advanced-hero-trust-row span{font-size:11px!important;padding:6px 8px!important;}
  .advanced-hero-mini-preview-under{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(82px,1fr))!important;gap:6px!important;overflow:visible!important;padding-bottom:0!important;max-width:100%!important;}
  .advanced-hero-mini-preview-under .advanced-hero-mini{min-width:0!important;min-height:52px!important;padding:7px 5px!important;border-radius:14px!important;scroll-snap-align:unset!important;}
  .advanced-hero-mini-preview-under .advanced-hero-mini span{font-size:17px!important;}
  .advanced-hero-mini-preview-under .advanced-hero-mini strong{font-size:11px!important;}
}
@media(max-width:520px){
  .advanced-home-hero{width:calc(100% - 18px)!important;padding:12px!important;}
  .advanced-home-hero.slider-mobile-compact .advanced-hero-stage{min-height:390px!important;}
  .advanced-home-hero.slider-mobile-balanced .advanced-hero-stage{min-height:455px!important;}
  .advanced-home-hero.slider-mobile-large .advanced-hero-stage{min-height:520px!important;}
  .advanced-home-hero.slider-mobile-hide-trust.slider-mobile-compact .advanced-hero-stage{min-height:350px!important;}
  .advanced-home-hero.slider-mobile-hide-trust.slider-mobile-balanced .advanced-hero-stage{min-height:415px!important;}
  .advanced-home-hero.slider-mobile-hide-trust.slider-mobile-large .advanced-hero-stage{min-height:480px!important;}
  .advanced-hero-visual{height:84px!important;}
  .advanced-home-hero .advanced-hero-actions .btn{font-size:11.5px!important;padding:7px 4px!important;min-height:34px!important;}
  .advanced-hero-mini-preview-under{grid-template-columns:repeat(auto-fit,minmax(72px,1fr))!important;}
}


/* v0.4.07 - Slider script type and centered mobile experience */
.slider-type-edit-note{border-color:#bfdbfe;background:linear-gradient(135deg,#eff6ff,#ffffff);}
@media(max-width:900px){
  .advanced-home-hero{display:block!important;overflow:hidden!important;isolation:isolate!important;}
  .advanced-home-hero .advanced-hero-main{justify-items:center!important;text-align:center!important;}
  .advanced-home-hero .advanced-hero-stage{width:100%!important;max-width:100%!important;margin-inline:auto!important;}
  .advanced-home-hero .advanced-hero-slide{place-items:center!important;align-content:center!important;justify-items:center!important;text-align:center!important;padding:12px 4px!important;overflow:hidden!important;}
  .advanced-home-hero .advanced-hero-slide > :not(.advanced-hero-visual){width:100%!important;max-width:680px!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;}
  .advanced-home-hero .advanced-hero-kicker-row{display:flex!important;justify-content:center!important;align-items:center!important;flex-wrap:wrap!important;gap:8px!important;max-width:100%!important;}
  .advanced-home-hero .advanced-hero-kicker-row .badge,.advanced-home-hero .advanced-hero-kicker-row small{margin-inline:auto!important;}
  .advanced-home-hero .advanced-hero-slide h1{max-width:640px!important;margin-inline:auto!important;text-align:center!important;letter-spacing:-.04em!important;}
  .advanced-home-hero .advanced-hero-slide p{max-width:620px!important;margin-inline:auto!important;text-align:center!important;}
  .advanced-home-hero .advanced-hero-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;justify-content:center!important;justify-items:stretch!important;align-items:center!important;gap:7px!important;max-width:620px!important;margin-inline:auto!important;}
  .advanced-home-hero .advanced-hero-actions .btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:normal!important;}
  .advanced-home-hero .advanced-hero-trust-row{justify-content:center!important;text-align:center!important;}
  .advanced-hero-visual{justify-self:center!important;margin-inline:auto!important;text-align:center!important;}
  .advanced-home-hero .advanced-hero-visual{height:116px!important;max-width:520px!important;display:grid!important;place-items:center!important;justify-content:center!important;align-content:center!important;text-align:center!important;}
  .advanced-home-hero .advanced-hero-visual.has-image img{object-fit:cover!important;object-position:center center!important;}
  .advanced-home-hero .advanced-hero-visual.is-generated{grid-template-columns:auto minmax(0,1fr)!important;column-gap:10px!important;}
  .advanced-home-hero .advanced-hero-visual.is-generated span{justify-self:end!important;}
  .advanced-home-hero .advanced-hero-visual.is-generated strong,.advanced-home-hero .advanced-hero-visual.is-generated small{justify-self:start!important;text-align:left!important;}
  .advanced-hero-mini-preview-under{justify-content:center!important;}
}
@media(max-width:520px){
  .advanced-home-hero{width:calc(100% - 16px)!important;padding:12px!important;}
  .advanced-home-hero .advanced-hero-stage{border-radius:20px!important;}
  .advanced-home-hero .advanced-hero-slide{gap:9px!important;padding:10px 2px!important;}
  .advanced-home-hero .advanced-hero-kicker-row .badge{max-width:100%!important;}
  .advanced-home-hero .advanced-hero-slide h1{font-size:clamp(25px,7.8vw,32px)!important;line-height:1.06!important;}
  .advanced-home-hero .advanced-hero-slide p{font-size:14px!important;line-height:1.5!important;}
  .advanced-home-hero .advanced-hero-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important;max-width:100%!important;}
  .advanced-home-hero .advanced-hero-actions .btn{min-height:32px!important;padding:7px 4px!important;border-radius:11px!important;font-size:10.8px!important;line-height:1.12!important;}
  .advanced-home-hero .advanced-hero-visual{height:102px!important;border-radius:18px!important;padding:10px!important;}
  .advanced-home-hero .advanced-hero-visual.is-generated span{width:46px!important;height:46px!important;border-radius:16px!important;font-size:25px!important;}
  .advanced-home-hero .advanced-hero-visual.is-generated strong{font-size:15px!important;}
  .advanced-home-hero .advanced-hero-visual.is-generated small{font-size:11.5px!important;}
  .advanced-home-hero.slider-mobile-compact .advanced-hero-stage{min-height:390px!important;}
  .advanced-home-hero.slider-mobile-balanced .advanced-hero-stage{min-height:455px!important;}
  .advanced-home-hero.slider-mobile-large .advanced-hero-stage{min-height:525px!important;}
}
@media(max-width:380px){
  .advanced-home-hero .advanced-hero-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .advanced-home-hero .advanced-hero-actions .btn:first-child{grid-column:1 / -1;}
}

/* v0.4.08 - Slider mobile alignment hard fix */
@media(max-width:900px){
  .advanced-home-hero,
  .site-width-normal .advanced-home-hero,
  .site-width-full .advanced-home-hero{
    width:min(100% - 18px,680px)!important;
    max-width:min(100% - 18px,680px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:14px!important;
    display:block!important;
    overflow:hidden!important;
  }
  .advanced-home-hero *{box-sizing:border-box!important;}
  .advanced-home-hero .advanced-hero-main{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    justify-items:center!important;
    gap:12px!important;
    text-align:center!important;
  }
  .advanced-home-hero .advanced-hero-stage{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 auto!important;
    border-radius:22px!important;
    overflow:hidden!important;
  }
  .advanced-home-hero .advanced-hero-slide,
  .advanced-home-hero .advanced-hero-slide.is-active{
    inset:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-auto-flow:row!important;
    align-content:center!important;
    align-items:center!important;
    justify-items:center!important;
    place-items:center!important;
    gap:10px!important;
    padding:12px 6px!important;
    margin:0!important;
    text-align:center!important;
    transform:translateX(0) scale(1)!important;
  }
  .advanced-home-hero .advanced-hero-slide > *,
  .advanced-home-hero .advanced-hero-slide > :not(.advanced-hero-visual){
    grid-column:1!important;
    grid-row:auto!important;
    width:100%!important;
    max-width:620px!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
    justify-self:center!important;
  }
  .advanced-home-hero .advanced-hero-kicker-row{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    max-width:100%!important;
  }
  .advanced-home-hero .advanced-hero-kicker-row .badge,
  .advanced-home-hero .advanced-hero-kicker-row small{
    width:auto!important;
    max-width:100%!important;
    margin:0!important;
    text-align:center!important;
    justify-content:center!important;
  }
  .advanced-home-hero .advanced-hero-slide h1,
  .advanced-home-hero .advanced-hero-slide p{
    text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
    overflow-wrap:anywhere!important;
  }
  .advanced-home-hero .advanced-hero-actions{
    width:100%!important;
    max-width:520px!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    justify-content:center!important;
    align-items:stretch!important;
    gap:6px!important;
    margin:0 auto!important;
  }
  .advanced-home-hero .advanced-hero-actions .btn{
    flex:1 1 0!important;
    min-width:0!important;
    width:auto!important;
    max-width:170px!important;
    min-height:34px!important;
    padding:7px 5px!important;
    border-radius:12px!important;
    font-size:11.5px!important;
    line-height:1.14!important;
    white-space:normal!important;
    text-align:center!important;
    justify-content:center!important;
  }
  .advanced-home-hero .advanced-hero-trust-row{
    justify-content:center!important;
    align-items:center!important;
    text-align:center!important;
    gap:6px!important;
  }
  .advanced-home-hero .advanced-hero-trust-row span{
    justify-content:center!important;
    text-align:center!important;
  }
  .advanced-home-hero .advanced-hero-visual,
  .advanced-home-hero .advanced-hero-visual.is-generated,
  .advanced-home-hero .advanced-hero-visual.has-image{
    grid-column:1!important;
    grid-row:auto!important;
    justify-self:center!important;
    align-self:center!important;
    width:100%!important;
    max-width:360px!important;
    min-width:0!important;
    height:104px!important;
    margin:0 auto!important;
    padding:10px!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-auto-flow:row!important;
    place-items:center!important;
    align-content:center!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .advanced-home-hero .advanced-hero-visual.has-image{padding:0!important;}
  .advanced-home-hero .advanced-hero-visual.has-image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
  }
  .advanced-home-hero .advanced-hero-visual.is-generated span,
  .advanced-home-hero .advanced-hero-visual.is-generated strong,
  .advanced-home-hero .advanced-hero-visual.is-generated small{
    justify-self:center!important;
    text-align:center!important;
    margin:0!important;
  }
  .advanced-home-hero .advanced-hero-visual.is-generated span{
    width:44px!important;
    height:44px!important;
    font-size:24px!important;
    border-radius:16px!important;
  }
  .advanced-home-hero .advanced-hero-visual.is-generated strong{font-size:15px!important;line-height:1.12!important;}
  .advanced-home-hero .advanced-hero-visual.is-generated small{font-size:11px!important;line-height:1.25!important;}
  .advanced-home-hero .advanced-hero-control-bar{
    width:100%!important;
    max-width:520px!important;
    margin:0 auto!important;
    justify-self:center!important;
  }
  .advanced-home-hero .advanced-hero-mini-preview-under{
    display:none!important;
  }
}
@media(max-width:420px){
  .advanced-home-hero{width:calc(100% - 12px)!important;max-width:calc(100% - 12px)!important;padding:10px!important;}
  .advanced-home-hero .advanced-hero-slide{padding:10px 4px!important;gap:8px!important;}
  .advanced-home-hero .advanced-hero-slide h1{font-size:clamp(23px,7.4vw,30px)!important;line-height:1.08!important;}
  .advanced-home-hero .advanced-hero-slide p{font-size:13.5px!important;line-height:1.45!important;}
  .advanced-home-hero .advanced-hero-actions{gap:4px!important;}
  .advanced-home-hero .advanced-hero-actions .btn{font-size:10.2px!important;padding:6px 3px!important;min-height:31px!important;}
  .advanced-home-hero .advanced-hero-control-bar{padding:7px!important;border-radius:18px!important;}
  .advanced-home-hero .advanced-slider-arrow{width:34px!important;height:34px!important;font-size:20px!important;}
}

/* v0.4.09 - Slider mobile buttons stacked fix */
@media(max-width:900px){
  .advanced-home-hero .advanced-hero-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-auto-flow:row!important;
    width:100%!important;
    max-width:360px!important;
    gap:8px!important;
    margin:0 auto!important;
    justify-content:center!important;
    justify-items:center!important;
    align-items:stretch!important;
  }
  .advanced-home-hero .advanced-hero-actions .btn,
  .advanced-home-hero .advanced-hero-actions a.btn,
  .advanced-home-hero .advanced-hero-actions button.btn{
    width:100%!important;
    max-width:360px!important;
    min-width:0!important;
    flex:none!important;
    min-height:38px!important;
    padding:9px 12px!important;
    border-radius:13px!important;
    font-size:12.5px!important;
    line-height:1.2!important;
    white-space:normal!important;
    text-align:center!important;
    justify-content:center!important;
  }
  .advanced-home-hero.slider-mobile-compact .advanced-hero-stage{min-height:420px!important;}
  .advanced-home-hero.slider-mobile-balanced .advanced-hero-stage{min-height:485px!important;}
  .advanced-home-hero.slider-mobile-large .advanced-hero-stage{min-height:555px!important;}
}
@media(max-width:420px){
  .advanced-home-hero .advanced-hero-actions{
    max-width:300px!important;
    gap:7px!important;
  }
  .advanced-home-hero .advanced-hero-actions .btn,
  .advanced-home-hero .advanced-hero-actions a.btn,
  .advanced-home-hero .advanced-hero-actions button.btn{
    max-width:300px!important;
    min-height:36px!important;
    padding:8px 10px!important;
    font-size:11.8px!important;
  }
  .advanced-home-hero.slider-mobile-compact .advanced-hero-stage{min-height:430px!important;}
  .advanced-home-hero.slider-mobile-balanced .advanced-hero-stage{min-height:495px!important;}
  .advanced-home-hero.slider-mobile-large .advanced-hero-stage{min-height:565px!important;}
}

/* v0.4.10 - Slider mobile full center lock */
@media(max-width:900px){
  .advanced-home-hero,
  .modern-hero.advanced-home-hero,
  .hero.advanced-home-hero,
  .eb-home-hero.advanced-home-hero{
    display:block!important;
    width:calc(100% - 16px)!important;
    max-width:680px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:14px!important;
    overflow:hidden!important;
    text-align:center!important;
  }
  .advanced-home-hero .advanced-hero-main{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 auto!important;
    text-align:center!important;
  }
  .advanced-home-hero .advanced-hero-stage{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0 auto!important;
    overflow:hidden!important;
    border-radius:22px!important;
  }
  .advanced-home-hero .advanced-hero-slide,
  .advanced-home-hero .advanced-hero-slide.is-active{
    position:absolute!important;
    inset:0!important;
    left:0!important;
    right:0!important;
    top:0!important;
    bottom:0!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:14px 10px!important;
    display:flex!important;
    flex-direction:column!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:center!important;
    align-content:center!important;
    gap:10px!important;
    text-align:center!important;
    transform:none!important;
    translate:0 0!important;
    overflow:hidden!important;
  }
  .advanced-home-hero .advanced-hero-slide:not(.is-active){
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }
  .advanced-home-hero .advanced-hero-slide.is-active{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .advanced-home-hero .advanced-hero-slide > *,
  .advanced-home-hero .advanced-hero-slide > :not(.advanced-hero-visual),
  .advanced-home-hero .advanced-hero-kicker-row,
  .advanced-home-hero .advanced-hero-actions,
  .advanced-home-hero .advanced-hero-trust-row,
  .advanced-home-hero .advanced-hero-visual{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    translate:0 0!important;
    grid-column:auto!important;
    grid-row:auto!important;
    justify-self:center!important;
    align-self:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
    min-width:0!important;
    text-align:center!important;
  }
  .advanced-home-hero .advanced-hero-kicker-row{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    width:100%!important;
    max-width:360px!important;
  }
  .advanced-home-hero .advanced-hero-kicker-row .badge,
  .advanced-home-hero .advanced-hero-kicker-row small{
    width:auto!important;
    max-width:100%!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    white-space:normal!important;
  }
  .advanced-home-hero .advanced-hero-slide h1{
    width:100%!important;
    max-width:370px!important;
    margin:0 auto!important;
    text-align:center!important;
    font-size:clamp(24px,7.6vw,34px)!important;
    line-height:1.07!important;
    letter-spacing:-.035em!important;
    overflow-wrap:anywhere!important;
  }
  .advanced-home-hero .advanced-hero-slide p{
    width:100%!important;
    max-width:360px!important;
    margin:0 auto!important;
    text-align:center!important;
    font-size:14px!important;
    line-height:1.48!important;
    overflow-wrap:anywhere!important;
  }
  .advanced-home-hero .advanced-hero-actions{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    width:100%!important;
    max-width:320px!important;
  }
  .advanced-home-hero .advanced-hero-actions .btn,
  .advanced-home-hero .advanced-hero-actions a.btn,
  .advanced-home-hero .advanced-hero-actions button.btn{
    display:flex!important;
    width:100%!important;
    max-width:320px!important;
    min-width:0!important;
    min-height:37px!important;
    padding:8px 12px!important;
    border-radius:13px!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    font-size:12px!important;
    line-height:1.2!important;
    white-space:normal!important;
  }
  .advanced-home-hero .advanced-hero-trust-row{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    width:100%!important;
    max-width:360px!important;
  }
  .advanced-home-hero .advanced-hero-trust-row span{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    font-size:11px!important;
    padding:6px 8px!important;
  }
  .advanced-home-hero .advanced-hero-visual,
  .advanced-home-hero .advanced-hero-visual.is-generated,
  .advanced-home-hero .advanced-hero-visual.has-image{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    max-width:300px!important;
    height:96px!important;
    padding:10px!important;
    border-radius:18px!important;
    text-align:center!important;
  }
  .advanced-home-hero .advanced-hero-visual.has-image{padding:0!important;}
  .advanced-home-hero .advanced-hero-visual.has-image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
  }
  .advanced-home-hero .advanced-hero-visual.is-generated span,
  .advanced-home-hero .advanced-hero-visual.is-generated strong,
  .advanced-home-hero .advanced-hero-visual.is-generated small{
    margin:0 auto!important;
    justify-self:center!important;
    align-self:center!important;
    text-align:center!important;
  }
  .advanced-home-hero .advanced-hero-visual.is-generated span{
    width:42px!important;
    height:42px!important;
    border-radius:15px!important;
    font-size:23px!important;
  }
  .advanced-home-hero .advanced-hero-visual.is-generated strong{font-size:14px!important;line-height:1.12!important;}
  .advanced-home-hero .advanced-hero-visual.is-generated small{font-size:11px!important;line-height:1.2!important;}
  .advanced-home-hero .advanced-hero-control-bar{
    width:100%!important;
    max-width:360px!important;
    margin:0 auto!important;
    justify-content:center!important;
  }
  .advanced-home-hero .advanced-hero-mini-preview,
  .advanced-home-hero .advanced-hero-mini-preview-under{
    display:none!important;
  }
  .advanced-home-hero.slider-mobile-compact .advanced-hero-stage{min-height:470px!important;}
  .advanced-home-hero.slider-mobile-balanced .advanced-hero-stage{min-height:540px!important;}
  .advanced-home-hero.slider-mobile-large .advanced-hero-stage{min-height:610px!important;}
}
@media(max-width:420px){
  .advanced-home-hero,
  .modern-hero.advanced-home-hero,
  .hero.advanced-home-hero,
  .eb-home-hero.advanced-home-hero{
    width:calc(100% - 12px)!important;
    padding:10px!important;
  }
  .advanced-home-hero .advanced-hero-slide,
  .advanced-home-hero .advanced-hero-slide.is-active{padding:12px 6px!important;gap:8px!important;}
  .advanced-home-hero .advanced-hero-slide h1{max-width:300px!important;font-size:clamp(23px,7.8vw,30px)!important;}
  .advanced-home-hero .advanced-hero-slide p{max-width:300px!important;font-size:13px!important;}
  .advanced-home-hero .advanced-hero-actions{max-width:285px!important;}
  .advanced-home-hero .advanced-hero-actions .btn,
  .advanced-home-hero .advanced-hero-actions a.btn,
  .advanced-home-hero .advanced-hero-actions button.btn{max-width:285px!important;font-size:11.5px!important;}
  .advanced-home-hero .advanced-hero-visual{max-width:270px!important;height:88px!important;}
}


/* v0.4.11 - Özel yazılım sayfası ve tema ürünleri flat düzeni */
.custom-software-page{display:grid;gap:24px}
.custom-software-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:24px;align-items:stretch;padding:30px;border-radius:30px;background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(14,165,233,.08));border:1px solid var(--border);overflow:hidden}
.custom-software-hero h1{font-size:clamp(2rem,4vw,4.3rem);line-height:1.05;margin:10px 0 14px;letter-spacing:-.05em}
.custom-software-hero p{font-size:1.05rem;max-width:760px;color:var(--muted);line-height:1.75}
.custom-software-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.custom-software-visual{display:grid;gap:12px;align-content:center}
.custom-software-visual-card{padding:18px;border-radius:24px;background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}
.custom-software-visual-card span{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:rgba(37,99,235,.12);font-size:1.45rem}
.custom-software-visual-card strong{display:block;color:var(--text)}
.custom-software-visual-card small{display:block;color:var(--muted);margin-top:2px}
.custom-software-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.custom-software-card{padding:20px;border-radius:24px;background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-sm)}
.custom-software-card span{font-size:1.7rem;display:inline-grid;width:48px;height:48px;place-items:center;border-radius:16px;background:rgba(37,99,235,.1);margin-bottom:12px}
.custom-software-card h3{margin:0 0 8px;font-size:1.1rem}
.custom-software-card p{margin:0;color:var(--muted);line-height:1.65}
.custom-software-process{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.custom-software-step{padding:18px;border-radius:22px;background:var(--card);border:1px solid var(--border)}
.custom-software-step i{font-style:normal;display:inline-grid;width:34px;height:34px;place-items:center;border-radius:12px;background:var(--primary);color:#fff;font-weight:800;margin-bottom:10px}
.custom-software-stack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.custom-software-stack .custom-software-card ul{padding-left:18px;margin:10px 0 0;color:var(--muted);line-height:1.8}
.theme-product-badge{display:inline-flex;align-items:center;gap:6px}
@media (max-width:1100px){.custom-software-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.custom-software-process{grid-template-columns:repeat(2,minmax(0,1fr))}.custom-software-stack{grid-template-columns:1fr}.custom-software-hero{grid-template-columns:1fr}}
@media (max-width:640px){.custom-software-hero{padding:20px;border-radius:22px;text-align:center}.custom-software-actions{justify-content:center}.custom-software-grid,.custom-software-process{grid-template-columns:1fr}.custom-software-visual-card{text-align:left}.custom-software-page{gap:18px}}
/* v0.4.11 - nested header submenu support */
.site-topbar.enhanced-topbar .submenu-item.has-submenu{position:relative;display:grid}
.site-topbar.enhanced-topbar .submenu-item.has-submenu:hover>.submenu-list,
.site-topbar.enhanced-topbar .submenu-item.has-submenu:focus-within>.submenu-list{display:grid}
.site-topbar.enhanced-topbar .submenu-item.has-submenu>.submenu-list{margin-top:6px}

/* v0.4.12 - Advanced contact departments and custom request flow */
.enhanced-contact-grid{align-items:start;gap:24px}.enhanced-contact-form{overflow:visible}.contact-form-kicker{display:flex;gap:12px;align-items:center;padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,rgba(99,102,241,.10),rgba(14,165,233,.10));border:1px solid rgba(99,102,241,.16);margin-bottom:16px}.contact-form-kicker>span{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:rgba(255,255,255,.75);box-shadow:0 10px 28px rgba(15,23,42,.08)}.contact-form-kicker strong{display:block;font-size:15px}.contact-form-kicker small{display:block;color:var(--muted);line-height:1.45}.contact-department-select-label{margin-bottom:14px}.contact-department-select-label select{width:100%;min-height:48px;border-radius:14px;border:1px solid var(--border);background:var(--card);color:var(--text);padding:0 14px;font-weight:700}.contact-department-chips{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:0 0 18px}.contact-department-chip{display:flex;flex-direction:column;gap:4px;padding:12px;border:1px solid var(--border);border-radius:18px;background:var(--card);color:var(--text);text-decoration:none;min-width:0;transition:.2s ease}.contact-department-chip span{font-size:22px}.contact-department-chip strong{font-size:13px;line-height:1.2}.contact-department-chip small{font-size:11px;color:var(--muted);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.contact-department-chip.active,.contact-department-chip:hover{border-color:rgba(99,102,241,.45);box-shadow:0 14px 35px rgba(99,102,241,.14);transform:translateY(-1px)}.enhanced-contact-side .contact-info-card{align-items:flex-start}.contact-admin-main-head .head-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.contact-filter-pills{margin-bottom:14px}.contact-department-filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:12px 0 22px}.contact-department-filter{display:grid;grid-template-columns:38px 1fr;gap:4px 10px;align-items:center;padding:13px;border:1px solid var(--border);border-radius:18px;background:var(--card);color:var(--text);text-decoration:none;box-shadow:0 10px 25px rgba(15,23,42,.06)}.contact-department-filter span{grid-row:1/3;width:38px;height:38px;display:grid;place-items:center;border-radius:14px;background:rgba(99,102,241,.10)}.contact-department-filter strong{font-size:13px}.contact-department-filter small{color:var(--muted);font-size:11px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-department-filter.active,.contact-department-filter:hover{border-color:rgba(99,102,241,.5);box-shadow:0 16px 38px rgba(99,102,241,.14)}.enhanced-contact-message-list{display:grid;gap:16px}.contact-admin-title-wrap{display:flex;align-items:center;gap:12px;min-width:0}.contact-message-department-icon{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(99,102,241,.12),rgba(14,165,233,.12));flex:0 0 auto}.contact-admin-title-wrap strong,.contact-admin-title-wrap small{display:block;overflow-wrap:anywhere}.contact-admin-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.status.department{background:rgba(14,165,233,.10);color:#0369a1;border:1px solid rgba(14,165,233,.25)}.contact-department-stat-grid{margin-bottom:18px}.contact-department-admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.contact-department-admin-card{display:flex;flex-direction:column;gap:12px;min-width:0}.contact-department-admin-top{display:flex;align-items:center;gap:12px;min-width:0}.contact-department-admin-top h3{margin:0;overflow-wrap:anywhere}.contact-department-admin-top small{display:block;color:var(--muted);overflow-wrap:anywhere}.contact-department-admin-icon{width:46px;height:46px;border-radius:18px;display:grid;place-items:center;background:rgba(99,102,241,.10);font-size:22px;flex:0 0 auto}.contact-department-admin-card p{margin:0;color:var(--muted);line-height:1.55}.contact-department-admin-meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:12px}.contact-department-actions{margin-top:auto;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.contact-department-actions form{margin:0}.contact-department-form-card{display:grid;gap:16px}.toggle-row{display:flex!important;align-items:center;gap:10px;padding:12px;border:1px solid var(--border);border-radius:14px;background:rgba(148,163,184,.08)}.toggle-row input{width:auto!important}.form-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}@media(max-width:768px){.enhanced-contact-grid{gap:16px}.contact-department-chips{grid-template-columns:1fr}.contact-form-kicker{align-items:flex-start}.contact-admin-head{align-items:flex-start!important;gap:12px}.contact-admin-badges{justify-content:flex-start}.contact-department-filter-grid,.contact-department-admin-grid{grid-template-columns:1fr}.contact-admin-main-head .head-actions{width:100%}.contact-admin-main-head .head-actions .btn{flex:1 1 100%;justify-content:center}.contact-department-actions .btn{width:100%;justify-content:center}.contact-department-actions form{width:100%}}

/* v0.4.14 - Contact message delete action */
.contact-admin-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:-4px}
.contact-admin-actions form{margin:0}
.contact-admin-actions .btn.danger{background:#fee2e2;color:#991b1b;border-color:#fecaca}
.contact-admin-actions .btn.danger:hover{background:#fecaca;color:#7f1d1d}
@media(max-width:768px){.contact-admin-actions{justify-content:stretch}.contact-admin-actions form,.contact-admin-actions .btn{width:100%;justify-content:center}}


/* v0.4.15 Bot koruma form alanları */
.bot-trap-field {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
.bot-guard-settings-card {
    border: 1px solid rgba(37, 99, 235, .12);
    background: linear-gradient(135deg, rgba(59, 130, 246, .08), rgba(16, 185, 129, .06));
}
.bot-guard-settings-card h3 {
    display: flex;
    align-items: center;
    gap: .55rem;
}
.bot-guard-settings-card h3::before {
    content: "🛡️";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(37, 99, 235, .12);
}
@media (max-width: 760px) {
    .bot-guard-settings-card .settings-toggle-grid,
    .bot-guard-settings-card .grid-three {
        grid-template-columns: 1fr !important;
    }
}

/* v0.4.16 - İndirim Kuponları sayfası gelişmiş flat düzen */
.coupon-admin-shell{display:grid!important;gap:18px!important;max-width:100%!important;min-width:0!important;}
.coupon-admin-hero,.coupon-public-hero{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:18px!important;padding:22px!important;border-radius:28px!important;overflow:hidden!important;background:linear-gradient(135deg,color-mix(in srgb,var(--surface) 94%,var(--primary) 6%),var(--surface))!important;}
.coupon-admin-hero-text,.coupon-public-hero-copy{min-width:0!important;display:grid!important;gap:8px!important;}
.coupon-admin-hero h1,.coupon-public-hero h1{margin:0!important;font-size:clamp(28px,4vw,46px)!important;line-height:1.05!important;letter-spacing:-.04em!important;overflow-wrap:anywhere!important;}
.coupon-admin-hero p,.coupon-public-hero p,.coupon-public-toolbar p{margin:0!important;max-width:760px!important;color:var(--muted)!important;line-height:1.65!important;overflow-wrap:anywhere!important;}
.coupon-admin-hero-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;flex-wrap:wrap!important;min-width:0!important;}
.coupon-public-hero-side{min-width:210px!important;display:grid!important;gap:6px!important;justify-items:center!important;text-align:center!important;padding:18px!important;border:1px solid var(--line)!important;border-radius:24px!important;background:color-mix(in srgb,var(--surface) 88%,var(--bg))!important;}
.coupon-public-hero-side strong{font-size:40px!important;line-height:1!important;color:var(--primary)!important;}
.coupon-public-hero-side span{font-weight:900!important;color:var(--text)!important;}
.coupon-public-hero-side .btn{margin-top:6px!important;width:100%!important;justify-content:center!important;}
.coupon-metric-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;}
.coupon-metric-card{min-width:0!important;padding:17px!important;border:1px solid var(--line)!important;border-radius:22px!important;background:var(--surface)!important;box-shadow:0 14px 34px rgba(15,23,42,.05)!important;display:grid!important;gap:6px!important;}
.coupon-metric-card span{width:42px!important;height:42px!important;border-radius:16px!important;background:color-mix(in srgb,var(--primary) 9%,transparent)!important;display:grid!important;place-items:center!important;font-size:20px!important;}
.coupon-metric-card small{color:var(--muted)!important;font-weight:800!important;line-height:1.35!important;}
.coupon-metric-card strong{font-size:28px!important;line-height:1!important;color:var(--text)!important;}
.coupon-filter-panel{display:grid!important;grid-template-columns:minmax(0,1.45fr) minmax(190px,.65fr) auto!important;gap:12px!important;align-items:end!important;padding:16px!important;border-radius:24px!important;}
.coupon-filter-panel label{min-width:0!important;margin:0!important;font-weight:850!important;display:grid!important;gap:7px!important;}
.coupon-filter-panel input,.coupon-filter-panel select{width:100%!important;min-width:0!important;box-sizing:border-box!important;}
.coupon-filter-actions{display:flex!important;gap:8px!important;align-items:center!important;justify-content:flex-end!important;}
.coupon-admin-list{display:grid!important;grid-template-columns:1fr!important;gap:16px!important;min-width:0!important;}
.coupon-admin-item{display:grid!important;grid-template-columns:minmax(0,1fr) 190px!important;gap:16px!important;align-items:stretch!important;padding:16px!important;border-radius:26px!important;overflow:visible!important;min-width:0!important;}
.coupon-admin-main{display:grid!important;grid-template-columns:150px minmax(0,1fr)!important;gap:16px!important;min-width:0!important;}
.coupon-discount-chip{min-height:128px!important;border-radius:22px!important;background:linear-gradient(135deg,var(--primary),color-mix(in srgb,var(--primary) 70%,#111827))!important;color:#fff!important;display:grid!important;align-content:center!important;gap:6px!important;padding:16px!important;text-align:center!important;box-shadow:0 18px 34px color-mix(in srgb,var(--primary) 20%,transparent)!important;}
.coupon-discount-chip small,.coupon-public-discount small{font-size:12px!important;text-transform:uppercase!important;letter-spacing:.08em!important;opacity:.82!important;font-weight:900!important;}
.coupon-discount-chip strong{font-size:24px!important;line-height:1.1!important;overflow-wrap:anywhere!important;}
.coupon-admin-content{display:grid!important;gap:12px!important;min-width:0!important;}
.coupon-admin-title-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:12px!important;align-items:start!important;min-width:0!important;}
.coupon-title-stack{display:grid!important;gap:8px!important;min-width:0!important;}
.coupon-admin-item h2,.coupon-public-card h2{margin:0!important;line-height:1.16!important;letter-spacing:-.02em!important;overflow-wrap:anywhere!important;word-break:normal!important;}
.coupon-admin-item p,.coupon-public-card p{margin:0!important;color:var(--muted)!important;line-height:1.62!important;overflow-wrap:anywhere!important;word-break:normal!important;}
.coupon-state-stack{display:flex!important;align-items:flex-end!important;gap:7px!important;flex-wrap:wrap!important;justify-content:flex-end!important;min-width:0!important;}
.coupon-detail-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;min-width:0!important;}
.coupon-detail-grid span,.coupon-info-grid span{min-width:0!important;border:1px solid var(--line)!important;border-radius:18px!important;background:color-mix(in srgb,var(--surface) 92%,var(--bg))!important;padding:10px 12px!important;display:grid!important;gap:3px!important;}
.coupon-detail-grid small,.coupon-info-grid small{color:var(--muted)!important;font-size:12px!important;font-weight:850!important;line-height:1.3!important;}
.coupon-detail-grid strong,.coupon-info-grid strong{font-size:14px!important;line-height:1.25!important;overflow-wrap:anywhere!important;}
.coupon-usage-box{display:grid!important;gap:7px!important;min-width:0!important;}
.coupon-usage-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;color:var(--muted)!important;font-weight:850!important;font-size:13px!important;}
.coupon-usage-head strong{color:var(--text)!important;}
.coupon-usage-track{height:9px!important;border-radius:999px!important;background:color-mix(in srgb,var(--primary) 10%,var(--line))!important;overflow:hidden!important;}
.coupon-usage-track i{display:block!important;height:100%!important;border-radius:999px!important;background:var(--primary)!important;}
.coupon-badge-row{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;min-width:0!important;}
.mini-pill.danger-soft{border-color:color-mix(in srgb,#ef4444 35%,var(--line))!important;background:color-mix(in srgb,#ef4444 9%,transparent)!important;color:#b91c1c!important;}
.mini-pill.warn-soft{border-color:color-mix(in srgb,#f59e0b 35%,var(--line))!important;background:color-mix(in srgb,#f59e0b 10%,transparent)!important;color:#a16207!important;}
.coupon-admin-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;align-content:start!important;min-width:0!important;border-left:1px solid var(--line)!important;padding-left:16px!important;}
.coupon-admin-actions form,.coupon-admin-actions .btn,.coupon-admin-actions button{width:100%!important;min-width:0!important;justify-content:center!important;text-align:center!important;white-space:normal!important;}
.coupon-code-pill,.coupon-code-copy{display:inline-flex!important;align-items:center!important;justify-content:center!important;max-width:100%!important;width:max-content!important;min-width:0!important;border-radius:999px!important;padding:7px 11px!important;line-height:1.2!important;letter-spacing:.04em!important;overflow-wrap:anywhere!important;word-break:break-word!important;white-space:normal!important;}
.coupon-public-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(260px,520px)!important;gap:16px!important;align-items:end!important;margin-bottom:16px!important;min-width:0!important;}
.coupon-public-toolbar h2{margin:6px 0 0!important;font-size:clamp(24px,3vw,36px)!important;line-height:1.1!important;}
.coupon-public-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important;}
.coupon-public-card{display:grid!important;grid-template-rows:auto 1fr auto!important;gap:14px!important;padding:18px!important;border-radius:26px!important;overflow:hidden!important;min-width:0!important;position:relative!important;}
.coupon-public-card:before{content:""!important;position:absolute!important;inset:auto -16% -56px auto!important;width:190px!important;height:190px!important;border-radius:999px!important;background:color-mix(in srgb,var(--primary) 10%,transparent)!important;pointer-events:none!important;}
.coupon-public-card-head{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;align-items:start!important;min-width:0!important;position:relative!important;z-index:1!important;}
.coupon-public-discount{display:grid!important;gap:4px!important;align-content:center!important;width:100%!important;max-width:100%!important;border-radius:22px!important;background:linear-gradient(135deg,var(--primary),color-mix(in srgb,var(--primary) 76%,#111827))!important;color:#fff!important;padding:14px!important;box-shadow:0 14px 30px color-mix(in srgb,var(--primary) 20%,transparent)!important;}
.coupon-public-discount strong{font-size:24px!important;line-height:1.1!important;overflow-wrap:anywhere!important;}
.coupon-public-body{display:grid!important;gap:10px!important;min-width:0!important;position:relative!important;z-index:1!important;}
.coupon-public-meta{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-top:2px!important;}
.coupon-public-meta span{min-width:0!important;border:1px solid var(--line)!important;border-radius:999px!important;background:color-mix(in srgb,var(--surface) 90%,var(--bg))!important;padding:8px 10px!important;color:var(--muted)!important;font-weight:800!important;font-size:12px!important;overflow-wrap:anywhere!important;}
.coupon-public-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;position:relative!important;z-index:1!important;margin-top:0!important;}
.coupon-public-actions form,.coupon-public-actions .btn,.coupon-public-actions button{width:100%!important;justify-content:center!important;min-width:0!important;white-space:normal!important;}
.coupon-public-empty{grid-column:1/-1!important;}
.coupon-form-card{border-radius:26px!important;padding:20px!important;display:grid!important;gap:16px!important;}
.coupon-form-card .form-grid.two{gap:14px!important;}
.coupon-products-select{border-radius:22px!important;padding:16px!important;background:color-mix(in srgb,var(--surface) 94%,var(--bg))!important;border:1px solid var(--line)!important;}
.coupon-products-select h3{margin:0 0 4px!important;}
.coupon-product-check-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;max-height:440px!important;overflow:auto!important;overflow-x:hidden!important;padding:2px!important;}
.coupon-product-check{min-width:0!important;border-radius:18px!important;background:var(--surface)!important;align-items:flex-start!important;}
.coupon-product-check span{min-width:0!important;}
.coupon-product-check strong{line-height:1.25!important;overflow-wrap:anywhere!important;}
@media(max-width:1200px){
  .coupon-public-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .coupon-admin-item{grid-template-columns:1fr!important;}
  .coupon-admin-actions{border-left:0!important;border-top:1px solid var(--line)!important;padding-left:0!important;padding-top:14px!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;}
}
@media(max-width:980px){
  .coupon-admin-hero,.coupon-public-hero,.coupon-public-toolbar{grid-template-columns:1fr!important;}
  .coupon-admin-hero-actions{justify-content:flex-start!important;}
  .coupon-public-hero-side{min-width:0!important;width:100%!important;}
  .coupon-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .coupon-filter-panel{grid-template-columns:1fr 1fr!important;}
  .coupon-filter-actions{grid-column:1/-1!important;justify-content:flex-start!important;}
  .coupon-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:760px){
  .coupon-admin-hero,.coupon-public-hero{padding:18px!important;border-radius:24px!important;text-align:left!important;}
  .coupon-admin-hero-actions,.coupon-filter-actions{display:grid!important;grid-template-columns:1fr!important;width:100%!important;}
  .coupon-admin-hero-actions .btn,.coupon-filter-actions .btn{width:100%!important;justify-content:center!important;}
  .coupon-metric-grid,.coupon-filter-panel,.coupon-public-grid,.coupon-product-check-grid{grid-template-columns:1fr!important;}
  .coupon-admin-main{grid-template-columns:1fr!important;}
  .coupon-discount-chip{min-height:auto!important;text-align:left!important;}
  .coupon-admin-title-row{grid-template-columns:1fr!important;}
  .coupon-state-stack{justify-content:flex-start!important;}
  .coupon-detail-grid{grid-template-columns:1fr!important;}
  .coupon-admin-actions{grid-template-columns:1fr!important;}
  .coupon-public-actions{grid-template-columns:1fr!important;}
  .coupon-public-card{padding:16px!important;border-radius:22px!important;}
  .coupon-public-discount strong,.coupon-discount-chip strong{font-size:21px!important;}
  .coupon-code-pill,.coupon-code-copy{width:100%!important;justify-content:flex-start!important;}
}

/* v0.4.17 - canlı bildirim vurgusu */
.notification-trigger{position:relative;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;}
.notification-trigger.has-unread b[data-notification-count],
.notification-trigger b[data-empty="0"]{display:inline-flex!important;}
.notification-trigger b[data-empty="1"]{display:none!important;}
.notification-trigger.is-live{animation:notificationLivePulse .9s ease-in-out 2;box-shadow:0 0 0 5px rgba(37,99,235,.12)!important;}
.notification-trigger.is-live span{animation:notificationBellShake .55s ease-in-out 2;transform-origin:50% 0;}
@keyframes notificationLivePulse{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}
@keyframes notificationBellShake{0%,100%{transform:rotate(0)}20%{transform:rotate(-14deg)}40%{transform:rotate(12deg)}60%{transform:rotate(-8deg)}80%{transform:rotate(6deg)}}

/* v0.4.18: yönetim bildirimleri canlı görünürlük düzeltmesi */
.notification-trigger.has-unread{box-shadow:0 0 0 4px rgba(239,68,68,.10),0 10px 24px rgba(16,24,40,.08)}
.notification-trigger.is-live{animation:notificationLivePulse .9s ease-in-out 2}
@keyframes notificationLivePulse{0%,100%{transform:translateY(0) scale(1)}35%{transform:translateY(-2px) scale(1.05)}70%{transform:translateY(0) scale(1)}}

/* v0.4.19 - Yönetici mail bildirimleri flat ayar kartları */
.advanced-admin-mail-card{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(16,185,129,.08))!important;border-color:rgba(37,99,235,.15)!important}.advanced-admin-mail-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,#2563eb,#10b981);opacity:.9}.admin-mail-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.admin-mail-hero h3{margin:9px 0 7px!important;font-size:24px!important;letter-spacing:-.03em}.admin-mail-status-pill{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;padding:10px 14px;border-radius:999px;font-size:12px;font-weight:900;border:1px solid var(--line);background:#fff;color:#475467}.admin-mail-status-pill:before{content:"";width:9px;height:9px;border-radius:999px;background:#94a3b8}.admin-mail-status-pill.is-on{background:#ecfdf3;color:#027a48;border-color:#bbf7d0}.admin-mail-status-pill.is-on:before{background:#22c55e}.admin-mail-status-pill.is-off{background:#fff1f2;color:#be123c;border-color:#fecdd3}.admin-mail-status-pill.is-off:before{background:#ef4444}.admin-mail-main-toggle .settings-toggle{background:#fff;border-color:rgba(37,99,235,.18);box-shadow:0 12px 30px rgba(16,24,40,.06)}.admin-mail-recipient-grid{align-items:stretch;margin:14px 0}.admin-mail-recipient-grid label{height:100%;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px}.admin-mail-recipient-grid textarea{min-height:138px}.admin-mail-recipient-grid .btn{margin-top:12px;width:max-content}.admin-mail-event-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin:18px 0 12px;padding-top:14px;border-top:1px solid rgba(37,99,235,.12)}.admin-mail-event-head h4{margin:0 0 6px;font-size:18px}.mail-event-toggle-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.mail-event-toggle-grid .settings-toggle{min-height:92px;background:rgba(255,255,255,.9);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.mail-event-toggle-grid .settings-toggle:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(16,24,40,.08);border-color:rgba(37,99,235,.24)}.admin-mail-info-card{margin-top:4px;background:#fff!important;border-style:solid!important}@media(max-width:1180px){.mail-event-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:700px){.admin-mail-hero{display:grid}.admin-mail-status-pill{justify-self:start}.mail-event-toggle-grid{grid-template-columns:1fr!important}.admin-mail-recipient-grid .btn{width:100%;justify-content:center}}

/* v0.4.21 - Admin license edit/delete flat UI */
.license-admin-page{display:flex;flex-direction:column;gap:18px}.license-list-head{align-items:flex-start}.license-stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.license-filter-card{padding:18px}.license-filter-form{display:grid;grid-template-columns:minmax(220px,1.2fr) repeat(2,minmax(160px,.7fr)) auto auto;gap:12px;align-items:end}.license-table-card{overflow:auto}.admin-license-table td small{display:block;margin-top:4px;color:var(--muted,#64748b);font-size:12px}.admin-license-table code{display:inline-flex;align-items:center;border-radius:12px;padding:6px 9px;background:var(--soft-bg,#f6f8fb);font-weight:800}.license-row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.license-row-actions form{margin:0}.license-edit-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,340px);gap:18px;align-items:start}.license-edit-card,.license-danger-card{padding:22px}.license-edit-card .section-mini-title{margin:6px 0 14px}.license-edit-card .section-mini-title:not(:first-of-type){margin-top:24px}.license-danger-card{position:sticky;top:18px;display:flex;flex-direction:column;gap:12px}.license-danger-card .badge.danger{align-self:flex-start}.license-danger-card h2{margin:0}.license-danger-card form{margin-top:4px}.status.danger{background:rgba(239,68,68,.12);color:#b91c1c}.empty-state.small{padding:18px;text-align:center}.empty-state.small p{margin:6px 0 0}@media (max-width: 900px){.license-filter-form{grid-template-columns:1fr}.license-edit-grid{grid-template-columns:1fr}.license-danger-card{position:relative;top:auto}.license-row-actions{min-width:150px}}


/* v0.4.22 - Slider desktop alignment, hidden p text, XenForo card and stable top menus */
@media (min-width:901px){
  .advanced-home-hero .advanced-hero-stage{min-height:clamp(360px,30vw,460px)!important;}
  .advanced-home-hero .advanced-hero-slide{align-content:center!important;gap:14px!important;padding:18px 10px!important;}
  .advanced-home-hero .advanced-hero-slide>p{display:none!important;}
  .advanced-home-hero .advanced-hero-main{min-height:0!important;grid-template-rows:auto auto!important;align-content:center!important;}
  .advanced-hero-mini-preview-under{width:100%!important;max-width:860px!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(92px,1fr))!important;gap:8px!important;justify-self:center!important;align-items:stretch!important;}
  .advanced-hero-mini-preview-under .advanced-hero-mini{min-width:0!important;min-height:62px!important;height:100%!important;padding:8px 6px!important;align-content:center!important;}
  .advanced-slider-sales-grid{grid-template-columns:repeat(auto-fit,minmax(135px,1fr))!important;}
  .advanced-slider-sales-card{grid-template-rows:auto auto!important;min-height:116px!important;align-content:center!important;text-align:left!important;}
  .advanced-slider-sales-card small,.advanced-slider-sales-head p{display:none!important;}
}
.site-topbar.enhanced-topbar .nav-item.has-submenu,
.site-topbar.enhanced-topbar .submenu-item.has-submenu{position:relative!important;}
@media (min-width:901px){
  .site-topbar.enhanced-topbar .nav-item.has-submenu::after,
  .site-topbar.enhanced-topbar .submenu-item.has-submenu::after{content:"";position:absolute;left:0;right:0;top:100%;height:14px;display:block;pointer-events:auto;}
  .site-topbar.enhanced-topbar .submenu-list{top:calc(100% + 4px)!important;}
  .site-topbar.enhanced-topbar .nav-item.submenu-open>.submenu-list,
  .site-topbar.enhanced-topbar .submenu-item.submenu-open>.submenu-list,
  .site-topbar.enhanced-topbar .nav-item:hover>.submenu-list,
  .site-topbar.enhanced-topbar .nav-item:focus-within>.submenu-list,
  .site-topbar.enhanced-topbar .submenu-item:hover>.submenu-list,
  .site-topbar.enhanced-topbar .submenu-item:focus-within>.submenu-list{display:grid!important;animation:dropdownIn .16s ease-out!important;}
  .site-topbar.enhanced-topbar .submenu-item.has-submenu>.submenu-list{left:calc(100% + 8px)!important;top:0!important;margin-top:0!important;}
}
@media (max-width:900px){
  .site-topbar.enhanced-topbar .nav-item.submenu-open>.submenu-list,
  .site-topbar.enhanced-topbar .submenu-item.submenu-open>.submenu-list{display:grid!important;}
}
.custom-software-stack{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;}


/* v0.4.23 - Slider satış kartı temizliği ve flat ürün rozetleri */
.advanced-slider-sales-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;}
.advanced-slider-sales-card{position:relative!important;overflow:hidden!important;}
.advanced-slider-sales-card::before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,var(--primary),rgba(16,185,129,.85));opacity:.82;pointer-events:none;}
.product-card.has-corner-badges,.product-detail-badge-wrap{position:relative!important;overflow:hidden!important;}
.product-corner-badges{position:absolute;top:12px;right:12px;z-index:5;display:flex;align-items:flex-end;gap:7px;flex-direction:column;pointer-events:none;}
.product-corner-badges.detail{top:16px;right:16px;}
.product-corner-badge{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:max-content;max-width:128px;min-height:30px;padding:7px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.64);font-size:11px;font-weight:950;line-height:1;text-transform:uppercase;letter-spacing:.055em;box-shadow:0 14px 32px rgba(15,23,42,.14);backdrop-filter:blur(10px);}
.product-corner-badge.popular{background:linear-gradient(135deg,#111827,#334155);color:#fff;}
.product-corner-badge.popular::before{content:"★";font-size:11px;color:#fde68a;}
.product-corner-badge.discount{background:linear-gradient(135deg,#f43f5e,#fb7185);color:#fff;}
.product-corner-badge.discount::before{content:"%";width:16px;height:16px;border-radius:999px;background:rgba(255,255,255,.18);display:grid;place-items:center;font-size:10px;}
.product-card .product-card-image,.eb-product-card .eb-product-image{position:relative!important;}
.product-card .product-card-image img,.eb-product-card .eb-product-image img{display:block!important;}
.eb-sale-pill{background:rgba(244,63,94,.10)!important;color:#be123c!important;border:1px solid rgba(244,63,94,.18)!important;}
.catalog-product-card .product-corner-badges{top:10px;right:10px;}
@media(max-width:760px){.product-corner-badges{top:10px;right:10px;gap:5px}.product-corner-badge{min-height:28px;padding:6px 9px;font-size:10px}.product-corner-badges.detail{top:12px;right:12px}}

/* v0.4.24 - Satış alanı genişlik ve eşit kart yüksekliği düzeltmesi */
.advanced-slider-sales-section{
  width:min(1480px,calc(100% - 40px))!important;
  max-width:1480px!important;
  margin:18px auto 0!important;
  padding:0!important;
  overflow:visible!important;
}
.site-width-normal .advanced-slider-sales-section{
  width:min(1180px,calc(100% - 40px))!important;
  max-width:1180px!important;
}
.site-width-full .advanced-slider-sales-section{
  width:min(1760px,calc(100% - 40px))!important;
  max-width:1760px!important;
}
.advanced-slider-sales-head{
  width:100%!important;
  align-items:flex-end!important;
}
.advanced-slider-sales-grid{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(clamp(145px,12vw,190px),1fr))!important;
  grid-auto-rows:1fr!important;
  gap:clamp(10px,1vw,16px)!important;
  align-items:stretch!important;
}
.advanced-slider-sales-card{
  height:100%!important;
  min-height:clamp(118px,10vw,142px)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  gap:10px!important;
  padding:clamp(14px,1.15vw,20px)!important;
  border-radius:22px!important;
  text-align:left!important;
  line-height:1.2!important;
}
.advanced-slider-sales-card span{
  flex:0 0 auto!important;
  width:clamp(44px,3.8vw,54px)!important;
  height:clamp(44px,3.8vw,54px)!important;
  border-radius:17px!important;
}
.advanced-slider-sales-card strong{
  min-height:2.35em!important;
  display:flex!important;
  align-items:center!important;
  max-width:100%!important;
  font-size:clamp(14px,1.04vw,17px)!important;
  overflow-wrap:anywhere!important;
}
.advanced-slider-sales-flow{
  width:100%!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  align-items:stretch!important;
}
.advanced-slider-sales-flow span{
  min-height:54px!important;
  display:flex!important;
  align-items:center!important;
}
.home-managed-products-grid,
.home-four-product-grid,
.home-featured-product-grid,
.catalog-product-grid,
.eb-products-grid{
  align-items:stretch!important;
  grid-auto-rows:1fr!important;
}
.home-product-card,
.catalog-product-card,
.eb-product-card{
  height:100%!important;
}
.catalog-product-card,
.home-product-card{
  display:flex!important;
  flex-direction:column!important;
}
.catalog-product-card .product-desc,
.home-product-card .product-desc{
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.catalog-product-card .product-card-actions,
.home-product-card .product-card-actions,
.catalog-product-card form,
.home-product-card form,
.eb-product-cart-form{
  margin-top:auto!important;
}
@media(max-width:1180px){
  .advanced-slider-sales-section,
  .site-width-normal .advanced-slider-sales-section,
  .site-width-full .advanced-slider-sales-section{
    width:min(100% - 32px,1180px)!important;
  }
  .advanced-slider-sales-grid{
    grid-template-columns:repeat(auto-fit,minmax(148px,1fr))!important;
  }
  .advanced-slider-sales-flow{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  .advanced-slider-sales-section,
  .site-width-normal .advanced-slider-sales-section,
  .site-width-full .advanced-slider-sales-section{
    width:min(100% - 28px,680px)!important;
    margin-top:14px!important;
  }
  .advanced-slider-sales-head{
    align-items:flex-start!important;
    gap:10px!important;
  }
  .advanced-slider-sales-grid,
  .advanced-slider-sales-flow{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .advanced-slider-sales-card{
    min-height:82px!important;
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    grid-template-rows:auto!important;
    align-items:center!important;
    justify-content:initial!important;
    padding:14px!important;
    border-radius:20px!important;
  }
  .advanced-slider-sales-card span{
    width:44px!important;
    height:44px!important;
    border-radius:16px!important;
  }
  .advanced-slider-sales-card strong{
    min-height:0!important;
  }
  .advanced-slider-sales-flow span{
    min-height:48px!important;
  }
}

/* v0.4.25 - Kullanıcı paneli sağ site menüsü ve özel yazılım tam geniş sayfa */
.customer-panel-body .panel-site-menu-wrap{
  position:relative!important;
}
.customer-panel-body .panel-site-menu-dropdown,
.customer-panel-body .panel-site-menu-dropdown[data-floating="1"]{
  width:min(360px,calc(100vw - 24px))!important;
  border-radius:22px!important;
  border:1px solid rgba(148,163,184,.24)!important;
  box-shadow:0 24px 70px rgba(15,23,42,.18)!important;
  background:#fff!important;
  padding:12px!important;
  z-index:9999!important;
}
.customer-panel-body .panel-site-menu-list{
  display:grid!important;
  gap:8px!important;
}
.customer-panel-body .panel-site-menu-list .panel-dynamic-item.has-submenu > a{
  cursor:pointer!important;
}
.customer-panel-body .panel-site-menu-list .panel-dynamic-item.has-submenu > a .panel-submenu-caret{
  justify-self:end!important;
  width:28px!important;
  height:28px!important;
  display:inline-grid!important;
  place-items:center!important;
  border-radius:10px!important;
  background:#f2f4f7!important;
  color:#667085!important;
  font-style:normal!important;
  font-weight:950!important;
  transition:transform .18s ease,background .18s ease,color .18s ease!important;
}
.customer-panel-body .panel-site-menu-list .panel-dynamic-item.has-submenu.submenu-expanded > a .panel-submenu-caret{
  transform:rotate(180deg)!important;
  background:#eef4ff!important;
  color:var(--primary)!important;
}
.customer-panel-body .panel-site-menu-list .panel-dynamic-item.has-submenu > .panel-dynamic-sub,
.customer-panel-body .panel-site-menu-list .panel-dynamic-item.has-submenu > .panel-dynamic-sub[hidden]{
  display:none!important;
}
.customer-panel-body .panel-site-menu-list .panel-dynamic-item.has-submenu.submenu-expanded > .panel-dynamic-sub,
.customer-panel-body .panel-site-menu-list .panel-dynamic-item.has-submenu > .panel-dynamic-sub.open{
  display:grid!important;
  gap:7px!important;
  margin:8px 0 2px 18px!important;
  padding-left:10px!important;
  border-left:2px solid #dbeafe!important;
}
.customer-panel-body .panel-site-menu-list .panel-dynamic-item.has-submenu > a{
  grid-template-columns:34px minmax(0,1fr) 30px!important;
}
@media(max-width:900px){
  body.customer-panel-body .panel-site-menu-dropdown[data-floating="1"]{
    position:fixed!important;
    top:70px!important;
    left:12px!important;
    right:12px!important;
    width:calc(100vw - 24px)!important;
    max-width:calc(100vw - 24px)!important;
    max-height:calc(100dvh - 84px)!important;
    overflow:auto!important;
    transform:none!important;
  }
}
.custom-software-page-section{
  padding-left:clamp(16px,3vw,32px)!important;
  padding-right:clamp(16px,3vw,32px)!important;
}
.custom-software-page-section .custom-software-content-card{
  width:min(100%,1760px)!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:clamp(18px,2.5vw,32px)!important;
  border-radius:30px!important;
  overflow:hidden!important;
}
.site-width-normal .custom-software-page-section .custom-software-content-card{
  width:min(1180px,100%)!important;
}
.site-width-wide .custom-software-page-section .custom-software-content-card{
  width:min(1480px,100%)!important;
}
.site-width-full .custom-software-page-section .custom-software-content-card{
  width:min(1760px,100%)!important;
}
.custom-software-page-section .content-body{
  width:100%!important;
}
.custom-software-page-section .custom-software-page{
  width:100%!important;
}
.custom-software-page-section .custom-software-hero,
.custom-software-page-section .custom-software-grid,
.custom-software-page-section .custom-software-process,
.custom-software-page-section .custom-software-stack{
  width:100%!important;
}
@media(min-width:1200px){
  .custom-software-page-section .custom-software-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  .custom-software-page-section .custom-software-stack{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
}
@media(max-width:900px){
  .custom-software-page-section{padding-left:14px!important;padding-right:14px!important;}
  .custom-software-page-section .custom-software-content-card{padding:16px!important;border-radius:22px!important;}
}


/* v0.4.26 - Kullanıcı paneli sol menü ikonları, site menüsü görünürlük düzeltmesi ve indirim yüzde rozeti */
body.customer-panel-body .sidebar > a,
body.customer-panel-body .sidebar > form .link-button{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  width:100%!important;
  line-height:1.2!important;
}
body.customer-panel-body .sidebar > a::before,
body.customer-panel-body .sidebar > form .link-button::before{
  content:"•";
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  border-radius:12px!important;
  display:inline-grid!important;
  place-items:center!important;
  background:rgba(255,255,255,.08)!important;
  color:#dbeafe!important;
  border:1px solid rgba(255,255,255,.10)!important;
  font-size:15px!important;
  font-weight:950!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07)!important;
}
body.customer-panel-body .sidebar > a.active::before{
  background:#eef4ff!important;
  border-color:#dbeafe!important;
  color:var(--primary)!important;
}
body.customer-panel-body .sidebar > a[href="/panel"]::before{content:"⌂";}
body.customer-panel-body .sidebar > a[href="/panel/orders"]::before{content:"▦";}
body.customer-panel-body .sidebar > a[href="/panel/invoices"]::before{content:"₺";}
body.customer-panel-body .sidebar > a[href="/panel/referrals"]::before{content:"↗";}
body.customer-panel-body .sidebar > a[href="/panel/testimonial"]::before{content:"★";}
body.customer-panel-body .sidebar > a[href="/panel/licenses"]::before{content:"◆";}
body.customer-panel-body .sidebar > a[href="/panel/hosting"]::before{content:"☁";}
body.customer-panel-body .sidebar > a[href="/panel/domains"]::before{content:"◎";}
body.customer-panel-body .sidebar > a[href="/panel/transfers"]::before{content:"⇄";}
body.customer-panel-body .sidebar > a[href="/panel/support"]::before{content:"?";}
body.customer-panel-body .sidebar > a[href="/"]::before{content:"↩";}
body.customer-panel-body .sidebar > form .link-button::before{content:"⎋";}
body.customer-panel-body .sidebar > form{margin:0!important;}
body.customer-panel-body .sidebar > form .link-button{justify-content:flex-start!important;min-height:44px!important;}

.product-corner-badge.discount{
  min-width:max-content!important;
  background:linear-gradient(135deg,#f43f5e,#fb7185)!important;
  color:#fff!important;
  padding-inline:10px 12px!important;
}
.product-corner-badge.discount::before{
  content:"%"!important;
  width:18px!important;
  height:18px!important;
  min-width:18px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.18)!important;
  display:grid!important;
  place-items:center!important;
  font-size:10px!important;
  line-height:1!important;
}

body.customer-panel-body .panel-site-menu-wrap,
body.customer-panel-body .panel-mobile-actions .panel-site-menu-wrap,
body.customer-panel-body .panel-top-actions .panel-site-menu-wrap{
  position:relative!important;
  overflow:visible!important;
}
body.customer-panel-body .panel-site-menu-dropdown.open,
body.customer-panel-body .panel-site-menu-dropdown[data-floating="1"]{
  display:grid!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
  z-index:2147483000!important;
}
@media(max-width:900px){
  body.customer-panel-body .panel-site-menu-dropdown.open,
  body.customer-panel-body .panel-site-menu-dropdown[data-floating="1"]{
    position:fixed!important;
    top:70px!important;
    left:50%!important;
    right:auto!important;
    bottom:auto!important;
    transform:translateX(-50%)!important;
    width:min(420px,calc(100vw - 20px))!important;
    max-width:calc(100vw - 20px)!important;
    max-height:calc(100dvh - 82px)!important;
    overflow:auto!important;
    margin:0!important;
    border-radius:24px!important;
    box-shadow:0 28px 80px rgba(15,23,42,.24)!important;
  }
  body.customer-panel-body .panel-site-menu-dropdown .dropdown-title-row{
    position:sticky!important;
    top:0!important;
    z-index:2!important;
    background:#fff!important;
    border-radius:18px!important;
  }
  body.customer-panel-body .panel-site-menu-list{
    max-height:none!important;
    overflow:visible!important;
  }
}
@media(min-width:901px){
  body.customer-panel-body .panel-site-menu-dropdown.open,
  body.customer-panel-body .panel-site-menu-dropdown[data-floating="1"]{
    position:fixed!important;
    width:min(360px,calc(100vw - 24px))!important;
    max-width:calc(100vw - 24px)!important;
    max-height:calc(100vh - 32px)!important;
    overflow:auto!important;
  }
}

/* v0.4.27 - Destek ikonu, destek cevap rozeti ve referans geçmişi flat düzeni */
.topbar-support-wrap,
.panel-support-wrap{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  margin:0!important;
  padding:0!important;
}
.support-top-link,
.panel-support-trigger{
  position:relative!important;
  text-decoration:none!important;
  overflow:visible!important;
}
.support-top-link span,
.panel-support-trigger span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}
.support-reply-badge{
  position:absolute!important;
  top:-5px!important;
  right:-5px!important;
  min-width:18px!important;
  height:18px!important;
  padding:0 5px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#ef4444,#dc2626)!important;
  color:#fff!important;
  border:2px solid #fff!important;
  box-shadow:0 10px 22px rgba(239,68,68,.30)!important;
  font-size:10px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:-.02em!important;
  z-index:3!important;
}
.support-reply-badge[hidden],
.support-top-link:not(.has-support-reply) .support-reply-badge[hidden],
.panel-support-trigger:not(.has-support-reply) .support-reply-badge[hidden]{
  display:none!important;
}
.support-top-link.has-support-reply,
.panel-support-trigger.has-support-reply{
  border-color:#fecaca!important;
  background:#fff7f7!important;
  color:#b42318!important;
  box-shadow:0 14px 30px rgba(239,68,68,.12)!important;
}
.support-top-link.has-support-reply:after,
.panel-support-trigger.has-support-reply:after{
  content:"";
  position:absolute;
  inset:-4px;
  border-radius:18px;
  border:1px solid rgba(239,68,68,.20);
  animation:supportBadgePulse 1.6s ease-in-out infinite;
  pointer-events:none;
}
@keyframes supportBadgePulse{0%,100%{opacity:.35;transform:scale(.98)}50%{opacity:.85;transform:scale(1.04)}}
@media(max-width:900px){
  body.customer-panel-body .panel-mobile-actions .panel-support-wrap{order:0!important;}
  body.customer-panel-body .panel-mobile-actions .panel-support-trigger{width:40px!important;min-width:40px!important;height:40px!important;border-radius:14px!important;}
}
.site-topbar.enhanced-topbar .topbar-actions .topbar-support-wrap{position:relative!important;display:flex!important;align-items:center!important;width:auto!important;}
.site-topbar.enhanced-topbar .support-top-link{width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;border-radius:15px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#fff!important;color:#334155!important;border:1px solid #e2e8f0!important;box-shadow:0 10px 25px rgba(15,23,42,.06)!important;}
.site-topbar.enhanced-topbar .support-top-link:hover,
.site-topbar.enhanced-topbar .support-top-link:focus-visible{background:#f0f6ff!important;color:#1d4ed8!important;border-color:#bfdbfe!important;box-shadow:0 14px 30px rgba(37,99,235,.13)!important;transform:translateY(-1px)!important;outline:0!important;}
@media(max-width:900px){.site-topbar.enhanced-topbar .support-top-link{width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;border-radius:14px!important;}}
@media(min-width:901px) and (max-width:1180px){.site-topbar.enhanced-topbar .support-top-link{width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;min-height:42px!important;border-radius:14px!important;}}

.referral-history-card{
  padding:0!important;
  overflow:hidden!important;
  border:1px solid rgba(226,232,240,.92)!important;
  border-radius:26px!important;
  background:linear-gradient(180deg,#fff,#fbfdff)!important;
  box-shadow:0 18px 50px rgba(15,23,42,.07)!important;
}
.referral-history-head{
  padding:20px 22px!important;
  margin:0!important;
  border-bottom:1px solid rgba(226,232,240,.88)!important;
  background:linear-gradient(135deg,rgba(37,99,235,.07),rgba(16,185,129,.06))!important;
}
.referral-history-head h2{margin:7px 0 5px!important;letter-spacing:-.03em!important;}
.referral-history-head p{margin:0!important;color:#64748b!important;}
.referral-responsive-table{
  width:100%!important;
  overflow-x:auto!important;
  -webkit-overflow-scrolling:touch!important;
}
.referral-history-card table{
  width:100%!important;
  min-width:820px!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  margin:0!important;
}
.referral-history-card th{
  background:#f8fafc!important;
  color:#475569!important;
  font-size:12px!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
  font-weight:900!important;
  padding:13px 16px!important;
  border-bottom:1px solid #e2e8f0!important;
  white-space:nowrap!important;
}
.referral-history-card td{
  padding:15px 16px!important;
  border-bottom:1px solid rgba(226,232,240,.78)!important;
  vertical-align:middle!important;
  color:#334155!important;
  background:#fff!important;
}
.referral-history-card tbody tr:last-child td{border-bottom:0!important;}
.referral-history-card tbody tr:hover td{background:#f8fbff!important;}
.referral-history-card td strong{color:#0f172a!important;font-weight:950!important;}
.referral-history-card td small{display:block!important;max-width:280px!important;color:#64748b!important;line-height:1.45!important;word-break:break-word!important;}
.referral-history-card .status{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:28px!important;padding:5px 10px!important;border-radius:999px!important;font-weight:900!important;font-size:12px!important;white-space:nowrap!important;border:1px solid transparent!important;}
@media(max-width:760px){
  .referral-history-card{border-radius:20px!important;box-shadow:0 14px 35px rgba(15,23,42,.065)!important;}
  .referral-history-head{padding:16px!important;}
  .referral-responsive-table{overflow:visible!important;padding:12px!important;background:#f8fafc!important;}
  .referral-history-card table,
  .referral-history-card thead,
  .referral-history-card tbody,
  .referral-history-card tr,
  .referral-history-card th,
  .referral-history-card td{display:block!important;min-width:0!important;width:100%!important;}
  .referral-history-card thead{display:none!important;}
  .referral-history-card tbody{display:grid!important;gap:12px!important;}
  .referral-history-card tr{display:grid!important;gap:8px!important;padding:13px!important;border:1px solid #e2e8f0!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 24px rgba(15,23,42,.055)!important;}
  .referral-history-card td{display:grid!important;grid-template-columns:minmax(105px,42%) minmax(0,1fr)!important;gap:10px!important;align-items:center!important;padding:0!important;border:0!important;background:transparent!important;font-size:13px!important;}
  .referral-history-card td:before{content:attr(data-label);color:#64748b!important;font-weight:900!important;font-size:12px!important;}
  .referral-history-card td[colspan]{display:block!important;text-align:center!important;padding:18px!important;color:#64748b!important;}
  .referral-history-card td[colspan]:before{display:none!important;content:""!important;}
  .referral-history-card td small{max-width:none!important;text-align:right!important;}
  .referral-history-card .status{justify-self:end!important;}
}

/* v0.4.28 - Yönetim paneli Destek Sistemi flat tasarım geliştirmesi */
.admin-support-flat-page,.admin-support-detail-page{display:grid;gap:16px;max-width:100%;min-width:0;overflow:visible!important}.admin-support-hero{background:linear-gradient(135deg,#fff,#f4f8ff)!important;border:1px solid #dbeafe!important;border-radius:28px!important;padding:26px!important;box-shadow:var(--eb-shadow-sm,0 8px 22px rgba(15,23,42,.045))!important;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;min-width:0}.admin-support-hero h1{margin:10px 0 8px;font-size:clamp(30px,4vw,46px);letter-spacing:-1.3px;line-height:1.08;color:#0f172a}.admin-support-hero p{max-width:780px;line-height:1.65;color:#64748b;margin:0}.admin-support-hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.admin-support-hero-tags span{display:inline-flex;align-items:center;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.admin-support-hero-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end;flex:0 0 auto}.admin-support-stat-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.admin-support-stat-card{background:#fff;border:1px solid var(--eb-line,#e2e8f0);border-radius:20px;box-shadow:0 14px 34px rgba(16,24,40,.06);padding:16px;display:grid;grid-template-columns:46px minmax(0,1fr);gap:6px 12px;align-items:center;min-width:0}.admin-support-stat-card>span:first-child{grid-row:1/3;width:46px;height:46px;border-radius:16px;background:#eef4ff;display:grid;place-items:center;font-size:21px}.admin-support-stat-card small{color:#64748b;font-weight:850;min-width:0}.admin-support-stat-card strong{font-size:clamp(20px,2vw,27px);line-height:1.08;min-width:0;overflow-wrap:anywhere;color:#0f172a}.admin-support-stat-card.warning>span:first-child{background:#fff7ed}.admin-support-stat-card.success>span:first-child{background:#ecfdf3}.admin-support-stat-card.danger>span:first-child{background:#fef2f2}.admin-support-stat-card.info>span:first-child{background:#eff6ff}.admin-support-stat-card.muted>span:first-child{background:#f2f4f7}.admin-support-filter-card{padding:18px!important;overflow:visible!important}.admin-support-filter-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.admin-support-filter-head h2{margin:0 0 6px;font-size:22px;letter-spacing:-.5px;color:#0f172a}.admin-support-filter-head p{margin:0}.admin-support-filter-form{display:grid;grid-template-columns:minmax(210px,1.4fr) minmax(150px,.8fr) minmax(150px,.8fr) minmax(170px,.9fr) auto;gap:10px;align-items:end}.admin-support-filter-form label{display:grid;gap:6px;margin:0;color:#475569;font-weight:850}.admin-support-filter-form input,.admin-support-filter-form select{width:100%}.admin-support-table-card{padding:0!important;overflow:visible!important}.admin-support-table{width:100%;border-collapse:separate!important;border-spacing:0 10px!important;background:transparent!important}.admin-support-table thead th{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#64748b;background:transparent!important;border:0!important;padding:2px 14px!important}.admin-support-table tbody tr{background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 28px rgba(16,24,40,.055);transition:.16s ease}.admin-support-table tbody tr:hover{transform:translateY(-1px);box-shadow:0 16px 36px rgba(16,24,40,.075);border-color:#c7d7fe}.admin-support-table tbody td{background:#fff!important;border-top:1px solid #e2e8f0!important;border-bottom:1px solid #e2e8f0!important;padding:15px 14px!important;vertical-align:middle!important}.admin-support-table tbody td:first-child{border-left:1px solid #e2e8f0!important;border-radius:20px 0 0 20px}.admin-support-table tbody td:last-child{border-right:1px solid #e2e8f0!important;border-radius:0 20px 20px 0}.admin-support-table td strong{color:#0f172a}.admin-support-table td small{display:block;color:#64748b;margin-top:4px;line-height:1.35}.admin-support-ticket-no{display:inline-flex;align-items:center;gap:6px;color:#1d4ed8}.admin-support-ticket-no span{width:22px;height:22px;border-radius:9px;background:#eff6ff;display:grid;place-items:center;font-weight:950}.admin-support-subject-cell strong{display:block;max-width:340px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-support-status,.admin-support-priority,.admin-support-assignee{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:950;white-space:nowrap}.admin-support-status{background:#eef4ff;color:#1d4ed8}.admin-support-status.customer_reply{background:#fff7ed;color:#b54708}.admin-support-status.open{background:#eff6ff;color:#1d4ed8}.admin-support-status.answered{background:#ecfdf3;color:#027a48}.admin-support-status.closed{background:#f2f4f7;color:#475467}.admin-support-priority{background:#f2f4f7;color:#475467}.admin-support-priority.low{background:#ecfdf3;color:#027a48}.admin-support-priority.normal{background:#eef4ff;color:#1d4ed8}.admin-support-priority.high{background:#fffaeb;color:#b54708}.admin-support-priority.urgent{background:#fef3f2;color:#b42318}.admin-support-assignee{background:#f8fafc;color:#334155;border:1px solid #e2e8f0}.admin-support-empty-state{display:grid;justify-items:center;gap:10px;text-align:center;padding:48px 20px;border:1px dashed #cbd5e1;border-radius:24px;background:#fbfcff;margin:18px}.admin-support-empty-state.compact{padding:28px 18px;margin:0}.admin-support-empty-state>span:first-child{font-size:42px}.admin-support-empty-state h3{margin:0;color:#0f172a}.admin-support-empty-state p{margin:0;max-width:560px;color:#64748b;line-height:1.6}.admin-support-detail-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;background:linear-gradient(135deg,#fff,#f8fbff)!important;border:1px solid #dbeafe!important}.admin-support-detail-hero h1{font-size:clamp(25px,3vw,40px);line-height:1.1;margin:14px 0 8px;letter-spacing:-.9px;color:#0f172a}.admin-support-detail-hero p{margin:0;color:#64748b;line-height:1.55}.admin-support-detail-badges{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.admin-support-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 370px;gap:16px;align-items:start;min-width:0}.admin-support-thread-card{padding:18px!important;min-width:0}.admin-support-thread-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.admin-support-thread-head h2{margin:0 0 6px;color:#0f172a}.admin-support-thread-head p{margin:0}.admin-support-thread-head>span{display:inline-flex;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;white-space:nowrap}.admin-support-thread-list{display:grid;gap:13px}.admin-support-message{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:start}.admin-support-message.staff{grid-template-columns:minmax(0,1fr) 44px}.admin-support-message.staff .admin-support-message-avatar{grid-column:2;grid-row:1;background:linear-gradient(135deg,var(--primary,#2563eb),#7c3aed)}.admin-support-message.staff .admin-support-message-body{grid-column:1;grid-row:1;border-left:0;border-right:5px solid var(--primary,#2563eb)}.admin-support-message-avatar{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;font-weight:950;display:grid;place-items:center;box-shadow:0 12px 24px rgba(16,24,40,.12)}.admin-support-message-body{background:#fff;border:1px solid #e2e8f0;border-left:5px solid #16a34a;border-radius:20px;padding:16px;box-shadow:0 10px 26px rgba(16,24,40,.055);min-width:0}.admin-support-message-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px}.admin-support-message-top small{color:#64748b}.admin-support-message-body p{margin:0;color:#344054;line-height:1.75;overflow-wrap:anywhere}.admin-support-detail-side{display:grid;gap:16px;min-width:0}.admin-support-info-card,.admin-support-reply-card{position:sticky;top:18px}.admin-support-reply-card{top:206px}.admin-support-info-card h3,.admin-support-reply-card h3{margin:0 0 8px;color:#0f172a}.admin-support-info-list{display:grid;gap:9px}.admin-support-info-list span{display:grid;gap:4px;border:1px solid #eef2f7;background:#f8fafc;border-radius:16px;padding:11px;min-width:0}.admin-support-info-list small{color:#64748b;font-weight:850}.admin-support-info-list strong{color:#0f172a;overflow-wrap:anywhere}.admin-support-reply-form{display:grid;gap:10px}.admin-support-reply-form label{display:grid;gap:6px;margin:0;color:#475569;font-weight:850}.admin-support-reply-form textarea{min-height:160px;resize:vertical}.admin-support-reply-form .btn{width:100%;justify-content:center}@media(max-width:1320px){.admin-support-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-support-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-support-filter-form .btn{width:100%;justify-content:center}}@media(max-width:1100px){.admin-support-hero,.admin-support-detail-hero{display:grid}.admin-support-hero-actions,.admin-support-detail-badges{justify-content:flex-start}.admin-support-detail-grid{grid-template-columns:1fr}.admin-support-info-card,.admin-support-reply-card{position:relative;top:auto}}@media(max-width:820px){.admin-support-hero{padding:18px!important;border-radius:22px!important}.admin-support-hero h1{font-size:30px}.admin-support-stat-grid,.admin-support-filter-form{grid-template-columns:1fr}.admin-support-filter-head,.admin-support-thread-head{display:grid}.admin-support-hero-actions .btn,.admin-support-filter-card .btn{width:100%;justify-content:center}.admin-support-table-card{padding:12px!important}.admin-support-table,.admin-support-table thead,.admin-support-table tbody,.admin-support-table tr,.admin-support-table td{display:block!important;width:100%!important}.admin-support-table thead{display:none!important}.admin-support-table{border-spacing:0!important}.admin-support-table tbody{display:grid!important;gap:12px!important}.admin-support-table tbody tr{display:grid!important;gap:10px;border:1px solid #e2e8f0!important;border-radius:20px!important;padding:14px!important;background:#fff!important}.admin-support-table tbody td{display:grid!important;grid-template-columns:118px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;border:0!important;border-radius:0!important;background:transparent!important;padding:0!important}.admin-support-table tbody td:before{content:attr(data-label);color:#64748b;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.admin-support-subject-cell strong{max-width:100%;white-space:normal}.admin-support-table td[data-label="İşlem"] .btn{width:100%;justify-content:center}.admin-support-message,.admin-support-message.staff{grid-template-columns:38px minmax(0,1fr)}.admin-support-message.staff .admin-support-message-avatar{grid-column:1;grid-row:1}.admin-support-message.staff .admin-support-message-body{grid-column:2;grid-row:1;border-right:0;border-left:5px solid var(--primary,#2563eb)}.admin-support-message-avatar{width:38px;height:38px;border-radius:14px}.admin-support-message-top{display:grid;gap:2px}}@media(max-width:560px){.admin-support-table tbody td{grid-template-columns:1fr!important}.admin-support-detail-hero{padding:16px!important}.admin-support-status,.admin-support-priority,.admin-support-assignee{white-space:normal}.admin-support-empty-state{margin:0}.admin-support-message,.admin-support-message.staff{grid-template-columns:1fr}.admin-support-message-avatar{display:none}.admin-support-message.staff .admin-support-message-body,.admin-support-message-body{grid-column:auto;grid-row:auto;border-right:0;border-left:5px solid var(--primary,#2563eb)}}

/* v0.4.29 - Destek Bölümleri flat tasarım + tüm panel site menüleri responsive/dropdown düzeltmesi */
.admin-support-departments-page{display:grid;gap:16px;min-width:0;max-width:100%;overflow:visible!important;}
.admin-support-department-hero{align-items:center;}
.admin-support-department-stat-grid{grid-template-columns:repeat(6,minmax(0,1fr));}
.admin-support-department-form-card{padding:20px!important;border-radius:24px!important;background:linear-gradient(135deg,#fff,#f8fbff)!important;border:1px solid #dbeafe!important;box-shadow:0 14px 36px rgba(15,23,42,.06)!important;}
.support-department-form-grid{display:grid!important;grid-template-columns:minmax(240px,1fr) 160px minmax(260px,.8fr);gap:12px!important;align-items:end!important;}
.support-department-form-grid label{margin:0!important;}
.support-department-form-grid .toggle-row{min-height:52px!important;align-items:center!important;}
.support-department-form-grid .toggle-row span{display:grid;gap:2px;}
.support-department-form-grid .toggle-row small{display:block;color:#64748b;font-size:12px;line-height:1.35;}
.support-department-form-actions{grid-column:1/-1;justify-content:flex-start!important;}
.support-department-admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;min-width:0;}
.support-department-admin-card{position:relative;display:flex!important;flex-direction:column!important;gap:14px!important;min-width:0!important;overflow:hidden!important;border-radius:24px!important;border:1px solid #e2e8f0!important;box-shadow:0 14px 34px rgba(15,23,42,.06)!important;transition:.18s ease!important;}
.support-department-admin-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#2563eb,#06b6d4);opacity:.9;}
.support-department-admin-card.is-passive:before{background:linear-gradient(90deg,#94a3b8,#cbd5e1);}
.support-department-admin-card:hover{transform:translateY(-2px);box-shadow:0 20px 45px rgba(15,23,42,.08)!important;border-color:#c7d7fe!important;}
.support-department-admin-top{display:grid;grid-template-columns:50px minmax(0,1fr) auto;gap:12px;align-items:center;min-width:0;}
.support-department-admin-icon{width:50px;height:50px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#eef4ff,#eff6ff);color:#1d4ed8;font-size:22px;font-weight:950;box-shadow:inset 0 1px 0 rgba(255,255,255,.9);}
.support-department-admin-top h3{margin:0;color:#0f172a;line-height:1.18;overflow-wrap:anywhere;}
.support-department-admin-top small{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:800;}
.support-department-card-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;}
.support-department-card-stats span{display:grid;gap:4px;border:1px solid #eef2f7;background:#f8fafc;border-radius:16px;padding:11px;min-width:0;}
.support-department-card-stats small{font-size:11px;font-weight:950;color:#64748b;text-transform:uppercase;letter-spacing:.03em;}
.support-department-card-stats strong{font-size:22px;color:#0f172a;line-height:1;}
.support-department-actions{margin-top:auto!important;display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;}
.support-department-actions form{margin:0!important;}
.support-department-actions .btn{min-height:36px!important;}

body.customer-panel-body .panel-site-menu-wrap,
body.admin-body .panel-site-menu-wrap,
body.customer-panel-body .panel-mobile-actions .panel-site-menu-wrap,
body.admin-body .panel-mobile-actions .panel-site-menu-wrap,
body.customer-panel-body .panel-top-actions .panel-site-menu-wrap,
body.admin-body .panel-top-actions .panel-site-menu-wrap{position:relative!important;overflow:visible!important;}
body.customer-panel-body .panel-site-menu-dropdown,
body.admin-body .panel-site-menu-dropdown,
body.customer-panel-body .panel-site-menu-dropdown[data-floating="1"],
body.admin-body .panel-site-menu-dropdown[data-floating="1"]{width:min(380px,calc(100vw - 24px))!important;max-width:calc(100vw - 24px)!important;max-height:calc(100dvh - 28px)!important;overflow:auto!important;border-radius:24px!important;border:1px solid rgba(148,163,184,.24)!important;box-shadow:0 28px 80px rgba(15,23,42,.22)!important;background:#fff!important;padding:12px!important;z-index:2147483000!important;overscroll-behavior:contain!important;}
body.customer-panel-body .panel-site-menu-dropdown.open,
body.admin-body .panel-site-menu-dropdown.open,
body.customer-panel-body .panel-site-menu-dropdown[data-floating="1"],
body.admin-body .panel-site-menu-dropdown[data-floating="1"]{display:grid!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;}
body.customer-panel-body .panel-site-menu-dropdown .dropdown-title-row,
body.admin-body .panel-site-menu-dropdown .dropdown-title-row{position:sticky!important;top:0!important;z-index:2!important;background:#fff!important;border-radius:18px!important;padding:10px 8px!important;margin:-2px -2px 6px!important;border-bottom:1px solid #eef2f7!important;}
body.customer-panel-body .panel-site-menu-list,
body.admin-body .panel-site-menu-list{display:grid!important;gap:8px!important;max-height:none!important;overflow:visible!important;}
body.customer-panel-body .panel-site-menu-list .panel-dynamic-item,
body.admin-body .panel-site-menu-list .panel-dynamic-item{min-width:0!important;}
body.customer-panel-body .panel-site-menu-list .panel-dynamic-item > a,
body.admin-body .panel-site-menu-list .panel-dynamic-item > a{display:grid!important;grid-template-columns:34px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;min-height:46px!important;padding:9px 10px!important;border-radius:16px!important;text-decoration:none!important;color:#0f172a!important;background:#f8fafc!important;border:1px solid #eef2f7!important;}
body.customer-panel-body .panel-site-menu-list .panel-dynamic-item > a span,
body.admin-body .panel-site-menu-list .panel-dynamic-item > a span{width:32px!important;height:32px!important;border-radius:12px!important;background:#eef4ff!important;display:grid!important;place-items:center!important;color:#1d4ed8!important;}
body.customer-panel-body .panel-site-menu-list .panel-dynamic-item > a strong,
body.admin-body .panel-site-menu-list .panel-dynamic-item > a strong{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;}
body.customer-panel-body .panel-site-menu-list .panel-dynamic-item > a:hover,
body.admin-body .panel-site-menu-list .panel-dynamic-item > a:hover{background:#fff!important;border-color:#c7d7fe!important;box-shadow:0 12px 28px rgba(37,99,235,.08)!important;transform:none!important;}
body.customer-panel-body .panel-site-menu-list .panel-dynamic-item.has-submenu > a,
body.admin-body .panel-site-menu-list .panel-dynamic-item.has-submenu > a{cursor:pointer!important;}
body.customer-panel-body .panel-site-menu-list .panel-dynamic-item.has-submenu > a .panel-submenu-caret,
body.admin-body .panel-site-menu-list .panel-dynamic-item.has-submenu > a .panel-submenu-caret{justify-self:end!important;width:28px!important;height:28px!important;display:inline-grid!important;place-items:center!important;border-radius:10px!important;background:#eef2f7!important;color:#64748b!important;font-style:normal!important;font-weight:950!important;transition:transform .18s ease,background .18s ease,color .18s ease!important;}
body.customer-panel-body .panel-site-menu-list .panel-dynamic-item.has-submenu.submenu-expanded > a .panel-submenu-caret,
body.admin-body .panel-site-menu-list .panel-dynamic-item.has-submenu.submenu-expanded > a .panel-submenu-caret{transform:rotate(180deg)!important;background:#eef4ff!important;color:#1d4ed8!important;}
body.customer-panel-body .panel-site-menu-list .panel-dynamic-item.has-submenu > .panel-dynamic-sub,
body.admin-body .panel-site-menu-list .panel-dynamic-item.has-submenu > .panel-dynamic-sub,
body.customer-panel-body .panel-site-menu-list .panel-dynamic-item.has-submenu > .panel-dynamic-sub[hidden],
body.admin-body .panel-site-menu-list .panel-dynamic-item.has-submenu > .panel-dynamic-sub[hidden]{display:none!important;}
body.customer-panel-body .panel-site-menu-list .panel-dynamic-item.has-submenu.submenu-expanded > .panel-dynamic-sub,
body.admin-body .panel-site-menu-list .panel-dynamic-item.has-submenu.submenu-expanded > .panel-dynamic-sub,
body.customer-panel-body .panel-site-menu-list .panel-dynamic-item.has-submenu > .panel-dynamic-sub.open,
body.admin-body .panel-site-menu-list .panel-dynamic-item.has-submenu > .panel-dynamic-sub.open{display:grid!important;gap:7px!important;margin:8px 0 2px 18px!important;padding-left:10px!important;border-left:2px solid #dbeafe!important;}
@media(max-width:900px){
  body.customer-panel-body .panel-site-menu-dropdown.open,
  body.admin-body .panel-site-menu-dropdown.open,
  body.customer-panel-body .panel-site-menu-dropdown[data-floating="1"],
  body.admin-body .panel-site-menu-dropdown[data-floating="1"]{position:fixed!important;top:70px!important;left:50%!important;right:auto!important;bottom:auto!important;transform:translateX(-50%)!important;width:min(430px,calc(100vw - 20px))!important;max-width:calc(100vw - 20px)!important;max-height:calc(100dvh - 84px)!important;margin:0!important;}
  .admin-support-department-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .support-department-form-grid{grid-template-columns:1fr!important;}
  .support-department-form-actions .btn{width:100%;justify-content:center;}
  .support-department-admin-grid{grid-template-columns:1fr;}
  .support-department-actions .btn,.support-department-actions form{width:100%;}
  .support-department-actions .btn{justify-content:center;}
}
@media(min-width:901px) and (max-width:1180px){
  body.customer-panel-body .panel-site-menu-dropdown.open,
  body.admin-body .panel-site-menu-dropdown.open,
  body.customer-panel-body .panel-site-menu-dropdown[data-floating="1"],
  body.admin-body .panel-site-menu-dropdown[data-floating="1"]{width:min(370px,calc(100vw - 24px))!important;}
  .admin-support-department-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .support-department-form-grid{grid-template-columns:1fr 140px;}
  .support-department-form-grid .toggle-row{grid-column:1/-1;}
}
@media(max-width:560px){
  .admin-support-department-stat-grid{grid-template-columns:1fr;}
  .support-department-admin-top{grid-template-columns:46px minmax(0,1fr);}
  .support-department-admin-top .status{grid-column:1/-1;justify-self:start;}
  .support-department-card-stats{grid-template-columns:1fr;}
  body.customer-panel-body .panel-site-menu-dropdown.open,
  body.admin-body .panel-site-menu-dropdown.open,
  body.customer-panel-body .panel-site-menu-dropdown[data-floating="1"],
  body.admin-body .panel-site-menu-dropdown[data-floating="1"]{top:66px!important;width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;max-height:calc(100dvh - 76px)!important;border-radius:20px!important;padding:10px!important;}
}

/* v0.4.30 - Profesyonel destek sistemi: müşteri + yönetim paneli */
.support-pro-page{gap:20px!important;min-width:0!important;max-width:100%!important;}
.support-pro-hero{background:linear-gradient(135deg,#fff,#f3f7ff)!important;border-color:#dbeafe!important;overflow:hidden!important;position:relative!important;}
.support-pro-hero:after{content:"";position:absolute;right:-80px;top:-80px;width:220px;height:220px;border-radius:999px;background:rgba(37,99,235,.08);pointer-events:none;}
.support-pro-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px;}
.support-pro-tags span{display:inline-flex;align-items:center;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;}
.support-pro-stats .support-stat-card{min-height:112px;position:relative;overflow:hidden;}
.support-stat-attention{border-color:#fed7aa!important;background:linear-gradient(135deg,#fff,#fff7ed)!important;}
.support-filter-card{padding:16px!important;display:grid!important;gap:14px!important;background:#fff!important;border-radius:24px!important;}
.support-filter-tabs{display:flex;gap:8px;flex-wrap:wrap;}
.support-filter-tab{display:inline-flex;align-items:center;gap:8px;border:1px solid #e2e8f0;background:#f8fafc;color:#334155;border-radius:999px;padding:9px 12px;font-weight:900;font-size:13px;}
.support-filter-tab b{min-width:24px;height:24px;display:inline-grid;place-items:center;border-radius:999px;background:#fff;border:1px solid #e2e8f0;color:#1d4ed8;font-size:12px;}
.support-filter-tab.active{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8;box-shadow:0 10px 26px rgba(37,99,235,.08);}
.support-filter-form{display:grid;grid-template-columns:minmax(240px,1fr) minmax(170px,.35fr) auto auto;gap:10px;align-items:end;}
.support-filter-form label{display:grid;gap:6px;margin:0;font-weight:850;color:#475569;}
.support-filter-form input,.support-filter-form select{width:100%;}
.support-pro-grid{align-items:start;}
.support-pro-ticket-list{gap:12px!important;}
.support-pro-ticket-card{border-radius:22px!important;background:linear-gradient(135deg,#fff,#fbfdff)!important;box-shadow:0 12px 30px rgba(16,24,40,.045)!important;}
.support-pro-ticket-card.needs-customer{border-color:#fed7aa!important;background:linear-gradient(135deg,#fff,#fff7ed)!important;}
.support-pro-ticket-card .support-ticket-main em{font-style:normal;color:#64748b;font-size:12px;line-height:1.4;}
.support-pro-side{border-color:#dbeafe!important;}
.support-create-pro-grid{grid-template-columns:minmax(0,1fr) 340px!important;}
.support-file-drop{border:1px dashed #cbd5e1;border-radius:18px;padding:13px!important;background:#f8fafc;display:grid!important;gap:8px!important;}
.support-file-drop input{padding:10px!important;background:#fff!important;border-radius:14px!important;}
.support-file-drop small{color:#64748b!important;line-height:1.45!important;font-weight:700!important;}
.support-check-list{list-style:none!important;padding-left:0!important;display:grid!important;gap:10px!important;}
.support-check-list li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:8px;align-items:start;line-height:1.45!important;}
.support-check-list li:before{content:"✓";width:24px;height:24px;border-radius:999px;background:#ecfdf3;color:#027a48;display:grid;place-items:center;font-weight:950;}
.support-pro-detail-head{border-color:#dbeafe!important;background:linear-gradient(135deg,#fff,#f8fbff)!important;}
.support-pro-thread-shell{grid-template-columns:minmax(0,1fr) 370px!important;}
.support-thread-card{padding:18px!important;min-width:0!important;}
.support-thread-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px;}
.support-thread-title-row h2{margin:0 0 6px;letter-spacing:-.4px;}
.support-thread-title-row p{margin:0;}
.support-thread-title-row>span{display:inline-flex;align-items:center;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;white-space:nowrap;}
.support-detail-side{display:grid;gap:16px;min-width:0;}
.support-ticket-info-card h3{margin:0 0 10px;}
.support-info-list{display:grid;gap:9px;}
.support-info-list span{display:grid;gap:4px;border:1px solid #eef2f7;background:#f8fafc;border-radius:16px;padding:11px;min-width:0;}
.support-info-list small{color:#64748b;font-weight:850;}
.support-info-list strong{color:#0f172a;overflow-wrap:anywhere;}
.support-attachment-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px;}
.support-attachment-list a{display:inline-flex;align-items:center;gap:6px;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:900;max-width:100%;}
.support-attachment-list a small{color:#64748b;font-weight:800;}
.admin-support-pro-page{gap:18px!important;}
.admin-support-pro-hero{position:relative!important;overflow:hidden!important;}
.admin-support-pro-hero:after{content:"";position:absolute;right:-90px;top:-100px;width:260px;height:260px;border-radius:999px;background:rgba(37,99,235,.08);pointer-events:none;}
.admin-support-pro-stats .admin-support-stat-card{min-height:96px;}
.admin-support-quick-row{display:flex;gap:9px;flex-wrap:wrap;}
.admin-support-quick-row a{display:inline-flex;align-items:center;justify-content:center;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:950;box-shadow:0 10px 24px rgba(37,99,235,.06);}
.admin-support-pro-filter-form{grid-template-columns:minmax(220px,1.2fr) minmax(145px,.65fr) minmax(145px,.65fr) minmax(165px,.75fr) minmax(165px,.75fr) auto!important;}
.admin-support-pro-table-card{border-radius:24px!important;background:transparent!important;box-shadow:none!important;border:0!important;}
.admin-support-pro-table tbody tr.needs-admin td{background:#fffaf5!important;border-color:#fed7aa!important;}
.admin-support-pro-detail-hero{border-color:#dbeafe!important;}
.admin-support-pro-detail-grid{grid-template-columns:minmax(0,1fr) 390px!important;}
.admin-support-pro-side .admin-support-info-card,.admin-support-pro-side .admin-support-reply-card{position:relative!important;top:auto!important;}
.admin-support-meta-card{background:linear-gradient(135deg,#fff,#f8fbff)!important;border-color:#dbeafe!important;}
.admin-support-message.internal-note .admin-support-message-avatar{background:linear-gradient(135deg,#f59e0b,#f97316)!important;}
.admin-support-message.internal-note .admin-support-message-body{border-left-color:#f59e0b!important;background:#fffbeb!important;border-color:#fde68a!important;}
.admin-support-message.staff.internal-note .admin-support-message-body{border-right-color:#f59e0b!important;border-left:0!important;}
.admin-internal-note-badge{display:inline-flex;margin-bottom:8px;border:1px solid #fed7aa;background:#fff7ed;color:#b54708;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:950;}
.support-template-row{display:flex;gap:7px;flex-wrap:wrap;margin:10px 0 12px;}
.support-template-row button{border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:950;cursor:pointer;}
.support-template-row button:hover{background:#dbeafe;}
.admin-support-attachment-list a{background:#f8fafc;color:#334155;border-color:#e2e8f0;}
@media(max-width:1320px){.admin-support-pro-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;}.admin-support-pro-filter-form .btn{width:100%;justify-content:center;}}
@media(max-width:1100px){.support-create-pro-grid,.support-pro-thread-shell,.admin-support-pro-detail-grid{grid-template-columns:1fr!important;}.support-side-card,.support-reply-card{position:relative!important;top:auto!important;}}
@media(max-width:900px){.support-filter-form{grid-template-columns:1fr!important;}.support-filter-form .btn{width:100%;justify-content:center;}.support-thread-title-row{display:grid;}.support-pro-ticket-card{grid-template-columns:1fr!important;}.support-pro-ticket-card .support-ticket-meta{justify-content:flex-start!important;}.admin-support-quick-row a{flex:1 1 160px;}.admin-support-pro-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:620px){.support-filter-tabs{display:grid;grid-template-columns:1fr;}.support-filter-tab{justify-content:space-between;}.support-pro-stats,.admin-support-pro-stats{grid-template-columns:1fr!important;}.support-attachment-list a{width:100%;justify-content:flex-start;}.admin-support-pro-table-card{padding:0!important;}.admin-support-message.internal-note .admin-support-message-body,.admin-support-message.staff.internal-note .admin-support-message-body{border-right:0!important;border-left:5px solid #f59e0b!important;}}
