/* Aplikacja „Od czego zacząć?” – wartości 1:1 z makiety. */
.oa-root { color: #1C2B3A; font-family: 'Source Sans 3', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
.oa-root a { color: inherit; text-decoration: none; cursor: pointer; text-underline-offset: 3px; text-decoration-color: #C4883A; }
.oa-root a:hover { color: #C4883A; text-decoration: underline; }
.oa-root button { font-family: inherit; cursor: pointer; }
.oa-root input { font-family: inherit; }
.oa-root a:focus-visible, .oa-root button:focus-visible, .oa-root input:focus-visible { outline: 3px solid #C4883A; outline-offset: 3px; }
.oa-root ::placeholder { color: #5C6773; }
.oa-root button:hover, .oa-root button:focus, .oa-root button:active { background-color: transparent; color: inherit; text-decoration: none; }
.oa-root .oa-btn--secondary:focus, .oa-root .oa-btn--secondary:active { background: transparent; color: #1C2B3A !important; }
.oa-root .oa-btn--primary:focus, .oa-root .oa-btn--primary:active { background: #1C2B3A; color: #F7F3EC !important; }
.oa-root .oa-opt:focus, .oa-root .oa-opt:active { background: #FFFFFF; color: #1C2B3A; }
.oa-root .oa-opt.is-sel:focus { background: #ECE4D6; }
.oa-root .oa-task__box:focus { background: #FFFFFF; }
.oa-root .oa-task.is-done .oa-task__box:focus { background: #4F7A66; }
.oa-root .oa-cal__day:focus, .oa-root .oa-cal__nav:focus, .oa-root .oa-datefield__cal:focus { background: transparent; color: inherit; }
.oa-root .oa-datefield__cal:focus { color: #C4883A; background: #FFFFFF; }
.oa-opt:hover { background: #FFFFFF; border-color: #1C2B3A; color: #1C2B3A; }
.oa-opt.is-sel:hover { background: #ECE4D6; }
.oa-datefield__cal:hover { background: #FFFFFF; color: #C4883A; }
.oa-cal__nav:hover { background: none; color: #1C2B3A; }
.oa-cal__day:hover:not(:disabled) { background: #ECE4D6; color: #1C2B3A; }
.oa-cal__day.is-sel:hover { background: #1C2B3A; color: #FFFFFF; }
.oa-task__box:hover { background: #ECE4D6; color: #F7F3EC; }
.oa-task.is-done .oa-task__box:hover { background: #4F7A66; }
.oa-sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.oa-muted { color: #5C6773; font-weight: 400; }
.oa-arrow { font-size: 22px; }
.oa-label { font-size: 14px; letter-spacing: .1em; text-transform: uppercase; color: #5C6773; }
.oa-label--sm { font-size: 14px; letter-spacing: .08em; }
.oa-underline { text-decoration: underline; text-underline-offset: 3px; }
.oa-amberlink { color: #C4883A !important; border-bottom: 1px solid #C4883A; align-self: flex-start; }
.oa-amberlink:hover { text-decoration: none !important; }

.oa-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 10px; font-weight: 600; text-decoration: none !important; box-sizing: border-box; transition: background .15s ease; }
.oa-btn--primary { background: #1C2B3A; color: #F7F3EC !important; border: 0; padding: 14px 26px; font-size: 19px; min-height: 52px; }
.oa-root .oa-btn--primary:hover, .oa-root button.oa-btn--primary:hover { background: #2A3D52; color: #F7F3EC !important; }
.oa-btn--secondary { background: transparent; color: #1C2B3A !important; border: 1.5px solid #1C2B3A; padding: 13px 24px; font-size: 18px; min-height: 52px; }
.oa-root .oa-btn--secondary:hover, .oa-root button.oa-btn--secondary:hover { background: #ECE4D6; color: #1C2B3A !important; }
.oa-btn--sm { padding: 9px 16px; font-size: 16px; min-height: 44px; }
.oa-btn small { font-weight: 400; font-size: 13px; opacity: .8; }

/* progress */
.oa-progress { height: 6px; background: #E4DCCD; border-radius: 3px; overflow: hidden; }
.oa-progress--lg { height: 8px; border-radius: 4px; }
.oa-progress__bar { height: 100%; border-radius: inherit; background: #1C2B3A; }
.oa-progress__bar--sage { background: #4F7A66; }

/* data */
.oa-datefield { position: relative; flex: 1 1 220px; min-width: min(100%, 220px); }
.oa-datefield--wide { width: 100%; max-width: 300px; flex: none; }
.oa-datefield__box { display: flex; border: 1.5px solid #1C2B3A; border-radius: 10px; overflow: hidden; background: #FFFFFF; }
.oa-datefield__box input { flex: 1; border: 0; padding: 13px 16px; font-size: 20px; color: #1C2B3A; background: transparent; outline: none; min-width: 0; min-height: 52px; box-sizing: border-box; border-radius: 0; }
.oa-datefield__cal { border: 0; border-left: 1px solid #E4DCCD; background: #FFFFFF; padding: 0 16px; color: #C4883A; font-size: 17px; font-weight: 600; white-space: nowrap; }
.oa-cal { position: absolute; top: calc(100% + 6px); left: 0; z-index: 20; background: #FFFFFF; border: 1px solid #E4DCCD; box-shadow: 0 12px 32px rgba(0,0,0,.1); padding: 16px; width: min(296px, calc(100vw - 40px)); box-sizing: border-box; display: flex; flex-direction: column; gap: 12px; }
.oa-cal__head { display: flex; justify-content: space-between; align-items: center; }
.oa-cal__nav { border: 0; background: none; font-size: 20px; color: #3A4756; padding: 4px 8px; }
.oa-cal__title { font: 500 16px Newsreader, serif; }
.oa-cal__dow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; font-size: 14px; color: #5C6773; text-align: center; }
.oa-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.oa-cal__day { border: 0; height: 36px; font-size: 16px; background: transparent; color: #1C2B3A; cursor: pointer; font-weight: 400; }
.oa-cal__day.is-today { font-weight: 600; }
.oa-cal__day.is-future { color: #D9CFBF; cursor: default; }
.oa-cal__day.is-sel { background: #1C2B3A; color: #FFFFFF; }
.oa-cal__day.is-empty { background: transparent; }

/* karta startowa (home) */
.oa-start { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.oa-start__title { font: 500 22px Newsreader, serif; }
.oa-start__row { display: flex; gap: 10px; flex-wrap: wrap; }
.oa-start__go { flex: 1 1 130px; }
.oa-start__note { font-size: 17px; color: #5C6773; line-height: 1.5; }
.oa-start__links { display: flex; flex-direction: column; font-size: 17px; }
.oa-start__link { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; border-top: 1px solid #E4DCCD; min-height: 52px; color: #1C2B3A; font-weight: 500; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: #D9CFBF; box-sizing: border-box; }

/* onboarding */
.oa-onb { flex: 1; display: flex; justify-content: center; padding: clamp(28px, 6vw, 72px) clamp(16px, 4vw, 48px) clamp(48px, 8vw, 96px); }
.oa-onb__inner { width: 100%; max-width: 680px; display: flex; flex-direction: column; gap: clamp(24px, 4vw, 36px); }
.oa-onb__top { display: flex; flex-direction: column; gap: 12px; }
.oa-onb__meta { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 16px; font-size: 16px; color: #5C6773; }
.oa-onb__num { font-weight: 600; color: #1C2B3A; }
.oa-onb__q { display: flex; flex-direction: column; gap: 10px; }
.oa-onb__title { margin: 0; font: 500 clamp(26px, 5.5vw, 36px)/1.2 Newsreader, serif; letter-spacing: -.01em; text-wrap: pretty; color: #1C2B3A; }
.oa-onb__help { margin: 0; font-size: 19px; line-height: 1.55; color: #5C6773; text-wrap: pretty; }
.oa-opts { display: flex; flex-direction: column; gap: 10px; }
.oa-opt { text-align: left; border-radius: 10px; background: #FFFFFF; border: 1.5px solid #E4DCCD; padding: 18px 22px; min-height: 60px; font-size: 20px; color: #1C2B3A; display: flex; justify-content: space-between; align-items: center; gap: 16px; width: 100%; }
.oa-opt.is-sel { background: #ECE4D6; border-color: #1C2B3A; }
.oa-opt__dot { width: 24px; height: 24px; border-radius: 50%; border: 2px solid #C4883A; background: transparent; flex-shrink: 0; box-sizing: border-box; }
.oa-opt.is-sel .oa-opt__dot { background: #1C2B3A; }
.oa-onb__nav { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; padding-top: 8px; }
.oa-onb__back { font-size: 18px; color: #1C2B3A; padding: 12px 0; }
.oa-onb__next { padding: 16px 30px; min-height: 56px; }
.oa-onb__foot { font-size: 16px; color: #5C6773; line-height: 1.5; border-top: 1px solid #E4DCCD; padding-top: 20px; }

/* checklista */
.oa-cl { display: flex; flex-wrap: wrap; align-items: flex-start; flex: 1; }
.oa-cl--ssr .oa-cl__main { max-width: 900px; }
.oa-cl--ssr .oa-cl__head { gap: 12px; }
.oa-cl--ssr .oa-task__short { margin: 0; }
.oa-cl--ssr h3.oa-task__title { margin: 0; font: 600 20px/1.3 'Source Sans 3', system-ui, sans-serif; }
.oa-cl--ssr h2.oa-cl__title { font-size: clamp(24px, 4.5vw, 32px); }
.oa-cl__side { border-right: 1px solid #E4DCCD; padding: clamp(24px, 4vw, 40px) clamp(16px, 4vw, 28px) clamp(24px, 3vw, 40px) clamp(16px, 4vw, 48px); display: flex; flex-direction: column; gap: clamp(20px, 3vw, 28px); flex: 1 1 250px; min-width: 0; position: sticky; top: 76px; align-self: start; max-height: calc(100vh - 84px); overflow: auto; box-sizing: border-box; }
.oa-cl__prog { display: flex; flex-direction: column; gap: 8px; }
.oa-cl__prog .oa-label { font-size: 15px; letter-spacing: .08em; }
.oa-cl__count { font: 500 34px Newsreader, serif; }
.oa-cl__count span { color: #5C6773; font-size: 22px; }
.oa-cl__note { font-size: 16px; color: #5C6773; line-height: 1.5; }
.oa-cl__pdf { align-self: flex-start; margin-top: 6px; }
.oa-cl__phases { display: flex; flex-direction: column; gap: 2px; }
.oa-cl__phase { display: flex; justify-content: space-between; align-items: center; padding: 13px 12px; min-height: 48px; margin-left: -12px; font-size: 18px; font-weight: 500; background: transparent; color: #3A4756; border-left: 3px solid transparent; box-sizing: border-box; text-decoration: none !important; }
.oa-cl__phase.is-active { background: #ECE4D6; color: #1C2B3A; border-left-color: #C4883A; }
.oa-cl__phasecount { font-size: 15px; color: #5C6773; }
.oa-cl__profile { border-top: 1px solid #E4DCCD; padding-top: 20px; display: flex; flex-direction: column; gap: 10px; font-size: 16px; color: #3A4756; }
.oa-cl__profile .oa-label { font-size: 15px; letter-spacing: .08em; }
.oa-cl__profiletext { line-height: 1.55; }
.oa-cl__main { padding: clamp(24px, 5vw, 40px) clamp(16px, 4vw, 48px) clamp(56px, 8vw, 96px); display: flex; flex-direction: column; gap: clamp(28px, 4vw, 40px); flex: 4 1 560px; min-width: 0; max-width: 900px; box-sizing: border-box; }
.oa-cl__head { display: flex; flex-direction: column; gap: 14px; }
.oa-cl__kicker { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 15px; letter-spacing: .1em; text-transform: uppercase; color: #5C6773; }
.oa-cl__kicker span { white-space: nowrap; }
.oa-cl__verified { letter-spacing: 0; text-transform: none; }
.oa-cl__title { margin: 0; font: 500 clamp(28px, 6vw, 40px)/1.15 Newsreader, serif; letter-spacing: -.015em; color: #1C2B3A; }
.oa-cl__intro { margin: 0; font-size: 20px; line-height: 1.55; color: #3A4756; text-wrap: pretty; max-width: 680px; }
.oa-cl__deadlines { display: flex; flex-direction: column; gap: 1px; background: #E4DCCD; border: 1px solid #E4DCCD; }
.oa-dl { background: #FFFFFF; padding: 16px 20px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px 20px; }
.oa-dl__l { display: flex; flex-direction: column; gap: 3px; }
.oa-dl__label { font-weight: 600; font-size: 18px; }
.oa-dl__rule { font-size: 16px; color: #5C6773; }
.oa-dl__r { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; white-space: nowrap; }
.oa-dl__date { font: 500 22px Newsreader, serif; color: #5C6773; }
.oa-dl__date.is-ok { color: #1C2B3A; }
.oa-dl__date.is-soon { color: #A8442F; }
.oa-dl__left { font-size: 15px; color: #5C6773; }
.oa-cl__ics { background: #FFFFFF; padding: 14px 20px; font-size: 16px; color: #1C2B3A; display: block; }
.oa-tasks { display: flex; flex-direction: column; gap: 1px; background: #E4DCCD; border: 1px solid #E4DCCD; }
.oa-task { background: #F7F3EC; display: flex; flex-direction: column; }
.oa-task__row { display: flex; gap: 16px; padding: 18px 20px; align-items: flex-start; }
.oa-task__box { width: 32px; height: 32px; flex-shrink: 0; border: 1.5px solid #1C2B3A; background: #FFFFFF; color: #F7F3EC; font-size: 20px; font-weight: 700; display: flex; align-items: center; justify-content: center; padding: 0; border-radius: 8px; box-sizing: border-box; }
.oa-task.is-done .oa-task__box { background: #4F7A66; border-color: #4F7A66; }
.oa-task__body { flex: 1; display: flex; flex-direction: column; gap: 6px; text-decoration: none !important; color: inherit !important; }
.oa-task__titlerow { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 4px 16px; }
.oa-task__title { font-size: 20px; font-weight: 600; color: #1C2B3A; }
.oa-task.is-done .oa-task__title { color: #5C6773; text-decoration: line-through; }
.oa-task__tag { font-size: 15px; color: #C4883A; font-weight: 600; white-space: nowrap; }
.oa-task__short { font-size: 17px; color: #3A4756; line-height: 1.55; }
.oa-task__more { font-size: 16px; color: #C4883A; text-decoration: underline; text-underline-offset: 3px; padding-top: 2px; }
.oa-task__details { padding: 0 clamp(16px, 4vw, 20px) 22px clamp(16px, 4vw, 60px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 20px 28px; font-size: 17px; line-height: 1.55; color: #3A4756; }
.oa-task__details > div { display: flex; flex-direction: column; gap: 8px; }
.oa-task__warn { grid-column: 1 / -1; background: #FFFFFF; border: 1px solid #E4DCCD; padding: 12px 16px; font-size: 16px; color: #3A4756; display: block !important; }
.oa-task__warn b { font-weight: 600; color: #A8442F; }
.oa-task__doc { grid-column: 1 / -1; flex-direction: row !important; align-items: center; flex-wrap: wrap; gap: 12px 16px !important; }
.oa-task__docname { font-size: 15px; color: #5C6773; }
.oa-cl__nav { display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; border-top: 1px solid #E4DCCD; padding-top: 24px; }
.oa-cl__nav .oa-underline { font-size: 18px; color: #1C2B3A; }
.oa-cl__nav .oa-btn--primary { padding: 14px 24px; font-size: 19px; }

/* akcje: ZIP + e-mail */
.oa-akcje { display: flex; flex-direction: column; gap: 18px; background: #FFFFFF; border: 1px solid #E4DCCD; border-radius: 16px; padding: clamp(20px, 4vw, 32px); }
.oa-akcje--compact { background: transparent; border: 0; border-radius: 0; padding: 0; gap: 12px; }
.oa-akcje__head { display: flex; flex-direction: column; gap: 10px; }
.oa-akcje__title { margin: 0; font: 500 clamp(24px, 4vw, 30px)/1.2 Newsreader, serif; color: #1C2B3A; }
.oa-akcje__lead { margin: 0; font-size: 18px; line-height: 1.55; color: #3A4756; max-width: 640px; text-wrap: pretty; }
.oa-akcje__row { display: flex; flex-wrap: wrap; gap: 12px 16px; align-items: stretch; }
.oa-akcje__zip { justify-content: space-between; gap: 24px; padding: 16px 24px; font-size: 18px; white-space: nowrap; flex: 0 1 auto; }
.oa-akcje__mail { display: flex; flex: 1 1 320px; gap: 10px; flex-wrap: wrap; }
.oa-akcje__input { flex: 1 1 200px; min-height: 52px; padding: 12px 16px; border: 1.5px solid #1C2B3A; border-radius: 10px; background: #FFFFFF; font-size: 18px; color: #1C2B3A; box-sizing: border-box; min-width: 0; }
.oa-akcje__msg { font-size: 16px; line-height: 1.5; }
.oa-akcje__msg:empty { display: none; }
.oa-akcje__msg.is-ok { color: #4F7A66; font-weight: 600; }
.oa-akcje__msg.is-error { color: #A8442F; font-weight: 600; }
.oa-akcje__note { font-size: 15px; color: #5C6773; line-height: 1.5; }

@media (max-width: 905px) {
  .oa-cl__side { border-right: 0; border-bottom: 1px solid #E4DCCD; position: static; max-height: none; }
}
