.lpo-ty,.lpo-proof{display:grid;gap:1.5rem;margin-block:1rem 2.5rem}.lpo-ty__card{position:relative;padding:clamp(1.25rem,3vw,2rem);background:var(--lpo-white);border:1px solid var(--lpo-border);border-radius:var(--lpo-radius-lg);box-shadow:0 1px 2px rgba(15,23,42,0.04),0 8px 24px rgba(15,23,42,0.06)}.lpo-ty__hero{overflow:hidden;border-top:4px solid var(--lpo-accent);text-align:center}.lpo-ty__hero.is-failed{border-top-color:#B91C1C}.lpo-ty__badge{display:inline-grid;place-items:center;width:64px;height:64px;margin-bottom:0.75rem;color:var(--lpo-white);background:var(--lpo-success);border-radius:50%;box-shadow:0 0 0 8px rgba(21,128,61,0.12)}.lpo-ty__badge .lpo-icon{width:32px;height:32px;stroke-width:3}.lpo-ty__eyebrow{margin:0 0 0.25rem;color:var(--lpo-accent-text);font-size:0.8125rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase}.lpo-ty__title{margin:0 0 0.75rem;font-size:clamp(1.5rem,1.2rem + 1.4vw,2.1rem)}.lpo-ty__lead{max-width:62ch;margin:0 auto 0.75rem;color:var(--lpo-muted)}.lpo-ty__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1px;margin:1.5rem 0 0;overflow:hidden;text-align:left;background:var(--lpo-border);border:1px solid var(--lpo-border);border-radius:var(--lpo-radius)}.lpo-ty__summary>div{padding:0.9rem 1rem;background:var(--lpo-light)}.lpo-ty__summary dt{color:var(--lpo-muted);font-size:0.8125rem}.lpo-ty__summary dd{margin:0.2rem 0 0;color:var(--lpo-primary);font-size:1.05rem;font-weight:700;overflow-wrap:anywhere}.lpo-ty__summary.is-compact{margin:1rem 0 1.25rem}.lpo-ty__status{display:inline-block;padding:0.15rem 0.6rem;color:var(--lpo-white);font-size:0.85rem;background:#1D4ED8;border-radius:999px}.lpo-ty__status.is-processing,.lpo-ty__status.is-completed{background:var(--lpo-success)}.lpo-ty__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:0.75rem;margin:1.5rem 0 0}.lpo-ty__actions .lpo-btn{display:inline-flex;align-items:center;gap:0.5rem}.lpo-ty__note{display:inline-flex;align-items:center;gap:0.4rem;margin:1rem 0 0;font-weight:600}.lpo-ty__note.is-ok{color:var(--lpo-success)}.lpo-ty__grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:1.5rem;align-items:start}.lpo-ty__side{display:grid;gap:1.5rem}.lpo-ty__h{display:flex;align-items:center;gap:0.5rem;margin:0 0 1rem;font-size:1.2rem}.lpo-ty__h .lpo-icon{color:var(--lpo-accent-text)}.lpo-ty__items{width:100%;border-collapse:collapse;font-size:0.95rem}.lpo-ty__items th,.lpo-ty__items td{padding:0.7rem 0.5rem;text-align:left;border-bottom:1px solid var(--lpo-border)}.lpo-ty__items thead th{color:var(--lpo-muted);font-size:0.8125rem;font-weight:600}.lpo-ty__items .is-num{text-align:right;white-space:nowrap}.lpo-ty__items tfoot th{color:var(--lpo-muted);font-weight:500}.lpo-ty__items tfoot tr.is-order_total th,.lpo-ty__items tfoot tr.is-order_total td{color:var(--lpo-primary);font-size:1.1rem;font-weight:800;border-bottom:0}.lpo-ty__bank{border-left:4px solid var(--lpo-accent)}.lpo-copylist{margin:0}.lpo-copy{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:0.75rem;padding:0.7rem 0;border-bottom:1px solid var(--lpo-border)}.lpo-copy:last-child{border-bottom:0}.lpo-copy__label{grid-column:1 / -1;color:var(--lpo-muted);font-size:0.8125rem}.lpo-copy__value{margin:0.15rem 0 0;color:var(--lpo-primary);font-weight:700;overflow-wrap:anywhere}.lpo-copy__value.is-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:0.02em}.lpo-copy__action{margin:0;align-self:center}.lpo-copy__btn{display:inline-flex;align-items:center;gap:0.35rem;min-height:40px;padding:0.4rem 0.75rem;color:var(--lpo-primary);font:inherit;font-size:0.875rem;font-weight:600;cursor:pointer;background:var(--lpo-white);border:1px solid var(--lpo-border);border-radius:var(--lpo-radius)}.lpo-copy__btn:hover{border-color:var(--lpo-primary)}.lpo-copy__btn.is-copied{color:var(--lpo-white);background:var(--lpo-success);border-color:var(--lpo-success)}.lpo-copy__btn .lpo-icon{width:16px;height:16px}.lpo-ty__hint{margin:0.75rem 0 0;color:var(--lpo-muted);font-size:0.875rem}.lpo-ty__company-name{margin:0 0 0.5rem;font-weight:700}.lpo-timeline{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0.75rem;margin:0.5rem 0 0;padding:0;list-style:none;counter-reset:none}.lpo-timeline__step{position:relative;display:grid;justify-items:center;gap:0.35rem;text-align:center}.lpo-timeline__step::before{content:"";position:absolute;top:20px;left:calc(-50% + 22px);width:calc(100% - 44px + 0.75rem);height:3px;background:var(--lpo-border)}.lpo-timeline__step:first-child::before{display:none}.lpo-timeline__step.is-done::before,.lpo-timeline__step.is-current::before{background:var(--lpo-success)}.lpo-timeline__dot{position:relative;z-index:1;display:grid;place-items:center;width:42px;height:42px;color:var(--lpo-muted);font-weight:700;background:var(--lpo-white);border:3px solid var(--lpo-border);border-radius:50%}.lpo-timeline__dot .lpo-icon{width:20px;height:20px;stroke-width:3}.is-done .lpo-timeline__dot{color:var(--lpo-white);background:var(--lpo-success);border-color:var(--lpo-success)}.is-current .lpo-timeline__dot{color:var(--lpo-on-accent);background:var(--lpo-accent);border-color:var(--lpo-accent);box-shadow:0 0 0 6px rgba(249,115,22,0.18)}.lpo-timeline__label{color:var(--lpo-primary);font-weight:700}.is-todo .lpo-timeline__label{color:var(--lpo-muted)}.lpo-timeline__text{color:var(--lpo-muted);font-size:0.85rem;line-height:1.45}.lpo-proof{max-width:760px;margin-inline:auto}.lpo-proof__done{text-align:center;border-top:4px solid var(--lpo-success)}.lpo-proof input[type="file"]{width:100%;padding:1rem;background:var(--lpo-light);border:2px dashed var(--lpo-border);border-radius:var(--lpo-radius);cursor:pointer}.lpo-proof input[type="file"]:focus-visible{border-color:var(--lpo-primary)}.lpo-proof input[readonly]{background:var(--lpo-light)}@media (max-width: 900px){.lpo-ty__grid{grid-template-columns:minmax(0,1fr)}.lpo-timeline{grid-template-columns:minmax(0,1fr);gap:0}.lpo-timeline__step{grid-template-columns:42px minmax(0,1fr);justify-items:start;column-gap:0.9rem;padding-bottom:1.1rem;text-align:left}.lpo-timeline__dot{grid-row:span 2}.lpo-timeline__step::before{top:42px;left:19.5px;width:3px;height:calc(100% - 42px)}.lpo-timeline__step:first-child::before{display:block}.lpo-timeline__step:last-child::before{display:none}.lpo-timeline__step.is-current::before{background:var(--lpo-border)}}@media (max-width: 560px){.lpo-ty__hero{text-align:left}.lpo-ty__lead{margin-inline:0}.lpo-ty__actions{justify-content:stretch}.lpo-ty__actions .lpo-btn{flex:1 1 100%;justify-content:center}}@media print{.lpo-ty__actions,.lpo-copy__action{display:none}.lpo-ty__card{box-shadow:none}}.lpo-delivery-note{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;text-align:left;background:var(--lpo-light);border:1px solid var(--lpo-border);border-left:4px solid var(--lpo-accent);border-radius:var(--lpo-radius-lg)}.lpo-delivery-note__icon{flex:0 0 auto;display:grid;place-items:center;width:48px;height:48px;color:var(--lpo-accent);background:var(--lpo-primary);border-radius:50%}.lpo-delivery-note__icon .lpo-icon{width:24px;height:24px}.lpo-delivery-note__title{margin:0 0 0.25rem;color:var(--lpo-primary);font-size:1.05rem;font-weight:800;line-height:1.4}.lpo-delivery-note__text{margin:0;color:var(--lpo-muted)}.lpo-proof__done .lpo-delivery-note{max-width:620px;margin:1.25rem auto 0}.lpo-proof{width:100%;max-width:760px;margin:clamp(1.5rem,5vw,3.5rem) auto clamp(2.5rem,7vw,5rem)}.lpo-proof__done{padding-block:clamp(2rem,5vw,3rem)}.lpo-proof__done .lpo-ty__lead{margin-inline:auto}.lpo-proof__done .lpo-ty__actions{justify-content:center}@media (max-width: 560px){.lpo-proof__done{text-align:center}.lpo-delivery-note{gap:0.75rem;padding:1rem}.lpo-delivery-note__icon{width:40px;height:40px}}