*{box-sizing:border-box}
#dgop-app{max-width:none;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#182230}
.dgop-head{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:26px}
.dgop-kicker{font-size:12px;font-weight:850;letter-spacing:.16em;color:#ff6500}
.dgop-head h2{font-size:40px;line-height:1.08;letter-spacing:-.035em;margin:5px 0 9px}
.dgop-head p{margin:0;color:#667085;max-width:760px;line-height:1.6}
.dgop-env{padding:8px 12px;border-radius:999px;background:#ecfdf3;color:#067647;border:1px solid #abefc6;font-size:11px;font-weight:850;letter-spacing:.08em;white-space:nowrap}

.dgop-card{background:rgba(255,255,255,.97);border:1px solid #e4e7ec;border-radius:20px;padding:26px;margin:16px 0;box-shadow:0 1px 2px rgba(16,24,40,.03),0 12px 30px rgba(16,24,40,.05)}
.dgop-section-title{display:flex;gap:12px;align-items:center;margin-bottom:18px}
.dgop-section-title>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#fff2e8;color:#ff6500;font-weight:850;flex:0 0 34px}
.dgop-section-title h3{margin:0;font-size:18px}
.dgop-section-title small{color:#667085}

.dgop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.dgop-grid label{font-size:13px;font-weight:650;color:#344054;position:relative}
.dgop-grid .wide{grid-column:1/-1}
.dgop-grid input,.dgop-grid select,.dgop-grid textarea{display:block;width:100%;min-height:46px;margin-top:7px;padding:12px 13px;border:1px solid #d0d5dd;border-radius:11px;background:#fff;font:inherit;color:#172033;transition:border-color .15s,box-shadow .15s}
.dgop-grid textarea{min-height:92px;resize:vertical}
.dgop-grid input:focus,.dgop-grid select:focus,.dgop-grid textarea:focus{outline:0;border-color:#ff7a21;box-shadow:0 0 0 4px rgba(255,101,0,.10)}

.dgop-btn{min-height:46px;border:0;border-radius:12px;padding:0 19px;background:#ff6500;color:#fff;font-weight:780;cursor:pointer;box-shadow:0 7px 18px rgba(255,101,0,.20);transition:transform .15s,box-shadow .15s}
.dgop-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(255,101,0,.25)}
.dgop-btn:disabled{opacity:.55;cursor:wait;transform:none}
.dgop-secondary{background:#101828;box-shadow:none}

.dgop-summary{display:flex;justify-content:space-between;align-items:center;gap:24px;position:sticky;bottom:18px;z-index:30;border-color:#ffd6ba;box-shadow:0 15px 45px rgba(16,24,40,.13)}
.dgop-actions{display:flex;justify-content:flex-end;flex:0 0 auto}
.dgop-mini-summary{display:flex;gap:24px;flex-wrap:wrap;color:#344054;font-size:13px}
.dgop-mini-summary span{min-width:120px}
.dgop-mini-summary small{display:block;color:#98a2b3;font-size:10px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px}

.dgop-alert{padding:14px 16px;border-radius:12px;margin:0 0 16px}
.dgop-alert.err{background:#fef3f2;color:#b42318;border:1px solid #fecdca}
.dgop-alert details{margin-top:10px}
.dgop-alert summary{cursor:pointer;font-weight:700}
.dgop-alert pre{white-space:pre-wrap;overflow-wrap:anywhere;background:rgba(255,255,255,.7);padding:12px;border-radius:8px;max-height:420px;overflow:auto;font-size:11px}

.dgop-success-card{display:flex;gap:18px;align-items:flex-start;background:#ecfdf3;border:1px solid #abefc6;border-radius:18px;padding:22px;margin-bottom:18px;color:#05603a;box-shadow:0 8px 24px rgba(6,118,71,.08)}
.dgop-success-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#067647;color:#fff;font-size:26px;font-weight:900;flex:0 0 48px}
.dgop-success-kicker{font-size:11px;font-weight:850;letter-spacing:.12em;margin-bottom:4px}
.dgop-success-card h3{margin:0 0 7px;font-size:22px;color:#054f31}
.dgop-success-card p{margin:0 0 12px;line-height:1.5}
.dgop-success-meta{display:flex;gap:18px;flex-wrap:wrap;font-size:13px}

.dgop-check-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.dgop-address-status{font-size:13px;color:#667085}
.dgop-address-status.ok{color:#067647;font-weight:700}
.dgop-address-status.err{color:#b42318;font-weight:700}

.dgop-suggestions{display:none;position:absolute;z-index:9999;left:0;right:0;top:100%;margin-top:4px;background:#fff;border:1px solid #d0d5dd;border-radius:12px;box-shadow:0 14px 34px rgba(16,24,40,.16);max-height:300px;overflow:auto}
.dgop-suggestions.is-open{display:block}
.dgop-suggestion{display:block;width:100%;padding:11px 13px;border:0;border-bottom:1px solid #f2f4f7;background:#fff;text-align:left;cursor:pointer;color:#172033;font:inherit}
.dgop-suggestion:last-child{border-bottom:0}
.dgop-suggestion:hover{background:#fff4ec;color:#c94e00}
.dgop-suggestion-status{display:block;margin-top:5px;font-size:11px;font-weight:500;color:#667085}
.dgop-suggestion-status.ok{color:#067647}.dgop-suggestion-status.warn{color:#b54708}.dgop-suggestion-status.err{color:#b42318}
.dgop-osm-attribution{font-size:11px;color:#98a2b3;margin-top:5px}

.dgop-history-head{display:flex;justify-content:space-between;gap:20px;align-items:center}
.dgop-history-head .dgop-section-title{margin-bottom:0}
.dgop-order{border-top:1px solid #eaecf0;padding:16px 0;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center}
.dgop-order:first-child{margin-top:14px}
.dgop-order-title{display:flex;gap:8px;align-items:center;margin-bottom:4px}
.dgop-order small{color:#667085}
.dgop-badge,.dgop-auto-badge{display:inline-block;padding:5px 9px;border-radius:999px;font-size:11px;font-weight:780}
.dgop-badge{background:#f2f4f7;color:#344054}
.dgop-auto-badge{background:#ecfdf3;color:#067647;border:1px solid #abefc6}

html,body.dgop-standalone-page{margin:0!important;padding:0!important;background:#f6f7f9!important}
body.dgop-standalone-page{min-height:100vh;color:#182230}
.dgop-shell{min-height:100vh;background:radial-gradient(circle at 10% -10%,rgba(255,106,0,.10),transparent 30%),linear-gradient(180deg,#fff 0,#f7f8fa 250px,#f6f7f9 100%)}
.dgop-topbar{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 38px;border-bottom:1px solid rgba(17,24,39,.08);background:rgba(255,255,255,.92);backdrop-filter:blur(16px);position:sticky;top:0;z-index:100}
.dgop-brand{display:flex;align-items:center;gap:12px;text-decoration:none!important;color:#101828!important}
.dgop-brand-mark{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:#ff6500;color:#fff;font-weight:900;font-size:21px;box-shadow:0 8px 22px rgba(255,101,0,.25)}
.dgop-brand-text{display:flex;flex-direction:column;line-height:1.08}
.dgop-brand-text strong{font-size:18px;letter-spacing:-.02em}.dgop-brand-text small{font-size:11px;color:#667085;margin-top:4px}
.dgop-topbar-right{display:flex;align-items:center;gap:14px;font-size:13px}.dgop-user{color:#475467}.dgop-logout{text-decoration:none!important;color:#344054!important;padding:9px 12px;border:1px solid #e4e7ec;border-radius:10px;background:#fff}
.dgop-page-wrap{max-width:1180px;margin:0 auto;padding:48px 28px 70px}

@media(max-width:760px){
  .dgop-topbar{height:66px;padding:0 18px}.dgop-user{display:none}.dgop-page-wrap{padding:28px 14px 50px}
  .dgop-head{display:block}.dgop-head h2{font-size:32px}.dgop-env{display:inline-block;margin-top:14px}
  .dgop-card{padding:18px;border-radius:16px}.dgop-grid{grid-template-columns:1fr 1fr}.dgop-grid .wide{grid-column:1/-1}
  .dgop-summary{position:static;display:block}.dgop-summary .dgop-actions{margin-top:16px}.dgop-summary .dgop-btn{width:100%}
}
@media(max-width:520px){
  .dgop-grid{grid-template-columns:1fr}.dgop-grid .wide{grid-column:auto}.dgop-head h2{font-size:29px}
  .dgop-success-card{display:block}.dgop-success-icon{margin-bottom:12px}.dgop-history-head{display:block}.dgop-history-head .dgop-btn{margin-top:12px}
}


.dgop-route-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.dgop-route-metric{min-height:92px;border:1px solid #e4e7ec;background:#f9fafb;border-radius:16px;padding:16px 18px;display:flex;flex-direction:column;justify-content:center}.dgop-route-metric small{display:block;color:#667085;font-size:11px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:7px}.dgop-route-metric strong{font-size:24px;line-height:1.15;color:#101828}.dgop-route-status-wrap strong{font-size:14px;line-height:1.4}.dgop-tariff-note{margin-top:14px;padding:11px 13px;border-radius:11px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;font-size:12px;font-weight:650}#dgop-delivery-price[readonly]{background:#f9fafb;font-weight:750;color:#101828}@media(max-width:760px){.dgop-route-metrics{grid-template-columns:1fr 1fr}.dgop-route-status-wrap{grid-column:1/-1}}@media(max-width:520px){.dgop-route-metrics{grid-template-columns:1fr}.dgop-route-status-wrap{grid-column:auto}}

.dgop-success-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
  align-items:center;
}
.dgop-success-actions .dgop-btn{
  margin:0;
}

.dgop-driver-arrival{margin-top:6px;font-size:14px;line-height:1.4;}


/* 2.5.0 – konto klienta */
.dgop-account-card{scroll-margin-top:92px}
.dgop-account-columns{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:8px}
.dgop-account-form{border:1px solid #e4e7ec;border-radius:16px;padding:20px;background:#f9fafb}
.dgop-account-form h4{font-size:18px;margin:0 0 16px;color:#101828}
.dgop-account-form label{display:block;font-size:12px;font-weight:700;color:#344054;margin-top:12px}
.dgop-account-form input[type="email"],.dgop-account-form input[type="password"],.dgop-account-form input[type="text"]{width:100%;box-sizing:border-box;margin-top:6px;padding:12px 13px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;font:inherit;color:#101828}
.dgop-account-form label small{display:block;margin-top:5px;color:#667085;font-weight:500}
.dgop-account-form .dgop-check{display:flex;gap:8px;align-items:center;font-weight:500}
.dgop-account-form .dgop-check input{margin:0}
.dgop-account-form .dgop-btn{margin-top:16px}
.dgop-account-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.dgop-guest-note{margin-top:18px;padding:14px 16px;border:1px solid #fed7aa;background:#fff7ed;color:#9a3412;border-radius:12px;font-size:13px;line-height:1.5}
.dgop-account-logged{display:flex;justify-content:space-between;align-items:center;gap:18px;border:1px solid #e4e7ec;background:#f9fafb;border-radius:14px;padding:16px 18px}
.dgop-account-logged strong,.dgop-account-logged small{display:block}.dgop-account-logged small{color:#667085;margin-top:4px}
.dgop-account-notice{margin:0 0 16px;padding:12px 14px;border-radius:10px;font-size:13px}
.dgop-account-notice.ok{background:#ecfdf3;border:1px solid #abefc6;color:#067647}
.dgop-account-notice.err{background:#fef3f2;border:1px solid #fecdca;color:#b42318}
.dgop-order-account{grid-template-columns:minmax(0,1fr) auto;align-items:start}
.dgop-order-route{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-top:9px;font-size:13px;color:#475467}
.dgop-order-price{font-size:13px;font-weight:800;color:#101828;margin-top:7px}
.dgop-order-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.dgop-order-link{display:inline-block;text-decoration:none!important;border:1px solid #d0d5dd;background:#fff;color:#344054!important;border-radius:9px;padding:7px 10px;font-size:12px;font-weight:750}
.dgop-empty-orders{padding:22px 0;color:#475467}
#moje-zamowienia{scroll-margin-top:92px}
@media(max-width:760px){
  .dgop-account-columns{grid-template-columns:1fr}
  .dgop-account-logged{align-items:flex-start;flex-direction:column}
}
@media(max-width:520px){
  .dgop-account-name-grid{grid-template-columns:1fr}
  .dgop-order-account{grid-template-columns:1fr}
}


/* 2.6.0 — nowa strona główna Miejski Kurier */
.dgop-nav-order{display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;background:#ff6500;color:#fff!important;border-radius:11px;padding:10px 15px;font-weight:800;box-shadow:0 7px 18px rgba(255,101,0,.20)}
.dgop-login-link{text-decoration:none!important;color:#101828!important;font-weight:750;padding:10px 4px}
.dgop-order-account-strip{margin-bottom:18px;padding:12px 16px;border:1px solid #abefc6;background:#ecfdf3;color:#067647;border-radius:12px;display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:13px}
.dgop-order-account-strip a{color:#067647;font-weight:800}

.mk-home{max-width:1180px;margin:0 auto}
.mk-home *{box-sizing:border-box}
.mk-hero{min-height:620px;display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center;padding:62px 0 74px}
.mk-eyebrow{font-size:12px;letter-spacing:.14em;font-weight:900;color:#ff6500;margin-bottom:14px}
.mk-hero h1{font-size:68px;line-height:.98;letter-spacing:-.055em;margin:0;color:#101828;max-width:720px}
.mk-hero h1 span{color:#ff6500}
.mk-lead{font-size:19px;line-height:1.65;color:#475467;max-width:650px;margin:26px 0 30px}
.mk-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.mk-primary,.mk-secondary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important;border-radius:12px;padding:14px 20px;font-size:14px;font-weight:850;transition:transform .15s ease,box-shadow .15s ease}
.mk-primary{background:#ff6500;color:#fff!important;box-shadow:0 10px 24px rgba(255,101,0,.22)}
.mk-primary:hover{transform:translateY(-1px);box-shadow:0 13px 28px rgba(255,101,0,.28)}
.mk-secondary{background:#fff;color:#344054!important;border:1px solid #d0d5dd}
.mk-hero-trust{display:flex;gap:24px;flex-wrap:wrap;margin-top:38px;padding-top:24px;border-top:1px solid #e4e7ec;color:#667085;font-size:12px}
.mk-hero-trust span{display:flex;flex-direction:column;gap:3px}.mk-hero-trust strong{font-size:16px;color:#101828}
.mk-hero-visual{display:flex;justify-content:center}
.mk-map-card{width:min(100%,460px);height:460px;border-radius:36px;background:#161b26;position:relative;overflow:hidden;box-shadow:0 34px 70px rgba(16,24,40,.18)}
.mk-map-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:48px 48px;transform:rotate(-7deg) scale(1.2)}
.mk-route-line{position:absolute;left:118px;top:116px;width:220px;height:205px;border:4px dashed #ff6500;border-left-color:transparent;border-bottom-color:transparent;border-radius:48% 44% 35% 50%;transform:rotate(18deg)}
.mk-pin{position:absolute;color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;gap:8px}.mk-pin i{display:block;width:18px;height:18px;background:#fff;border:5px solid #ff6500;border-radius:50%;box-shadow:0 0 0 5px rgba(255,101,0,.18)}
.mk-pin-a{left:72px;top:83px}.mk-pin-b{right:62px;bottom:82px}
.mk-car{position:absolute;left:215px;top:215px;width:58px;height:58px;border-radius:18px;background:#ff6500;color:#fff;display:grid;place-items:center;font-weight:950;box-shadow:0 12px 30px rgba(255,101,0,.42);transform:rotate(-8deg)}
.mk-time-chip{position:absolute;right:26px;top:26px;background:#fff;color:#101828;border-radius:999px;padding:10px 14px;font-weight:900}
.mk-how{padding:90px 0}
.mk-section-head{max-width:720px;margin-bottom:36px}.mk-section-head h2,.mk-service h2,.mk-account-section h2,.mk-final-cta h2{font-size:42px;letter-spacing:-.035em;line-height:1.08;margin:0 0 14px;color:#101828}.mk-section-head p,.mk-service p,.mk-account-section p,.mk-final-cta p{color:#667085;line-height:1.65;margin:0;font-size:16px}
.mk-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mk-steps article{background:#fff;border:1px solid #e4e7ec;border-radius:22px;padding:28px;min-height:210px;box-shadow:0 8px 25px rgba(16,24,40,.04)}.mk-steps article>span{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#fff3eb;color:#ff6500;font-weight:900}.mk-steps h3{font-size:20px;margin:26px 0 10px}.mk-steps p{color:#667085;line-height:1.55;margin:0}
.mk-service{margin:30px 0 90px;padding:42px 44px;border-radius:28px;background:#101828;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:40px}.mk-service h2{color:#fff}.mk-service p{color:#d0d5dd;max-width:780px}
.mk-account-section{padding:76px 0 96px;scroll-margin-top:94px}.mk-account-columns{margin-top:18px}.mk-account-welcome{display:flex;justify-content:space-between;gap:30px;align-items:center;background:#fff;border:1px solid #e4e7ec;border-radius:24px;padding:34px}.mk-account-actions{display:flex;gap:10px;flex-wrap:wrap}
.mk-final-cta{margin:0 0 40px;padding:42px 46px;background:#ff6500;border-radius:28px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:32px}.mk-final-cta h2{color:#fff;margin-bottom:8px}.mk-final-cta p{color:#fff7ed}.mk-primary-light{background:#fff;color:#ff6500!important;box-shadow:none}
@media(max-width:900px){
  .mk-hero{grid-template-columns:1fr;min-height:auto;gap:38px;padding-top:48px}.mk-hero h1{font-size:56px}.mk-hero-visual{justify-content:flex-start}.mk-map-card{height:360px;max-width:520px}.mk-steps{grid-template-columns:1fr}.mk-service,.mk-final-cta,.mk-account-welcome{align-items:flex-start;flex-direction:column}
}
@media(max-width:600px){
  .mk-hero{padding:34px 0 50px}.mk-hero h1{font-size:43px}.mk-lead{font-size:17px}.mk-hero-actions .mk-primary,.mk-hero-actions .mk-secondary{width:100%}.mk-map-card{height:300px;border-radius:24px}.mk-hero-trust{gap:18px}.mk-section-head h2,.mk-service h2,.mk-account-section h2,.mk-final-cta h2{font-size:32px}.mk-how{padding:60px 0}.mk-service,.mk-final-cta{padding:28px 24px;border-radius:22px}.mk-account-section{padding:54px 0 70px}.dgop-nav-order{display:none}.dgop-topbar-right{gap:8px}.dgop-login-link{font-size:13px}
}


/* 2.6.2 – aktywacja konta i reset hasła */
.mk-password-reset{margin-top:14px}
.mk-password-reset summary{cursor:pointer;color:#475467;font-size:13px;font-weight:750}
.mk-reset-box{margin-top:12px;padding:14px;border:1px solid #e4e7ec;border-radius:12px;background:#fff}
.mk-reset-box p{font-size:12px;line-height:1.5;color:#667085;margin:0 0 10px}
.mk-reset-box form{margin:0}
.mk-reset-box .dgop-btn{margin-top:12px}
.mk-single-account-form{max-width:520px}

/* 2.6.9 — kontakt */
.mk-contact-section{margin:28px 0;padding:26px 30px;border:1px solid #e4e7ec;border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 10px 30px rgba(16,24,40,.05)}
.mk-contact-section h2{margin:0 0 7px;font-size:24px;color:#101828}
.mk-contact-section p{margin:0;color:#667085;line-height:1.55}
.mk-contact-email{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:12px;background:#fff4ed;color:#d94f00;font-weight:700;text-decoration:none;white-space:nowrap;border:1px solid #ffd7bd}
.mk-contact-email:hover{background:#ffeadb;color:#b93800}
@media(max-width:720px){.mk-contact-section{flex-direction:column;align-items:flex-start;padding:22px}.mk-contact-email{white-space:normal;word-break:break-word}}
.dgop-legal{max-width:900px;margin:0 auto;padding:24px 0 48px;color:#101828;line-height:1.65}.dgop-legal h1{font-size:34px;line-height:1.15;margin:10px 0 28px}.dgop-legal h2{font-size:21px;margin:30px 0 10px}.dgop-legal a{color:#e85c00}.dgop-delete-form{margin:24px 0;padding:22px;border:1px solid #e4e7ec;border-radius:16px;background:#fff}.dgop-alert-success{padding:14px 16px;border-radius:12px;background:#ecfdf3;color:#027a48;margin:16px 0}
