.btn{justify-content:center;align-items:center;gap:var(--space-xs);border-radius:var(--radius-md);cursor:pointer;border:none;min-height:48px;padding:12px 20px;font-size:16px;font-weight:500;transition:background .15s,opacity .15s;display:inline-flex}.btn:disabled{opacity:.45;cursor:not-allowed}.btn--full{width:100%}.btn--full+.btn--full{margin-top:var(--space-sm)}.btn-stack{gap:var(--space-sm);margin-top:var(--space-md);flex-direction:column;display:flex}.btn--primary{background:var(--color-accent);color:#fff}.btn--primary:not(:disabled):hover{background:var(--color-accent-hover)}.btn--secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn--ghost{color:var(--color-text-secondary);background:0 0;min-height:40px}.amount-grid{gap:var(--space-sm);margin-bottom:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}.amount-chip{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);cursor:pointer;min-height:52px;font-size:16px;font-weight:500}.amount-chip--active{border-color:var(--color-accent);color:var(--color-accent);background:#fff5f2}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-md);box-shadow:var(--shadow-card);margin-bottom:var(--space-lg)}.card--balance{text-align:center;padding:var(--space-lg)}.card__balance-label{color:var(--color-text-secondary);margin-bottom:var(--space-xs);font-size:14px}.card__balance-value{color:var(--color-text);font-size:32px;font-weight:700}.card__balance-type{margin-top:var(--space-xs);color:var(--color-text-secondary);font-size:14px}.header{min-height:var(--header-height);padding:0 var(--space-md);background:var(--color-surface);border-bottom:1px solid var(--color-divider);z-index:10;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.header__brand{align-items:center;gap:10px;display:flex}.header__logo{object-fit:contain;width:auto;height:32px;display:block}.header__festival-logo{object-fit:contain;width:auto;max-width:180px;height:32px;display:block}.header__title{letter-spacing:.01em;max-width:140px;font-size:15px;font-weight:700;line-height:1.2}.header__back,.header__spacer{width:36px;height:36px}.header__back{color:var(--color-text);cursor:pointer;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;appearance:none;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;font-size:22px;display:flex}.header__back:focus{outline:none}.header__back:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.header__back:active{background:0 0}.checkbox{align-items:flex-start;gap:var(--space-sm);cursor:pointer;margin-bottom:var(--space-md);display:flex}.checkbox__input{opacity:0;pointer-events:none;position:absolute}.checkbox__box{border:2px solid var(--color-border);background:var(--color-surface);border-radius:6px;flex-shrink:0;width:22px;height:22px;margin-top:2px;position:relative}.checkbox__input:checked+.checkbox__box{border-color:var(--color-accent);background:var(--color-accent)}.checkbox__input:checked+.checkbox__box:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;position:absolute;top:2px;left:6px;transform:rotate(45deg)}.checkbox__label{font-size:15px;line-height:1.45}.modal-overlay{padding:var(--space-md);z-index:100;background:#0006;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.modal{background:var(--color-surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0;width:100%;max-width:480px;max-height:80vh;padding:var(--space-lg) var(--space-md);overflow:auto}.modal__title{margin-bottom:var(--space-md);font-size:20px;font-weight:700}.modal__body{color:var(--color-text-secondary);white-space:pre-line;margin-bottom:var(--space-lg);font-size:15px;line-height:1.6}.faq-list{gap:var(--space-xs);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.faq-item{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);overflow:hidden}.faq-item__question{justify-content:space-between;align-items:center;gap:var(--space-sm);text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:14px;font-size:15px;font-weight:500;display:flex}.faq-item__answer{color:var(--color-text-secondary);padding:0 14px 14px;font-size:14px;line-height:1.5}.festival-links{gap:var(--space-xs);flex-direction:column;display:flex}.festival-links__item{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);cursor:pointer;justify-content:space-between;align-items:center;width:100%;min-height:48px;padding:12px 14px;font-size:16px;display:flex}.festival-rate-action{margin-top:var(--space-md)}.festival-map-placeholder{border-radius:var(--radius-md);height:200px;color:var(--color-text-secondary);margin-bottom:var(--space-md);border:1px dashed var(--color-border);background:linear-gradient(135deg,#f5f5f5,#ebebeb);justify-content:center;align-items:center;display:flex}.field{margin-bottom:var(--space-md);flex-direction:column;gap:6px;display:flex}.field__label{color:var(--color-text-secondary);font-size:14px}.field__input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;min-height:48px;color:var(--color-text);padding:12px 14px;font-size:16px}.field__input:focus{border-color:var(--color-accent);outline:none}.star-rating{margin:8px 0 var(--space-lg);justify-content:center;gap:8px;display:flex}.star-rating__star{color:var(--color-border);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.star-rating__star--selected{color:var(--color-accent)}.star-rating__star:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}.festival-rating__comment{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;min-height:120px;color:var(--color-text);resize:vertical;padding:12px 14px;font-family:inherit;font-size:16px}.festival-rating__comment:focus{border-color:var(--color-accent);outline:none}.festival-rating__success{text-align:center;padding:32px 0 16px}.festival-rating__success p{color:var(--color-text);margin-bottom:24px;font-size:16px;line-height:1.5}.history-list{gap:var(--space-xs);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.history-item{justify-content:space-between;align-items:center;gap:var(--space-md);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:14px;display:flex}.history-item__title{margin-bottom:4px;font-weight:500}.history-item__meta{color:var(--color-text-secondary);font-size:13px}.history-item__amount{white-space:nowrap;font-weight:700}.history-item__amount--plus{color:var(--color-success)}.menu-list{gap:var(--space-xs);flex-direction:column;display:flex}.menu-list__item{align-items:center;gap:var(--space-sm);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:100%;min-height:52px;color:var(--color-text);cursor:pointer;text-align:left;padding:12px 14px;font-size:16px;display:flex}.menu-list__icon{width:28px;height:28px;color:var(--color-accent);background:#fff5f2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.menu-list__icon svg{display:block}.menu-list__arrow{color:var(--color-text-secondary);margin-left:auto;font-size:20px}.phone-field{margin-bottom:var(--space-md);flex-direction:column;gap:6px;display:flex}.phone-field__label{color:var(--color-text-secondary);font-size:14px}.phone-field__row{align-items:center;gap:var(--space-xs);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);min-height:48px;padding:0 14px;display:flex}.phone-field__row:focus-within{border-color:var(--color-accent)}.phone-field__prefix{color:var(--color-text);flex-shrink:0;font-size:16px;font-weight:500}.phone-field__input{min-width:0;color:var(--color-text);background:0 0;border:none;outline:none;flex:1;padding:12px 0;font-size:16px}.phone-confirmed{background:var(--color-success-bg);color:var(--color-success);text-align:center;border-radius:12px;padding:24px;font-weight:500}.qr-code{padding:var(--space-md);justify-content:center;display:flex}.qr-code__grid{border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;grid-template-columns:repeat(11,1fr);gap:2px;width:220px;height:220px;padding:12px;display:grid}.qr-code__cell{background:#fff;border-radius:1px}.qr-code__cell--filled{background:var(--color-text)}.support-sent{background:var(--color-success-bg);border-radius:var(--radius-md);color:var(--color-text);padding:24px}.support-sent__note{color:var(--color-text-secondary);margin-top:12px;font-size:14px}.btn.payment-method-btn--sbp{color:#fff;background:#1d1346}.btn.payment-method-btn--sbp:not(:disabled):hover{background:#261a5a}.payment-method-btn__icon-slot{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.payment-method-btn__icon{object-fit:contain;width:22px;height:22px;display:block}.payment-logos{justify-content:center;align-items:center;gap:var(--space-md);padding:var(--space-md) 0;flex-wrap:wrap;display:flex}.payment-logos__item{object-fit:contain;width:auto;max-width:72px;height:28px}.payment-logos__item--sbp{max-width:96px;height:32px}.payment-logos__item--mir{max-width:64px;height:24px}:root{--color-bg:#fafafa;--color-surface:#fff;--color-text:#1a1a1a;--color-text-secondary:#6b6b6b;--color-accent:#ff8562;--color-accent-hover:#fa876b;--color-border:#e8e8e8;--color-divider:#f0f0f0;--color-success:#4a9b6e;--color-success-bg:#eef7f1;--color-error:#d46555;--color-error-bg:#fdf0ee;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-card:0 1px 4px #0000000f;--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:24px;--space-xl:32px;--font-family:"Roboto Condensed", system-ui, sans-serif;--header-height:56px}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}body{font-family:var(--font-family);color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.45}button,input{font-family:inherit}a{color:var(--color-accent)}h1,h2,h3,p{margin:0}.app-shell{flex-direction:column;min-height:100%;display:flex}.app-content{padding:var(--space-md);padding-bottom:var(--space-xl);flex:1;width:100%;max-width:480px;margin:0 auto}.page-title{margin-bottom:var(--space-sm);font-size:22px;font-weight:700}.page-subtitle{color:var(--color-text-secondary);margin-bottom:var(--space-lg);font-size:15px;line-height:1.5}.spinner{border:3px solid var(--color-divider);border-top-color:var(--color-accent);width:40px;height:40px;margin:var(--space-xl) auto;border-radius:50%;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
