@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--color-bg-primary: #ffffff;--color-bg-secondary: #f8faff;--color-bg-tertiary: #f0f4ff;--color-bg-elevated: #ffffff;--color-bg-sidebar: #ffffff;--color-bg-chat: #f8faff;--color-bg-input: #ffffff;--color-bg-nature: #eef2ff;--color-text-primary: #1e293b;--color-text-secondary: #475569;--color-text-tertiary: #94a3b8;--color-text-inverse: #ffffff;--color-text-on-accent: #ffffff;--color-text-sidebar: #64748b;--color-text-sidebar-active: #4361ee;--color-accent: #4361ee;--color-accent-hover: #3651d4;--color-accent-light: #eef2ff;--color-accent-subtle: #f8faff;--color-accent-dark: #1e293b;--color-accent-secondary: #6366f1;--color-accent-secondary-hover: #4f46e5;--color-accent-secondary-light: #eef2ff;--color-cta: #4361ee;--color-cta-hover: #3651d4;--color-cta-text: #ffffff;--color-border-primary: #e2e8f0;--color-border-secondary: #cbd5e1;--color-border-light: #eef2ff;--color-border-accent: #4361ee;--color-success: #10b981;--color-success-light: #ecfdf5;--color-error: #ef4444;--color-error-light: #fef2f2;--color-warning: #f59e0b;--color-warning-light: #fffbeb;--gradient-hero: linear-gradient( 180deg, #f0f4ff 0%, #f8faff 40%, #ffffff 100% );--gradient-hero-overlay: linear-gradient( 180deg, rgba(240, 244, 255, .85) 0%, rgba(248, 250, 255, .7) 50%, rgba(255, 255, 255, .6) 100% );--gradient-accent: linear-gradient(135deg, #4361ee 0%, #6366f1 100%);--gradient-card: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);--gradient-dark: linear-gradient(135deg, #1e293b 0%, #334155 100%);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.25rem;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(26, 46, 26, .04);--shadow-sm: 0 1px 3px rgba(26, 46, 26, .06), 0 1px 2px rgba(26, 46, 26, .04);--shadow-md: 0 4px 6px -1px rgba(26, 46, 26, .07), 0 2px 4px -1px rgba(26, 46, 26, .04);--shadow-lg: 0 10px 25px -3px rgba(26, 46, 26, .08), 0 4px 6px -2px rgba(26, 46, 26, .04);--shadow-xl: 0 20px 50px -5px rgba(26, 46, 26, .1), 0 10px 20px -5px rgba(26, 46, 26, .04);--shadow-card: 0 1px 3px rgba(26, 46, 26, .04), 0 0 0 1px rgba(26, 46, 26, .02);--shadow-sidebar: 1px 0 0 rgba(26, 46, 26, .1);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-family-serif: "Playfair Display", Georgia, "Times New Roman", serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 2.5rem;--font-size-5xl: 3.25rem;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .25s cubic-bezier(.4, 0, .2, 1);--transition-slow: .4s cubic-bezier(.4, 0, .2, 1);--sidebar-width: 280px;--sidebar-collapsed-width: 0px;--header-height: 64px;--max-content-width: 1200px;--chat-max-width: 768px}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-family);font-size:var(--font-size-base);background-color:var(--color-bg-primary);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--color-text-primary);letter-spacing:-.02em}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}p{color:var(--color-text-secondary);line-height:1.7}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-hover)}.accent-italic{font-family:var(--font-family-serif);font-style:italic;font-weight:500}button{cursor:pointer;border:none;background:transparent;font-family:inherit}input,textarea,select{font-family:inherit;color:inherit;font-size:inherit}input:focus,textarea:focus,select:focus{outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border-secondary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}::selection{background-color:var(--color-accent-light);color:var(--color-accent-dark)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.5rem;font-size:var(--font-size-sm);font-weight:600;border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-normal);line-height:1.4;white-space:nowrap;border:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--color-cta);color:var(--color-cta-text)}.btn--primary:hover:not(:disabled){background:var(--color-cta-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn--secondary{background:var(--color-accent);color:var(--color-text-inverse)}.btn--secondary:hover:not(:disabled){background:var(--color-accent-hover);transform:translateY(-1px)}.btn--outline{background:transparent;color:var(--color-text-primary);border:1.5px solid var(--color-border-primary)}.btn--outline:hover:not(:disabled){border-color:var(--color-accent);color:var(--color-accent);background:var(--color-accent-subtle)}.btn--ghost{background:transparent;color:var(--color-text-secondary)}.btn--ghost:hover:not(:disabled){background:var(--color-accent-subtle);color:var(--color-accent)}.btn--sm{padding:.375rem 1rem;font-size:var(--font-size-xs)}.btn--lg{padding:.875rem 2rem;font-size:var(--font-size-base)}.input-group{width:100%;position:relative}.input-label{display:block;font-size:var(--font-size-sm);font-weight:500;color:var(--color-text-primary);margin-bottom:var(--space-2)}.input-field{width:100%;padding:.75rem 1rem;font-size:var(--font-size-base);background:var(--color-bg-input);border:1.5px solid var(--color-border-primary);border-radius:var(--radius-lg);color:var(--color-text-primary);transition:all var(--transition-fast)}.input-field::placeholder{color:var(--color-text-tertiary)}.input-field:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #4361ee1f}.input-field:hover:not(:focus){border-color:var(--color-border-secondary)}.input-field--error{border-color:var(--color-error)}.input-field--error:focus{box-shadow:0 0 0 3px #ef44441f}.input-error-text{font-size:var(--font-size-xs);color:var(--color-error);margin-top:var(--space-1)}.password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--color-text-tertiary);cursor:pointer}.card{background:var(--color-bg-elevated);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);padding:var(--space-6);transition:all var(--transition-normal)}.card--hoverable{cursor:pointer}.card--hoverable:hover{border-color:var(--color-border-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:1rem}.loading-spinner{width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:var(--primary-color, #2563eb);animation:spin 1s ease-in-out infinite}.loading-spinner-message{font-size:.875rem;color:#6b7280;font-weight:500}.loading-spinner-full-page{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 0}.pagination__btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#374151;cursor:pointer;transition:all .2s}.pagination__btn:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.pagination__btn:disabled{opacity:.5;cursor:not-allowed}.pagination__pages{display:flex;align-items:center;gap:.25rem}.pagination__page{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .5rem;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.pagination__page:hover:not(:disabled){background:#f9fafb}.pagination__page.active{background:var(--primary-color, #2563eb);border-color:var(--primary-color, #2563eb);color:#fff}.pagination__dots{padding:0 .25rem;color:#9ca3af}.auth-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;background:#fff;color:#64748b;font-size:.9rem;letter-spacing:.05em}.landing{min-height:100vh;overflow-x:hidden;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1e293b}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(67,97,238,.08)}.landing-nav__inner{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.landing-nav__logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#1e293b;font-weight:700;font-size:1.15rem;flex-shrink:0}.logo-icon{display:flex;align-items:center;line-height:1}.logo-icon svg{display:block}.logo-wordmark{font-weight:800;letter-spacing:-.04em;color:#1e293b}.landing-nav__links{display:flex;align-items:center;gap:32px}.landing-nav__links a{font-size:.9rem;font-weight:500;color:#64748b;text-decoration:none;transition:color .2s ease}.landing-nav__links a:hover{color:#4361ee}.mobile-auth-links{display:none}.landing-nav__actions{display:flex;align-items:center;gap:16px}.nav-link-btn{font-size:.9rem;font-weight:500;color:#64748b;text-decoration:none;transition:color .2s ease}.nav-link-btn:hover{color:#4361ee}.nav-cta-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 24px;font-size:.875rem;font-weight:600;background:#4361ee;color:#fff;border:none;border-radius:10px;text-decoration:none;transition:all .25s ease;box-shadow:0 2px 8px #4361ee40}.nav-cta-btn:hover{background:#3651d4;color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px #4361ee59}.landing-nav__hamburger{display:none;color:#1e293b;background:none;border:none;cursor:pointer;padding:4px}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding-top:112px;padding-bottom:80px;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#eef2ff,#e8edff 40%,#fff);z-index:-1}.hero__bg:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(67,97,238,.08) 0%,transparent 70%)}.hero__bg:after{content:"";position:absolute;bottom:-100px;left:-200px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(67,97,238,.05) 0%,transparent 70%)}.hero__content{max-width:720px;margin:0 auto;padding:0 24px;display:flex;justify-content:center;position:relative;z-index:3}.hero__text{text-align:center;display:flex;flex-direction:column;align-items:center}.hero__badge{display:inline-flex;align-items:center;gap:8px;padding:7px 18px;background:#fff;border:1px solid rgba(67,97,238,.15);border-radius:999px;font-size:.8rem;font-weight:500;color:#4361ee;margin-bottom:32px;box-shadow:0 2px 12px #4361ee14}.hero__badge svg{color:#4361ee}.hero h1{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;line-height:1.1;letter-spacing:-.04em;margin-bottom:24px;color:#1e293b}.hero__accent{color:#4361ee}.hero__subtitle{font-size:1.05rem;color:#64748b;line-height:1.7;margin-bottom:36px;max-width:540px}.hero__cta-group{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:center;margin-bottom:48px}.hero__cta-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-size:.95rem;font-weight:600;background:#4361ee;color:#fff;border-radius:12px;text-decoration:none;transition:all .25s ease;box-shadow:0 4px 20px #4361ee4d}.hero__cta-primary:hover{background:#3651d4;color:#fff;transform:translateY(-2px);box-shadow:0 6px 28px #4361ee66}.hero__cta-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-size:.95rem;font-weight:600;color:#1e293b;text-decoration:none;border:1.5px solid #cbd5e1;border-radius:12px;background:#fff;transition:all .25s ease}.hero__cta-secondary:hover{border-color:#4361ee;color:#4361ee;background:#f8faff}.hero__stats{display:flex;align-items:center;gap:32px;flex-wrap:wrap;justify-content:center}.hero__stat{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#64748b}.hero__stat svg{color:#4361ee;opacity:.7}.hero__stat strong{color:#1e293b;font-weight:700}.section__inner{max-width:1200px;margin:0 auto;padding:0 24px}.section__header{text-align:center;max-width:640px;margin:0 auto 64px}.section__header h2{margin-bottom:16px;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;letter-spacing:-.03em;color:#1e293b}.section__header p{font-size:1rem;color:#64748b;max-width:520px;margin:0 auto;line-height:1.7}.why-section{padding:100px 0;background:#fff}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.why-card{background:#f8faff;border:1px solid #e8edff;border-radius:16px;padding:32px 24px;text-align:center;transition:all .3s ease}.why-card:hover{border-color:#c7d2fe;box-shadow:0 8px 32px #4361ee14;transform:translateY(-4px)}.why-card__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;background:#eef2ff;color:#4361ee;margin-bottom:20px}.why-card h3{font-size:1rem;font-weight:700;margin-bottom:10px;color:#1e293b}.why-card p{font-size:.875rem;color:#64748b;line-height:1.65}.action-section{padding:100px 0;background:#f8faff}.action-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.action-card{background:#fff;border:1px solid #e8edff;border-radius:20px;padding:36px 32px 0;overflow:hidden;transition:all .3s ease}.action-card:hover{border-color:#c7d2fe;box-shadow:0 12px 40px #4361ee1a;transform:translateY(-4px)}.action-card h3{font-size:1.15rem;font-weight:700;margin-bottom:10px;color:#1e293b}.action-card p{font-size:.875rem;color:#64748b;line-height:1.65;margin-bottom:24px}.action-card__image{border-radius:12px 12px 0 0;overflow:hidden;background:#eef2ff}.action-card__image img{width:100%;height:auto;display:block;transition:transform .4s ease}.action-card:hover .action-card__image img{transform:scale(1.02)}.how-it-works{padding:100px 0;background:#fff}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.step-card{text-align:center;padding:32px 24px;transition:all .3s ease}.step-card:hover{transform:translateY(-4px)}.step-card__number{display:block;font-size:3.5rem;font-weight:800;color:#4361ee;letter-spacing:-.04em;margin-bottom:16px;line-height:1;opacity:.85}.step-card h3{font-size:1.1rem;font-weight:700;margin-bottom:10px;color:#1e293b}.step-card p{font-size:.875rem;color:#64748b;line-height:1.65;max-width:280px;margin:0 auto}.tech-banner-section{padding:40px 0 80px;background:#fff}.tech-banner{border-radius:24px;overflow:hidden;box-shadow:0 8px 40px #4361ee1f}.tech-banner img{width:100%;height:auto;display:block}.cta-section{padding:80px 0 100px;background:#fff}.cta-box{text-align:center;background:linear-gradient(135deg,#4361ee,#6c8cff,#4895ef);border-radius:28px;padding:80px 40px;color:#fff;position:relative;overflow:hidden}.cta-box:before{content:"";position:absolute;top:-120px;right:-120px;width:400px;height:400px;border-radius:50%;background:#ffffff0f}.cta-box:after{content:"";position:absolute;bottom:-80px;left:-80px;width:300px;height:300px;border-radius:50%;background:#ffffff0a}.cta-box h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:-.02em;position:relative;z-index:1}.cta-box p{color:#fffc;margin-bottom:32px;max-width:480px;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.6;position:relative;z-index:1}.cta-box__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 36px;font-size:.95rem;font-weight:600;background:#fff;color:#4361ee;border-radius:12px;text-decoration:none;transition:all .25s ease;box-shadow:0 4px 16px #0000001a;position:relative;z-index:1}.cta-box__btn:hover{background:#f0f4ff;color:#3651d4;transform:translateY(-2px);box-shadow:0 6px 24px #00000026}.landing-footer{padding:32px 0;background:#f8faff;border-top:1px solid #e8edff}.landing-footer__inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.landing-footer__brand{display:flex;align-items:center}.landing-footer__copy{font-size:.8rem;color:#94a3b8}@media (max-width: 1024px){.why-grid{grid-template-columns:repeat(2,1fr)}.action-grid{grid-template-columns:1fr}.steps{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.landing-nav__links,.landing-nav__actions{display:none}.landing-nav__hamburger{display:flex}.landing-mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;z-index:90}.landing-mobile-menu{position:fixed;top:0;right:0;bottom:0;width:280px;max-width:85vw;background:#fff;z-index:100;display:flex;flex-direction:column;box-shadow:-8px 0 40px #4361ee1f}.landing-mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e8edff}.landing-mobile-menu__title{font-size:1rem;font-weight:700;color:#1e293b}.landing-mobile-menu__close{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#64748b;background:#f0f4ff;border:none;cursor:pointer;transition:all .15s}.landing-mobile-menu__close:hover{color:#4361ee;background:#eef2ff}.landing-mobile-menu__nav{flex:1;display:flex;flex-direction:column;padding:12px;gap:4px;overflow-y:auto}.landing-mobile-menu__link{display:flex;align-items:center;gap:12px;padding:14px 16px;font-size:.9rem;font-weight:500;color:#475569;text-decoration:none;border-radius:12px;transition:all .2s ease}.landing-mobile-menu__link:hover{background:#f0f4ff;color:#4361ee}.landing-mobile-menu__link svg{flex-shrink:0;color:inherit}.landing-mobile-menu__footer{padding:16px 16px 24px;border-top:1px solid #e8edff;display:flex;flex-direction:column;gap:10px}.landing-mobile-menu__login{display:flex;align-items:center;justify-content:center;padding:12px 16px;font-size:.9rem;font-weight:600;color:#475569;background:#f8faff;border-radius:12px;text-decoration:none;transition:all .2s}.landing-mobile-menu__login:hover{background:#eef2ff;color:#4361ee}.landing-mobile-menu__signup{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;font-size:.9rem;font-weight:600;color:#fff;background:#4361ee;border-radius:12px;text-decoration:none;transition:all .2s;box-shadow:0 2px 8px #4361ee4d}.landing-mobile-menu__signup:hover{background:#3651d4;transform:translateY(-1px)}.hero{min-height:auto;padding-top:124px;padding-bottom:60px}.hero h1{font-size:clamp(2rem,7vw,2.75rem)}.hero__stats{gap:20px}.why-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:16px}.step-card__number{font-size:2.5rem}.cta-box{padding:60px 24px}.landing-footer__inner{flex-direction:column;gap:16px;text-align:center}}@media (max-width: 480px){.hero__cta-group{flex-direction:column;width:100%}.hero__cta-primary,.hero__cta-secondary{width:100%;justify-content:center}.hero__stats{flex-direction:column;gap:12px}.action-card{padding:24px 20px 0}}.landing-mobile-overlay,.landing-mobile-menu{display:none}@media (max-width: 768px){.landing-mobile-overlay{display:block}.landing-mobile-menu{display:flex}}.auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;background:#f0f4ff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.auth-logo{display:inline-flex;align-items:center;gap:12px;margin-bottom:32px;text-decoration:none}.auth-logo .logo-icon{display:flex;align-items:center}.auth-logo .logo-wordmark{font-size:1.5rem;font-weight:800;letter-spacing:-.04em;color:#1e293b}.auth-card{width:100%;max-width:440px;background:#fff;border:1px solid #e8edff;border-radius:20px;padding:40px 36px;box-shadow:0 4px 24px #4361ee0f;text-align:center}.auth-heading{font-size:1.5rem;font-weight:800;margin-bottom:8px;letter-spacing:-.03em;color:#1e293b}.auth-subheading{font-size:.9rem;color:#64748b;margin-bottom:28px;line-height:1.5}.auth-error{background:#fef2f2;color:#dc2626;font-size:.85rem;padding:10px 16px;border-radius:10px;margin-bottom:20px;border:1px solid rgba(220,38,38,.12);text-align:left}.auth-form{display:flex;flex-direction:column;gap:20px;text-align:left}.auth-field label{display:block;font-size:.875rem;font-weight:600;color:#1e293b;margin-bottom:8px}.auth-field input{width:100%;padding:12px 16px;font-size:.9rem;background:#f8faff;border:1.5px solid #e2e8f0;border-radius:10px;color:#1e293b;transition:all .2s ease}.auth-field input::placeholder{color:#94a3b8}.auth-field input:focus{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1a;background:#fff}.auth-btn{width:100%;padding:14px;font-size:.95rem;font-weight:600;background:#4361ee;color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center;margin-top:4px;box-shadow:0 2px 8px #4361ee40}.auth-btn:hover:not(:disabled){background:#3651d4;transform:translateY(-1px);box-shadow:0 4px 16px #4361ee59}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-btn__spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:auth-spin .7s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-footer-text{margin-top:24px;font-size:.875rem;color:#64748b}.auth-link{color:#4361ee;font-weight:600;text-decoration:none;transition:color .2s}.auth-link:hover{color:#3651d4}@media (max-width: 480px){.auth-card{padding:32px 24px;border-radius:16px}.auth-heading{font-size:1.3rem}}.onboarding-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding-bottom:var(--space-20);background:#fff;position:relative;font-family:var(--font-family);overflow-y:auto}.onboarding-progress{width:100%;max-width:800px;height:6px;background:#eef2ff;border-radius:var(--radius-full);margin:var(--space-12) 0;overflow:hidden;box-shadow:inset 0 1px 2px #0000000d}.progress-bar{height:100%;background:var(--gradient-accent);border-radius:var(--radius-full);transition:width .6s cubic-bezier(.34,1.56,.64,1)}.progress-bar.step-1{width:20%}.progress-bar.step-2{width:40%}.progress-bar.step-3{width:60%}.progress-bar.step-4{width:80%}.progress-bar.step-5{width:100%}.onboarding-step{width:100%;max-width:800px;background:#fff;padding:20px;border-radius:24px}.step-header{text-align:center;margin-bottom:var(--space-10)}.step-icon{width:56px;height:56px;color:var(--color-accent);margin:0 auto var(--space-6);background:#f0f4ff;padding:12px;border-radius:16px}.step-header h1{font-size:1.75rem;font-weight:800;color:#1e293b;margin-bottom:var(--space-3);letter-spacing:-.03em;line-height:1.2}.step-header p{font-size:1rem;color:#64748b;line-height:1.6}.persona-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4);margin-top:var(--space-6)}.persona-card{display:flex!important;align-items:center;justify-content:center;padding:20px!important;background:#fff!important;border:2px solid #e2e8f0!important;border-radius:16px!important;font-size:.95rem!important;font-weight:600!important;color:#1e293b!important;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)!important;text-align:center}.persona-card:hover{border-color:var(--color-accent)!important;background:#f8faff!important;transform:translateY(-4px);box-shadow:0 8px 16px #4361ee14!important}.persona-card--selected{border-color:var(--color-accent)!important;background:#f0f4ff!important;color:var(--color-accent)!important;box-shadow:0 0 0 1px var(--color-accent)!important}.onboarding-input{width:100%}.onboarding-textarea{width:100%;padding:var(--space-5);font-size:1rem;background:#f8faff;border:2px solid #e2e8f0;border-radius:16px;color:#1e293b;resize:vertical;min-height:140px;font-family:inherit;transition:all .25s ease;line-height:1.6}.onboarding-textarea::placeholder{color:#94a3b8}.onboarding-textarea:focus{outline:none;border-color:var(--color-accent);background:#fff;box-shadow:0 0 0 4px #4361ee1a}.step-footer{display:flex;align-items:center;justify-content:space-between;margin-top:var(--space-10);gap:12px}.step-footer .btn{flex:1}@media (max-width: 600px){.onboarding-step{padding:30px 20px;border-radius:0;min-height:100vh;display:flex;flex-direction:column;justify-content:center}.onboarding-container{padding:0}.onboarding-progress{position:fixed;top:0;left:0;right:0;margin-bottom:0;border-radius:0;height:4px;z-index:100}.persona-grid{grid-template-columns:1fr}.step-header h1{font-size:1.5rem}}.chat-page{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden;background:#f8faff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.chat-navbar{background:#fff;border-bottom:1px solid #e8edff;flex-shrink:0;z-index:10}.chat-navbar__inner{max-width:1200px;margin:0 auto;padding:0 24px;height:56px;display:flex;align-items:center;justify-content:space-between}.chat-navbar__logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:#1e293b;font-weight:800;font-size:1.1rem;letter-spacing:-.03em;flex-shrink:0}.chat-navbar__logo-icon{color:#4361ee}.chat-navbar__links{display:flex;align-items:center;gap:8px}.chat-navbar__link{display:flex;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:500;color:#64748b;text-decoration:none;border-radius:8px;transition:all .2s ease}.chat-navbar__link:hover{color:#4361ee;background:#f0f4ff}.chat-navbar__link.active{color:#4361ee;background:#eef2ff;font-weight:600}.chat-navbar__link svg{flex-shrink:0}.chat-navbar__signout{display:flex;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:500;color:#64748b;background:none;border:none;cursor:pointer;border-radius:8px;transition:all .2s ease}.chat-navbar__signout:hover{color:#dc2626;background:#fef2f2}.chat-navbar__hamburger{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;color:#1e293b;background:none;border:none;cursor:pointer;transition:background .15s}.chat-navbar__hamburger:hover{background:#f0f4ff}.chat-mobile-overlay,.chat-mobile-menu,.chat-bottom-nav{display:none}.chat-main{flex:1;display:flex;flex-direction:column;min-height:0;max-width:800px;width:100%;margin:0 auto}.chat-messages{flex:1;overflow-y:auto;padding:24px 24px 16px;display:flex;flex-direction:column;gap:20px}.chat-msg{display:flex;flex-direction:column;max-width:100%}.chat-msg--user{align-items:flex-end}.chat-msg--assistant{align-items:flex-start}.chat-msg__label{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:600;color:#4361ee;margin-bottom:6px;padding-left:2px}.chat-msg__label svg{color:#4361ee}.chat-msg__bubble{border-radius:20px;padding:16px 20px;position:relative;max-width:100%}.chat-msg--user .chat-msg__bubble{background:linear-gradient(135deg,#4361ee,#3a0ca3);color:#fff;border-bottom-right-radius:4px;max-width:75%;box-shadow:0 4px 15px #4361ee26}.chat-msg--assistant .chat-msg__bubble{background:#fff;color:#1e293b;border-bottom-left-radius:4px;border:1px solid #eef2ff;box-shadow:0 4px 20px #00000008;width:100%;display:flex;flex-direction:column}.chat-markdown{display:flex;flex-direction:column;gap:.75rem}.chat-msg__bubble p,.chat-markdown p{font-size:.925rem;line-height:1.6;color:inherit;margin:0}.chat-markdown ul,.chat-markdown ol{font-size:.925rem;line-height:1.6;margin:.25rem 0 .5rem 1.25rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.chat-markdown li{margin-bottom:0;padding-left:.25rem}.chat-markdown h1,.chat-markdown h2,.chat-markdown h3{font-size:1.15rem;font-weight:800;margin:1.5rem 0 .5rem;color:#1e293b;letter-spacing:-.01em;line-height:1.3}.chat-markdown h4,.chat-markdown h5,.chat-markdown h6{font-size:1rem;font-weight:700;margin:1.25rem 0 .4rem;color:#334155}.chat-markdown h1:first-child,.chat-markdown h2:first-child,.chat-markdown h3:first-child,.chat-markdown h4:first-child,.chat-markdown h5:first-child{margin-top:0}.chat-markdown hr{border:none;border-top:1px solid #eef2ff;margin:1.25rem 0}.chat-markdown strong{font-weight:700;color:#0f172a}.chat-markdown em{font-style:italic;color:#475569}.chat-markdown blockquote{border-left:4px solid #4361ee;padding:.5rem 0 .5rem 1.25rem;margin:1rem 0;background:#f8faff;border-radius:0 8px 8px 0;font-style:italic;color:#475569}.chat-markdown code{background:#4361ee14;padding:.2em .45em;border-radius:6px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.85em;color:#3651d4;font-weight:500}.chat-msg--user .chat-markdown code{background:#fff3;color:#fff}.chat-markdown pre{background:#0f172a;color:#f8fafc;padding:1.25rem;border-radius:12px;overflow-x:auto;margin:1rem 0;box-shadow:0 4px 12px #0000001a}.chat-markdown pre code{background:transparent;padding:0;color:inherit;font-size:.85rem}.chat-markdown a{color:#4361ee;text-decoration:underline;text-underline-offset:3px;font-weight:600;transition:all .2s ease}.chat-markdown a:hover{color:#3651d4;text-decoration-thickness:2px}.chat-msg--user .chat-markdown a{color:#fff;text-decoration-color:#fff9}.chat-diagnosis-card,.chat-results-container{margin-top:1.5rem;border-top:1px solid #eef2ff;padding-top:1.5rem}.chat-msg__typing{display:flex;align-items:center;gap:8px}.chat-msg__typing span{font-size:.85rem;color:#94a3b8}@keyframes spin{to{transform:rotate(360deg)}}.spinning{animation:spin 1s linear infinite;color:#4361ee}.chat-input-area{padding:12px 24px 24px;display:flex;flex-direction:column;align-items:center;gap:8px}.chat-input-bar{display:flex;align-items:center;gap:10px;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:6px 8px 6px 20px;width:100%;transition:border-color .2s ease,box-shadow .2s ease}.chat-input-bar:focus-within{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee14}.chat-input-bar__input{flex:1;border:none;outline:none;background:transparent;font-size:.9rem;color:#1e293b;padding:10px 0}.chat-input-bar__input::placeholder{color:#94a3b8}.chat-input-bar__send{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#4361ee;color:#fff;flex-shrink:0;transition:all .2s ease;border:none;cursor:pointer}.chat-input-bar__send:hover:not(:disabled){background:#3651d4;transform:scale(1.05)}.chat-input-bar__send:disabled{opacity:.4;cursor:not-allowed}.chat-input-hint{font-size:.72rem;color:#94a3b8;text-align:center}.chat-diagnosis-card{margin-top:1.5rem;border-radius:20px;border:1px solid #e2e8f0;overflow:hidden;background:#fff;box-shadow:0 10px 15px -3px #0000000d}.chat-diagnosis-card__header{display:flex;align-items:center;gap:10px;padding:16px 24px;background:#f8faff;border-bottom:1px solid #eef2ff;color:#1e293b;font-size:.9rem;font-weight:700}.chat-diagnosis-card__header svg{color:#4361ee}.chat-diagnosis-card__body{padding:20px 24px;display:flex;flex-direction:column;gap:12px}.chat-diagnosis-tag{font-size:.875rem;color:#64748b;line-height:1.6;padding:12px 16px;background:#f8fafc;border-radius:12px;border-left:4px solid #cbd5e1;transition:all .3s ease}.chat-diagnosis-tag:hover{background:#f1f5f9;border-left-color:#4361ee}.chat-diagnosis-tag strong{color:#334155;font-weight:700;display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.chat-diagnosis-card__actions{display:flex;gap:10px;padding:0 24px 24px;flex-wrap:wrap}.chat-diag-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:10px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.chat-diag-btn--confirm{background:#4361ee;color:#fff}.chat-diag-btn--confirm:hover{background:#3651d4;transform:translateY(-1px)}.chat-diag-btn--edit{background:transparent;border:1px solid #e2e8f0;color:#64748b}.chat-diag-btn--edit:hover{border-color:#4361ee;color:#4361ee}.chat-results-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.chat-tool-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 6px -1px #0000000d}.chat-tool-card:hover{border-color:#4361ee;transform:translateY(-4px);box-shadow:0 20px 25px -5px #4361ee1a,0 10px 10px -5px #4361ee0a}.chat-tool-card__header{display:flex;align-items:flex-start;gap:16px;padding:24px}.chat-tool-card__rank{width:44px;height:44px;border-radius:14px;background:#4361ee;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;font-weight:800;box-shadow:0 6px 12px #4361ee40}.chat-tool-card__rank svg{color:#fbbf24}.chat-tool-card__name-group{flex:1;min-width:0}.chat-tool-card__name-group h4{font-size:1.05rem;font-weight:800;color:#1e293b;margin-bottom:6px;letter-spacing:-.01em}.chat-tool-card__name-group p{font-size:.85rem;color:#475569;line-height:1.6}.chat-tool-card__link{width:32px;height:32px;border-radius:8px;background:#eef2ff;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#64748b;transition:all .15s;text-decoration:none}.chat-tool-card__link:hover{background:#4361ee;color:#fff}.chat-tool-card__scores{padding:0 24px 20px;display:flex;flex-direction:column;gap:10px}.chat-score-item{display:flex;align-items:center;gap:8px;font-size:.72rem;color:#64748b}.chat-score-item svg{color:#4361ee;flex-shrink:0}.chat-score-item>span:first-of-type{width:80px;flex-shrink:0;font-weight:600;font-size:.75rem}.chat-score-bar{flex:1;height:6px;border-radius:3px;background:#e8edff;overflow:hidden}.chat-score-bar__fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#4361ee,#6c8cff);transition:width .6s ease}.chat-score-value{width:36px;text-align:right;font-weight:600;color:#1e293b;flex-shrink:0}.chat-tool-card__details{padding:20px 24px;border-top:1px solid #eef2ff;display:flex;flex-direction:column;gap:12px;background:#fcfdfe}.chat-tool-detail{display:flex;align-items:flex-start;gap:8px;font-size:.75rem;color:#64748b;line-height:1.5}.chat-tool-detail svg{flex-shrink:0;margin-top:2px}.chat-tool-detail svg:first-child{color:#f59e0b}.chat-tool-detail:last-child svg:first-child{color:#4361ee}.chat-tool-detail strong{font-weight:600;color:#1e293b}@media (max-width: 768px){.chat-navbar__links,.chat-navbar__signout--desktop{display:none}.chat-navbar__hamburger{display:flex}.chat-mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;z-index:90}.chat-mobile-menu{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;width:280px;max-width:85vw;background:#fff;z-index:100;box-shadow:-8px 0 40px #4361ee1f}.chat-mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e8edff}.chat-mobile-menu__title{font-size:1rem;font-weight:700;color:#1e293b}.chat-mobile-menu__close{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#64748b;background:#f0f4ff;border:none;cursor:pointer;transition:all .15s}.chat-mobile-menu__close:hover{color:#4361ee;background:#eef2ff}.chat-mobile-menu__nav{flex:1;display:flex;flex-direction:column;padding:12px;gap:4px;overflow-y:auto}.chat-mobile-menu__link{display:flex;align-items:center;gap:12px;padding:14px 16px;font-size:.9rem;font-weight:500;color:#475569;text-decoration:none;border-radius:12px;transition:all .2s ease}.chat-mobile-menu__link:hover{background:#f0f4ff;color:#4361ee}.chat-mobile-menu__link.active{background:#eef2ff;color:#4361ee;font-weight:600}.chat-mobile-menu__link svg{flex-shrink:0;color:inherit}.chat-mobile-menu__footer{padding:16px 12px;border-top:1px solid #e8edff}.chat-mobile-menu__signout{display:flex;align-items:center;gap:12px;padding:14px 16px;width:100%;font-size:.9rem;font-weight:500;color:#dc2626;background:#fef2f2;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.chat-mobile-menu__signout:hover{background:#fee2e2}.chat-bottom-nav{display:flex;align-items:center;justify-content:space-around;background:#fff;border-top:1px solid #e8edff;padding:6px 0;padding-bottom:max(6px,env(safe-area-inset-bottom));flex-shrink:0;z-index:10}.chat-bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 12px;font-size:.65rem;font-weight:500;color:#94a3b8;text-decoration:none;border-radius:8px;transition:color .2s;min-width:56px}.chat-bottom-nav__item.active,.chat-bottom-nav__item:hover{color:#4361ee}.chat-main{max-width:100%}.chat-messages{padding:16px;gap:16px}.chat-input-area{padding:8px 12px 12px}.chat-input-bar{padding:4px 6px 4px 16px;border-radius:14px}.chat-input-bar__input{font-size:.85rem;padding:8px 0}.chat-input-bar__send{width:36px;height:36px;border-radius:10px}.chat-input-hint{font-size:.65rem}.chat-results-actions{flex-direction:column;align-items:flex-start;gap:8px}.chat-new-search-btn{width:100%;justify-content:center}.chat-msg--user .chat-msg__bubble{max-width:85%}.chat-msg__bubble{padding:12px 14px}.chat-msg__bubble p{font-size:.85rem}}@media (max-width: 480px){.chat-navbar__inner{padding:0 12px;height:50px}.chat-navbar__logo{font-size:1rem;gap:6px}.chat-messages{padding:12px;gap:14px}.chat-input-area{padding:6px 10px 8px}.chat-msg--user .chat-msg__bubble{max-width:92%}.chat-msg__bubble{padding:10px 12px}.chat-msg__bubble p{font-size:.82rem;line-height:1.55}.chat-tool-card__header{flex-wrap:wrap;padding:12px;gap:8px}.chat-tool-card__scores{padding:0 12px 10px}.chat-score-item>span:first-of-type{width:56px;font-size:.68rem}.chat-tool-card__details{padding:8px 12px 12px}.chat-diag-btn{padding:8px 12px;font-size:.75rem}.chat-bottom-nav__item{font-size:.6rem;padding:6px 8px;min-width:48px}}.chat-tool-card__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.chat-tool-card__bookmark{width:32px;height:32px;border-radius:8px;background:#f0f4ff;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#64748b;transition:all .2s ease;border:none;cursor:pointer;padding:0}.chat-tool-card__bookmark:hover{background:#e0e7ff;color:#4361ee;transform:scale(1.05)}.chat-tool-card__bookmark.active{background:#4361ee;color:#fff}.chat-tool-card__bookmark.active svg{fill:#fff}.chat-clarify-form{display:flex;flex-direction:column;gap:8px;width:100%}.chat-clarify-input{width:100%;padding:10px 14px;border:1.5px solid #c7d2fe;border-radius:10px;font-size:.84rem;color:#1e293b;background:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.chat-clarify-input:focus{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee14}.chat-clarify-input::placeholder{color:#94a3b8}.chat-clarify-actions{display:flex;gap:8px}.chat-results-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#f0f4ff;border-radius:12px;border:1px solid #e0e7ff;margin-bottom:4px;width:100%;box-sizing:border-box}.chat-results-hint{display:flex;align-items:center;gap:6px;font-size:.76rem;color:#4361ee;margin:0}.chat-results-hint svg{flex-shrink:0}.chat-new-search-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:8px;font-size:.78rem;font-weight:600;color:#fff;background:#4361ee;border:none;cursor:pointer;flex-shrink:0;transition:all .2s ease}.chat-new-search-btn:hover{background:#3651d4;transform:translateY(-1px)}.chat-results-container{display:flex;flex-direction:column;gap:24px;width:100%}.chat-section-title{font-size:.8rem;font-weight:800;color:#94a3b8;margin:2rem 0 1rem;text-transform:uppercase;letter-spacing:.1em;display:flex;align-items:center;gap:10px}.chat-section-title:after{content:"";height:1px;flex:1;background:#eef2ff}.chat-workflows-list,.chat-solutions-list{display:flex;flex-direction:column;gap:1.25rem}.chat-workflow-card,.chat-solution-card{background:#fff;border:1px solid #eef2ff;border-radius:20px;padding:24px;box-shadow:0 4px 12px #4361ee08;transition:all .3s ease}.chat-workflow-card:hover,.chat-solution-card:hover{border-color:#c7d2fe;box-shadow:0 8px 24px #4361ee0f}.chat-workflow-card h5,.chat-solution-card h5{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 1rem;display:flex;align-items:center;gap:8px}.chat-workflow-steps,.chat-solution-steps{margin:0 0 1.5rem 1.5rem;padding:0;font-size:.875rem;color:#475569;line-height:1.7;display:flex;flex-direction:column;gap:.75rem}.chat-workflow-steps li,.chat-solution-steps li{margin-bottom:6px}.chat-workflow-advantage,.chat-solution-benefit{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f0f4ff;border-radius:8px;font-size:.78rem;color:#4361ee;font-weight:500}.chat-solution-cause{font-size:.8rem;color:#64748b;margin-bottom:8px;padding-left:2px}.chat-solution-cause strong{color:#1e293b;font-weight:600}.chat-mobile-history{margin-top:24px;padding-top:20px;border-top:1px solid #e8edff}.chat-mobile-history__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:0 4px}.chat-mobile-history__header span{font-size:.75rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.chat-new-btn{padding:4px 10px;border-radius:6px;background:#4361ee;color:#fff;font-size:.7rem;font-weight:600;border:none;cursor:pointer;transition:all .2s}.chat-new-btn:hover{background:#3651d4;transform:translateY(-1px)}.chat-mobile-history__list{display:flex;flex-direction:column;gap:4px}.chat-history-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:transparent;border:none;width:100%;text-align:left;font-size:.85rem;color:#475569;cursor:pointer;transition:all .2s}.chat-history-item:hover{background:#f0f4ff;color:#4361ee}.chat-history-item.active{background:#eef2ff;color:#4361ee;font-weight:600}.chat-history-item svg{color:#94a3b8;flex-shrink:0}.chat-history-item.active svg{color:#4361ee}.chat-history-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-page{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background:#f8faff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.profile-navbar{background:#fff;border-bottom:1px solid #e8edff;flex-shrink:0;z-index:10}.profile-navbar__inner{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.profile-navbar__logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.profile-navbar__logo .logo-icon{display:flex;align-items:center}.profile-navbar__logo .logo-wordmark{color:#1a2e1a;font-weight:800;font-size:1.25rem;letter-spacing:-.03em}.profile-navbar__links{display:flex;align-items:center;gap:8px}.profile-navbar__link{display:flex;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:500;color:#64748b;text-decoration:none;border-radius:8px;transition:all .2s ease}.profile-navbar__link:hover{color:#4361ee;background:#f0f4ff}.profile-navbar__link.active{color:#4361ee;background:#eef2ff;font-weight:600}.profile-navbar__signout{display:flex;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:500;color:#64748b;background:none;border:none;cursor:pointer;border-radius:8px;transition:all .2s ease}.profile-navbar__signout:hover{color:#dc2626;background:#fef2f2}.profile-navbar__hamburger{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;color:#1e293b;background:none;border:none;cursor:pointer;transition:background .15s}.profile-navbar__hamburger:hover{background:#f0f4ff}.profile-mobile-overlay,.profile-mobile-menu{display:none}.profile-main{flex:1;width:100%;max-width:900px;margin:0 auto;padding:40px 24px;display:flex;flex-direction:column;gap:24px}.profile-card{background:#fff;border-radius:20px;padding:32px;border:1px solid #e8edff;display:flex;align-items:center;gap:24px;position:relative;box-shadow:0 4px 12px #4361ee08}.profile-avatar{width:80px;height:80px;border-radius:20px;background:#eff6ff;display:flex;align-items:center;justify-content:center;color:#3b82f6}.profile-info{flex:1}.profile-info h1{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:4px}.profile-email{display:flex;align-items:center;gap:8px;color:#64748b;font-size:.95rem;margin-bottom:16px}.profile-tags{display:flex;gap:12px;flex-wrap:wrap}.profile-tag{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#eef2ff;color:#4361ee;border-radius:100px;font-size:.85rem;font-weight:600}.profile-edit-btn{position:absolute;top:32px;right:32px;display:flex;align-items:center;gap:8px;padding:8px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;font-size:.9rem;font-weight:600;color:#475569;transition:all .2s ease}.profile-edit-btn:hover{border-color:#4361ee;color:#4361ee;background:#f0f4ff}.profile-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.profile-stat-card{background:#fff;border-radius:20px;padding:24px;border:1px solid #e8edff;text-align:center;box-shadow:0 4px 12px #4361ee08}.profile-stat-value{display:block;font-size:2rem;font-weight:800;color:#4361ee;margin-bottom:4px}.profile-stat-label{font-size:.9rem;font-weight:500;color:#64748b}.profile-section{background:#fff;border-radius:20px;padding:32px;border:1px solid #e8edff;box-shadow:0 4px 12px #4361ee08}.profile-section h2{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:24px}.profile-searches-list{display:flex;flex-direction:column;gap:0}.profile-search-item{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #f1f5f9}.profile-search-item:last-child{border-bottom:none;padding-bottom:0}.profile-search-text{font-size:.95rem;color:#334155;font-weight:500}.profile-search-time{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#94a3b8}.profile-search-item:hover .profile-search-text{color:#4361ee}.profile-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 0;text-align:center}.profile-empty-state p{color:#64748b;margin-bottom:16px;font-size:.95rem}.profile-empty-link{color:#4361ee;text-decoration:none;font-weight:600;font-size:.9rem;padding:8px 16px;background:#f0f4ff;border-radius:8px;transition:all .2s ease}.profile-empty-link:hover{background:#4361ee;color:#fff}@media (max-width: 768px){.profile-navbar__links,.profile-navbar__signout--desktop{display:none}.profile-navbar__hamburger{display:flex}.profile-mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;z-index:90}.profile-mobile-menu{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;width:280px;max-width:85vw;background:#fff;z-index:100;box-shadow:-8px 0 40px #4361ee1f}.profile-mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e8edff}.profile-mobile-menu__title{font-size:1rem;font-weight:700;color:#1e293b}.profile-mobile-menu__close{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#64748b;background:#f0f4ff;border:none;cursor:pointer;transition:all .15s}.profile-mobile-menu__close:hover{color:#4361ee;background:#eef2ff}.profile-mobile-menu__nav{flex:1;display:flex;flex-direction:column;padding:12px;gap:4px;overflow-y:auto}.profile-mobile-menu__link{display:flex;align-items:center;gap:12px;padding:14px 16px;font-size:.9rem;font-weight:500;color:#475569;text-decoration:none;border-radius:12px;transition:all .2s ease}.profile-mobile-menu__link:hover{background:#f0f4ff;color:#4361ee}.profile-mobile-menu__link.active{background:#eef2ff;color:#4361ee;font-weight:600}.profile-mobile-menu__link svg{flex-shrink:0;color:inherit}.profile-mobile-menu__footer{padding:16px 12px;border-top:1px solid #e8edff}.profile-mobile-menu__signout{display:flex;align-items:center;gap:12px;padding:14px 16px;width:100%;font-size:.9rem;font-weight:500;color:#dc2626;background:#fef2f2;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.profile-main{padding:24px 16px}.profile-card{flex-direction:column;text-align:center;padding:24px}.profile-edit-btn{position:static;margin-top:16px;width:100%;justify-content:center}.profile-stats{grid-template-columns:1fr}.profile-tags,.profile-email{justify-content:center}}.tool-detail-page{min-height:100vh;background-color:#f9fafb}.detail-header{background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.detail-header__inner{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.back-link{display:flex;align-items:center;gap:.5rem;color:#4b5563;text-decoration:none;font-weight:500;transition:color .2s}.back-link:hover{color:#111827}.bookmark-btn{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid #e5e7eb;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s}.bookmark-btn.active{background-color:#fef3c7;border-color:#f59e0b;color:#d97706}.detail-content{max-width:1200px;margin:0 auto;padding:2rem}.tool-hero{display:flex;gap:2rem;padding:2rem;background-color:#fff;border-radius:24px;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:2rem;align-items:center}.tool-hero__icon{width:120px;height:120px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:3rem;flex-shrink:0;box-shadow:inset 0 2px 4px #0000000d}.tool-hero__info{flex:1}.tool-category-badge{display:inline-block;padding:.25rem .75rem;background-color:#f3f4f6;border-radius:99px;font-size:.875rem;font-weight:600;color:#4b5563;margin-bottom:.75rem}.tool-name{font-size:2.5rem;font-weight:800;color:#111827;margin:0 0 .5rem;letter-spacing:-.02em}.tool-tagline{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.tool-stats{display:flex;gap:2rem;margin-bottom:1.5rem}.tool-stat{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#4b5563}.stat-icon{color:#9ca3af}.stat-icon.star{color:#f59e0b}.tool-actions{display:flex;gap:1rem}.visit-btn{display:flex;align-items:center;gap:.5rem}.detail-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.detail-section{background-color:#fff;padding:2rem;border-radius:24px;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:2rem}.detail-section h2{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.detail-section p{color:#4b5563;line-height:1.7;margin-bottom:1rem}.use-cases-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.use-cases-list li{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background-color:#f9fafb;border-radius:12px;color:#374151;font-weight:500}.check-icon{color:#059669;flex-shrink:0;margin-top:2px}.sidebar-card{background-color:#fff;padding:1.5rem;border-radius:24px;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:1.5rem}.sidebar-card h3{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:1.25rem}.sidebar-info-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#4b5563;font-weight:500}.tags-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.detail-tag{padding:.35rem .75rem;background-color:#f3f4f6;border-radius:8px;font-size:.75rem;font-weight:600;color:#6366f1}.workflow-steps{display:flex;flex-direction:column;gap:1.5rem}.workflow-step{display:flex;gap:1.5rem;position:relative}.workflow-step:not(:last-child):after{content:"";position:absolute;left:20px;top:40px;bottom:-20px;width:2px;background-color:#e5e7eb}.step-number{width:40px;height:40px;border-radius:50%;background-color:#6366f1;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;z-index:1}.step-content{padding-top:.5rem}.detail-loading,.detail-error{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;color:#6b7280}@media (max-width: 768px){.tool-hero{flex-direction:column;text-align:center;padding:1.5rem}.tool-stats{justify-content:center;flex-wrap:wrap;gap:1rem}.detail-grid{grid-template-columns:1fr}.tool-name{font-size:2rem}}.catalogue{min-height:100vh;background:#f8faff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.catalogue-nav{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(67,97,238,.08)}.catalogue-nav__inner{max-width:1200px;margin:0 auto;padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between}.catalogue-nav__logo{display:flex;align-items:center;gap:8px;text-decoration:none;flex-shrink:0}.catalogue-logo-icon-svg{color:#4361ee}.catalogue-logo-text{font-weight:800;font-size:1.1rem;color:#1e293b;letter-spacing:-.04em}.catalogue-nav__links{display:flex;align-items:center;gap:28px}.catalogue-nav__links a{font-size:.875rem;font-weight:500;color:#64748b;text-decoration:none;transition:color .15s ease;padding:4px 0}.catalogue-nav__links a:hover,.catalogue-nav__links a.active{color:#4361ee;font-weight:600}.catalogue-nav__actions{display:flex;align-items:center;gap:16px}.catalogue-nav__hamburger{display:none;color:#1e293b;cursor:pointer}.catalogue-main{max-width:1200px;margin:0 auto;padding:32px 24px 64px}.catalogue-view-tabs{display:flex;align-items:center;gap:4px;margin-bottom:28px;background:#fff;border:1px solid #e8edff;border-radius:14px;padding:4px;width:fit-content}.catalogue-view-tab{display:flex;align-items:center;gap:6px;padding:10px 22px;font-size:.85rem;font-weight:600;color:#64748b;background:transparent;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;position:relative}.catalogue-view-tab:hover{color:#4361ee;background:#f0f4ff}.catalogue-view-tab.active{color:#4361ee;background:#eef2ff}.catalogue-view-tab svg{flex-shrink:0}.catalogue-view-tab__badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;font-size:.68rem;font-weight:700;color:#fff;background:#4361ee;border-radius:10px;line-height:1}.catalogue-search-wrapper{display:flex;justify-content:center;margin-bottom:28px}.catalogue-search{display:flex;align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;padding:4px 6px 4px 16px;width:100%;max-width:560px;transition:border-color .2s,box-shadow .2s}.catalogue-search:focus-within{border-color:#4361ee;box-shadow:0 0 0 3px #4361ee1a}.catalogue-search__icon{color:#94a3b8;flex-shrink:0;margin-right:10px}.catalogue-search__input{flex:1;border:none;outline:none;background:transparent;font-size:.9rem;color:#1e293b;padding:10px 0}.catalogue-search__input::placeholder{color:#94a3b8}.catalogue-search__btn{width:40px;height:40px;border-radius:10px;background:#4361ee;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s;cursor:pointer;border:none}.catalogue-search__btn:hover{background:#3651d4}.catalogue-filters{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.catalogue-filters__categories{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.catalogue-filter-chip{padding:7px 16px;border-radius:20px;font-size:.8rem;font-weight:500;color:#64748b;background:#fff;border:1px solid #e2e8f0;cursor:pointer;transition:all .2s ease;white-space:nowrap}.catalogue-filter-chip:hover{border-color:#c7d2fe;color:#4361ee}.catalogue-filter-chip.active{background:#4361ee;color:#fff;border-color:#4361ee}.catalogue-filters__sort-wrapper{position:relative}.catalogue-filters__sort{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;font-size:.9rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s;white-space:nowrap}.catalogue-sort-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px #00000014;width:160px;padding:8px;z-index:100;display:flex;flex-direction:column;gap:4px}.catalogue-sort-dropdown button{padding:8px 12px;border:none;background:none;text-align:left;font-size:.85rem;color:#4b5563;border-radius:6px;cursor:pointer;transition:background .15s}.catalogue-sort-dropdown button:hover{background:#f1f5f9;color:#4361ee}.catalogue-page-header{display:flex;align-items:baseline;gap:16px;margin-bottom:32px}.catalogue-page-header h1{font-size:2.5rem;font-weight:800;color:#1e293b;letter-spacing:-.03em;margin:0}.catalogue-section-title{display:flex;align-items:baseline;gap:12px;margin-bottom:24px}.catalogue-section-title h2{font-size:1.5rem;font-weight:800;color:#1e293b;letter-spacing:-.02em}.catalogue-count{font-size:.82rem;color:#94a3b8;font-weight:500}.catalogue-page-header .catalogue-count{font-size:.95rem;color:#64748b}.catalogue-section-count{font-size:.8rem;color:#94a3b8;background:#f1f5f9;padding:4px 10px;border-radius:20px;font-weight:600}.catalogue-view-all-link{display:flex;align-items:center;gap:4px;font-size:.85rem;font-weight:600;color:#4361ee;background:none;border:none;cursor:pointer;padding:6px 12px;border-radius:8px;transition:all .2s}.catalogue-view-all-link:hover{background:#4361ee14;gap:6px}.catalogue-grid-area{margin-top:32px;min-height:400px}.catalogue-grouped-sections{display:flex;flex-direction:column;gap:48px;margin-top:16px}.catalogue-section{background:#fff;border-radius:28px;border:1px solid #eef2ff;padding:32px;box-shadow:0 4px 20px #4361ee08;position:relative;overflow:hidden}.catalogue-section:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(to bottom,#4361ee,#4cc9f0);border-radius:4px 0 0 4px}.catalogue-section-title h2{font-size:1.5rem;letter-spacing:-.02em;color:#0f172a}.catalogue-section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.catalogue-section-title-right{display:flex;align-items:center;gap:16px}.catalogue-grid-horizontal{display:flex;gap:24px;overflow-x:auto;padding:8px 0 16px;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;mask-image:linear-gradient(to right,black 85%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 85%,transparent 100%)}.catalogue-grid-horizontal::-webkit-scrollbar{display:none}.catalogue-grid-horizontal .tool-catalogue-card{flex:0 0 320px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.catalogue-grid-horizontal .tool-catalogue-card:hover{transform:translateY(-8px) scale(1.02)}.catalogue-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.tool-catalogue-card{background:#fff;border:1px solid #e8edff;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;transition:all .25s ease;display:flex;flex-direction:column;position:relative}.tool-catalogue-card:hover{border-color:#c7d2fe;box-shadow:0 8px 32px #4361ee14;transform:translateY(-4px)}.tool-catalogue-card__link-wrapper{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.tool-catalogue-card__bookmark{position:absolute;top:10px;right:10px;z-index:5;width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.5);color:#94a3b8;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000f}.tool-catalogue-card__bookmark:hover{color:#4361ee;background:#fffffff2;transform:scale(1.1)}.tool-catalogue-card__bookmark.saved{color:#4361ee;background:#eef2ff;border-color:#c7d2fe}.tool-catalogue-card__bookmark.saved svg{fill:#4361ee}.tool-catalogue-card__icon-area{height:140px;display:flex;align-items:center;justify-content:center;position:relative;text-decoration:none}.tool-catalogue-card__emoji{font-size:3rem;line-height:1;filter:drop-shadow(0 2px 6px rgba(0,0,0,.1))}.tool-catalogue-card__body{padding:16px 20px 0;display:flex;flex-direction:column;flex:1}.tool-catalogue-card__category-tag{display:inline-block;font-size:.68rem;font-weight:600;color:#4361ee;background:#4361ee14;padding:3px 10px;border-radius:10px;margin-bottom:8px;width:fit-content;text-transform:uppercase;letter-spacing:.04em}.tool-catalogue-card__name{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:6px;letter-spacing:-.01em}.tool-catalogue-card__desc{font-size:.78rem;color:#64748b;line-height:1.55;flex:1;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tool-catalogue-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding:12px 20px 20px;border-top:1px solid #f0f4ff}.tool-catalogue-card__meta{display:flex;align-items:center;gap:12px}.tool-catalogue-card__rating,.tool-catalogue-card__users{display:flex;align-items:center;gap:4px;font-size:.72rem;color:#94a3b8;font-weight:500}.tool-catalogue-card__rating svg{color:#f59e0b}.tool-catalogue-card__users svg{color:#94a3b8}.tool-catalogue-card__external-link{color:#94a3b8;transition:all .2s;text-decoration:none;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#f8fafc}.tool-catalogue-card__external-link:hover{color:#4361ee;background:#eef2ff;transform:scale(1.1)}.catalogue-empty{text-align:center;padding:64px 24px}.catalogue-empty__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:16px;background:#eef2ff;color:#4361ee;margin-bottom:16px}.catalogue-empty p{font-size:1rem;color:#64748b;margin-bottom:8px}.catalogue-empty__sub{font-size:.85rem;color:#94a3b8;margin-bottom:20px}.catalogue-empty__reset{font-size:.875rem;font-weight:600;color:#fff;background:#4361ee;border:none;border-radius:10px;padding:10px 24px;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #4361ee40}.catalogue-empty__reset:hover{background:#3651d4;transform:translateY(-1px)}.catalogue-mobile-overlay,.catalogue-mobile-menu{display:none}@media (max-width: 1100px){.catalogue-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 840px){.catalogue-grid{grid-template-columns:repeat(2,1fr)}.catalogue-nav__links,.catalogue-nav__actions{display:none}.catalogue-nav__hamburger{display:flex}.catalogue-mobile-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;z-index:90}.catalogue-mobile-menu{display:flex;flex-direction:column;position:fixed;top:0;right:0;bottom:0;width:280px;max-width:85vw;background:#fff;z-index:100;box-shadow:-8px 0 40px #4361ee1f}.catalogue-mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e8edff}.catalogue-mobile-menu__title{font-size:1rem;font-weight:700;color:#1e293b}.catalogue-mobile-menu__close{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#64748b;background:#f0f4ff;border:none;cursor:pointer;transition:all .15s}.catalogue-mobile-menu__close:hover{color:#4361ee;background:#eef2ff}.catalogue-mobile-menu__nav{flex:1;display:flex;flex-direction:column;padding:12px;gap:4px;overflow-y:auto}.catalogue-mobile-menu__link{display:flex;align-items:center;gap:12px;padding:14px 16px;font-size:.9rem;font-weight:500;color:#475569;text-decoration:none;border-radius:12px;transition:all .2s ease}.catalogue-mobile-menu__link:hover{background:#f0f4ff;color:#4361ee}.catalogue-mobile-menu__link.active{background:#eef2ff;color:#4361ee;font-weight:600}.catalogue-mobile-menu__link.logout{margin-top:auto;margin-bottom:8px;color:#ef4444;border:none;background:transparent;cursor:pointer;width:100%;justify-content:flex-start}.catalogue-mobile-menu__link.logout:hover{background:#fef2f2;color:#dc2626}.catalogue-mobile-menu__link svg{flex-shrink:0;color:inherit}.catalogue-mobile-menu__footer{padding:16px 16px 24px;border-top:1px solid #e8edff}.catalogue-mobile-menu__hint{font-size:.78rem;color:#94a3b8;text-align:center}}@media (max-width: 560px){.catalogue-grid{grid-template-columns:1fr}.catalogue-main{padding:20px 16px 48px}.catalogue-filters__categories{gap:6px}.catalogue-filter-chip{padding:6px 12px;font-size:.74rem}.catalogue-search{max-width:100%}.tool-catalogue-card__icon-area{height:120px}.catalogue-view-tabs{width:100%}.catalogue-view-tab{flex:1;justify-content:center;padding:10px 16px}}.catalogue-pagination-wrapper{margin:48px 0 64px;display:flex;justify-content:center;width:100%}
