.sz-upload{padding:92px 0;background:linear-gradient(180deg,#f7fbff 0%,#fff 100%);border-top:1px solid #e5edf6;border-bottom:1px solid #e5edf6}.sz-upload-shell{display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);gap:64px;align-items:start}.sz-upload-intro h2{margin:14px 0 18px;color:#10213A;font-size:clamp(34px,4vw,56px);line-height:1.02;letter-spacing:-.035em}.sz-upload-intro h2 span{color:#155EEF}.sz-upload-intro>p{max-width:610px;color:#52647a;font-size:18px;line-height:1.65}.sz-upload-points{display:flex;flex-direction:column;gap:12px;margin-top:28px;color:#0B2F6B;font-weight:700}.sz-upload-card{background:#fff;border:1px solid #dce6f1;border-radius:24px;box-shadow:0 20px 60px rgba(11,47,107,.1);padding:30px}.sz-step-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.sz-step-head b{font-size:20px;color:#0B2F6B}.sz-step-head span{font-size:12px;color:#155EEF;background:#EAF7FD;padding:7px 10px;border-radius:999px;font-weight:800}.sz-upload label:not(.sz-check):not(.sz-drop){display:flex;flex-direction:column;gap:8px;margin-bottom:16px;color:#10213A;font-size:13px;font-weight:800}.sz-upload input,.sz-upload textarea{width:100%;box-sizing:border-box;border:1px solid #cfdbe8;border-radius:12px;background:#fff;color:#10213A;padding:13px 14px;font:inherit;outline:none;transition:.15s}.sz-upload input:focus,.sz-upload textarea:focus{border-color:#155EEF;box-shadow:0 0 0 3px rgba(21,94,239,.09)}.sz-grid.two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.optional{font-weight:500;color:#8393a7}.sz-hint{display:block;margin:-7px 0 16px;color:#718198}.sz-check{display:flex;gap:10px;align-items:flex-start;margin:12px 0;color:#33485f;font-size:13px;line-height:1.45}.sz-check input{width:18px;height:18px;margin:0;flex:0 0 auto}.sz-check.muted{color:#6d7f93}.sz-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important}.sz-error{min-height:20px;color:#b42318;font-size:13px;font-weight:700;margin:8px 0}.sz-next,.sz-submit{width:100%;justify-content:center;border:0;cursor:pointer}.sz-next:disabled,.sz-submit:disabled{opacity:.55;cursor:not-allowed}.hidden{display:none!important}.sz-file-copy{color:#63758a;line-height:1.55;margin:-4px 0 18px}.sz-drop{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:132px;border:2px dashed #bad0ea;border-radius:16px;background:#f8fbff;text-align:center;cursor:pointer;padding:20px;transition:.15s}.sz-drop:hover{border-color:#155EEF;background:#f3f8ff}.sz-drop.busy{opacity:.55;pointer-events:none}.sz-drop input{display:none}.sz-drop strong{color:#155EEF;font-size:17px}.sz-drop span{margin-top:7px;color:#718198;font-size:12px}.sz-files{display:flex;flex-direction:column;gap:9px;margin-top:16px}.sz-file-row{display:grid;grid-template-columns:26px 1fr auto;gap:10px;align-items:center;padding:12px;border:1px solid #e0e8f0;border-radius:12px;background:#fff}.sz-file-ok{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#e9fbf1;color:#17864b;font-weight:900}.sz-file-row b{display:block;color:#10213A;font-size:13px;overflow-wrap:anywhere}.sz-file-row small{display:block;color:#8393a7;margin-top:3px}.sz-file-row button{border:0;background:transparent;color:#7b8da2;cursor:pointer;font-size:12px}.sz-file-row button:hover{color:#b42318}.sz-file-summary{margin:14px 0;color:#0B2F6B;font-weight:800}.sz-final-note{margin:12px 0 0;color:#7b8da2;font-size:12px;line-height:1.45;text-align:center}.sz-done-mark{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:4px auto 18px;border-radius:50%;background:#e9fbf1;color:#17864b;font-size:32px;font-weight:900}.sz-upload-step#sz-step-done{text-align:center;padding:24px 8px}.sz-upload-step#sz-step-done h3{font-size:28px;color:#0B2F6B;margin:0 0 10px}.sz-upload-step#sz-step-done p{color:#63758a;line-height:1.6}.sz-upload-step#sz-step-done strong{color:#10213A}@media(max-width:920px){.sz-upload{padding:64px 0}.sz-upload-shell{grid-template-columns:1fr;gap:34px}.sz-upload-card{padding:22px}.sz-grid.two{grid-template-columns:1fr}.messenger-grid{gap:0!important}}@media(max-width:560px){.sz-upload-card{border-radius:18px;padding:18px}.sz-upload-intro h2{font-size:36px}.sz-drop{min-height:112px}.sz-file-row{grid-template-columns:24px 1fr}.sz-file-row button{grid-column:2;justify-self:start;padding:0}}

/* === SITE UPLOAD V1 MOBILE POLISH === */
@media (max-width:560px){

  .sz-upload{
    padding:44px 0 52px;
  }

  .sz-upload-shell{
    gap:24px;
  }

  .sz-upload-card{
    padding:22px 18px 20px;
    border-radius:20px;
  }

  .sz-step-head{
    align-items:flex-start;
    gap:12px;
    margin-bottom:18px;
  }

  .sz-step-head b{
    font-size:18px;
    line-height:1.25;
  }

  .sz-step-head span{
    flex:0 0 auto;
    margin-top:1px;
    padding:6px 9px;
    font-size:11px;
  }

  .sz-upload label:not(.sz-check):not(.sz-drop){
    gap:7px;
    margin-bottom:13px;
  }

  .sz-upload input,
  .sz-upload textarea{
    padding:11px 13px;
    border-radius:11px;
    font-size:16px;
  }

  .sz-upload input{
    min-height:48px;
  }

  .sz-upload textarea{
    min-height:92px;
  }

  .sz-hint{
    margin:-4px 0 13px;
    line-height:1.4;
  }

  .sz-check{
    margin:10px 0;
    line-height:1.4;
  }

  .sz-next,
  .sz-submit{
    min-height:50px;
  }
}


/* === POST-SUBMIT CHANNEL INVITE === */
.sz-subscribe-invite{margin:24px auto 0;padding:20px;border:1px solid #dce6f1;border-radius:18px;background:linear-gradient(180deg,#f8fbff 0%,#fff 100%);max-width:520px}
.sz-subscribe-title{margin:0!important;color:#0B2F6B!important;font-size:17px;font-weight:900;line-height:1.35!important}
.sz-subscribe-copy{margin:8px auto 16px!important;max-width:440px;color:#63758a!important;font-size:13px;line-height:1.5!important}
.sz-subscribe-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.sz-subscribe-button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:46px;padding:10px 13px;border-radius:12px;text-decoration:none;font-size:13px;font-weight:900;transition:transform .15s,box-shadow .15s,background .15s}
.sz-subscribe-button:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(11,47,107,.12)}
.sz-subscribe-telegram{background:#155EEF;color:#fff}
.sz-subscribe-telegram:hover{background:#0B4ED1;color:#fff}
.sz-subscribe-max{background:#0B2F6B;color:#fff}
.sz-subscribe-max:hover{background:#082653;color:#fff}
.sz-subscribe-skip{display:inline-block;margin:12px auto 0;padding:3px 8px;border:0;background:transparent;color:#8a98a9;font:inherit;font-size:11px;line-height:1.4;cursor:pointer;text-decoration:underline;text-decoration-color:#c8d1dc;text-underline-offset:3px}
.sz-subscribe-skip:hover{color:#52647a}
.sz-done-close{margin:18px 0 0!important;color:#8393a7!important;font-size:12px;line-height:1.45!important}
@media(max-width:560px){.sz-subscribe-invite{margin-top:20px;padding:16px 14px;border-radius:15px}.sz-subscribe-actions{grid-template-columns:1fr}.sz-subscribe-button{min-height:48px;font-size:14px}.sz-subscribe-skip{margin-top:10px;font-size:11px}}
