*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--tg-bg: var(--tg-theme-bg-color, #f2f2f7);--tg-text: var(--tg-theme-text-color, #1c1c1e);--tg-hint: var(--tg-theme-hint-color, #8e8e93);--tg-link: var(--tg-theme-link-color, #2481cc);--tg-button-bg: var(--tg-theme-button-color, #2481cc);--tg-button-text: var(--tg-theme-button-text-color, #ffffff);--tg-secondary-bg: var(--tg-theme-secondary-bg-color, #ffffff)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--tg-bg);color:var(--tg-text);min-height:100vh}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.25rem;color:var(--tg-hint)}.page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem}.card{background:var(--tg-secondary-bg);border-radius:20px;padding:2.5rem 2rem;text-align:center;width:100%;max-width:400px;box-shadow:0 2px 16px #00000014}.card--dark{box-shadow:0 2px 16px #0000004d}.avatar{width:80px;height:80px;border-radius:50%;background:var(--tg-button-bg);color:var(--tg-button-text);font-size:2rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.greeting{font-size:1.75rem;font-weight:700;margin-bottom:.25rem;line-height:1.2}.username{font-size:1rem;color:var(--tg-hint);margin-bottom:1.25rem}.subtitle{font-size:1rem;color:var(--tg-hint);line-height:1.6;margin-bottom:1rem}.hint{font-size:.85rem;color:var(--tg-hint);margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(142,142,147,.2);line-height:1.5}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:58px;background:var(--tg-secondary-bg);border-top:1px solid rgba(142,142,147,.2);display:flex;z-index:100}.bottom-nav__btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;background:none;border:none;cursor:pointer;font-size:.68rem;font-weight:500;color:var(--tg-hint);padding:0}.bottom-nav__btn--active{color:var(--tg-button-bg)}.bottom-nav__icon{font-size:1.125rem;line-height:1}.catalog-page{min-height:100vh;padding:1.25rem 1rem 5rem}.catalog-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.catalog-title{font-size:1.5rem;font-weight:700;margin-bottom:0}.catalog-add-btn{background:var(--tg-button-bg);color:var(--tg-button-text);border:none;border-radius:10px;padding:.45rem .9rem;font-size:.875rem;font-weight:600;cursor:pointer;white-space:nowrap}.catalog-tabs{display:flex;gap:.5rem;margin:.75rem 0}.catalog-tab{flex:1;padding:.5rem;background:var(--tg-secondary-bg);border:none;border-radius:10px;font-size:.875rem;font-weight:500;color:var(--tg-hint);cursor:pointer}.catalog-tab--active{background:var(--tg-button-bg);color:var(--tg-button-text)}.detail-card__close-btn{width:100%;margin-top:.5rem;padding:.75rem;background:#ff3b30;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer}.detail-card__close-btn:disabled{opacity:.6}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.confirm-modal{background:var(--tg-bg, #fff);border-radius:16px;padding:1.5rem;width:calc(100% - 3rem);max-width:360px}.confirm-modal__text{font-size:1rem;font-weight:500;text-align:center;margin-bottom:1.25rem;color:var(--tg-text, #000)}.confirm-modal__actions{display:flex;gap:.75rem}.confirm-modal__btn{flex:1;padding:.7rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer}.confirm-modal__btn--cancel{background:#8e8e9333;color:var(--tg-text, #000)}.confirm-modal__btn--confirm{background:#ff3b30;color:#fff}.confirm-modal__btn:disabled{opacity:.6}.detail-card__closed-badge{margin-left:auto;padding:.3rem .75rem;background:#8e8e9333;color:var(--tg-hint);border-radius:8px;font-size:.8rem;font-weight:600}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:flex-end;justify-content:center;z-index:200}.modal{background:var(--tg-secondary-bg);border-radius:20px 20px 0 0;padding:1.5rem 1.25rem 2rem;width:100%;max-height:90vh;overflow-y:auto}.modal__title{font-size:1.125rem;font-weight:700;margin-bottom:1.25rem}.modal__label{display:block;font-size:.8rem;font-weight:600;color:var(--tg-hint);margin-bottom:.3rem;margin-top:.875rem}.modal__label:first-of-type{margin-top:0}.modal__input{width:100%;background:var(--tg-bg);border:1px solid rgba(142,142,147,.25);border-radius:10px;padding:.6rem .75rem;font-size:.95rem;font-family:inherit;color:var(--tg-text);outline:none}.modal__input:focus{border-color:var(--tg-button-bg)}.modal__textarea{width:100%;background:var(--tg-bg);border:1px solid rgba(142,142,147,.25);border-radius:10px;padding:.6rem .75rem;font-size:.95rem;font-family:inherit;color:var(--tg-text);resize:vertical;outline:none}.modal__textarea:focus{border-color:var(--tg-button-bg)}.modal__error{font-size:.85rem;color:#e53935;margin-top:.5rem}.modal__actions{display:flex;gap:.75rem;margin-top:1.25rem}.modal__btn{flex:1;border:none;border-radius:10px;padding:.7rem 1rem;font-size:.95rem;font-weight:600;cursor:pointer}.modal__btn--cancel{background:#8e8e9326;color:var(--tg-text)}.modal__btn--submit{background:var(--tg-button-bg);color:var(--tg-button-text)}.modal__btn--submit:disabled{opacity:.45;cursor:default}.catalog-empty{text-align:center;color:var(--tg-hint);margin-top:3rem}.order-list{display:flex;flex-direction:column;gap:.75rem}.order-card{display:block;width:100%;background:var(--tg-secondary-bg);border:none;border-radius:16px;padding:1rem 1.125rem;text-align:left;cursor:pointer;box-shadow:0 1px 8px #00000012;transition:transform .15s,box-shadow .15s}.order-card:active{transform:scale(.985);box-shadow:0 1px 4px #0000001a}.order-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.order-card__number{font-size:.8rem;color:var(--tg-hint);font-weight:500}.order-card__badge{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2em .55em;border-radius:6px}.order-card__badge--website{background:#2481cc26;color:#2481cc}.order-card__badge--game{background:#34c75926;color:#1a9e3f}.order-card__title{font-size:1rem;font-weight:600;color:var(--tg-text);margin-bottom:.5rem;line-height:1.3}.order-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.order-card__amount{font-size:1.125rem;font-weight:700;color:var(--tg-button-bg)}.order-card__footer-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.order-card__payment{font-size:.72rem;font-weight:600;padding:.2em .55em;border-radius:6px;white-space:nowrap}.order-card__subs{font-size:.75rem;font-weight:500;color:var(--tg-hint);white-space:nowrap}.order-card__subs-pending{color:#c97a00;font-weight:700}.order-card__payment--accepted{background:#2481cc1f;color:#2481cc}.order-card__payment--best{background:#af52de1f;color:#8e24aa}.detail-page{min-height:100vh;padding:1rem 1rem 2rem}.detail-back{background:none;border:none;color:var(--tg-link);font-size:1rem;cursor:pointer;padding:.25rem 0;margin-bottom:1.25rem;display:block}.detail-card{background:var(--tg-secondary-bg);border-radius:16px;padding:1.25rem;box-shadow:0 1px 8px #00000012}.detail-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.detail-card__title{font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}.detail-card__amount{font-size:1.375rem;font-weight:700;color:var(--tg-button-bg);margin-bottom:1rem}.detail-card__payment-hint{font-size:.82rem;line-height:1.5;padding:.55rem .75rem;border-radius:8px;margin-bottom:1rem}.detail-card__payment-hint--accepted{background:#2481cc1a;color:#1a5f9e}.detail-card__payment-hint--best{background:#af52de1a;color:#6a0f8e}.detail-card__divider{border:none;border-top:1px solid rgba(142,142,147,.2);margin-bottom:1rem}.detail-card__description{font-size:.95rem;color:var(--tg-text);line-height:1.65}.detail-card__instruction{font-size:.875rem;color:var(--tg-hint);line-height:1.6}.detail-card__instruction p{margin-bottom:.5rem;color:var(--tg-text);font-weight:500}.detail-card__instruction ol{padding-left:1.25rem;display:flex;flex-direction:column;gap:.35rem}.detail-card__instruction a{color:var(--tg-link);text-decoration:none}.submission-form{margin-top:1rem;background:var(--tg-secondary-bg);border-radius:16px;padding:1.125rem;box-shadow:0 1px 8px #00000012}.submission-form__title{font-size:1rem;font-weight:600;margin-bottom:.75rem}.submission-form__textarea{width:100%;background:var(--tg-bg);border:1px solid rgba(142,142,147,.25);border-radius:10px;padding:.625rem .75rem;font-size:.95rem;font-family:inherit;color:var(--tg-text);resize:vertical;outline:none}.submission-form__textarea:focus{border-color:var(--tg-button-bg)}.submission-form__error{font-size:.85rem;color:#e53935;margin-top:.5rem}.submission-form__btn{margin-top:.75rem;width:100%;background:var(--tg-button-bg);color:var(--tg-button-text);border:none;border-radius:10px;padding:.7rem 1rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .15s}.submission-form__btn:disabled{opacity:.45;cursor:default}.submissions{margin-top:1rem}.submissions__title{font-size:1rem;font-weight:600;margin-bottom:.75rem}.submission-card{background:var(--tg-secondary-bg);border-radius:14px;padding:.875rem 1rem;margin-bottom:.625rem;box-shadow:0 1px 6px #0000000f}.submission-card--mine{border-left:3px solid var(--tg-button-bg)}.submission-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.submission-card__author{font-size:.85rem;font-weight:600;color:var(--tg-text)}.submission-card__status{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:.2em .55em;border-radius:6px}.submission-card__status--pending{background:#ff950026;color:#c97a00}.submission-card__status--accepted{background:#34c75926;color:#1a9e3f}.submission-card__status--rejected{background:#e5393526;color:#c62828}.submission-card__status--best{background:#af52de26;color:#7b1fa2}.submission-card__actions{display:flex;gap:.5rem;margin-top:.625rem}.sub-action-btn{flex:1;border:none;border-radius:8px;padding:.4rem .75rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:opacity .15s}.sub-action-btn:disabled{opacity:.45;cursor:default}.sub-action-btn--accept{background:#34c75926;color:#1a9e3f}.sub-action-btn--reject{background:#e5393526;color:#c62828}.sub-action-btn--best{background:#af52de26;color:#7b1fa2}.submission-card__comment{font-size:.9rem;color:var(--tg-text);line-height:1.55;word-break:break-word}.submission-card__comment a{color:var(--tg-link);text-decoration:none}.profile-page{min-height:100vh;padding:1.5rem 1rem 5rem}.profile-header{display:flex;flex-direction:column;align-items:center;margin-bottom:1.25rem}.profile-avatar{width:80px;height:80px;border-radius:50%;background:var(--tg-button-bg);color:var(--tg-button-text);font-size:2rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:.875rem}.profile-name{font-size:1.25rem;font-weight:700;line-height:1.2}.profile-username{font-size:.9rem;color:var(--tg-hint);margin-top:.2rem}.profile-role{margin-top:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.25em .75em;border-radius:20px}.profile-role--guest{background:#8e8e9326;color:var(--tg-hint)}.profile-role--member{background:#2481cc26;color:#2481cc}.profile-role--admin{background:#af52de26;color:#7b1fa2}.profile-balance{display:flex;align-items:center;justify-content:space-between;background:var(--tg-secondary-bg);border-radius:14px;padding:.875rem 1rem;margin-bottom:1.25rem;box-shadow:0 1px 6px #0000000f}.profile-balance__label{font-size:.9rem;color:var(--tg-hint)}.profile-balance__value{font-size:1.25rem;font-weight:700;color:var(--tg-button-bg)}.profile-tabs{display:flex;gap:.5rem;margin-bottom:1rem;background:var(--tg-secondary-bg);border-radius:12px;padding:.25rem;box-shadow:0 1px 6px #0000000f}.profile-tabs__btn{flex:1;background:none;border:none;border-radius:9px;padding:.5rem .75rem;font-size:.85rem;font-weight:500;color:var(--tg-hint);cursor:pointer;transition:background .15s,color .15s}.profile-tabs__btn--active{background:var(--tg-button-bg);color:var(--tg-button-text);font-weight:600}.tx-section{margin-bottom:1.25rem}.tx-card{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:var(--tg-secondary-bg);border-radius:14px;padding:.875rem 1rem;margin-bottom:.625rem;box-shadow:0 1px 6px #0000000f}.tx-card__left{display:flex;flex-direction:column;gap:.2rem;min-width:0}.tx-card__desc{font-size:.9rem;font-weight:500;color:var(--tg-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tx-card__date{font-size:.78rem;color:var(--tg-hint)}.tx-card__amount{font-size:1rem;font-weight:700;white-space:nowrap;flex-shrink:0}.tx-card__amount--credit{color:#1a9e3f}.tx-card__amount--debit{color:#c62828}.docs-page{padding:1rem 1rem 80px}.docs-page__title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--tg-text)}.docs-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.docs-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:var(--tg-secondary-bg);border-radius:16px;padding:1.5rem 1rem;text-decoration:none;color:var(--tg-text);box-shadow:0 1px 6px #00000012;transition:opacity .15s}.docs-tile:active{opacity:.7}.docs-tile__icon{font-size:2rem;line-height:1}.docs-tile__label{font-size:.8rem;font-weight:500;text-align:center;color:var(--tg-text)}.club-required{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1.5rem;text-align:center;gap:1rem}.club-required__icon{font-size:3.5rem;line-height:1}.club-required__title{font-size:1.5rem;font-weight:700;color:var(--tg-text)}.club-required__text{font-size:.95rem;color:var(--tg-hint);line-height:1.55;max-width:320px}.club-required__btn{display:inline-block;margin-top:.5rem;padding:.875rem 2rem;background:var(--tg-button-bg);color:var(--tg-button-text);border-radius:14px;text-decoration:none;font-size:1rem;font-weight:600}.consent-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:flex-end;z-index:1000}.consent-modal{background:var(--tg-secondary-bg);border-radius:20px 20px 0 0;padding:1.5rem 1.25rem 2rem;width:100%;display:flex;flex-direction:column;gap:.875rem}.consent-modal__title{font-size:1.2rem;font-weight:700;color:var(--tg-text)}.consent-modal__text{font-size:.875rem;color:var(--tg-hint);line-height:1.4}.consent-modal__docs{display:flex;flex-direction:column;gap:.5rem}.consent-modal__doc-link{display:block;padding:.75rem 1rem;background:var(--tg-bg);border-radius:12px;text-decoration:none;color:var(--tg-link);font-size:.9rem;font-weight:500}.consent-modal__btn{margin-top:.25rem;width:100%;padding:.875rem;background:var(--tg-button-bg);color:var(--tg-button-text);border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer}.consent-modal__btn:disabled{opacity:.6}.consent-modal__updated{text-align:center;font-size:.75rem;color:var(--tg-hint)}
