.ui-toast{position:fixed;top:calc(var(--tg-safe-area-top) + var(--space-3));left:50%;transform:translate(-50%);z-index:100;max-width:min(480px,calc(100vw - 32px));padding:12px 16px;border-radius:var(--radius-md);font-size:14px;box-shadow:var(--elevation-2)}.ui-toast--error{background:color-mix(in srgb,var(--brand-danger) 15%,var(--app-bg));color:var(--brand-danger);border:1px solid color-mix(in srgb,var(--brand-danger) 40%,transparent)}.ui-toast--info{background:var(--app-secondary-bg);color:var(--app-text)}.ui-skeleton{background:linear-gradient(90deg,color-mix(in srgb,var(--app-secondary-bg) 80%,var(--app-text)) 25%,var(--app-secondary-bg) 50%,color-mix(in srgb,var(--app-secondary-bg) 80%,var(--app-text)) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.2s ease-in-out infinite;border-radius:var(--radius-md);min-height:16px}.ui-skeleton--card{min-height:88px;margin-bottom:var(--space-3)}.ui-skeleton-list{display:flex;flex-direction:column;gap:var(--space-3)}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.ui-skeleton{animation:none}}.tab-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:min(480px,100%);display:grid;grid-template-columns:repeat(4,1fr);min-height:56px;padding-bottom:var(--tg-safe-area-bottom);background:var(--app-bg);border-top:1px solid var(--app-secondary-bg);z-index:10}.tab-bar__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:44px;font-size:11px;color:var(--app-hint);text-decoration:none}.tab-bar__item--active{color:var(--brand-primary);font-weight:600}.app-shell{min-height:100dvh;background:var(--app-bg);color:var(--app-text)}.app-shell__content{max-width:480px;margin:0 auto;padding:calc(var(--tg-safe-area-top) + var(--space-4)) var(--space-4) calc(var(--tg-safe-area-bottom) + 72px)}.offline-banner{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--brand-warning) 20%,var(--app-bg));color:var(--brand-warning);text-align:center;padding:var(--space-2) var(--space-4);font-size:13px}:root{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--radius-md: 12px;--radius-lg: 16px;--elevation-1: 0 1px 3px rgba(0, 0, 0, .12);--elevation-2: 0 4px 12px rgba(0, 0, 0, .16);--tg-safe-area-top: env(safe-area-inset-top, 0px);--tg-safe-area-bottom: env(safe-area-inset-bottom, 0px);--app-bg: #1a1a2e;--app-text: #eaeaea;--app-hint: #8b8b9e;--app-link: #6366f1;--app-button: #6366f1;--app-button-text: #ffffff;--app-secondary-bg: #252540;--brand-primary: #6366f1;--brand-success: #22c55e;--brand-warning: #f59e0b;--brand-danger: #ef4444;--brand-xp: #a78bfa;--brand-cash: #fbbf24;--brand-rep: #38bdf8}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;background:var(--app-bg);color:var(--app-text);-webkit-font-smoothing:antialiased}h1,h2,h3{line-height:1.2}button,a,input{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.contract-detail__badges{display:flex;gap:var(--space-2);margin-bottom:var(--space-4)}
