.poster-page{--poster-accent:#1f4fc5;--poster-accent-rgb:31,79,197;--poster-accent-shadow:rgba(31,79,197,.25);--poster-danger:#d32f2f;padding:20px 0 60px;background:#fff}.poster-page__header,.poster-page__inner{max-width:1250px;margin:0 auto;padding-left:25px;padding-right:25px}.poster-page__heading{margin:0 0 4px;font-size:20px;font-weight:600;text-transform:uppercase;text-align:left}.poster-page__description{margin:0 0 10px;font-size:15px;line-height:1.6;color:#333;max-width:780px}.poster-page__description .subtitle{display:block;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;color:var(--poster-accent)}.poster-page__inner{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);grid-gap:30px;gap:30px;align-items:flex-start;position:relative}.poster-form{background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.06);padding:22px 22px 18px}.poster-form__group{margin-bottom:18px}.poster-form__label{display:block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;color:#555}.poster-form__required{color:var(--poster-danger)}.poster-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px 18px;gap:14px 18px}.poster-form__input{width:100%;border-radius:8px;border:1px solid #dadce0;padding:9px 11px;font-size:14px;line-height:1.4;background:#fafafa;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.poster-form__input::placeholder{color:#6b7280;opacity:1}.poster-form__input:focus{outline:none;background:#fff;border-color:var(--poster-accent);box-shadow:0 0 0 3px var(--poster-accent-shadow)}.poster-form__input--error{border-color:var(--poster-danger);box-shadow:0 0 0 1px rgba(211,47,47,.2)}.poster-form__hint{margin-top:4px;font-size:12px;color:#777}.poster-form__error{margin-top:4px;font-size:12px;color:var(--poster-danger);font-weight:500}.poster-form__checkbox-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:14px;line-height:1.5}.poster-form__checkbox{margin-top:3px;width:18px;height:18px;min-width:18px;cursor:pointer;accent-color:var(--poster-accent)}.poster-form__checkbox-text{flex:1 1;color:#333}.poster-form__checkbox-text button{padding:0;border:0;background:none;color:var(--poster-accent);font:inherit;text-decoration:underline;cursor:pointer}.poster-form__checkbox-text button:hover{text-decoration:none}.poster-variants{display:flex;flex-direction:column;gap:8px}.poster-variant{border:1px solid #dadce0;border-radius:8px;background:#fafafa;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.poster-variant--open,.poster-variant:hover{border-color:var(--poster-accent);background:#fff}.poster-variant--open{box-shadow:0 0 0 1px var(--poster-accent-shadow)}.poster-variant__header{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;border:0;background:none;font:inherit;text-align:left;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.poster-variant__header:hover{background:rgba(0,0,0,.02)}.poster-variant__price{font-weight:700;font-size:16px;color:var(--poster-accent);min-width:40px}.poster-variant__name{flex:1 1;font-weight:600;font-size:14px;color:#333}.poster-variant--open .poster-variant__name{color:var(--poster-accent)}.poster-variant__toggle{position:relative;width:20px;height:20px;flex-shrink:0}.poster-variant__toggle:after,.poster-variant__toggle:before{content:"";position:absolute;background:#666;top:50%;left:50%;transform:translate(-50%,-50%);transition:transform .2s ease,opacity .2s ease}.poster-variant__toggle:before{width:12px;height:2px}.poster-variant__toggle:after{width:2px;height:12px}.poster-variant--open .poster-variant__toggle:after{opacity:0;transform:translate(-50%,-50%) rotate(90deg)}.poster-variant__content{max-height:0;overflow:hidden;padding:0 14px;transition:max-height .3s ease,padding .3s ease}.poster-variant--open .poster-variant__content{max-height:220px;padding:0 14px 12px}.poster-variant__description{font-size:13px;line-height:1.5;color:#000;padding-top:4px}.poster-variant__description ul{margin:0;padding-left:20px}.poster-price-summary{margin-top:16px;padding:14px 16px;background:linear-gradient(135deg,rgba(var(--poster-accent-rgb),.08),rgba(var(--poster-accent-rgb),.04));border:2px solid var(--poster-accent);border-radius:8px;display:flex;justify-content:space-between;align-items:center}.poster-price-summary__label{font-size:15px;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.05em}.poster-price-summary__value{font-size:28px;font-weight:700;color:var(--poster-accent)}.poster-price-summary__value--updated{animation:poster-price-pulse .4s ease}@keyframes poster-price-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.poster-form__actions{margin-top:18px}.poster-form__actions--locked{pointer-events:none;opacity:.5}.poster-form__actions-note{margin:0 0 8px;font-size:12px;color:#777;text-align:center}.poster-preview-shell{display:flex;flex-direction:column;gap:14px;position:-webkit-sticky;position:sticky;top:100px}.poster-preview-shell__label{margin:0 0 4px;font-size:14px;font-weight:600;text-transform:uppercase;text-align:center;color:#000}.poster-preview-shell__frame{position:relative;width:100%;max-width:540px;margin:0 auto;min-height:200px}.poster-preview{position:relative;display:block;width:100%;border-radius:5px;box-shadow:0 16px 40px rgba(0,0,0,.45);transition:opacity .3s ease,filter .3s ease}.poster-preview--loading{opacity:.6;filter:blur(5px)}.poster-preview-rotate{position:absolute;left:50%;top:50%;width:54px;height:50px;border:10px dotted var(--poster-accent);border-radius:100%;transform:translate(-50%,-50%);animation:poster-rotate 2s linear infinite;z-index:2}@keyframes poster-rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.poster-preview-shell__helper{font-size:13px;color:#545454;text-align:center}.poster-background-gallery{margin-top:20px}.poster-background-gallery__label{margin-bottom:12px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#555;text-align:center}.poster-background-gallery__items{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.poster-background-gallery__item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px;border:2px solid #dadce0;border-radius:8px;background:#fafafa;cursor:pointer;transition:all .2s ease;min-width:100px;max-width:120px}.poster-background-gallery__item:hover{border-color:var(--poster-accent);background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.poster-background-gallery__item--active{border-color:var(--poster-accent);background:rgba(var(--poster-accent-rgb),.05);box-shadow:0 0 0 2px var(--poster-accent-shadow)}.poster-background-gallery__item--active .poster-background-gallery__name{color:var(--poster-accent);font-weight:600}.poster-background-gallery__thumbnail{width:100%;aspect-ratio:2/3;border-radius:4px;object-fit:cover;display:block;background:#f0f0f0}.poster-background-gallery__name{font-size:11px;color:#666;text-align:center;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.poster-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.7)}.poster-modal__dialog{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px rgba(0,0,0,.3);animation:poster-modal-in .3s ease-out}.poster-modal__dialog--wide{max-width:720px}@keyframes poster-modal-in{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.poster-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px;border-bottom:1px solid #eee}.poster-modal__title{margin:0;font-size:20px;font-weight:700;color:#222}.poster-modal__close{border:0;background:none;font-size:28px;line-height:1;color:#888;cursor:pointer}.poster-modal__close:hover{color:#222}.poster-modal__content{padding:24px;font-size:14px;line-height:1.6;color:#444}.poster-modal__content h3{margin:20px 0 8px;font-size:15px;color:#222}.poster-modal__content ul{margin:0 0 8px;padding-left:20px}.poster-modal__footer{padding:0 24px 24px;display:flex;gap:10px;justify-content:flex-end}.poster-modal__button{padding:10px 24px;border:0;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s ease}.poster-modal__button--primary{background:var(--poster-accent);color:#fff}.poster-modal__button--primary:hover{background:#16389a}.poster-modal__button--secondary{background:#6c757d;color:#fff}.poster-modal__button--secondary:hover{background:#5a6268}.poster-status{padding:40px;text-align:center}.poster-status__icon{font-size:64px;margin-bottom:10px}.poster-status h2{margin:20px 0 15px;font-size:26px;color:#333}.poster-status p{margin:10px 0;color:#666;line-height:1.6}.poster-status__spinner{width:60px;height:60px;margin:0 auto 20px;border:6px solid #f3f3f3;border-top:6px solid var(--poster-accent);border-radius:50%;animation:poster-spin 1s linear infinite}@keyframes poster-spin{to{transform:rotate(1turn)}}.poster-status__progress{width:100%;height:8px;background:#e0e0e0;border-radius:4px;margin:20px 0;overflow:hidden}.poster-status__progress-fill{height:100%;background:linear-gradient(90deg,var(--poster-accent),#00bfff);animation:poster-progress 2s ease-in-out infinite}@keyframes poster-progress{0%{width:0}50%{width:70%}to{width:100%}}.poster-status__download{margin:30px 0;padding:20px;background:#f8f9fa;border-radius:8px}.poster-status__download-btn{display:inline-block;padding:15px 40px;background:#28a745;color:#fff;text-decoration:none;border-radius:6px;font-size:18px;font-weight:700;transition:all .3s}.poster-status__download-btn:hover{background:#218838;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(40,167,69,.3)}.poster-status__note{margin-top:10px;font-size:14px;color:#666}.poster-status__order-id{margin-top:20px;padding-top:20px;border-top:1px solid #eee;font-size:13px;color:#999}.poster-status__error{margin:15px 0;padding:15px;background:#fff5f5;border-left:4px solid var(--poster-danger);border-radius:6px;color:var(--poster-danger);font-weight:500}.poster-status__actions{display:flex;gap:10px;justify-content:center;margin-top:20px}@media (max-width:960px){.poster-page__inner{grid-template-columns:minmax(0,1fr)}.poster-preview-shell{position:relative;top:0;order:1}.poster-page__form-column{order:2}.poster-preview-shell__frame{max-width:380px}}@media (max-width:640px){.poster-page{padding:20px 0 40px}.poster-page__header,.poster-page__inner{padding-left:15px;padding-right:15px}.poster-page__heading{font-size:18px;text-align:center}.poster-page__description{font-size:14px;text-align:center}.poster-form{padding:16px 14px 14px}.poster-form__row{grid-template-columns:minmax(0,1fr)}.poster-preview-shell__frame{max-width:320px}.poster-background-gallery__item{min-width:80px;max-width:90px;padding:6px}.poster-status{padding:30px 20px}}