.user-avatar{flex-shrink:0;border-radius:50%;overflow:hidden;background:var(--tg-button, #2d6cdf);display:flex;align-items:center;justify-content:center}.user-avatar--sm{width:24px;height:24px}.user-avatar--md{width:56px;height:56px}.user-avatar__img{width:100%;height:100%;object-fit:cover}.user-avatar--sm .user-avatar__fallback{font-size:.65rem}.user-avatar--md .user-avatar__fallback{font-size:1.1rem}.user-avatar__fallback{font-weight:700;color:var(--tg-button-text, #ffffff)}.app-shell{display:flex;flex-direction:column;height:100dvh;max-height:100dvh;overflow:hidden;max-width:480px;margin:0 auto;background:var(--tg-bg, #0f1419);color:var(--tg-text, #e8edf4)}.app-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top));background:var(--tg-secondary-bg, #1a2332);border-bottom:1px solid rgba(255,255,255,.06);position:sticky;top:0;z-index:10}.app-header__logo{font-weight:700;font-size:1.1rem;line-height:1.25;letter-spacing:.01em;max-width:220px}.app-header__end{display:flex;align-items:center;gap:8px;flex-shrink:0}.app-header__profile{display:flex;align-items:center;gap:8px;text-decoration:none;color:inherit}.app-header__profile:active{opacity:.7}.app-header__profile.is-active .app-header__user{color:var(--tg-text, #e8edf4)}.app-header__user{font-size:.75rem;color:var(--tg-hint, #8b9cb3)}.app-header__badge{font-size:.65rem;font-weight:600;padding:4px 8px;border-radius:6px;background:#3d2f00;color:#ffc107}.app-main{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:12px 16px 88px;scrollbar-width:none;-ms-overflow-style:none}.app-main::-webkit-scrollbar{width:0;height:0;display:none}.app-main--full{padding-bottom:24px}.bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;background:var(--tg-secondary-bg, #1a2332);border-top:1px solid rgba(255,255,255,.08);padding-bottom:env(safe-area-inset-bottom);z-index:20}.bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 4px 8px;text-decoration:none;color:var(--tg-hint, #8b9cb3);font-size:.65rem;transition:color .15s}.bottom-nav__item.is-active{color:var(--tg-link, #5eb3f6)}.bottom-nav__icon{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;line-height:1}.bottom-nav__icon svg{width:100%;height:100%;display:block}.bottom-nav__label{line-height:1.2}.bottom-sheet-portal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:flex-end;justify-content:center;pointer-events:none}.bottom-sheet-portal.is-active{pointer-events:auto}.bottom-sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;margin:0;background:#00000073;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;transition:opacity .28s ease;cursor:pointer;pointer-events:auto;touch-action:none}.bottom-sheet-portal.is-open .bottom-sheet-backdrop{opacity:1}.bottom-sheet-portal.is-closing .bottom-sheet-backdrop{opacity:0}.bottom-sheet-stack{position:relative;z-index:1;width:100%;max-width:480px;max-height:min(94dvh,780px);display:flex;flex-direction:column;align-items:stretch;transform:translateY(100%);transition:transform .32s cubic-bezier(.32,.72,0,1);pointer-events:none;padding-bottom:env(safe-area-inset-bottom)}.bottom-sheet-portal.is-open .bottom-sheet-stack{transform:translateY(0)}.bottom-sheet-portal.is-closing .bottom-sheet-stack{transform:translateY(100%)}.bottom-sheet-close{position:absolute;left:10px;top:8px;width:36px;height:36px;border:none;border-radius:10px;background:transparent;color:#ffffffe6;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;pointer-events:auto;text-shadow:0 1px 4px rgba(0,0,0,.55)}.bottom-sheet-close:active{background:#ffffff14}.bottom-sheet-above{flex-shrink:0;display:flex;justify-content:center;padding:44px 16px 12px;pointer-events:none}.bottom-sheet-above>*{pointer-events:auto}.bottom-sheet-panel{flex:1;min-height:0;display:flex;flex-direction:column;width:100%;background:var(--tg-bg, #0f1419);border-radius:20px 20px 0 0;box-shadow:0 -8px 28px #00000059;pointer-events:auto;overflow:hidden}.bottom-sheet-stack:not(.bottom-sheet-stack--with-above) .bottom-sheet-panel{max-height:min(92dvh,720px)}.bottom-sheet-header{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 16px 8px;flex-shrink:0}.bottom-sheet-header__title{flex:1;margin:0;font-size:1.05rem;font-weight:700;text-align:center;padding:0 40px}.bottom-sheet-body{flex:1;overflow-y:auto;padding:16px 16px 12px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.bottom-sheet-body::-webkit-scrollbar{display:none}.bottom-sheet-footer{flex-shrink:0;padding:12px 16px 16px;border-top:1px solid rgba(255,255,255,.06);background:var(--tg-bg, #0f1419)}.bottom-sheet-footer--flush{border-top:none;padding-top:8px}.filter-sheet__form{display:flex;flex-direction:column;gap:14px;padding-bottom:4px}.filter-sheet__field{display:flex;flex-direction:column;gap:6px;min-width:0}.filter-sheet__label{font-size:.8rem;font-weight:600;color:var(--tg-hint, #8b9cb3)}.filter-sheet__input{width:100%;box-sizing:border-box;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:var(--tg-secondary-bg, #1a2332);color:var(--tg-text, #e8edf4);font-size:1rem;font-variant-numeric:tabular-nums}.filter-sheet__input:focus{outline:none;border-color:#5eb3f68c}.filter-sheet__input.is-invalid{border-color:#e57373bf}.filter-sheet__hint{margin:0;font-size:.78rem;line-height:1.35;color:var(--tg-hint, #8b9cb3)}.filter-sheet__error{margin:0;font-size:.85rem;font-weight:600;line-height:1.35;color:#e57373}.filter-sheet__price-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.filter-sheet__footer{display:grid;grid-template-columns:1fr 1.4fr;gap:10px;align-items:center;width:100%}.filter-sheet__footer-spacer{display:block}.filter-sheet__clear{width:100%;padding:14px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:transparent;color:var(--tg-text, #e8edf4);font-size:.95rem;font-weight:600;cursor:pointer}.filter-sheet__clear:active{opacity:.85}.filter-sheet__apply{margin:0}.gift-price{display:flex;flex-direction:column;gap:2px}.gift-price--card{margin-top:6px}.gift-price--detail{gap:4px}.gift-price__row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.gift-price__base{font-size:.75rem;color:var(--tg-hint, #8b9cb3);text-decoration:line-through}.gift-price--detail .gift-price__base{font-size:.85rem}.gift-price__badge{font-size:.65rem;font-weight:700;padding:2px 6px;border-radius:6px;background:#5eb3f626;color:var(--tg-link, #5eb3f6);line-height:1.2}.gift-price--detail .gift-price__badge{font-size:.7rem}.gift-price__sale{font-weight:700;color:var(--tg-link, #5eb3f6);line-height:1.2}.gift-price--card .gift-price__sale{font-size:.95rem}.gift-price--detail .gift-price__sale{font-size:1.35rem}.gift-card{display:flex;flex-direction:column;background:var(--tg-secondary-bg, #1a2332);border-radius:14px;overflow:hidden;color:inherit;border:1px solid rgba(255,255,255,.06);transition:transform .12s,border-color .12s;cursor:pointer;width:100%;text-align:left}.gift-card:active{transform:scale(.98)}.gift-card.is-reserved{opacity:.75}.gift-card__image-wrap{position:relative;aspect-ratio:1;background:#121a24}.gift-card__image{width:100%;height:100%;object-fit:cover}.gift-card__lock{position:absolute;top:8px;right:8px;font-size:1rem}.gift-card__body{padding:10px 12px 12px}.gift-card__name{font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gift-card__id{font-size:.75rem;color:var(--tg-hint, #8b9cb3);margin-top:2px}.gift-type-sheet{display:flex;flex-direction:column;gap:12px;min-height:0}.gift-type-sheet__search{width:100%;box-sizing:border-box;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:var(--tg-secondary-bg, #1a2332);color:var(--tg-text, #e8edf4);font-size:.95rem}.gift-type-sheet__search:focus{outline:none;border-color:#5eb3f68c}.gift-type-sheet__status{margin:0;padding:20px 8px;text-align:center;color:var(--tg-hint, #8b9cb3);font-size:.9rem}.gift-type-sheet__list{display:flex;flex-direction:column;gap:4px;max-height:min(52vh,420px);overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.gift-type-sheet__row{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;width:100%;margin:0;padding:10px 12px;border-radius:12px;border:1px solid transparent;background:var(--tg-secondary-bg, #1a2332);color:var(--tg-text, #e8edf4);text-align:left;cursor:pointer}.gift-type-sheet__row.is-selected{border-color:#5eb3f673;background:#5eb3f614}.gift-type-sheet__row:active{opacity:.9}.gift-type-sheet__thumb{width:48px;height:48px;aspect-ratio:1;object-fit:cover;border-radius:8px;background:#00000040;display:block}.gift-type-sheet__meta{display:flex;flex-direction:column;gap:2px;min-width:0}.gift-type-sheet__name{font-size:.95rem;font-weight:600;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gift-type-sheet__count{font-size:.75rem;color:var(--tg-hint, #8b9cb3)}.gift-type-sheet__check{width:1.25rem;text-align:center;color:var(--tg-link, #5eb3f6);font-weight:700;font-size:.95rem}.gift-type-sheet__footer{display:grid;grid-template-columns:1fr 1.4fr;gap:10px;align-items:center;width:100%}.gift-type-sheet__footer-spacer{display:block}.gift-type-sheet__clear{width:100%;padding:14px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:transparent;color:var(--tg-text, #e8edf4);font-size:.95rem;font-weight:600;cursor:pointer}.gift-type-sheet__clear:active{opacity:.85}.gift-type-sheet__apply{margin:0}.scroll-top-fab{position:fixed;z-index:40;right:max(16px,calc(50% - 224px));bottom:calc(72px + env(safe-area-inset-bottom,0px));width:40px;height:40px;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#1a23328c;color:#e8edf4b8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;will-change:transform,opacity;opacity:.72}.scroll-top-fab:active{opacity:.95;background:#1a2332b8}.scroll-top-fab__icon{display:block;opacity:.85}.scroll-top-fab.is-entering{animation:scroll-top-fab-enter .42s cubic-bezier(.22,1.4,.36,1) both}.scroll-top-fab.is-visible{opacity:.72;transform:translateY(0)}.scroll-top-fab.is-leaving{animation:scroll-top-fab-leave .32s ease-in both;pointer-events:none}@keyframes scroll-top-fab-enter{0%{opacity:0;transform:translateY(-110vh)}78%{opacity:.72;transform:translateY(5px)}to{opacity:.72;transform:translateY(0)}}@keyframes scroll-top-fab-leave{0%{opacity:.72;transform:translateY(0)}to{opacity:0;transform:translateY(-110vh)}}@media(prefers-reduced-motion:reduce){.scroll-top-fab.is-entering,.scroll-top-fab.is-leaving{animation:none}.scroll-top-fab.is-entering{opacity:.72;transform:none}.scroll-top-fab.is-leaving{opacity:0}}.sort-sheet__list{display:flex;flex-direction:column;gap:4px;padding-bottom:4px}.sort-sheet__option{display:flex;align-items:center;gap:12px;padding:14px 12px;border-radius:12px;border:1px solid transparent;background:var(--tg-secondary-bg, #1a2332);cursor:pointer;-webkit-user-select:none;user-select:none}.sort-sheet__option.is-selected{border-color:#5eb3f673;background:#5eb3f614}.sort-sheet__option input{width:18px;height:18px;accent-color:var(--tg-button, #2d6cdf);flex-shrink:0;margin:0}.sort-sheet__option-label{font-size:.95rem;font-weight:500;line-height:1.3;color:var(--tg-text, #e8edf4)}.sort-sheet__footer{display:grid;grid-template-columns:1fr 1.4fr;gap:10px;align-items:center;width:100%}.sort-sheet__footer-spacer{display:block}.sort-sheet__clear{width:100%;padding:14px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:transparent;color:var(--tg-text, #e8edf4);font-size:.95rem;font-weight:600;cursor:pointer}.sort-sheet__clear:active{opacity:.85}.sort-sheet__apply{margin:0}.sort-sheet__apply:disabled{opacity:.45;cursor:not-allowed}.page{animation:fadeIn .2s ease;--filter-control-h: 36px;--compact-action-h: 26px}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.page-title{font-size:1.35rem;font-weight:700;margin:0 0 4px}.page-subtitle{margin:0 0 16px;font-size:.85rem;color:var(--tg-hint, #8b9cb3)}.search-input{width:100%;box-sizing:border-box;padding:12px 14px;margin-bottom:10px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:var(--tg-secondary-bg, #1a2332);color:var(--tg-text, #e8edf4);font-size:.95rem}.filter-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:8px;margin-bottom:8px;align-items:start}.funnel-col{display:flex;flex-direction:column;gap:4px;align-items:stretch;width:var(--filter-control-h);min-width:var(--filter-control-h)}.funnel-col__label{visibility:hidden;-webkit-user-select:none;user-select:none}.funnel-trigger{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;width:var(--filter-control-h);height:var(--filter-control-h);padding:0;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:var(--tg-secondary-bg, #1a2332);color:var(--tg-text, #e8edf4);cursor:pointer;flex-shrink:0}.funnel-trigger:disabled{opacity:.45;cursor:not-allowed}.funnel-trigger:active:not(:disabled){opacity:.85}.funnel-trigger__icon{display:block;width:16px;height:16px;opacity:.95}.funnel-trigger.is-active{border-color:#5eb3f673;color:var(--tg-link, #5eb3f6)}.catalog-toolbar-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px;min-height:var(--compact-action-h)}.catalog-toolbar-row__spacer{display:block;width:0;height:var(--compact-action-h)}.funnel-reset{box-sizing:border-box;height:var(--compact-action-h);padding:0 8px;border-radius:8px;border:1px solid rgba(94,179,246,.5);background:#5eb3f624;color:var(--tg-link, #5eb3f6);font-size:.68rem;font-weight:700;line-height:1;letter-spacing:.01em;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.funnel-reset:disabled{opacity:.45;cursor:not-allowed}.funnel-reset:active:not(:disabled){opacity:.85}.sort-trigger{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;gap:4px;height:var(--compact-action-h);padding:0 10px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:var(--tg-secondary-bg, #1a2332);color:var(--tg-text, #e8edf4);font-size:.68rem;font-weight:700;line-height:1;cursor:pointer;flex-shrink:0}.sort-trigger:disabled{opacity:.45;cursor:not-allowed}.sort-trigger:active:not(:disabled){opacity:.85}.sort-trigger__icon{font-size:.75rem;line-height:1;opacity:.9}.sort-trigger.is-active{border-color:#5eb3f673;color:var(--tg-link, #5eb3f6)}.filter-field{display:flex;flex-direction:column;gap:4px;min-width:0}.filter-field__label{font-size:.7rem;color:var(--tg-hint, #8b9cb3);padding-left:2px}.filter-select{width:100%;box-sizing:border-box;height:var(--filter-control-h, 36px);padding:0 24px 0 8px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:var(--tg-secondary-bg, #1a2332);color:var(--tg-text, #e8edf4);font-size:.8rem;line-height:1;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238b9cb3' d='M2 4l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.filter-select:focus{outline:none;border-color:var(--tg-link, #5eb3f6)}.gift-type-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:6px;width:100%;box-sizing:border-box;height:var(--filter-control-h, 36px);padding:0 8px 0 10px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:var(--tg-secondary-bg, #1a2332);color:var(--tg-text, #e8edf4);font-size:.8rem;line-height:1;cursor:pointer;text-align:left}.gift-type-trigger:disabled{opacity:.45;cursor:not-allowed}.gift-type-trigger:active:not(:disabled){opacity:.9}.gift-type-trigger.is-active{border-color:#5eb3f673;color:var(--tg-link, #5eb3f6)}.gift-type-trigger__text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gift-type-trigger__chevron{flex-shrink:0;font-size:.55rem;opacity:.75;color:var(--tg-hint, #8b9cb3)}.dev-sheet-trigger{display:block;width:100%;margin-bottom:12px;padding:10px 12px;border-radius:10px;border:1px dashed rgba(255,193,7,.45);background:#ffc10714;color:#ffc107;font-size:.8rem;cursor:pointer}.search-input::placeholder{color:var(--tg-hint, #8b9cb3)}.gift-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.gift-grid.is-fetching{opacity:.72;transition:opacity .15s ease;pointer-events:none}.empty-state{color:var(--tg-hint, #8b9cb3);text-align:center;padding:32px 16px}.btn-primary{padding:10px 16px;border:none;border-radius:10px;background:var(--tg-button, #2d6cdf);color:var(--tg-button-text, #fff);font-weight:600;font-size:.9rem;cursor:pointer}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.btn-primary--wide{width:100%;padding:14px;font-size:1rem}.inventory-list{display:flex;flex-direction:column;gap:12px}.inventory-card{display:flex;gap:12px;padding:12px;background:var(--tg-secondary-bg, #1a2332);border-radius:14px;border:1px solid rgba(255,255,255,.06)}.inventory-card__thumb{width:72px;height:72px;border-radius:10px;object-fit:cover;flex-shrink:0}.inventory-card__info{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.inventory-card__name{font-weight:600;font-size:.95rem}.inventory-card__status{font-size:.8rem}.inventory-card__status--locked{color:#ffc107}.inventory-card__status--ready{color:#4caf50}.activity-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.activity-row{display:flex;align-items:center;gap:12px;padding:12px;background:var(--tg-secondary-bg, #1a2332);border-radius:12px}.activity-row__icon{font-size:1.5rem}.activity-row__body{flex:1;min-width:0}.activity-row__title{font-weight:600;font-size:.9rem}.activity-row__meta{font-size:.75rem;color:var(--tg-hint, #8b9cb3);margin-top:2px}.activity-row__price{font-weight:700;color:var(--tg-link, #5eb3f6);white-space:nowrap}.profile-card{padding:16px;background:var(--tg-secondary-bg, #1a2332);border-radius:14px;margin-bottom:20px}.profile-card__header{display:flex;align-items:center;gap:14px}.profile-card__info{min-width:0}.profile-card__name{font-size:1.1rem;font-weight:700}.profile-card__username{color:var(--tg-link, #5eb3f6);margin-top:4px}.profile-card__id{font-size:.8rem;color:var(--tg-hint, #8b9cb3);margin-top:8px}.profile-section{margin-bottom:20px}.profile-section__title{font-size:.9rem;font-weight:600;margin:0 0 10px;color:var(--tg-hint, #8b9cb3)}.profile-hint{margin:0 0 8px;font-size:.85rem;color:var(--tg-hint, #8b9cb3)}.balance-card{display:flex;align-items:baseline;gap:8px;padding:14px 16px;background:var(--tg-secondary-bg, #1a2332);border-radius:12px;margin-bottom:8px}.balance-card__value{font-size:1.5rem;font-weight:700;color:var(--tg-text, #e8edf4)}.balance-card__unit{font-size:.95rem;font-weight:600;color:var(--tg-link, #5eb3f6)}.lang-toggle{display:flex;gap:8px}.lang-toggle__btn{flex:1;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:transparent;color:var(--tg-text, #e8edf4);font-weight:600;cursor:pointer}.lang-toggle__btn.is-active{background:var(--tg-button, #2d6cdf);border-color:transparent;color:var(--tg-button-text, #fff)}.dev-banner{margin-top:24px;padding:10px 12px;border-radius:10px;background:#ffc1071f;color:#ffc107;font-size:.8rem;text-align:center}.gate-screen{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center;background:var(--tg-bg, #0f1419);color:var(--tg-text, #e8edf4)}.gate-screen__bot{margin-top:12px;color:var(--tg-link, #5eb3f6);font-weight:600}.gate-screen__hint{margin-top:8px;font-size:.85rem;color:var(--tg-hint, #8b9cb3);max-width:320px}.back-link{display:inline-block;margin-bottom:12px;color:var(--tg-link, #5eb3f6);text-decoration:none;font-size:.9rem}.gift-page{padding-bottom:8px}.gift-page__back{display:inline-flex;align-items:center;gap:4px;margin-bottom:12px;color:var(--tg-link, #5eb3f6);text-decoration:none;font-size:.9rem;font-weight:500}.gift-detail-body{display:flex;flex-direction:column;gap:12px}.gift-detail-hero{position:relative;width:min(78vw,260px);aspect-ratio:1;border-radius:18px;overflow:hidden;background:var(--tg-secondary-bg, #1a2332);box-shadow:0 8px 28px #00000059}.gift-detail-hero__image{display:block;width:100%;height:100%;object-fit:cover}.gift-detail-hero__caption{position:absolute;left:0;right:0;bottom:0;z-index:1;margin:0;padding:14px 12px 12px;text-align:center;pointer-events:none}.gift-detail-hero__name{margin:0;font-size:1.1rem;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.7),0 0 12px rgba(0,0,0,.45)}.gift-detail-hero__number{margin:4px 0 0;font-size:.85rem;color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.7),0 0 10px rgba(0,0,0,.4)}.gift-traits-panel{background:var(--tg-secondary-bg, #1a2332);border-radius:16px;border:1px solid rgba(255,255,255,.06);overflow:hidden;margin-bottom:0}.gift-trait-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.06)}.gift-trait-row:last-of-type{border-bottom:none}.gift-trait-row__main{display:flex;flex-direction:column;gap:2px;min-width:0}.gift-trait-row__label{font-size:.72rem;color:var(--tg-hint, #8b9cb3)}.gift-trait-row__value{font-size:.95rem;font-weight:600}.gift-trait-row__meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.gift-trait-row__rarity{font-size:.75rem;font-weight:600;padding:3px 8px;border-radius:8px;background:#5eb3f626;color:var(--tg-link, #5eb3f6)}.gift-trait-row__floor{font-size:.85rem;font-weight:600;color:var(--tg-link, #5eb3f6);white-space:nowrap}.gift-traits-panel__avg{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-top:1px solid rgba(255,255,255,.08);font-size:.85rem;color:var(--tg-hint, #8b9cb3)}.gift-traits-panel__avg-price{font-weight:700;font-size:1rem;color:var(--tg-text, #e8edf4)}.gift-actions-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gift-action-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:var(--tg-secondary-bg, #1a2332);color:var(--tg-text, #e8edf4);font-size:.8rem;font-weight:500;cursor:pointer}.gift-action-btn:active{opacity:.85}.gift-action-btn__icon{font-size:1.1rem;line-height:1}.gift-lucky-stub{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;margin-bottom:0;border:none;border-radius:14px;background:linear-gradient(135deg,#f5c518,#e8a020);color:#1a1200;text-align:left;cursor:not-allowed;opacity:.85}.gift-lucky-stub__content{display:flex;flex-direction:column;gap:2px;min-width:0}.gift-lucky-stub__title{font-weight:700;font-size:.95rem}.gift-lucky-stub__hint{font-size:.72rem;opacity:.85;line-height:1.3}.gift-lucky-stub__badge{flex-shrink:0;font-size:.7rem;font-weight:700;padding:4px 8px;border-radius:8px;background:#00000026}.gift-page__footer{position:sticky;bottom:0;display:flex;flex-direction:column;gap:12px;padding-top:8px;padding-bottom:env(safe-area-inset-bottom);background:linear-gradient(transparent,var(--tg-bg, #0f1419) 20%)}.gift-page__price-block{display:flex;justify-content:center}.btn-buy{width:100%;padding:16px;border:none;border-radius:14px;background:var(--tg-button, #2d6cdf);color:var(--tg-button-text, #fff);font-size:1.05rem;font-weight:700;cursor:pointer;box-shadow:0 4px 16px #2d6cdf59}.btn-buy:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.btn-buy:active:not(:disabled){transform:scale(.99)}.loading-screen{min-height:100dvh;display:flex;align-items:center;justify-content:center;color:var(--tg-hint, #8b9cb3)}.boot-error-screen{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;text-align:center;color:#f87171}.boot-error-screen__hint{color:var(--tg-hint, #8b9cb3);font-size:.875rem}:root{--tg-bg: #0f1419;--tg-secondary-bg: #1a2332;--tg-text: #e8edf4;--tg-hint: #8b9cb3;--tg-link: #5eb3f6;--tg-button: #2d6cdf;--tg-button-text: #ffffff;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.4;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100%;background:var(--tg-bg);color:var(--tg-text)}#root{min-height:100dvh}button,input{font-family:inherit}
