.app-global-footer{flex-shrink:0;background-color:var(--surface-card);border-top:.0625rem solid var(--surface-border);padding:2rem 1.5rem;width:100%;box-sizing:border-box;z-index:1000;transition:background-color .2s ease,border-color .2s ease}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;max-width:80rem;margin:0 auto;gap:2rem;width:100%}.footer-brand-block{flex:1 1 31.25rem}.footer-copyright-row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.5rem}.footer-brand-text{font-size:.875rem;color:var(--text-heading);font-weight:600}.footer-privacy-anchor{font-size:.775rem;font-weight:700;color:var(--brand-primary);text-decoration:underline;cursor:pointer;transition:color .15s ease}.footer-privacy-anchor:hover{color:var(--text-heading)}.footer-compliance-text{font-size:.775rem;color:var(--text-muted);line-height:1.5;margin:0}.footer-social-wrapper{display:flex;align-items:center}.footer-social-matrix{display:flex;align-items:center;gap:1.5rem}.footer-social-matrix .social-icon-link{font-size:.875rem;color:var(--text-body);text-decoration:none;font-weight:600}.footer-social-matrix .social-icon-link:hover{color:var(--brand-primary)}.footer-scroll-top-btn{background:none;border:none;font-size:.875rem;font-weight:600;color:var(--text-muted);cursor:pointer;padding:0}.footer-scroll-top-btn:hover{color:var(--text-heading)}.global-progress-bar{position:absolute;bottom:0;left:0;right:0;width:100vw;height:.1875rem;background-color:var(--surface-border);overflow:hidden;z-index:9100;transition:background-color .2s ease}.progress-fill{height:100%;background:linear-gradient(90deg,var(--brand-primary),var(--brand-cyan));transition:width .25s cubic-bezier(.4,0,.2,1);box-shadow:0 0 .5rem #06b6d480}[data-theme=dark] .global-progress-bar{background-color:#ffffff0d}:root{--brand-primary: #2563EB;--brand-primary-hover: #1D4ED8;--brand-cyan: #06B6D4;--brand-indigo: #6366F1;--brand-amber: #D97706;--brand-gradient: linear-gradient(135deg, #2563EB, #06B6D4);--surface-base: #F8FAFC;--surface-card: #FFFFFF;--surface-input: #F1F5F9;--surface-border: #E2E8F0;--surface-accent-soft: rgba(6, 182, 212, .05);--status-success: #10B981;--status-success-bg: #ECFDF5;--status-success-border: #D1FAE5;--status-error: #EF4444;--status-error-bg: #FEF2F2;--status-error-border: #FEE2E2;--text-heading: #0F172A;--text-body: #334155;--text-muted: #64748B;--text-on-brand: #FFFFFF;--radius-sm: .375rem;--radius-md: .75rem;--radius-lg: 1.25rem;--shadow-sm: 0 .0625rem .125rem 0 rgba(0, 0, 0, .05);--shadow-md: 0 .25rem .375rem -.0625rem rgba(15, 23, 42, .05), 0 .125rem .25rem -.125rem rgba(15, 23, 42, .05);--shadow-lg: 0 .625rem 1.5625rem -.3125rem rgba(15, 23, 42, .08);--chat-msg-radius: .875rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--header-height: 0rem;--status-info: #2563EB;--status-info-bg: #EFF6FF;--status-info-border: #DBEAFE}[data-theme=dark]{--brand-primary: #3B82F6;--brand-primary-hover: #2563EB;--brand-cyan: #22D3EE;--brand-indigo: #818CF8;--brand-amber: #F59E0B;--brand-gradient: linear-gradient(135deg, #3B82F6, #22D3EE);--surface-base: #0F172A;--surface-card: #1E293B;--surface-input: #334155;--surface-border: #475569;--surface-accent-soft: rgba(34, 211, 238, .05);--status-success: #A7F3D0;--status-success-bg: rgba(52, 211, 153, .06);--status-success-border: rgba(52, 211, 153, .15);--status-error: #FCA5A5;--status-error-bg: rgba(248, 113, 113, .06);--status-error-border: rgba(248, 113, 113, .15);--status-info: #60A5FA;--status-info-bg: rgba(37, 99, 235, .08);--status-info-border: rgba(37, 99, 235, .2);--text-heading: #F8FAFC;--text-body: #E2E8F0;--text-muted: #94A3B8;--text-on-brand: #0F172A;--shadow-sm: 0 .0625rem .125rem 0 rgba(0, 0, 0, .5);--shadow-md: 0 .25rem .375rem -.0625rem rgba(0, 0, 0, .3), 0 .125rem .25rem -.125rem rgba(0, 0, 0, .3);--shadow-lg: 0 .625rem 1.5625rem -.3125rem rgba(0, 0, 0, .4)}[data-theme=dark] .banner-alert.success{color:#34d399!important}[data-theme=dark] .banner-alert.error,[data-theme=dark] .banner-alert.danger,[data-theme=dark] .banner-alert.fail{color:#f87171!important}html{scroll-padding-top:var(--header-height, 0rem);scroll-behavior:smooth;overflow-x:hidden!important}html,body{background-color:var(--surface-base);color:var(--text-body);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0;padding:0;height:100%;width:100%;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;transition:background-color .2s ease,color .2s ease}body{overflow-y:auto}input,select,textarea,button{font-family:inherit;box-sizing:border-box}.btn-premium{background:var(--brand-gradient);color:var(--text-on-brand);border:none;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;height:2.5rem;padding:0 1.25rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s cubic-bezier(.4,0,.2,1),transform .15s ease,box-shadow .2s ease;-webkit-user-select:none;user-select:none;text-decoration:none}.btn-premium:hover:not(:disabled){opacity:.95;transform:translateY(-.0625rem);box-shadow:0 .25rem .75rem #2563eb26}.btn-premium:active:not(:disabled){transform:scale(.98)}.interactive-card{background:var(--surface-card);border:.0625rem solid var(--surface-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform .2s cubic-bezier(.16,1,.3,1),border-color .2s ease,box-shadow .2s ease}.interactive-card:hover{transform:translateY(-.125rem);border-color:var(--brand-cyan);box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--surface-card);border:.0625rem solid var(--surface-border);color:var(--text-body);border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;height:2.5rem;padding:0 1.25rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;text-decoration:none}.btn-secondary:hover:not(:disabled){background:var(--surface-input);border-color:var(--text-muted);color:var(--text-heading)}.btn-secondary:active:not(:disabled){transform:scale(.98)}.sticky-header-anchor{position:sticky;top:0;z-index:1000;background:var(--surface-card);backdrop-filter:blur(.75rem) saturate(180%);-webkit-backdrop-filter:blur(.75rem) saturate(180%);border-bottom:.0625rem solid var(--surface-border);box-shadow:var(--shadow-sm);transition:background-color .2s ease,border-color .2s ease}.sticky-footer-anchor{position:sticky;bottom:0;z-index:900;background:var(--surface-card);border-top:.0625rem solid var(--surface-border);padding:1rem;box-shadow:0 -.25rem .75rem #0f172a05;transition:background-color .2s ease,border-color .2s ease}.is-loading-skeleton{background:linear-gradient(90deg,var(--surface-input) 25%,var(--surface-border) 37%,var(--surface-input) 63%);background-size:400% 100%;animation:globalShimmerTransform 1.4s ease infinite}button:disabled,button[disabled]{cursor:not-allowed!important;opacity:.55!important;pointer-events:none!important}@keyframes globalShimmerTransform{0%{background-position:100% 50%}to{background-position:0% 50%}}main,section,article,nav,aside,.page-wrapper,router-outlet+*{background-color:var(--surface-base);color:var(--text-body);transition:background-color .2s ease,color .2s ease}.navbar,.nav-wrapper,.nav-container,.nav-links{background-color:var(--surface-card)}.card,.panel,.modal-content,.dropdown-menu{background-color:var(--surface-card);border-color:var(--surface-border);color:var(--text-body)}h1,h2,h3,h4,h5,h6{color:var(--text-heading);transition:color .2s ease}p,span,li,label,th,td{color:var(--text-body);transition:color .2s ease}small,.text-muted,.caption{color:var(--text-muted)}input,select,textarea{background-color:var(--surface-card);color:var(--text-heading);border:.0625rem solid var(--surface-border);border-radius:var(--radius-sm);transition:background-color .2s ease,color .2s ease,border-color .2s ease}input:focus,select:focus,textarea:focus{border-color:var(--brand-primary);outline:none}input::placeholder,select::placeholder,textarea::placeholder{color:var(--text-muted);opacity:.8}hr,.divider,.border-line{border:none;border-top:.0625rem solid var(--surface-border);transition:border-color .2s ease}.banner-alert{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-radius:var(--radius-sm);margin-top:.75rem;font-size:.875rem;font-weight:500;box-shadow:var(--shadow-sm);animation:fadeIn .2s ease-out;background-color:var(--status-success-bg);border:.0625rem solid var(--status-success-border);color:var(--status-success)}.banner-alert.error,.banner-alert.danger,.banner-alert.fail{background-color:var(--status-error-bg)!important;border:.0625rem solid var(--status-error-border)!important;color:var(--status-error)!important}.banner-alert.info{background-color:var(--status-info-bg)!important;border:.0625rem solid var(--status-info-border)!important;color:var(--status-info)!important}.banner-alert.success{background-color:var(--status-success-bg)!important;border:.0625rem solid var(--status-success-border)!important;color:#065f46!important}.banner-alert .alert-text{margin:0;color:inherit}.freemium-text-sandbox-wrapper{display:flex;flex-direction:column;gap:var(--spacing-sm);width:100%;box-sizing:border-box;animation:localWidgetFadeIn .2s ease-out}.freemium-text-sandbox-wrapper .sandbox-inline-notice{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--spacing-sm);padding:.5rem .75rem;background:var(--surface-input);border:.0625rem dashed var(--surface-border);border-radius:var(--radius-sm);box-sizing:border-box}.freemium-text-sandbox-wrapper .sandbox-inline-notice .notice-badge{font-size:.7rem;font-weight:700;color:var(--brand-amber);text-transform:uppercase;letter-spacing:.02rem;background:#d977060f;padding:.15rem .4rem;border-radius:var(--radius-sm)}.freemium-text-sandbox-wrapper .sandbox-inline-notice .notice-text{margin:0;font-size:.75rem;color:var(--text-muted);flex:1;min-width:15rem;line-height:1.4}.freemium-text-sandbox-wrapper .sandbox-inline-notice .notice-text a{color:var(--brand-primary);font-weight:700;text-decoration:none;cursor:pointer}.freemium-text-sandbox-wrapper .sandbox-inline-notice .notice-text a:hover{text-decoration:underline}[data-theme=dark] .freemium-text-sandbox-wrapper .sandbox-inline-notice{background:#ffffff05;border-color:var(--surface-border)}[data-theme=dark] .freemium-text-sandbox-wrapper .sandbox-inline-notice .notice-badge{background:#f59e0b1f;color:#f59e0b}[data-theme=dark] .btn-secondary{background-color:var(--surface-input);border-color:var(--surface-border);color:var(--text-body)}[data-theme=dark] .btn-secondary:hover:not(:disabled){background-color:var(--surface-border);color:var(--text-heading)}[data-theme=dark] .btn-signout-accent{border-color:#f8717166;color:#f87171;background-color:#f871710a}[data-theme=dark] .btn-signout-accent:hover{background-color:#f871711f;border-color:#f87171}@keyframes localWidgetFadeIn{0%{opacity:0;transform:translateY(.125rem)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%{transform:scale(.9);opacity:.6}50%{transform:scale(1.1);opacity:1;box-shadow:0 0 .375rem #10b98166}to{transform:scale(.9);opacity:.6}}@keyframes panelFadeIn{0%{opacity:0;transform:scale(.994);max-height:0rem}to{opacity:1;transform:scale(1);max-height:120rem}}.theme-btn-content-inner{display:flex;align-items:center;gap:.5rem;line-height:1}.theme-btn-content-inner .mode-icon{font-size:.875rem;display:inline-flex;align-items:center}.theme-btn-content-inner .mode-label{font-size:.75rem;font-weight:600}.brand-group{display:inline-flex;align-items:center;gap:var(--spacing-sm);cursor:pointer;min-width:0;-webkit-user-select:none;user-select:none}.brand-group .icon{font-size:1rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.brand-group .mini-tunnel{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#0f172a,#1e293b,#334155);border:.063rem solid rgba(255,255,255,.08);border-radius:50%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;box-shadow:inset 0 1px 2px #ffffff1a,var(--shadow-sm)}.brand-group .mini-brand{color:var(--text-on-brand);font-weight:800;font-size:.75rem;letter-spacing:.05em;background-image:linear-gradient(90deg,var(--text-muted),var(--surface-card) 25%,var(--brand-primary) 50%,var(--surface-card) 75%,var(--text-muted));background-size:300% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:waveRightToLeft 5s linear infinite}.brand-group .titles{display:flex;flex-direction:column}.brand-group .app-name{font-size:1.125rem;font-weight:800;margin:0;line-height:1.2}.brand-group .app-tagline{font-size:.6875rem;font-weight:500;color:var(--text-muted);margin:0}@keyframes waveRightToLeft{0%{background-position:0% 0%}to{background-position:-300% 0%}}
