:root{--bg:#050505;--surface:#111;--surface-2:#1a1a1a;--border:#ffffff12;--text:#fff;--text-muted:#ffffff61;--text-secondary:#fff9;--accent:#e2ff32;--accent-rgb:226, 255, 50;--accent-dark:#c8e800;--badge-hit-bg:#e2ff32;--badge-hit-fg:#000;--badge-new-bg:#ffffff1f;--badge-new-fg:#fff;--r-xs:8px;--r-sm:12px;--r-md:18px;--r-lg:24px;--r-xl:32px;--r-full:100px;--gap:16px;--gap-lg:24px;--font:-apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;--dock-h:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}body{background-color:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;padding-bottom:calc(var(--dock-h) + env(safe-area-inset-bottom) + 16px);padding-top:calc(env(safe-area-inset-top) + 24px);line-height:1.4;overflow-x:hidden}button,a{color:inherit;font:inherit;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none;text-decoration:none}img{max-width:100%;display:block}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:var(--r-xs)}*{scrollbar-width:none}::-webkit-scrollbar{display:none}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.page-header{padding:20px var(--gap) 0;margin-bottom:32px}.page-title{letter-spacing:-1.5px;font-size:2.5rem;font-weight:800;line-height:1}.page-title span{color:var(--text-muted)}.nav-header{padding:20px var(--gap) 0;align-items:center;gap:12px;margin-bottom:28px;display:flex}.btn-back{border-radius:var(--r-sm);background:var(--surface);width:40px;height:40px;color:var(--text);flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,transform .1s;display:flex}.btn-back:active{background:var(--surface-2);transform:scale(.93)}.nav-header-title{letter-spacing:-.3px;font-size:1.2rem;font-weight:700}.section{flex-direction:column;gap:14px;display:flex}.section-header{padding:0 var(--gap);justify-content:space-between;align-items:center;display:flex}.section-title{letter-spacing:-.5px;font-size:1.4rem;font-weight:700}.btn-see-all{color:var(--text-muted);align-items:center;gap:2px;font-size:.8rem;font-weight:600;transition:color .2s;display:flex}.btn-see-all svg{opacity:.6;width:16px;height:16px}.btn-see-all:active{color:var(--text)}.welcome-block{padding:0 var(--gap);margin-top:-16px}.welcome-text{color:var(--text-secondary);font-size:.88rem;line-height:1.7}.welcome-name{color:var(--text);font-weight:700}.welcome-link{color:var(--accent);border-bottom:1px solid rgba(var(--accent-rgb), .35);padding-bottom:1px;font-weight:700;text-decoration:none}.slider{padding-left:var(--gap);scroll-padding-left:var(--gap);scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:10px;display:flex;overflow-x:auto}.slider:after{content:"";flex:0 0 var(--gap)}.card{aspect-ratio:4/5;border-radius:var(--r-lg);background-color:var(--surface);scroll-snap-align:start;will-change:transform;flex:0 0 148px;transition:transform .18s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}.card:active{transform:scale(.94)}.card-img{object-fit:cover;opacity:.82;width:100%;height:100%;position:absolute;inset:0}.card-gradient{background:linear-gradient(#0000 38%,#000000e0 100%);position:absolute;inset:0}.card-footer{padding:14px;position:absolute;bottom:0;left:0;right:0}.card-title{color:var(--text);font-size:.95rem;font-weight:700;line-height:1.2}.badge{border-radius:var(--r-full);z-index:2;text-transform:uppercase;letter-spacing:.6px;padding:5px 9px;font-size:.62rem;font-weight:800;position:absolute;top:10px;left:10px}.badge-hit{background-color:var(--badge-hit-bg);color:var(--badge-hit-fg);box-shadow:0 4px 14px rgba(var(--accent-rgb), .35)}.badge-new{background-color:var(--badge-new-bg);color:var(--badge-new-fg);border:1px solid #ffffff1f}.btn-primary{border-radius:var(--r-full);background:var(--accent);color:#000;letter-spacing:-.2px;width:100%;box-shadow:0 8px 24px rgba(var(--accent-rgb), .28);justify-content:center;align-items:center;gap:8px;padding:16px 24px;font-size:1rem;font-weight:700;transition:transform .15s,box-shadow .15s;display:flex}.btn-primary:active{box-shadow:0 4px 12px rgba(var(--accent-rgb), .2);transform:scale(.97)}.btn-primary svg{width:20px;height:20px}.btn-secondary{border-radius:var(--r-full);background:var(--surface-2);width:100%;color:var(--text);border:1px solid var(--border);justify-content:center;align-items:center;gap:8px;padding:15px 24px;font-size:1rem;font-weight:600;transition:transform .15s,background .15s;display:flex}.btn-secondary:active{background:#222;transform:scale(.97)}.btn-secondary svg{width:20px;height:20px}.divider{background:var(--border);height:1px;margin:0 var(--gap)}.empty-state{padding:64px var(--gap);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.empty-state svg{width:48px;height:48px;color:var(--text-muted);opacity:.5}.empty-state-title{color:var(--text);font-size:1.1rem;font-weight:700}.empty-state-desc{color:var(--text-muted);max-width:240px;font-size:.875rem;line-height:1.5}.tag{border-radius:var(--r-full);background:var(--surface-2);border:1px solid var(--border);color:var(--text-secondary);white-space:nowrap;cursor:pointer;align-items:center;padding:8px 14px;font-size:.82rem;font-weight:600;transition:background .15s,border-color .15s,color .15s,transform .1s;display:inline-flex}.tag:active{transform:scale(.95)}.tag.active{background:rgba(var(--accent-rgb), .12);border-color:rgba(var(--accent-rgb), .4);color:var(--accent)}.dock{z-index:200;padding-bottom:env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(28px);border-top:1px solid var(--border);height:calc(var(--dock-h) + env(safe-area-inset-bottom));background:#0e0e0ed1;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.dock-item{color:var(--text-muted);letter-spacing:.1px;-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:8px 0;font-size:.65rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.dock-item svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px;transition:transform .15s cubic-bezier(.2,.8,.2,1)}.dock-item span{line-height:1}.dock-item:active svg{transform:scale(.88)}.dock-item.active{color:var(--text)}.dock-fab{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:0;margin-bottom:24px;display:flex}.dock-fab-btn{background:var(--accent);color:#000;width:56px;height:56px;box-shadow:0 8px 24px rgba(var(--accent-rgb), .35), 0 2px 8px #0006;-webkit-tap-highlight-color:transparent;border-radius:18px;justify-content:center;align-items:center;transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .18s;display:flex}.dock-fab-btn svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:26px;height:26px}.dock-fab-btn:active{box-shadow:0 4px 12px rgba(var(--accent-rgb), .25), 0 1px 4px #0006;transform:scale(.9)}.dock-fab.active .dock-fab-btn{background:var(--accent-dark)}.tags-scroll{padding:0 var(--gap);gap:8px;display:flex;overflow-x:auto}.tags-scroll:after{content:"";flex:0 0 4px}.photos-section{padding:0 var(--gap);flex-direction:column;gap:12px;display:flex}.section-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;font-size:.75rem;font-weight:700}.upload-btn{background:var(--surface);border-radius:var(--r-lg);color:var(--text-secondary);border:1.5px dashed #ffffff26;align-items:center;gap:14px;width:100%;padding:16px;font-size:.95rem;font-weight:600;transition:border-color .2s,background .2s,transform .15s;display:flex}.photo-preview-name{color:var(--text);font-size:.9rem;font-weight:600}.photo-remove{background:var(--surface-2);border:1px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,transform .15s;display:flex}.photo-remove:active{background:#ff505026;transform:scale(.9)}.photo-remove svg{width:14px;height:14px;stroke:var(--text-muted);fill:none;stroke-width:2.5px;stroke-linecap:round}.prompt-section{padding:0 var(--gap);flex-direction:column;gap:10px;display:flex}.prompt-textarea{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);width:100%;min-height:120px;color:var(--text);font-family:var(--font);resize:none;-webkit-appearance:none;outline:none;padding:14px 16px;font-size:.95rem;line-height:1.55;transition:border-color .2s}.prompt-textarea::placeholder{color:var(--text-muted)}.prompt-textarea:focus{border-color:rgba(var(--accent-rgb), .4)}.prompt-hints{flex-wrap:wrap;gap:8px;display:flex}.hint-chip{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-full);color:var(--text-muted);cursor:pointer;padding:6px 11px;font-size:.75rem;font-weight:600;transition:border-color .15s,color .15s,transform .1s}.hint-chip:active{transform:scale(.94)}.hint-chip.active{border-color:rgba(var(--accent-rgb), .5);background:rgba(var(--accent-rgb), .08);color:var(--accent)}.generate-bar{bottom:calc(var(--dock-h) + env(safe-area-inset-bottom));padding:12px var(--gap);background:linear-gradient(to top, var(--bg) 60%, transparent);z-index:100;position:fixed;left:0;right:0}@keyframes orbit{0%{transform:rotate(var(--angle)) translateX(28px) scale(1);opacity:1}50%{opacity:.25}to{transform:rotate(calc(var(--angle) + 360deg)) translateX(28px) scale(1);opacity:1}}.sheet-btn-history,.sheet-btn-repeat{background:var(--accent);color:#000}.sheet-share{align-items:center;gap:14px;padding:14px 16px 4px;display:flex}.sheet-share-label{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:.78rem}.sheet-share-btns{align-items:center;gap:10px;display:flex}.share-btn{border-radius:var(--r-sm);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .15s,opacity .15s;display:flex}.share-btn:active{opacity:.8;transform:scale(.92)}.share-btn svg{width:20px;height:20px}.share-btn-vk{color:#fff;background:#07f}.share-btn-ok{color:#fff;background:#f7931d}.share-btn-tg{color:#fff;background:#229ed9}.gallery-grid{padding:0 var(--gap);grid-template-columns:repeat(3,1fr);gap:3px;display:grid}.gallery-item{aspect-ratio:1;border-radius:var(--r-sm);background:var(--surface);cursor:pointer;transition:transform .15s;position:relative;overflow:hidden;transform:translateZ(0)}.gallery-item:active{transform:scale(.95)}.gallery-item img{object-fit:cover;width:100%;height:100%}.gallery-item.generating{justify-content:center;align-items:center;display:flex}.generating-dot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.gallery-item-label{color:#fffc;background:linear-gradient(#0000,#000000bf);padding:20px 8px 8px;font-size:.65rem;font-weight:700;position:absolute;bottom:0;left:0;right:0}.history-notice{margin:-8px var(--gap) 0;border-radius:var(--r-md);background:#ffc8000f;border:1px solid #ffc80026;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.history-notice svg{stroke:#ffc800b3;flex-shrink:0;width:16px;height:16px;margin-top:1px}.history-notice p{color:var(--text-secondary);font-size:.78rem;line-height:1.55}.history-notice strong{color:var(--accent);font-weight:700}.history-group{flex-direction:column;gap:12px;display:flex}.group-date{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;padding:0 var(--gap);font-size:.75rem;font-weight:700}.bottom-sheet{z-index:201;padding-bottom:calc(env(safe-area-inset-bottom) + 16px);will-change:transform;background:#111;border-radius:20px 20px 0 0;transition:transform .35s cubic-bezier(.32,.72,0,1);position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.bottom-sheet.open{transform:translateY(0)}.sheet-date{color:var(--text-muted);font-size:.78rem}.sheet-btn-repeat{background:var(--accent);color:#000}body{margin-top:0;padding-top:0}.hero{width:100%;height:calc(52vh + env(safe-area-inset-top));min-height:280px;margin-top:calc(-1 * env(safe-area-inset-top));position:relative;overflow:hidden}.hero-img{object-fit:cover;width:100%;height:100%}.hero-gradient{background:linear-gradient(#0000 30%,#050505 100%);position:absolute;inset:0}.hero-back{top:calc(env(safe-area-inset-top) + env(safe-area-inset-top) + 16px);border-radius:var(--r-sm);-webkit-backdrop-filter:blur(12px);width:40px;height:40px;color:var(--text);background:#00000073;border:1px solid #ffffff1f;justify-content:center;align-items:center;transition:transform .15s;display:flex;position:absolute;left:16px}.hero-back:active{transform:scale(.92)}.hero-back svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.hero .badge{top:calc(env(safe-area-inset-top) + 16px);left:auto;right:16px}.detail-content{padding:20px var(--gap) 0;z-index:1;background:#050505;flex-direction:column;gap:24px;margin-top:-48px;display:flex;position:relative}.detail-header{flex-direction:column;gap:8px;display:flex}.detail-title{letter-spacing:-1px;font-size:2rem;font-weight:800;line-height:1.05}.detail-desc{color:var(--text-secondary);font-size:.9rem;line-height:1.55}.upload-zone{flex-direction:column;gap:10px;display:flex}.upload-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;font-size:.78rem;font-weight:700}.upload-btn{background:var(--surface);border-radius:var(--r-lg);color:var(--text-secondary);border:1.5px dashed #ffffff26;align-items:center;gap:14px;padding:16px;font-size:.95rem;font-weight:600;transition:border-color .2s,background .2s,transform .15s;display:flex}.upload-btn:active{border-color:var(--accent);background:rgba(var(--accent-rgb), .05);transform:scale(.98)}.upload-icon{border-radius:var(--r-sm);background:var(--surface-2);width:44px;height:44px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.upload-icon svg{stroke:currentColor;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.upload-text{flex-direction:column;gap:2px;display:flex}.upload-text-main{color:var(--text);font-size:.95rem;font-weight:600}.upload-text-sub{color:var(--text-muted);font-size:.78rem;font-weight:400}.photo-preview-row{background:var(--surface);border:1.5px solid rgba(var(--accent-rgb), .3);border-radius:var(--r-lg);align-items:center;gap:14px;padding:12px;display:flex}.photo-thumb{border-radius:var(--r-sm);flex-shrink:0;width:56px;height:56px;overflow:hidden}.photo-thumb img{object-fit:cover;width:100%;height:100%;display:block}.photo-preview-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.photo-preview-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.photo-preview-meta{color:var(--text-muted);font-size:.75rem}.photo-preview-remove{background:var(--surface-2);border:1px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,transform .15s;display:flex}.photo-preview-remove:active{background:#ff505026;transform:scale(.9)}.photo-preview-remove svg{width:14px;height:14px;stroke:var(--text-muted);fill:none;stroke-width:2.5px;stroke-linecap:round}.detail-actions{flex-direction:column;gap:10px;padding-bottom:8px;display:flex}.btn-primary:disabled{opacity:.75;cursor:not-allowed}.fullscreen-loader{z-index:300;-webkit-backdrop-filter:blur(8px);opacity:0;pointer-events:none;background:#0505058c;flex-direction:column;justify-content:center;align-items:center;gap:28px;transition:opacity .3s;display:flex;position:fixed;inset:0}.fullscreen-loader.active{opacity:1;pointer-events:all}.loader-dots{width:64px;height:64px;position:relative}.loader-dots span{background:var(--accent);transform-origin:0 0;border-radius:50%;width:8px;height:8px;margin:-4px 0 0 -4px;animation:1.2s linear infinite orbit;position:absolute;top:50%;left:50%}.loader-dots span:first-child{--angle:0deg;animation-delay:0s}.loader-dots span:nth-child(2){--angle:45deg;animation-delay:-1.05s}.loader-dots span:nth-child(3){--angle:90deg;animation-delay:-.9s}.loader-dots span:nth-child(4){--angle:135deg;animation-delay:-.75s}.loader-dots span:nth-child(5){--angle:180deg;animation-delay:-.6s}.loader-dots span:nth-child(6){--angle:225deg;animation-delay:-.45s}.loader-dots span:nth-child(7){--angle:270deg;animation-delay:-.3s}.loader-dots span:nth-child(8){--angle:315deg;animation-delay:-.15s}.loader-text{color:var(--text-muted);letter-spacing:.3px;font-size:.9rem;font-weight:600}.sheet-overlay{z-index:200;pointer-events:none;background:0 0;transition:background .3s;position:fixed;inset:0}.sheet-overlay.open{pointer-events:all;background:#000000bf}.result-sheet{z-index:201;padding-bottom:calc(env(safe-area-inset-bottom) + 16px);background:#111;border-radius:20px 20px 0 0;transition:transform .35s cubic-bezier(.32,.72,0,1);position:fixed;bottom:0;left:0;right:0;transform:translateY(100%)}.result-sheet.open{transform:translateY(0)}.sheet-handle{background:#fff3;border-radius:2px;width:36px;height:4px;margin:12px auto 0}.sheet-image{aspect-ratio:1;background:var(--surface);border-radius:16px;width:calc(100% - 32px);margin:16px 16px 0;overflow:hidden}.sheet-image img{object-fit:cover;width:100%;height:100%;display:block}.sheet-meta{justify-content:space-between;align-items:center;padding:16px 16px 0;display:flex}.sheet-style{color:var(--text);font-size:1.1rem;font-weight:700}.sheet-tag{color:var(--accent);background:rgba(var(--accent-rgb), .1);border-radius:var(--r-full);padding:4px 10px;font-size:.75rem;font-weight:700}.sheet-actions{gap:10px;padding:14px 16px 0;display:flex}.sheet-btn{border-radius:var(--r-lg);flex:1;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .15s,opacity .15s;display:flex}.sheet-btn:active{opacity:.8;transform:scale(.96)}.sheet-btn svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:18px;height:18px}.sheet-btn-download{background:var(--surface);border:1px solid var(--border);color:var(--text)}.sheet-btn-history{background:var(--accent);color:#000}.catalog-grid{padding:0 var(--gap);grid-template-columns:repeat(2,1fr);gap:10px;transition:opacity .18s;display:grid}.catalog-grid.filtering{opacity:0}.catalog-card{aspect-ratio:3/4;border-radius:var(--r-lg);background:var(--surface);cursor:pointer;will-change:transform;text-decoration:none;transition:transform .18s cubic-bezier(.2,.8,.2,1),opacity .18s;display:block;position:relative;overflow:hidden}.catalog-card:active{transform:scale(.96)}.catalog-card.hidden{display:none}.catalog-card-img{object-fit:cover;opacity:.85;width:100%;height:100%;position:absolute;inset:0}.catalog-card-gradient{background:linear-gradient(#0000 40%,#000000e0 100%);position:absolute;inset:0}.catalog-card-footer{padding:14px 12px;position:absolute;bottom:0;left:0;right:0}.catalog-card-title{color:#fff;font-size:1rem;font-weight:700;line-height:1.2}.filters-scroll{padding:0 var(--gap);gap:8px;display:flex;overflow-x:auto}.filters-scroll:after{content:"";flex:0 0 4px}.balance-header{padding:0 var(--gap);flex-direction:column;gap:6px;display:flex}.balance-display{align-items:flex-end;gap:8px;display:flex}.balance-number{letter-spacing:-2px;color:var(--accent);font-size:3rem;font-weight:800;line-height:1}.balance-unit{color:var(--text-muted);padding-bottom:6px;font-size:1rem;font-weight:600}.packages-grid{padding:0 var(--gap);grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.package-card{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--r-xl);cursor:pointer;text-align:left;flex-direction:column;gap:12px;padding:20px 16px;transition:border-color .2s,background .2s,transform .15s;display:flex;position:relative}.package-card:active{transform:scale(.96)}.package-card.selected{border-color:var(--accent);background:rgba(var(--accent-rgb), .06)}.package-card.popular:before{content:"Выгодно";background:var(--accent);color:#000;border-radius:0 0 var(--r-xs) var(--r-xs);text-transform:uppercase;letter-spacing:.5px;padding:4px 8px;font-size:.6rem;font-weight:800;position:absolute;top:-1px;right:14px}.package-card.trending:before{content:"Часто берут";color:#fff;border-radius:0 0 var(--r-xs) var(--r-xs);text-transform:uppercase;letter-spacing:.5px;background:#ffffff1f;padding:4px 8px;font-size:.6rem;font-weight:800;position:absolute;top:-1px;right:14px}.package-credits{letter-spacing:-1.5px;font-size:2.4rem;font-weight:800;line-height:1}.package-price{flex-direction:column;gap:2px;display:flex}.package-price-main{color:var(--text);font-size:1.1rem;font-weight:700}.package-price-per{color:var(--text-muted);font-size:.72rem}.package-examples{padding:0 var(--gap);flex-direction:column;gap:10px;display:flex}.examples-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;font-size:.75rem;font-weight:700}.example-row{background:var(--surface);border-radius:var(--r-md);border:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.example-name{color:var(--text-secondary);font-size:.88rem;font-weight:600}.example-cost{color:var(--text-muted);font-size:.82rem;font-weight:700}.example-cost strong{color:var(--accent)}.profile-name{color:var(--text-muted);padding:0 var(--gap);text-align:center;font-size:1.1rem;font-weight:700}.balance-card{margin:0 var(--gap);background:var(--surface);border-radius:var(--r-xl);border:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px;display:flex}.balance-left{flex-direction:column;gap:4px;display:flex}.balance-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;font-size:.72rem;font-weight:700}.balance-amount{letter-spacing:-1px;font-size:2rem;font-weight:800;line-height:1}.balance-amount span{color:var(--accent)}.balance-unit{color:var(--text-muted);font-size:.82rem}.btn-topup{background:var(--accent);color:#000;border-radius:var(--r-full);white-space:nowrap;box-shadow:0 6px 16px rgba(var(--accent-rgb), .28);padding:12px 20px;font-size:.85rem;font-weight:700;transition:transform .15s,box-shadow .15s}.btn-topup:active{box-shadow:none;transform:scale(.94)}.settings-list{padding:0 var(--gap);flex-direction:column;gap:2px;display:flex}.settings-group{background:var(--surface);border-radius:var(--r-lg);border:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}.settings-group-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;padding:0 var(--gap);margin-bottom:4px;font-size:.7rem;font-weight:700}.settings-row{align-items:center;gap:14px;padding:14px 16px;transition:background .15s;display:flex;position:relative}.settings-row:not(:last-child):after{content:"";background:var(--border);height:1px;position:absolute;bottom:0;left:52px;right:0}.settings-row:active{background:var(--surface-2)}.settings-row-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.settings-row-icon svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.settings-row-text{color:var(--text);flex:1;font-size:.9rem;font-weight:600}.settings-row-right{color:var(--text-muted);align-items:center;gap:4px;font-size:.82rem;display:flex}.settings-row-right svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;opacity:.4;width:14px;height:14px}.icon-purple{color:#a78bfa;background:#8b5cf62e}.icon-blue{color:#60a5fa;background:#3b82f62e}.icon-green{color:#4ade80;background:#22c55e2e}.icon-red{color:#f87171;background:#ef44442e}.icon-yellow{background:rgba(var(--accent-rgb), .15);color:var(--accent)}.payment-group{padding:0 var(--gap);flex-direction:column;gap:8px;display:flex}.payment-month{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;padding:0 4px;font-size:.75rem;font-weight:700}.payment-list{background:var(--surface);border-radius:var(--r-lg);border:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}.payment-row{align-items:center;gap:14px;padding:14px 16px;display:flex;position:relative}.payment-row:not(:last-child):after{content:"";background:var(--border);height:1px;position:absolute;bottom:0;left:62px;right:0}.payment-icon{border-radius:var(--r-sm);background:rgba(var(--accent-rgb), .1);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.payment-icon svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.payment-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.payment-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.payment-date{color:var(--text-muted);font-size:.75rem}.payment-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:3px;display:flex}.payment-amount{color:var(--text);font-size:.95rem;font-weight:700}.payment-gens{color:var(--accent);font-size:.72rem;font-weight:600}.total-card{margin:0 var(--gap);background:var(--surface);border-radius:var(--r-lg);border:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.total-label{color:var(--text-muted);font-size:.82rem;font-weight:600}.total-value{color:var(--text);letter-spacing:-.3px;font-size:1rem;font-weight:800}.empty{padding:64px var(--gap);text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.empty svg{width:44px;height:44px;stroke:var(--text-muted);fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;opacity:.4}.empty-title{color:var(--text);font-size:1rem;font-weight:700}.empty-desc{color:var(--text-muted);font-size:.85rem;line-height:1.5}.error-screen{min-height:calc(100dvh - var(--dock-h) - env(safe-area-inset-bottom) - env(safe-area-inset-top) - 32px);padding:0 var(--gap);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:0;display:flex}.error-icon-wrap{width:96px;height:96px;margin-bottom:32px;position:relative}.error-icon-bg{background:#ff50501a;border:1px solid #ff50502e;border-radius:28px;position:absolute;inset:0}.error-icon-wrap svg{stroke:#ff5050;fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:40px;height:40px;margin:auto;position:absolute;inset:0}.error-icon-wrap:before{content:"";background:#ff50500f;border-radius:36px;animation:2.4s ease-in-out infinite glow-pulse;position:absolute;inset:-12px}@keyframes glow-pulse{0%,to{opacity:.4;transform:scale(.96)}50%{opacity:1;transform:scale(1.04)}}.error-title{letter-spacing:-.5px;margin-bottom:12px;font-size:1.6rem;font-weight:800;line-height:1.1}.error-desc{color:var(--text-secondary);max-width:280px;margin-bottom:12px;font-size:.92rem;line-height:1.6}.error-badge{border-radius:var(--r-full);color:#4ade80;background:#22c55e1a;border:1px solid #22c55e38;align-items:center;gap:6px;margin-bottom:40px;padding:8px 14px;font-size:.78rem;font-weight:700;display:inline-flex}.error-badge svg{stroke:currentColor;fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:14px;height:14px}.error-actions{flex-direction:column;gap:10px;width:100%;display:flex}.welcome-page{padding-bottom:0}.welcome-screen{min-height:100dvh;padding:calc(env(safe-area-inset-top) + 20px) var(--gap) calc(env(safe-area-inset-bottom) + 32px);text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.welcome-close{top:calc(env(safe-area-inset-top) + 16px);right:var(--gap);border-radius:var(--r-sm);background:var(--surface);width:36px;height:36px;color:var(--text-muted);justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex;position:absolute}.welcome-close svg{width:18px;height:18px}.welcome-close:active{background:var(--surface-2);color:var(--text)}.welcome-hero{margin-top:32px;margin-bottom:32px}.welcome-icon-wrap{justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative}.welcome-icon-glow{background:radial-gradient(circle, rgba(var(--accent-rgb), .18) 0%, transparent 70%);border-radius:50%;animation:3s ease-in-out infinite welcome-glow;position:absolute;inset:-16px}@keyframes welcome-glow{0%,to{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}.welcome-icon-svg{z-index:1;width:64px;height:64px;filter:drop-shadow(0 0 20px rgba(var(--accent-rgb), .5));position:relative}.welcome-content{flex-direction:column;gap:12px;margin-bottom:32px;display:flex}.welcome-title{letter-spacing:-1px;font-size:2rem;font-weight:800;line-height:1.1}.welcome-title span{color:var(--accent)}.welcome-subtitle{color:var(--text-secondary);max-width:300px;font-size:.92rem;line-height:1.65}.welcome-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);text-align:left;align-items:flex-start;gap:14px;width:100%;margin-bottom:24px;padding:16px;display:flex}.welcome-card-icon{border-radius:var(--r-sm);background:rgba(var(--accent-rgb), .1);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.welcome-card-icon svg{width:20px;height:20px;stroke:var(--accent);fill:none}.welcome-card-text{flex-direction:column;gap:4px;display:flex}.welcome-card-title{color:var(--text);font-size:.95rem;font-weight:700}.welcome-card-desc{color:var(--text-secondary);font-size:.82rem;line-height:1.55}.welcome-card-link{color:var(--accent);border-bottom:1px solid rgba(var(--accent-rgb), .35);font-weight:600;text-decoration:none}.welcome-divider{align-items:center;gap:10px;width:100%;margin-bottom:24px;display:flex}.welcome-divider:before,.welcome-divider:after{content:"";background:var(--border);flex:1;height:1px}.welcome-divider span{color:var(--text-muted);white-space:nowrap;font-size:.75rem}.welcome-bonus{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);text-align:left;flex-direction:column;gap:16px;width:100%;margin-bottom:20px;padding:20px 16px 16px;display:flex}.welcome-bonus-top{flex-direction:column;gap:8px;display:flex}.welcome-bonus-badge{background:rgba(var(--accent-rgb), .12);border:1px solid rgba(var(--accent-rgb), .25);border-radius:var(--r-full);color:var(--accent);letter-spacing:.3px;align-self:flex-start;padding:5px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.welcome-bonus-text{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.welcome-subscribe-btn{justify-content:center;align-items:center;gap:8px;display:flex}.welcome-subscribe-btn svg{stroke:currentColor;fill:none;flex-shrink:0;width:18px;height:18px}.welcome-skip{color:var(--text-muted);padding:8px;font-size:.82rem;text-decoration:none;transition:color .15s}.welcome-skip:active{color:var(--text)}.welcome-content{flex-direction:column;align-items:center;gap:12px;margin-bottom:32px;display:flex}.packet-text-stile{color:var(--text-muted);text-transform:uppercase;letter-spacing:.8px;font-size:.75rem;font-weight:700}
