@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700&display=swap');
:root{--bg:#f5f8fa;--surface:#fff;--text:#0f2538;--muted:#6c7b8c;--border:#dde6eb;--primary:#0f8f95;--primary-2:#08747b;--soft:#eaf8f8;--success:#18a968;--danger:#d94841;--warning:#e9a23b;--shadow:0 10px 30px rgba(24,55,72,.055);--radius:16px}
*{box-sizing:border-box}html{font-size:16px}body{margin:0;background:var(--bg);color:var(--text);font-family:'Source Sans 3',Arial,sans-serif;line-height:1.45;-webkit-font-smoothing:antialiased}.app-header{height:64px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:100}.header-left,.header-actions,.primary-nav,.page-actions,.actions{display:flex;align-items:center}.header-left{gap:28px}.app-logo{position:relative;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;text-decoration:none;background:linear-gradient(145deg,#0d2c45,#0f8f95);box-shadow:0 8px 18px rgba(15,143,149,.20);overflow:hidden}.app-logo span{position:absolute;width:25px;height:10px;border-radius:10px;background:#7de3d7;transform:rotate(-24deg)}.app-logo b{color:#fff;font-size:0}.primary-nav{height:64px;gap:8px}.primary-nav a{height:64px;display:flex;align-items:center;padding:0 16px;color:#2e3a4f;text-decoration:none;font-weight:600;border-bottom:3px solid transparent}.primary-nav a:hover{color:var(--primary)}.primary-nav a.active{color:var(--primary);border-bottom-color:var(--primary)}.header-actions{gap:10px}.balance-box{min-width:76px;padding:7px 12px;border:1px solid var(--border);border-radius:10px;background:#f9fbfc;line-height:1.1}.balance-box small{display:block;color:var(--muted);font-size:11px}.balance-box strong{display:block;margin-top:4px;color:var(--success);font-size:14px}.icon-button{width:40px;height:40px;border:1px solid var(--border);border-radius:10px;display:grid;place-items:center;text-decoration:none;color:#526178;background:#fff;font-size:18px}.icon-button:hover{background:#f8f9fc;color:var(--primary)}.module-nav-wrap{background:#fff;border-bottom:1px solid var(--border);overflow:auto}.module-nav{max-width:1500px;margin:auto;padding:0 28px;height:48px;display:flex;align-items:center;gap:4px}.module-nav a{padding:8px 13px;border-radius:9px;color:#59677d;text-decoration:none;font-size:14px;font-weight:600;white-space:nowrap}.module-nav a:hover,.module-nav a.active{background:var(--soft);color:var(--primary)}.app-main{max-width:1500px;margin:0 auto;padding:28px}.page-heading{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:24px}.page-heading h1{margin:0;font-size:34px;line-height:1.1;letter-spacing:-.035em}.page-heading p{margin:6px 0 0;color:var(--muted);font-size:16px}.page-actions{gap:10px;flex-wrap:wrap;justify-content:flex-end}.btn,button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:9px 15px;border:1px solid transparent;border-radius:9px;font:inherit;font-weight:650;text-decoration:none;cursor:pointer;transition:.16s ease}.btn.primary,button{background:linear-gradient(135deg,var(--primary-2),var(--primary));color:#fff;box-shadow:0 8px 18px rgba(15,143,149,.18)}.btn.primary:hover,button:hover{transform:translateY(-1px);filter:brightness(.98)}.btn.secondary{background:#fff;border-color:#d7deea;color:#2c3950;box-shadow:0 2px 5px rgba(25,35,58,.03)}.btn.secondary:hover{border-color:#b9c4d6;background:#f9fbfc}.btn.danger{background:#fff;color:var(--danger);border-color:#f0c8c5}.btn.compact,button.compact{min-height:34px;padding:6px 10px;font-size:13px}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.card,.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card{padding:20px}.card b{display:block;font-size:30px;margin-top:8px}.panel{padding:20px}.panel+.panel{margin-top:18px}.panel-heading,.page-intro{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.panel h2,.page-intro h2{margin:0;font-size:21px}.panel-heading p,.page-intro p{margin:4px 0 0;color:var(--muted)}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.form-grid .full{grid-column:1/-1}label{display:grid;gap:7px;font-size:14px;font-weight:650;color:#364258}input,select,textarea{width:100%;min-height:42px;padding:10px 12px;border:1px solid #d8dfeb;border-radius:9px;background:#fff;color:var(--text);font:inherit;outline:none}input:focus,select:focus,textarea:focus{border-color:#58b9bc;box-shadow:0 0 0 3px rgba(15,143,149,.12)}textarea{min-height:96px;resize:vertical}.actions{gap:7px;flex-wrap:wrap}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:13px;background:#fff}table{width:100%;border-collapse:separate;border-spacing:0;min-width:880px}th,td{text-align:left;padding:15px 14px;border-bottom:1px solid #edf0f5;vertical-align:middle}th{background:#f9fbfc;color:#536178;font-size:12px;text-transform:none;letter-spacing:.02em;font-weight:700}tbody tr:hover{background:#f8fbfc}tbody tr:last-child td{border-bottom:0}.badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:7px;background:#e7f6f5;color:#08747b;font-size:12px;font-weight:700}.badge.success{background:#e9f9f0;color:#138654}.alert{padding:12px 14px;border-radius:10px;margin-bottom:16px;border:1px solid transparent}.alert.success{background:#ecf9f2;color:#087443;border-color:#cceedd}.alert.error{background:#fff0ef;color:#a51d16;border-color:#f3ceca}.muted,small{color:var(--muted)}.warehouse-list{display:grid;gap:12px}.warehouse-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;border:1px solid var(--border);border-radius:12px;background:#fff}.warehouse-card.is-default{border-color:#9ed7d5;background:#f2fbfa}.warehouse-card-main{display:flex;gap:12px}.warehouse-icon{width:40px;height:40px;border-radius:10px;background:var(--soft);display:grid;place-items:center;color:var(--primary);font-weight:700}.warehouse-title{font-weight:700;font-size:16px}.warehouse-card p{margin:3px 0;color:var(--muted)}.timeline{border-left:2px solid #e2e7ef;padding-left:20px}.timeline div{position:relative;margin-bottom:18px}.timeline div:before{content:'';position:absolute;left:-26px;top:5px;width:10px;height:10px;border-radius:50%;background:var(--primary)}.app-footer{max-width:1500px;margin:0 auto;padding:8px 28px 28px;color:#8993a5;font-size:13px}.summary-strip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;margin-bottom:22px}.summary-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px;min-height:116px;box-shadow:var(--shadow)}.summary-card .metric-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e8f7f6;color:var(--primary);margin-bottom:12px}.summary-card small{font-size:13px}.summary-card strong{display:block;margin-top:3px;font-size:26px}.status-tabs{display:flex;gap:30px;padding:0 16px;border-bottom:1px solid var(--border);overflow:auto}.status-tabs a{padding:16px 0 13px;text-decoration:none;color:#68768c;font-weight:650;border-bottom:2px solid transparent;white-space:nowrap}.status-tabs a.active{color:var(--primary);border-bottom-color:var(--primary)}.count-pill{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:6px;padding:0 6px;border-radius:99px;background:#f1f3f7;font-size:12px}.filter-bar{display:flex;gap:8px;flex-wrap:wrap;padding:14px 16px;background:#fff}.filter-bar input,.filter-bar select{width:auto;min-width:130px}.filter-bar input{min-width:280px}.shipment-customer{font-weight:650}.carrier-dot{display:inline-grid;place-items:center;width:45px;height:45px;border-radius:50%;background:#173f5f;color:#fff;font-size:10px;font-weight:700}.empty-state{padding:30px;text-align:center;color:var(--muted);border:1px dashed #d7deea;border-radius:12px}
@media(max-width:1180px){.summary-strip{grid-template-columns:repeat(4,1fr)}.cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.app-header{padding:0 14px}.header-left{gap:12px}.primary-nav a{padding:0 9px}.module-nav{padding:0 14px}.app-main{padding:20px 14px}.page-heading{align-items:flex-start;flex-direction:column}.page-actions{justify-content:flex-start}.summary-strip{grid-template-columns:repeat(2,1fr)}.grid,.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.filter-bar input,.filter-bar select{width:100%;min-width:100%}.balance-box{display:none}}
@media(max-width:520px){.primary-nav a{font-size:13px;padding:0 7px}.primary-nav a:nth-child(3){display:none}.app-logo{width:36px;height:36px}.header-actions .icon-button:first-of-type{display:none}.page-heading h1{font-size:29px}.summary-strip,.cards{grid-template-columns:1fr}.page-actions,.page-actions .btn,.actions .btn{width:100%}.panel{padding:14px}}

/* Özgün turkuaz kurumsal tema */
.app-header{backdrop-filter:saturate(145%) blur(10px);background:rgba(255,255,255,.96)}
.primary-nav a.active{background:linear-gradient(180deg,#fff 0%,#f0fbfa 100%)}
.icon-button:hover{border-color:#acd9d7;box-shadow:0 6px 14px rgba(15,143,149,.10)}
.module-nav a.active{box-shadow:inset 0 0 0 1px #cde9e7}
.btn.primary,button{background:linear-gradient(135deg,#12a4a4,#08747b)}
.btn.primary:hover,button:hover{box-shadow:0 10px 22px rgba(8,116,123,.20)}
.summary-card{position:relative;overflow:hidden}
.summary-card:after{content:'';position:absolute;right:-24px;bottom:-34px;width:82px;height:82px;border-radius:50%;background:radial-gradient(circle,rgba(15,143,149,.08),transparent 70%)}
.summary-card:nth-child(2) .metric-icon{background:#eaf4fb;color:#2675a7}
.summary-card:nth-child(3) .metric-icon{background:#eaf9f0;color:#15985d}
.summary-card:nth-child(4) .metric-icon{background:#fff5e8;color:#d7871f}
.summary-card:nth-child(5) .metric-icon{background:#eef4ff;color:#4c6fdc}
.summary-card:nth-child(6) .metric-icon{background:#fff0f0;color:#d94841}
.summary-card:nth-child(7) .metric-icon{background:#eef8ff;color:#287fb2}
.status-tabs a.active{font-weight:700}
.table-wrap{box-shadow:0 8px 22px rgba(24,55,72,.035)}
.badge{border:1px solid #cbe9e7}
.badge.success{border-color:#c8ecd8}
.carrier-dot{background:linear-gradient(145deg,#153d5c,#0f8f95);box-shadow:0 6px 14px rgba(15,61,92,.16)}

/* Turkuaz + petrol renk paleti v2 — güçlü ve tutarlı */
:root{
  --bg:#f3f8f8;
  --surface:#ffffff;
  --text:#102a35;
  --muted:#687f86;
  --border:#d7e5e5;
  --primary:#087f83;
  --primary-2:#045f63;
  --soft:#e5f7f6;
  --success:#159b68;
  --shadow:0 10px 28px rgba(4,95,99,.065);
}
body{background:linear-gradient(180deg,#f8fbfb 0,#f2f7f7 230px,#f3f8f8 100%)}
.app-header{border-bottom-color:#d5e5e5;background:rgba(255,255,255,.97)}
.app-logo{background:linear-gradient(145deg,#073b4c 0%,#056c70 58%,#10aaa8 100%);box-shadow:0 9px 22px rgba(4,95,99,.24)}
.app-logo span{background:#62e3d4}
.primary-nav a:hover{color:#087f83}
.primary-nav a.active{color:#056d71;border-bottom-color:#0aa6a3;background:linear-gradient(180deg,#fff 0%,#eaf8f7 100%)}
.module-nav a:hover,.module-nav a.active{background:#e3f5f4;color:#056d71}
.module-nav a.active{box-shadow:inset 0 0 0 1px #bde2df}
.btn.primary,button{background:linear-gradient(135deg,#0da6a3 0%,#087f83 52%,#045f63 100%);color:#fff;box-shadow:0 9px 20px rgba(4,95,99,.22)}
.btn.primary:hover,button:hover{box-shadow:0 12px 25px rgba(4,95,99,.28);filter:saturate(1.06) brightness(.98)}
.btn.secondary:hover{border-color:#9fcfcd;background:#f1fbfa;color:#056d71}
.icon-button:hover{background:#edf9f8;color:#087f83;border-color:#acd7d5}
.balance-box strong{color:#087f83}
.card,.panel,.summary-card,.table-wrap{border-color:#d8e6e6}
.summary-card:first-child{border-top:3px solid #0aa6a3}
.summary-card .metric-icon{background:#dff5f3;color:#087f83}
.status-tabs a.active{color:#056d71;border-bottom-color:#0aa6a3}
.count-pill{background:#e8f4f3;color:#087075}
input:focus,select:focus,textarea:focus{border-color:#2bb4b1;box-shadow:0 0 0 3px rgba(10,166,163,.14)}
.badge{background:#e2f5f3;color:#056d71;border-color:#bde2df}
.badge.success{background:#e7f8ef;color:#0f8053}
.carrier-dot{background:linear-gradient(145deg,#073b4c,#087f83 68%,#0aa6a3);box-shadow:0 7px 16px rgba(4,95,99,.24)}
.warehouse-icon{background:#e1f5f3;color:#087f83}
.warehouse-card.is-default{border-color:#8bcac7;background:#effaf9}
.timeline div:before{background:#0aa6a3}
::selection{background:#9ce2dd;color:#073b4c}
