:root{--ca-primary:#176b4d;--ca-dark:#13231d;--ca-muted:#64748b;--ca-border:#dce5e1;--ca-soft:#f1f7f4}.customer-account-body{margin:0;background:#f7faf8;color:var(--ca-dark);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;min-height:100vh}.customer-account-nav{height:76px;background:#fff;border-bottom:1px solid var(--ca-border);display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1180px)/2));gap:24px;position:sticky;top:0;z-index:20}.customer-account-brand{display:flex;align-items:center;gap:10px;color:var(--ca-dark);text-decoration:none}.customer-account-brand img{width:auto;height:48px;max-width:180px;object-fit:contain}.customer-account-brand i{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--ca-primary);color:#fff}.customer-account-nav nav{display:flex;align-items:center;gap:10px}.customer-account-nav nav a{display:flex;align-items:center;gap:7px;padding:10px 13px;border-radius:12px;color:#42534c;text-decoration:none;font-weight:700}.customer-account-nav nav a:hover{background:var(--ca-soft);color:var(--ca-primary)}.customer-account-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:40px 0 72px}.customer-auth-shell{width:100%;min-height:calc(100vh - 76px);padding:40px 16px 72px;position:relative;isolation:isolate;display:flex;align-items:center;overflow:hidden}.customer-auth-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.customer-auth-shell.has-auth-background::after{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(7,24,18,.56),rgba(7,24,18,.22));z-index:-1}.customer-auth-shell .account-auth-card{position:relative}.customer-account-footer{text-align:center;color:var(--ca-muted);padding:24px;border-top:1px solid var(--ca-border);background:#fff}.account-auth-card{width:min(480px,100%);margin:4vh auto;background:#fff;border:1px solid var(--ca-border);border-radius:24px;padding:32px;box-shadow:0 18px 50px rgba(22,55,42,.08)}.account-auth-wide{width:min(720px,100%)}.account-auth-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:var(--ca-soft);color:var(--ca-primary);font-size:24px}.account-auth-card h1{font-size:27px;margin:18px 0 7px}.account-auth-card>p{color:var(--ca-muted);margin-bottom:24px}.account-auth-card label,.account-panel label{display:grid;gap:7px;font-weight:700;font-size:14px;margin-bottom:16px}.account-auth-card .form-control,.account-panel .form-control,.account-panel .form-select{min-height:48px;border-radius:12px}.account-auth-card .btn{min-height:48px;border-radius:12px;font-weight:800}.account-auth-links{display:flex;justify-content:space-between;gap:12px;margin-top:20px;font-size:14px}.account-auth-links a{color:var(--ca-primary);font-weight:700}.account-check{display:flex!important;grid-template-columns:unset!important;align-items:flex-start;gap:10px!important;font-weight:500!important}.account-check input{margin-top:4px}.account-page-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:26px}.account-page-head span{color:var(--ca-primary);font-weight:900;font-size:12px;letter-spacing:.08em}.account-page-head h1{font-size:32px;margin:5px 0}.account-page-head p{color:var(--ca-muted);margin:0}.account-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.account-summary-grid article{background:#fff;border:1px solid var(--ca-border);border-radius:18px;padding:20px;display:grid;gap:5px;min-width:0}.account-summary-grid i{color:var(--ca-primary);font-size:20px}.account-summary-grid span,.account-summary-grid small{color:var(--ca-muted)}.account-summary-grid b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-panel{background:#fff;border:1px solid var(--ca-border);border-radius:20px;padding:22px;height:100%}.account-panel h2{font-size:20px;margin:0}.account-panel h3{font-size:17px}.account-panel-head{display:flex;justify-content:space-between;align-items:start;gap:14px;margin-bottom:18px}.account-panel-head p{color:var(--ca-muted);font-size:14px;margin:3px 0 0}.account-empty{padding:28px;text-align:center;background:var(--ca-soft);border-radius:14px;color:var(--ca-muted)}.account-address-list,.account-order-list,.account-line-list{display:grid;gap:10px}.account-address-list article{display:flex;justify-content:space-between;gap:15px;padding:15px;border:1px solid var(--ca-border);border-radius:14px}.account-address-list p{font-size:14px;margin:4px 0}.account-address-list small{color:var(--ca-muted)}.account-order-list a{display:grid;grid-template-columns:minmax(0,1fr) auto 20px;align-items:center;gap:14px;padding:15px;border:1px solid var(--ca-border);border-radius:14px;color:var(--ca-dark);text-decoration:none}.account-order-list a:hover{border-color:var(--ca-primary);background:var(--ca-soft)}.account-order-list span{display:grid}.account-order-list span:nth-child(2){text-align:right}.account-order-list small{color:var(--ca-muted)}.account-status{display:inline-flex;padding:7px 11px;border-radius:999px;background:var(--ca-soft);color:var(--ca-primary);font-weight:800;font-size:13px}.account-line-list article{display:flex;justify-content:space-between;gap:15px;padding:15px 0;border-bottom:1px solid var(--ca-border)}.account-line-list article div{display:grid;gap:3px}.account-line-list small{color:var(--ca-muted)}.account-total-lines{display:grid;gap:12px}.account-total-lines>div{display:flex;justify-content:space-between}.account-total-lines .total{font-size:20px;border-top:1px solid var(--ca-border);padding-top:12px}.btn-primary{--bs-btn-bg:var(--ca-primary);--bs-btn-border-color:var(--ca-primary);--bs-btn-hover-bg:#0f573d;--bs-btn-hover-border-color:#0f573d}@media(max-width:900px){.account-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.customer-account-nav{height:auto;padding:12px 16px;align-items:flex-start}.customer-account-brand img{height:40px;max-width:130px}.customer-account-nav nav{gap:2px}.customer-account-nav nav a{padding:9px}.customer-account-nav nav a{font-size:0}.customer-account-nav nav a i{font-size:17px}.customer-account-shell{width:min(100% - 24px,1180px);padding-top:24px}.customer-auth-shell{width:100%;min-height:calc(100vh - 65px);padding:24px 12px 40px}.account-auth-card{padding:22px;border-radius:19px}.account-page-head{align-items:start;flex-direction:column}.account-page-head .btn{width:100%}.account-summary-grid{grid-template-columns:1fr}.account-order-list a{grid-template-columns:minmax(0,1fr) auto}.account-order-list a>i{display:none}}
.online-order-progress{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:8px}.online-order-progress>div{min-height:82px;padding:12px;border:1px solid #dde7e1;border-radius:13px;background:#f8faf9;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;text-align:center;color:#7a877f;font-size:12px;font-weight:800}.online-order-progress>div.is-done{background:#eaf6ef;border-color:#b9dec9;color:#177348}.online-order-progress>div.is-current{box-shadow:0 0 0 2px rgba(23,115,72,.14);font-weight:900}
/* Merkezi görünüm ayarındaki yazı tipi, müşteri hesabındaki eski varsayılanı geçersiz kılar. */
.customer-account-body{font-family:var(--system-font,"Source Sans 3",system-ui,-apple-system,"Segoe UI",sans-serif)}
