.buy-credits-modal__overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.buy-credits-modal{background:var(--color-surface);border-radius:16px;width:100%;max-width:560px;max-height:90vh;animation:.3s slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.buy-credits-modal__close{z-index:10;background:var(--color-surface-secondary);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.buy-credits-modal__close:hover{background:var(--color-surface-hover)}.buy-credits-modal__close:disabled{opacity:.5;cursor:not-allowed}.buy-credits-modal__close svg{width:1.25rem;height:1.25rem;color:var(--color-text-secondary)}.buy-credits-modal__header{text-align:center;padding:1.5rem 1.5rem 1rem}.buy-credits-modal__title{color:var(--color-text);margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.buy-credits-modal__subtitle{color:var(--color-text-secondary);margin:0 0 1rem;font-size:.875rem}.buy-credits-modal__currency-toggle{background:var(--color-surface-secondary);border-radius:8px;gap:.25rem;padding:.25rem;display:inline-flex}.buy-credits-modal__currency-btn{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;transition:all .2s}.buy-credits-modal__currency-btn:hover{color:var(--color-text)}.buy-credits-modal__currency-btn--active{color:var(--color-text);background:var(--color-surface);box-shadow:0 1px 3px #0000001a}.buy-credits-modal__currency-btn:disabled{opacity:.5;cursor:not-allowed}.buy-credits-modal__content{padding:0 1.5rem}.buy-credits-modal__loading{color:var(--color-text-secondary);flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.buy-credits-modal__spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:2rem;height:2rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.buy-credits-modal__packs{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (max-width:480px){.buy-credits-modal__packs{grid-template-columns:1fr}}.buy-credits-modal__pack{background:var(--color-surface);border:2px solid var(--color-border);cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.25rem;padding:1.25rem 1rem;transition:all .2s;display:flex;position:relative}.buy-credits-modal__pack:hover{border-color:var(--color-primary);background:var(--color-surface-hover)}.buy-credits-modal__pack:disabled{opacity:.6;cursor:not-allowed}.buy-credits-modal__pack--selected{border-color:var(--color-primary);background:var(--color-primary-bg,#6366f114)}.buy-credits-modal__pack--best-value{border-color:var(--color-success,#22c55e)}.buy-credits-modal__pack--best-value.buy-credits-modal__pack--selected{background:var(--color-success-bg,#22c55e14)}.buy-credits-modal__pack-badge{text-transform:uppercase;letter-spacing:.025em;border-radius:4px;padding:.125rem .5rem;font-size:.625rem;font-weight:600;position:absolute;top:-.5rem;right:.75rem}.buy-credits-modal__pack-badge--popular{color:#fff;background:var(--color-primary)}.buy-credits-modal__pack-badge--best{color:#fff;background:var(--color-success,#22c55e)}.buy-credits-modal__pack-name{color:var(--color-text-secondary);font-size:.8125rem;font-weight:500}.buy-credits-modal__pack-credits{align-items:baseline;gap:.25rem;display:flex}.buy-credits-modal__pack-credits-num{color:var(--color-text);font-size:1.75rem;font-weight:700}.buy-credits-modal__pack-credits-label{color:var(--color-text-secondary);font-size:.75rem}.buy-credits-modal__pack-price{color:var(--color-primary);font-size:1.125rem;font-weight:600}.buy-credits-modal__pack-per-credit{color:var(--color-text-tertiary);font-size:.75rem}.buy-credits-modal__pack-check{background:var(--color-primary);border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex;position:absolute;top:.5rem;left:.5rem}.buy-credits-modal__pack-check svg{color:#fff;width:.75rem;height:.75rem}.buy-credits-modal__empty{text-align:center;color:var(--color-text-secondary);padding:3rem 1rem}.buy-credits-modal__error{background:var(--color-error-bg,#ef44441a);border:1px solid var(--color-error-border,#ef444433);color:var(--color-error,#ef4444);border-radius:8px;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.buy-credits-modal__error svg{flex-shrink:0;width:1.25rem;height:1.25rem}.buy-credits-modal__footer{padding:1.25rem 1.5rem 1.5rem}.buy-credits-modal__footer-info{color:var(--color-text-tertiary);justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;display:flex}.buy-credits-modal__footer-dot{color:var(--color-border)}.buy-credits-modal__purchase-btn{color:#fff;background:var(--color-primary);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.buy-credits-modal__purchase-btn:hover:not(:disabled){background:var(--color-primary-hover)}.buy-credits-modal__purchase-btn:disabled{opacity:.6;cursor:not-allowed}.buy-credits-modal__btn-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1rem;height:1rem;animation:1s linear infinite spin}.buy-credits-modal__secure{color:var(--color-text-tertiary);justify-content:center;align-items:center;gap:.375rem;margin-top:.75rem;font-size:.75rem;display:flex}.buy-credits-modal__secure svg{width:.875rem;height:.875rem}.buy-credits-modal__success{text-align:center;flex-direction:column;align-items:center;padding:3rem 2rem;display:flex}.buy-credits-modal__success-icon{background:var(--color-success-bg,#22c55e1a);border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1.5rem;display:flex}.buy-credits-modal__success-icon svg{width:2rem;height:2rem;color:var(--color-success,#22c55e)}.buy-credits-modal__success-title{color:var(--color-text);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.buy-credits-modal__success-text{color:var(--color-text-secondary);margin:0 0 .5rem;font-size:1rem}.buy-credits-modal__success-balance{color:var(--color-text-secondary);margin:0 0 1.5rem;font-size:.875rem}.buy-credits-modal__success-balance strong{color:var(--color-success,#22c55e)}.buy-credits-modal__success-btn{color:#fff;background:var(--color-primary);cursor:pointer;border:none;border-radius:10px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.buy-credits-modal__success-btn:hover{background:var(--color-primary-hover)}[data-theme=dark] .buy-credits-modal{box-shadow:0 25px 50px -12px #00000080}[data-theme=dark] .buy-credits-modal__overlay{background:#000000bf}
.credit-balance{background:var(--studio-bg-elevated);border:1px solid var(--studio-border);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:9999px;align-items:center;gap:.25rem;padding:.375rem .75rem;font-size:.875rem;transition:all .2s;display:flex;position:relative}.credit-balance:hover{border-color:var(--studio-accent);background:var(--studio-bg-hover)}.credit-balance:focus{box-shadow:0 0 0 2px var(--studio-accent-muted);outline:none}.credit-balance--good{border-color:#22c55e4d}.credit-balance--good .credit-balance__icon{color:var(--studio-success)}.credit-balance--low{border-color:#f59e0b4d}.credit-balance--low .credit-balance__icon{color:var(--studio-warning)}.credit-balance--empty{border-color:#ef44444d}.credit-balance--empty .credit-balance__icon{color:var(--studio-error)}.credit-balance--loading{pointer-events:none}.credit-balance__skeleton{background:linear-gradient(90deg,var(--studio-bg-surface)25%,var(--studio-bg-hover)50%,var(--studio-bg-surface)75%);background-size:200% 100%;border-radius:4px;width:60px;height:1rem;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.credit-balance__content{align-items:center;gap:.375rem;display:flex}.credit-balance__icon{flex-shrink:0;width:1rem;height:1rem}.credit-balance__count{color:var(--studio-text-primary);font-weight:600}.credit-balance__label{color:var(--studio-text-secondary);font-size:.75rem}.credit-balance__warning{color:#fff;background:var(--studio-warning);border-radius:50%;justify-content:center;align-items:center;width:1rem;height:1rem;font-size:.625rem;font-weight:700;animation:2s infinite pulse;display:flex}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.credit-balance__empty-badge{text-transform:uppercase;letter-spacing:.025em;color:var(--studio-error);background:var(--studio-error-muted);border-radius:4px;padding:.125rem .375rem;font-size:.625rem;font-weight:600}.credit-balance__popover{z-index:var(--z-popover,500);background:var(--studio-bg-elevated);border:1px solid var(--studio-border-strong);border-radius:var(--radius-lg,12px);min-width:260px;box-shadow:var(--shadow-xl,0 16px 48px #0009);padding:1rem;position:absolute;top:calc(100% + .5rem);right:0}[data-theme=dark] .credit-balance__popover{background:#1c1d24}[data-theme=light] .credit-balance__popover{background:#fff}.credit-balance__popover-arrow{background:inherit;border-left:1px solid var(--studio-border-strong);border-top:1px solid var(--studio-border-strong);width:12px;height:12px;position:absolute;top:-6px;right:1rem;transform:rotate(45deg)}[data-theme=dark] .credit-balance__popover-arrow{background:#1c1d24}[data-theme=light] .credit-balance__popover-arrow{background:#fff}.credit-balance__popover-header{border-bottom:1px solid var(--studio-border);margin-bottom:.75rem;padding-bottom:.75rem}.credit-balance__popover-title{color:var(--studio-text-primary);font-size:.875rem;font-weight:600}.credit-balance__popover-details{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.credit-balance__detail-row{justify-content:space-between;align-items:center;font-size:.8125rem;display:flex}.credit-balance__detail-label{color:var(--studio-text-secondary)}.credit-balance__detail-value{color:var(--studio-text-primary);font-weight:500}.credit-balance__detail-row--total{border-top:1px solid var(--studio-border);padding-top:.5rem;font-weight:600}.credit-balance__detail-row--total .credit-balance__detail-value{color:var(--studio-accent)}.credit-balance__reset-info{color:var(--studio-text-muted);background:var(--studio-bg-surface);border-radius:6px;margin-bottom:.75rem;padding:.5rem .625rem;font-size:.75rem}.credit-balance__popover-actions{gap:.5rem;display:flex}.credit-balance__action-btn{cursor:pointer;border:none;border-radius:8px;flex:1;padding:.625rem .75rem;font-size:.8125rem;font-weight:600;transition:all .15s}.credit-balance__action-btn--primary{background:var(--studio-accent);color:var(--studio-text-inverse)}.credit-balance__action-btn--primary:hover{background:var(--studio-accent-hover)}.credit-balance__action-btn--secondary{background:var(--studio-bg-surface);color:var(--studio-text-primary);border:1px solid var(--studio-border)}.credit-balance__action-btn--secondary:hover{background:var(--studio-bg-hover);border-color:var(--studio-border-strong)}.credit-balance__signin-hint{border-top:1px solid var(--studio-border);text-align:center;margin-top:.75rem;padding-top:.75rem}.credit-balance__signin-hint button{color:var(--studio-accent);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;font-size:.75rem;text-decoration:underline}.credit-balance__signin-hint button:hover{color:var(--studio-accent-hover)}.credit-balance--compact{padding:.25rem .5rem;font-size:.8125rem}.credit-balance--compact .credit-balance__icon{width:.875rem;height:.875rem}[data-theme=dark] .credit-balance__popover{box-shadow:0 16px 48px #0009}[data-theme=light] .credit-balance__popover{box-shadow:0 10px 40px #0000001f}@media (max-width:768px){.credit-balance__popover{width:calc(100% - 2rem);min-width:auto;max-width:360px;margin:0 auto;position:fixed;inset:auto 1rem 1rem}.credit-balance__popover-arrow{display:none}}@media (max-width:480px){.credit-balance__popover-actions{flex-direction:column}.credit-balance__action-btn{width:100%;padding:.75rem 1rem;font-size:.875rem}}
.site-header{width:100%;height:var(--header-height);background:var(--studio-bg-primary);border-bottom:1px solid var(--studio-border);z-index:var(--z-sticky);transition:background-color var(--duration-base)var(--ease-out),border-color var(--duration-base)var(--ease-out);position:fixed;top:0;left:0}.site-header:before{content:"";width:100%;height:100%;opacity:var(--grain-opacity);pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:absolute;top:0;left:0}.site-header .nav-content{max-width:var(--container-2xl);padding:0 var(--space-6);justify-content:space-between;align-items:center;gap:var(--space-6);width:100%;height:100%;margin:0 auto;display:flex;position:relative}.site-header .nav-left{flex-shrink:0;align-items:center;display:flex}.site-header .brand-link{color:inherit;transition:all var(--duration-base)var(--ease-out-expo);align-items:center;text-decoration:none;display:inline-flex}.site-header .brand-link:hover{opacity:.9;transform:translateY(-1px)}.site-header .brand-link:active{transform:translateY(0)}.site-header .brand{align-items:center;gap:var(--space-3);white-space:nowrap;display:flex}.site-header .nav-logo{border-radius:var(--radius-md);width:auto;height:36px;transition:transform var(--duration-base)var(--ease-out-expo)}.site-header .brand-link:hover .nav-logo{transform:scale(1.05)}.site-header .nav-brand-text{font-family:var(--font-display);font-size:1.25rem;font-weight:var(--weight-bold);color:var(--studio-text-primary);white-space:nowrap;letter-spacing:var(--tracking-tight);transition:color var(--duration-base)var(--ease-out);line-height:1.2;text-decoration:none}.site-header .brand-accent{color:var(--studio-accent)}.site-header .nav-center{gap:var(--space-1);margin:0 var(--space-8);white-space:nowrap;flex:1;justify-content:flex-start;align-items:center;display:flex}.site-header .nav-link{color:var(--studio-text-muted);font-family:var(--font-body);font-weight:var(--weight-medium);font-size:var(--text-small);transition:all var(--duration-base)var(--ease-out);white-space:nowrap;padding:var(--space-2)var(--space-4);border-radius:var(--radius-md);flex-shrink:0;text-decoration:none;position:relative}.site-header .nav-link:hover{color:var(--studio-text-primary);background:var(--studio-bg-surface)}.site-header .nav-link:active{background:var(--studio-bg-hover)}.site-header .nav-link.active{color:var(--studio-accent)}.site-header .nav-link.active:after{content:"";background:var(--studio-accent);border-radius:var(--radius-full);width:4px;height:4px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.site-header .nav-right{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.site-header .auth-buttons{align-items:center;gap:var(--space-2);display:flex}.site-header .auth-loading{color:var(--studio-text-muted);font-size:var(--text-small);padding:0 var(--space-2)}.site-header .auth-btn{padding:var(--space-2)var(--space-4);font-family:var(--font-body);font-weight:var(--weight-medium);font-size:var(--text-small);border-radius:var(--radius-md);cursor:pointer;transition:all var(--duration-base)var(--ease-out);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.site-header .auth-btn--login{color:var(--studio-text-muted);border-color:var(--studio-border);background:0 0}.site-header .auth-btn--login:hover{color:var(--studio-text-primary);background:var(--studio-bg-surface);border-color:var(--studio-border-hover)}.site-header .auth-btn--signup{color:var(--studio-bg-primary);background:var(--studio-accent);border-color:var(--studio-accent)}.site-header .auth-btn--signup:hover{background:var(--studio-accent-hover);border-color:var(--studio-accent-hover);transform:translateY(-1px)}.site-header .auth-btn:active{transform:translateY(0)}.site-header .user-menu-container{position:relative}.site-header .user-menu-trigger{border:1px solid var(--studio-border);border-radius:var(--radius-full);cursor:pointer;width:40px;height:40px;transition:all var(--duration-base)var(--ease-out);background:0 0;justify-content:center;align-items:center;padding:0;display:flex}.site-header .user-menu-trigger:hover,.site-header .user-menu-trigger[aria-expanded=true]{border-color:var(--studio-accent);background:var(--studio-bg-surface)}.site-header .user-avatar{background:linear-gradient(135deg,var(--studio-accent),var(--studio-accent-hover));color:#fff;width:32px;height:32px;font-weight:var(--weight-semibold);font-size:var(--text-small);border-radius:var(--radius-full);text-transform:uppercase;justify-content:center;align-items:center;display:flex}.site-header .user-menu-dropdown{top:calc(100% + var(--space-2));background:var(--studio-bg-elevated);border:1px solid var(--studio-border);border-radius:var(--radius-lg);min-width:200px;box-shadow:var(--shadow-lg);padding:var(--space-2);z-index:var(--z-dropdown);animation:fadeInScale var(--duration-fast)var(--ease-out);position:absolute;right:0}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)translateY(-4px)}to{opacity:1;transform:scale(1)translateY(0)}}.site-header .user-menu-email{padding:var(--space-2)var(--space-3);font-size:var(--text-small);color:var(--studio-text-muted);border-bottom:1px solid var(--studio-border);margin-bottom:var(--space-1);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.site-header .user-menu-divider{background:var(--studio-border);height:1px;margin:var(--space-1)0}.site-header .user-menu-item{width:100%;padding:var(--space-2)var(--space-3);font-family:var(--font-body);font-size:var(--text-small);font-weight:var(--weight-medium);color:var(--studio-text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--duration-fast)var(--ease-out);text-align:left;background:0 0;border:none;align-items:center;display:flex}.site-header .user-menu-item:hover{color:var(--studio-text-primary);background:var(--studio-bg-hover)}.site-header .user-menu-item:active{background:var(--studio-bg-surface)}.site-header .user-menu-usage{padding:var(--space-3)var(--space-3);border-bottom:1px solid var(--studio-border);margin-bottom:var(--space-1)}.site-header .user-menu-usage-label{font-size:var(--text-xs);color:var(--studio-text-muted);margin-bottom:var(--space-2);text-transform:uppercase;letter-spacing:var(--tracking-wider);font-weight:var(--weight-medium);display:block}.site-header .user-menu-usage-bar{background:var(--studio-bg-hover);border-radius:var(--radius-full);height:6px;margin-bottom:var(--space-2);overflow:hidden}.site-header .user-menu-usage-fill{background:var(--studio-accent);border-radius:var(--radius-full);height:100%;transition:width .3s}.site-header .user-menu-usage-text{font-size:var(--text-small);color:var(--studio-text-secondary);font-variant-numeric:tabular-nums;font-weight:var(--weight-medium)}.site-header .user-menu-credits{padding:var(--space-3);border-bottom:1px solid var(--studio-border);margin-bottom:var(--space-1)}.site-header .user-menu-credits-label{font-size:var(--text-xs);color:var(--studio-text-muted);margin-bottom:var(--space-1);text-transform:uppercase;letter-spacing:var(--tracking-wider);font-weight:var(--weight-medium);display:block}.site-header .user-menu-credits-value{font-size:1.25rem;font-weight:var(--weight-bold);color:var(--studio-accent);margin-bottom:var(--space-2);display:block}.site-header .user-menu-credits-details{gap:var(--space-3);font-size:var(--text-xs);color:var(--studio-text-muted);display:flex}.site-header .user-menu-credits-details span{align-items:center;gap:var(--space-1);display:flex}[data-theme=light] .site-header{background:var(--studio-bg-primary);border-bottom-color:var(--studio-border)}[data-theme=light] .site-header .nav-brand-text{color:var(--studio-text-primary)}[data-theme=light] .site-header .nav-link{color:var(--studio-text-muted)}[data-theme=light] .site-header .nav-link:hover{color:var(--studio-text-primary);background:var(--studio-bg-surface)}[data-theme=light] .mobile-menu{background:var(--studio-bg-primary);border-bottom-color:var(--studio-border)}[data-theme=light] .mobile-menu__link{color:var(--studio-text-muted)}[data-theme=light] .mobile-menu__link:hover{color:var(--studio-text-primary);background:var(--studio-bg-surface)}[data-theme=light] .site-header .auth-btn--signup{color:#fff}[data-theme=light] .site-header .user-menu-dropdown{background:var(--studio-bg-primary);box-shadow:var(--shadow-lg)}.mobile-menu-toggle{border:1px solid var(--studio-border);border-radius:var(--radius-md);cursor:pointer;width:40px;height:40px;transition:all var(--duration-base)var(--ease-out);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:8px;display:none}.mobile-menu-toggle:hover{background:var(--studio-bg-surface);border-color:var(--studio-border-hover)}.mobile-menu-toggle:active{background:var(--studio-bg-hover)}.hamburger-line{background:var(--studio-text-primary);width:18px;height:2px;transition:all var(--duration-base)var(--ease-out);border-radius:1px;display:block}.mobile-menu-toggle--open .hamburger-line:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-toggle--open .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-toggle--open .hamburger-line:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{background:var(--studio-bg-primary);border-bottom:1px solid var(--studio-border);opacity:0;max-height:0;transition:all var(--duration-base)var(--ease-out);z-index:var(--z-dropdown);padding:0;display:none;position:absolute;top:100%;left:0;right:0;overflow:hidden;transform:translateY(-8px)}.mobile-menu--open{max-height:500px;padding:var(--space-4);opacity:1;transform:translateY(0)}.mobile-menu__link{padding:var(--space-3)var(--space-4);color:var(--studio-text-muted);font-family:var(--font-body);font-weight:var(--weight-medium);font-size:var(--text-base);border-radius:var(--radius-md);transition:all var(--duration-fast)var(--ease-out);text-decoration:none;display:block}.mobile-menu__link:hover{color:var(--studio-text-primary);background:var(--studio-bg-surface)}.mobile-menu__link:active{background:var(--studio-bg-hover)}.mobile-menu__auth{margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--studio-border);gap:var(--space-2);flex-direction:column;display:flex}.mobile-menu__auth-loading{padding:var(--space-3)var(--space-4);color:var(--studio-text-muted);font-size:var(--text-small)}.mobile-menu__user-info{align-items:center;gap:var(--space-3);padding:var(--space-3)var(--space-4);display:flex}.mobile-menu__user-avatar{background:linear-gradient(135deg,var(--studio-accent),var(--studio-accent-hover));color:#fff;width:36px;height:36px;font-weight:var(--weight-semibold);font-size:var(--text-small);border-radius:var(--radius-full);text-transform:uppercase;flex-shrink:0;justify-content:center;align-items:center;display:flex}.mobile-menu__user-email{color:var(--studio-text-secondary);font-size:var(--text-small);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mobile-menu__signout{color:var(--color-error)!important}.mobile-menu__auth-btn{padding:var(--space-3)var(--space-4);font-family:var(--font-body);font-weight:var(--weight-medium);font-size:var(--text-base);border-radius:var(--radius-md);cursor:pointer;transition:all var(--duration-base)var(--ease-out);border:1px solid #0000;justify-content:center;align-items:center;width:100%;display:flex}.mobile-menu__auth-btn--login{color:var(--studio-text-secondary);background:var(--studio-bg-surface);border-color:var(--studio-border)}.mobile-menu__auth-btn--login:hover{color:var(--studio-text-primary);background:var(--studio-bg-hover)}.mobile-menu__auth-btn--signup{color:#fff;background:var(--studio-accent);border-color:var(--studio-accent)}.mobile-menu__auth-btn--signup:hover{background:var(--studio-accent-hover);border-color:var(--studio-accent-hover)}@media (max-width:1024px){.site-header .nav-center{gap:0}.site-header .nav-link{padding:var(--space-2)var(--space-3)}}@media (max-width:768px){.site-header{height:56px}.site-header .nav-center,.site-header .auth-buttons{display:none}.site-header .nav-content{padding:0 var(--space-4);gap:var(--space-3)}.site-header .nav-brand-text{font-size:1.125rem}.site-header .nav-logo{width:28px;height:28px}.mobile-menu-toggle{width:36px;height:36px;display:flex}.mobile-menu{flex-direction:column;display:flex}}@media (max-width:480px){.site-header .nav-brand-text{font-size:1rem}.site-header .brand{gap:var(--space-2)}.site-header .nav-logo{width:24px;height:24px}.mobile-menu-toggle{width:32px;height:32px;padding:6px}.hamburger-line{width:16px}}.site-header{animation:fadeInDown var(--duration-slow)var(--ease-out-expo)}@media (prefers-reduced-motion:reduce){.site-header{animation:none}.mobile-menu-toggle,.hamburger-line,.mobile-menu{transition:none}}
.app-footer{background:var(--studio-bg-deep);border-top:1px solid var(--studio-border);justify-content:center;width:100%;margin-top:auto;display:flex;position:relative;overflow:hidden}.app-footer:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:absolute;inset:0}.app-footer:after{content:"";background:linear-gradient(90deg,transparent 0%,var(--studio-border)20%,var(--studio-accent-muted)50%,var(--studio-border)80%,transparent 100%);width:60%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.footer-container{max-width:1200px;padding:var(--space-12)var(--space-6)var(--space-6);z-index:1;width:100%;margin:0 auto;position:relative}.footer-main{gap:var(--space-12);margin-bottom:var(--space-8);grid-template-columns:2fr 3fr;display:grid}.footer-brand{gap:var(--space-4);flex-direction:column;display:flex}.footer-logo-link{color:inherit;transition:all var(--duration-base)var(--ease-out-expo);text-decoration:none;display:inline-block}.footer-logo-link:hover{opacity:.9;transform:translateY(-1px)}.footer-logo-link:active{transform:translateY(0)}.footer-logo{align-items:center;gap:var(--space-3);margin-bottom:var(--space-2);display:flex}.footer-logo-image{border-radius:var(--radius-lg);width:auto;height:48px}.footer-brand-name{font-family:var(--font-display);font-size:var(--text-subheading);font-weight:var(--weight-normal);color:var(--studio-text-primary);line-height:1.2}.footer-description{font-family:var(--font-body);font-size:var(--text-small);color:var(--studio-text-secondary);max-width:300px;margin:0;line-height:1.6}.footer-stats{gap:var(--space-6);margin-top:var(--space-4);display:flex}.footer-stat{gap:var(--space-1);flex-direction:column;display:flex}.stat-value{font-family:var(--font-display);font-size:var(--text-subheading);font-weight:var(--weight-normal);color:var(--studio-accent);line-height:1.2}.stat-text{font-family:var(--font-body);font-size:var(--text-micro);color:var(--studio-text-muted);font-weight:var(--weight-medium);text-transform:uppercase;letter-spacing:.1em}.footer-links{gap:var(--space-8);grid-template-columns:repeat(4,1fr);display:grid}.footer-section{gap:var(--space-3);flex-direction:column;display:flex}.footer-section-title{font-family:var(--font-body);font-size:var(--text-micro);font-weight:var(--weight-semibold);color:var(--studio-text-muted);text-transform:uppercase;letter-spacing:.1em;margin:0}.footer-nav{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.footer-nav li{margin:0}.footer-link{font-family:var(--font-body);font-size:var(--text-small);color:var(--studio-text-secondary);transition:all var(--duration-base)var(--ease-out);padding:var(--space-1)0;line-height:1.5;text-decoration:none;display:block;position:relative}.footer-link:after{content:"";background:var(--studio-accent);width:0;height:1px;transition:width var(--duration-base)var(--ease-out-expo);position:absolute;bottom:0;left:0}.footer-link:hover{color:var(--studio-accent)}.footer-link:hover:after{width:100%}.footer-trust{padding:var(--space-6)0;border-top:1px solid var(--studio-border);border-bottom:1px solid var(--studio-border);margin-bottom:var(--space-6)}.trust-badges{justify-content:center;gap:var(--space-6);display:flex}.trust-badge{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-4);background:var(--studio-bg-elevated);border:1px solid var(--studio-border);border-radius:var(--radius-full);transition:all var(--duration-base)var(--ease-out);display:flex}.trust-badge:hover{border-color:var(--studio-border-accent);background:var(--studio-bg-surface)}.trust-icon{font-size:var(--text-small);color:var(--studio-accent)}.trust-text{font-family:var(--font-body);font-size:var(--text-micro);font-weight:var(--weight-medium);color:var(--studio-text-secondary);white-space:nowrap}.footer-bottom{justify-content:center;align-items:center;gap:var(--space-4);width:100%;display:flex}.footer-copyright{text-align:center}.footer-copyright p{font-family:var(--font-body);font-size:var(--text-small);color:var(--studio-text-muted);margin:0}.social-link{border-radius:var(--radius-md);background:var(--studio-bg-elevated);border:1px solid var(--studio-border);width:40px;height:40px;color:var(--studio-text-secondary);transition:all var(--duration-base)var(--ease-out-expo);justify-content:center;align-items:center;display:flex}.social-link:hover{background:var(--studio-bg-surface);border-color:var(--studio-accent);color:var(--studio-accent);transform:translateY(-2px)}[data-theme=light] .app-footer{background:var(--studio-bg-deep)}[data-theme=light] .app-footer:before{opacity:.02}[data-theme=light] .trust-badge{background:var(--studio-bg-primary);box-shadow:0 1px 3px #0000000f}[data-theme=light] .trust-badge:hover{background:var(--studio-bg-elevated)}[data-theme=light] .social-link{background:var(--studio-bg-primary);box-shadow:0 1px 3px #0000000f}[data-theme=light] .social-link:hover{background:var(--studio-bg-elevated)}@media (max-width:992px){.footer-links{gap:var(--space-6);grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer-container{padding:var(--space-8)var(--space-4)var(--space-4)}.footer-main{gap:var(--space-8);text-align:center;grid-template-columns:1fr}.footer-brand{align-items:center}.footer-description{max-width:100%}.footer-links{gap:var(--space-6);text-align:left;grid-template-columns:repeat(2,1fr)}.footer-stats{justify-content:center;gap:var(--space-4)}.trust-badges{gap:var(--space-4);flex-wrap:wrap}.footer-bottom{gap:var(--space-3);text-align:center;flex-direction:column;justify-content:center;align-items:center}}@media (max-width:480px){.footer-logo{gap:var(--space-2);flex-direction:column}.footer-logo-image{height:40px}.footer-brand-name{font-size:var(--text-body)}.footer-links{grid-template-columns:1fr}.footer-stats{gap:var(--space-3);flex-direction:column}.trust-badges{align-items:center;gap:var(--space-2);flex-direction:column}.social-link{width:36px;height:36px}}@media (prefers-reduced-motion:reduce){.footer-logo-link,.footer-link,.trust-badge,.social-link{transition:none}.footer-link:after{display:none}.footer-logo-link:hover,.social-link:hover{transform:none}}
