:root{--mobile-bg-color:#0f0f1a;--mobile-text-color:#fff;--mobile-hint-color:#a1a1aa;--mobile-link-color:#6366f1;--mobile-button-color:#6366f1;--mobile-button-text-color:#fff;--mobile-secondary-bg-color:#1a1a2e}.mobile-root{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);background-color:#0f0f1a!important}.mobile-root,.mobile-root *,.mobile-root header,.mobile-root main,.mobile-root>*,.mobile-root header>*,.mobile-root .flex-col,.mobile-root .flex{--tw-bg-opacity:1}html,body{overscroll-behavior:none;-webkit-overflow-scrolling:touch;background-color:#0f0f1a!important}.mobile-root header,.mobile-root main{background-color:#0f0f1a!important}.mobile-root main:has(.chat-page){flex-direction:column;min-height:0;display:flex;overflow:hidden!important}.mobile-root ::-webkit-scrollbar{display:none}.mobile-root{-ms-overflow-style:none;scrollbar-width:none}.mobile-root button,.mobile-root a,.mobile-root [role=button]{-webkit-tap-highlight-color:transparent;min-height:44px}.mobile-root{-webkit-user-select:none;user-select:none}.mobile-root input,.mobile-root textarea,.mobile-root .prose,.mobile-root .whitespace-pre-wrap{-webkit-user-select:text;user-select:text}.mobile-root input,.mobile-root textarea,.mobile-root select{font-size:16px!important}@media (hover:none){.mobile-root .card:hover{box-shadow:none!important;transform:none!important}}.mobile-root .card:active{transition:transform .1s;transform:scale(.98)}.mobile-quick-actions{grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;display:grid}.mobile-quick-action-card{background:rgb(var(--card));border:1px solid rgb(var(--border));color:rgb(var(--foreground));border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:20px 16px;text-decoration:none;transition:all .2s;display:flex}.mobile-quick-action-card:active{background:rgba(var(--accent), .1);transform:scale(.97)}.mobile-quick-action-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;display:flex}.mobile-quick-action-title{text-align:center;font-size:14px;font-weight:600}.mobile-quick-action-desc{color:rgb(var(--muted-foreground));text-align:center;margin-top:4px;font-size:12px}.mobile-section-header{color:rgb(var(--muted-foreground));text-transform:uppercase;letter-spacing:.5px;padding:16px 16px 8px;font-size:13px;font-weight:600}.mobile-list-item{border-bottom:1px solid rgb(var(--border));color:rgb(var(--foreground));align-items:center;padding:12px 16px;text-decoration:none;display:flex}.mobile-list-item:last-child{border-bottom:none}.mobile-list-item:active{background:rgba(var(--accent), .1)}.mobile-result-card{background:rgb(var(--card));border:1px solid rgb(var(--border));border-radius:16px;margin:16px;overflow:hidden}.mobile-result-image{aspect-ratio:1;object-fit:cover;width:100%}.mobile-result-actions{gap:8px;padding:12px;display:flex}.mobile-skeleton{background:linear-gradient(90deg, rgb(var(--card)) 0%, rgb(var(--secondary)) 50%, rgb(var(--card)) 100%);background-size:200% 100%;animation:1.5s ease-in-out infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.mobile-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.mobile-empty-icon{opacity:.5;width:64px;height:64px;margin-bottom:16px}.mobile-empty-title{margin-bottom:8px;font-size:18px;font-weight:600}.mobile-empty-desc{color:rgb(var(--muted-foreground));font-size:14px}.mobile-error-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.mobile-ptr-indicator{color:rgb(var(--muted-foreground));justify-content:center;align-items:center;padding:16px;display:flex}.mobile-form-group{margin-bottom:16px}.mobile-form-label{color:rgb(var(--foreground));margin-bottom:8px;font-size:14px;font-weight:500;display:block}.mobile-form-input{border:1px solid rgb(var(--border));background:rgb(var(--background));width:100%;color:rgb(var(--foreground));border-radius:12px;padding:12px 16px;font-size:16px;transition:border-color .2s}.mobile-form-input:focus{border-color:rgb(var(--primary));outline:none}.mobile-form-input::placeholder{color:rgb(var(--muted-foreground))}.mobile-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;padding:12px 24px;font-size:16px;font-weight:600;transition:all .2s;display:inline-flex}.mobile-btn-primary{background:rgb(var(--primary));color:rgb(var(--primary-foreground))}.mobile-btn-primary:active{opacity:.9;transform:scale(.98)}.mobile-btn-secondary{background:rgb(var(--secondary));color:rgb(var(--secondary-foreground))}.mobile-btn-outline{border:1px solid rgb(var(--border));color:rgb(var(--foreground));background:0 0}.mobile-btn-full{width:100%}.mobile-btn:disabled{opacity:.5;cursor:not-allowed}.mobile-chat-container{flex-direction:column;height:100%;display:flex}.mobile-chat-messages{flex:1;padding:16px;overflow-y:auto}.mobile-chat-input-container{border-top:1px solid rgb(var(--border));background:rgb(var(--background));padding:12px 16px}.mobile-chat-message{max-width:85%;margin-bottom:16px}.mobile-chat-message-user{background:rgb(var(--primary));color:rgb(var(--primary-foreground));border-radius:16px 16px 4px;margin-left:auto;padding:12px 16px}.mobile-chat-message-assistant{background:rgb(var(--secondary));color:rgb(var(--secondary-foreground));border-radius:16px 16px 16px 4px;margin-right:auto;padding:12px 16px}.mobile-price-tag{background:rgba(var(--primary), .1);color:rgb(var(--primary));border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:500;display:inline-flex}.mobile-badge{border-radius:9999px;align-items:center;padding:4px 8px;font-size:12px;font-weight:500;display:inline-flex}.mobile-badge-success{color:#16a249;background:#16a2491a}.mobile-badge-warning{color:#f59f0a;background:#f59f0a1a}.mobile-badge-error{color:#ef4343;background:#ef43431a}.mobile-model-selector{background:rgb(var(--secondary));cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:flex}.mobile-model-selector:active{background:rgba(var(--secondary), .8)}.mobile-subscription-card{border:1px solid rgb(var(--border));background:rgb(var(--card));border-radius:16px;margin-bottom:12px;padding:20px}.mobile-subscription-card.popular{border-color:rgb(var(--primary));position:relative}.mobile-subscription-card.popular:before{content:"Популярный";background:rgb(var(--primary));color:rgb(var(--primary-foreground));border-radius:9999px;padding:4px 12px;font-size:12px;font-weight:600;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.mobile-transaction-item{border-bottom:1px solid rgb(var(--border));align-items:center;gap:12px;padding:12px 0;display:flex}.mobile-transaction-item:last-child{border-bottom:none}.mobile-transaction-icon{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mobile-transaction-info{flex:1;min-width:0}.mobile-transaction-title{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.mobile-transaction-date{color:rgb(var(--muted-foreground));font-size:12px}.mobile-transaction-amount{font-size:14px;font-weight:600}.mobile-transaction-amount.positive{color:#16a249}.mobile-transaction-amount.negative{color:rgb(var(--foreground))}
