*{box-sizing:border-box}body,html{background:#fff;color:#28303f;font-family:Beeline Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;min-height:100%;padding:0}button,input,textarea{font:inherit}button{border:none;cursor:pointer}.container{margin:0 auto;padding:48px 24px 60px;width:min(1152px,100%)}.section-header{margin:0 0 40px}.section-header h1{color:#28303f;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.05;margin:0}.section-header p{color:gray;font-size:38px;line-height:22px;margin:16px 0 0}.tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin-bottom:40px}.tab-button{background:#f0f3f5;border:none;border-radius:999px;color:#28303f;font-size:15px;font-weight:400;line-height:22px;min-height:38px;padding:8px 16px;transition:background .15s ease,color .15s ease}.tab-button.active{background:#28303f;color:#f0f3f5}.offer-grid{display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr))}.offer-card{border-radius:2rem;box-shadow:0 2px 16px #0000000f,0 -10px 22px #00000008;box-sizing:border-box;flex-direction:column;min-height:23.625rem;min-width:0;overflow:hidden;padding:1.5rem;position:relative}.offer-card,.offer-card__preview{background:#fff;display:flex;width:100%}.offer-card__preview{align-items:center;border-radius:24px;justify-content:center;margin-bottom:16px;min-height:164px}.offer-card__admin{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.offer-card__admin-btn{background:#eef2f6;border:1px solid #d6dde6;border-radius:999px;color:#28303f;font-size:12px;min-height:28px;padding:4px 10px}.offer-card__admin-btn--on{background:#dcfce7;border-color:#86efac;color:#166534}.offer-card__admin-btn--off{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.offer-card__inline-input{border:1px dashed #a4afbf;border-radius:10px;margin-bottom:10px;min-height:36px;padding:8px 10px;width:100%}.offer-card__inline-input--title{font-size:15px;font-weight:700}.offer-card__inline-input--mini{font-size:12px;margin-bottom:4px;min-height:30px}.offer-card__logo{display:block;height:auto;max-height:124px;max-width:220px;width:auto}.offer-card__title{color:#28303f;font-size:1rem;font-weight:700;letter-spacing:-.01em;line-height:1.375rem;margin:0 0 .5rem;overflow-wrap:break-word;text-transform:uppercase;word-break:break-word}.offer-card__subtitle{color:#28303f;font-size:.75rem;line-height:1rem;margin:0 0 1rem;overflow-wrap:break-word}.offer-card__metrics{display:flex;flex-wrap:wrap;gap:.5rem .75rem;margin-bottom:1.5rem;min-width:0;width:100%}.metric{background:transparent;border-radius:0;display:flex;flex:1 1 auto;flex-direction:column;gap:.125rem;min-width:0;overflow:hidden;padding:0;text-align:left}.metric__value{color:#28303f;font-size:.9375rem;font-weight:700;line-height:1.375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.offer-card--admin .offer-card__metrics{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.offer-card--admin .metric{background:#fff;border:1px solid #e8eef7;border-radius:16px;display:grid;gap:.25rem;grid-template-rows:auto auto;padding:.75rem .75rem .65rem}.metric__label,.offer-card--admin .metric__value{white-space:normal}.metric__label{color:#28303f;font-size:.75rem;font-weight:400;line-height:1rem;overflow-wrap:break-word}.offer-card__actions{align-items:center;display:flex;flex-wrap:nowrap;gap:16px;margin-top:auto}.offer-card__actions .offer-card__inline-input+.button-secondary{flex:0 0 auto}.button-primary,.button-secondary{align-items:center;border-radius:1.8125rem;display:inline-flex;flex:1 1 0;font-size:.75rem;font-weight:700;justify-content:center;letter-spacing:.02em;line-height:1rem;min-height:2rem;min-width:0;overflow:hidden;padding:.5rem .75rem;text-overflow:ellipsis;text-transform:uppercase;transition:transform .15s ease,background .15s ease;white-space:nowrap}.button-primary{background:var(--button-color,#ffc800);box-shadow:none;color:var(--button-text-color,#28303f);outline:none;text-decoration:none}.button-primary:hover,.button-secondary:hover{opacity:.9}.button-secondary{background:#f0f3f5;color:var(--button-text-color,#28303f)}.offer-card__info-badge{border-radius:50%;color:#28303f;cursor:pointer;display:grid;font-weight:700;height:36px;place-items:center;position:absolute;right:20px;top:20px;width:36px}.modal-fade-enter-active,.modal-fade-leave-active{transition:opacity .22s ease}.modal-fade-enter-from,.modal-fade-leave-to{opacity:0}.modal-fade-enter-active .modal-card,.modal-fade-leave-active .modal-card{transition:transform .22s ease,opacity .22s ease}.modal-fade-enter-from .modal-card,.modal-fade-leave-to .modal-card{opacity:0;transform:translateY(8px) scale(.985)}.footer{color:gray;font-size:.9rem;line-height:1.6;padding:38px 0 12px;text-align:center}.footer p{margin:8px 0}@media(max-width:880px){.offer-grid{grid-template-columns:1fr}.container{padding:2rem 1rem 2.5rem}}@media(max-width:640px){.tabs{justify-content:flex-start}.section-header{margin-bottom:1.5rem}.section-header h1{font-size:1.75rem}.offer-card{padding:1.25rem}}@media(max-width:425px){.section-header h1{font-size:1.5rem;letter-spacing:-.01em}.offer-card{border-radius:1.25rem;padding:1rem}.offer-card__title{font-size:.875rem;line-height:1.25rem}.offer-card__subtitle{font-size:.6875rem}.metric__value{font-size:.875rem;line-height:1.25rem}.metric__label{font-size:.6875rem}.button-primary,.button-secondary{font-size:.6875rem;min-height:1.875rem;padding:.4rem .5rem}.offer-card__metrics{gap:.375rem .5rem}}
