/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */.loading-indicator{grid-column:1/-1;justify-content:center;align-items:center;min-height:100px;padding:2rem;display:flex}.loading-spinner{flex-direction:column;align-items:center;gap:1rem;display:flex;animation:none!important;transform:rotate(0)!important}.spinner{border-top:4px solid var(--color-border-light);border:4px solid var(--color-border-light);border-top-color:var(--color-primary);transform-origin:50%;border-radius:50%;flex-shrink:0;width:40px;height:40px;animation:spin 1s linear infinite}body.dark-mode .spinner{border-color:var(--color-border-dark);border-top-color:var(--color-primary)}.loading-indicator .loading-spinner p,.loading-spinner p{color:var(--color-text-light);text-align:center!important;transform-origin:initial!important;margin:0!important;animation:none!important;transform:rotate(0)!important}body.dark-mode .loading-indicator .loading-spinner p,body.dark-mode .loading-spinner p{color:var(--color-text-dark)}.error-message{text-align:center;color:#e74c3c}.retry-button{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:4px;margin-top:.5rem;padding:.5rem 1rem}.retry-button:hover{background:var(--color-primary-hover,#2980b9)}.end-message{text-align:center;color:var(--color-muted-light);font-style:italic}body.dark-mode .end-message{color:var(--color-muted-dark)}:root{--header-height:76px;--color-main-principle-bg-dark:#0e0e0e;--color-main-principle-bg-dark-gradient:#131313;--color-main-principle-bg-dark-gradient-2:#1b1b1b;--color-main-principle-bg-dark-gradient-3:#151515;--color-accent-bg-dark:#292929;--color-bg-light:#fff;--color-surface-light-active:#e4e4e4;--color-surface-light-active-hover:#d4d4d4;--color-bg-dark:var(--color-main-principle-bg-dark);--color-surface-light:#fff;--color-surface-light-2:#fff;--color-surface-dark:var(--color-main-principle-bg-dark);--color-surface-dark-alt:var(--color-main-principle-bg-dark);--color-surface-light-alt:#fff;--color-primary:#61dafb;--color-text-light:#222;--color-text-dark:#f5f5f5;--color-muted-light:#444;--color-muted-dark:#b0b8c9;--color-border-light:#e0e7ef;--color-border-dark:#191a1b;--color-bubble-dark:#272727;--color-bubble-light:#fff;--color-chat-interface-dark:#131313;--color-chat-interface-hover-dark:#a5a1a1;--color-chat-interface-light:#fff;--color-header-bg-light:#fff;--color-header-bg-dark:var(--color-main-principle-bg-dark);--color-header-text-light:#e9f0fc;--color-header-text-dark:#fff;--color-section-light:#ff4500;--color-section-dark:#ff4500;--color-dark-orange-focus:#af2f01;--color-dark-orange-static-footer:#0a0a0a;--color-less-dark-orange-focus:#df3d02;--color-section-active-light:#ece62a;--color-section-active-dark:#ffaf58;--color-section-text-light:#222;--color-section-text-dark:#000;--color-section-active-text:#000;--color-grid-bg-light:#fff;--color-grid-bg-dark:var(--color-main-principle-bg-dark);--color-logo-text-light:#181f2a;--color-logo-text-dark:#fff;--color:#0071d8;--color-newsletter-form-input-dark:#1d1d1d;--color-newsletter-form-text-dark:#1b1b1b;--color-link-light:#0056b3;--color-link-dark:#4fa8c7;--color-link-hover-light:#003d82;--color-link-hover-dark:#3d8ba8;--color-text-muted-light:#818181;--color-text-muted-dark:#a3a3a3}body.light-mode{background:linear-gradient(120deg,var(--color-bg-light)0,#fff 100%);color:var(--color-text-light)}body.dark-mode{background:linear-gradient(120deg,var(--color-bg-dark)0,var(--color-main-principle-bg-dark)100%);color:var(--color-text-dark)}.App.light-theme{color:var(--color-text-light);background:0 0}.App.dark-theme{color:var(--color-text-dark);background:0 0}.App{width:100%;display:block}.App-header{background:var(--color-bg-dark);z-index:100000;padding:0;transition:box-shadow .2s,background .2s;position:sticky;top:0;box-shadow:0 2px 12px #0000000a}.App-header.header-unfixed{box-shadow:none;position:static}.App.light-theme .App-header{background:var(--color-primary);color:var(--color-text-light)}.App.dark-theme .App-header{background:var(--color-bg-dark);color:var(--color-text-dark);box-shadow:0 2px 12px #00000026}.header-content{justify-content:space-between;align-items:center;gap:2rem;max-width:1100px;margin:0 auto;padding:1.5rem 2rem 1.2rem;display:flex}.header-actions{gap:1.2rem}.header-actions,.logo{align-items:center;display:flex}.logo{gap:.7rem}.logo-content,.logo-text-container{flex-direction:column;align-items:flex-start;display:flex}.logo svg{display:block}.logo-img{border-radius:50px;width:100px;height:100px}.logo-text{color:var(--color-logo-text-light);letter-spacing:-.9px;padding-bottom:.3rem;font-size:2.3rem;font-weight:600;line-height:1;transition:color .2s}.logo-tagline{color:var(--color-section-active-text);opacity:.8;letter-spacing:.2px;text-align:center;letter-spacing:1.5px;flex-direction:column;width:200px;margin-top:4px;margin-left:0;font-size:.9rem;font-weight:800;line-height:1.2;transition:color .2s;display:flex}.logo-tagline span{display:block}.App.dark-theme .logo-tagline,.App.dark-theme .logo-text{color:var(--color-logo-text-dark)}nav{margin-top:0}.nav-list{justify-content:center;gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.nav-list li a{color:var(--color-primary);letter-spacing:.5px;border-bottom:2px solid #0000;padding-bottom:2px;font-size:1.25rem;font-weight:600;text-decoration:none;transition:color .2s,border-bottom .2s}.nav-list li a.active,.nav-list li a:hover{color:#fff;border-bottom:2px solid var(--color-primary)}.nav-list li a:hover{text-decoration:none}.theme-toggle{cursor:pointer;-webkit-backdrop-filter:blur(20px);border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;margin-left:0;margin-right:0;padding:.3em .5em;font-size:1.4rem;display:flex}.theme-toggle,.theme-toggle.light{color:var(--color-primary);background:0 0;transition:color .4s,transform .6s,background .6s,box-shadow .6s}.theme-toggle.dark{color:#ffe066;background:0 0}.theme-toggle-hover.light{background:var(--color-header-bg-dark);color:#ffe066;transition:background .4s,color .4s}.theme-toggle-hover.dark{background:var(--color-header-bg-light);color:var(--color-primary);transition:background .4s,color .4s}.theme-toggle-scale{-webkit-backdrop-filter:blur(20px);transform:scale(1.25);box-shadow:0 4px 12px #00000026}.App.dark-theme .theme-toggle-scale{-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 12px #0000004d}main{min-width:0;max-width:1100px;color:var(--color-text-light);background:0 0;flex:1;margin:0;padding:0;transition:background .2s,color .2s}.App.dark-theme main{color:var(--color-text-dark);background:0 0}@media (max-width:700px){.header-content{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1rem .7rem}.header-actions{gap:.5rem}main{margin:0 auto;padding:1.2rem .5rem 0}.App-header{padding:0}.logo-img{border-radius:35px;width:70px;height:70px}.logo-text{min-width:0;padding-bottom:.3rem;font-size:2rem}.logo-tagline,.logo-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.logo-tagline{font-size:.8rem}.theme-toggle{margin-left:0}.theme-toggle,.theme-toggle-emoji{font-size:1.4rem}.theme-toggle-sun-icon{object-fit:contain;width:48px;height:48px;transition:transform .6s}.feature-card{min-height:unset;flex-direction:column}.feature-image{width:100%;height:283px}.feature-content{padding:1.2rem 1rem 1rem}.feature-title{-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:1.4rem;line-height:1.3;display:-webkit-box;overflow:hidden}}@media (max-width:500px){.logo-tagline{width:120px}.logo-text{font-size:1.8rem}.logo-img{border-radius:30px;width:60px;height:60px}}.App-link{color:var(--color-link-light);margin-top:20px;text-decoration:none;transition:color .2s}.App-link:hover{color:var(--color-link-hover-light);text-decoration:underline}.App.dark-theme .App-link{color:var(--color-link-dark)}.App.dark-theme .App-link:hover{color:var(--color-link-hover-dark)}.section-selector{background:var(--color-section-light);z-index:99;width:100%;color:var(--color-section-text-light);justify-content:center;gap:2.5rem;padding:.7rem 0;font-size:1.1rem;font-weight:600;transition:background .2s,color .2s;display:flex;position:sticky;top:70px;box-shadow:0 2px 8px #00000008}.App.dark-theme .section-selector{background:var(--color-section-dark);color:var(--color-section-text-dark);box-shadow:0 2px 8px #0000001f}.section-selector a{color:var(--color-section-text-light);border-radius:6px;padding:.3rem .7rem;text-decoration:none;transition:all .2s}.App.dark-theme .section-selector a{color:var(--color-section-text-dark)}.section-selector a.active{background:var(--color-section-active-light);box-shadow:0 4px 12px #00000026}.App.dark-theme .section-selector a.active,.section-selector a.active{color:var(--color-section-active-text);transform:translateY(-2px)scale(1.05)}.App.dark-theme .section-selector a.active{background:var(--color-section-active-dark);box-shadow:0 4px 12px #0000004d}.App.dark-theme .section-selector a.active,.App.dark-theme .section-selector a.active:hover,.App.dark-theme .section-selector a:hover,.section-selector a.active,.section-selector a.active:hover,.section-selector a:hover{background:var(--color-section-active-dark);color:var(--color-section-active-text)}.section-selector a.active:hover{transform:translateY(-4px)scale(1.08);box-shadow:0 6px 16px #0003}.App.dark-theme .section-selector a.active:hover{transform:translateY(-4px)scale(1.08);box-shadow:0 6px 16px #0006}.hero-container{z-index:1;margin-bottom:2.5rem;transition:transform .3s ease-out,opacity .3s ease-out,margin .3s ease-out;position:relative}.hero-container.collapsed{opacity:0;pointer-events:none;margin-bottom:0;transform:translateY(-80px)}.feature-card{background:#fff;border-radius:18px;flex-direction:row;align-items:stretch;min-height:260px;display:flex;overflow:hidden;box-shadow:0 4px 32px #00000026}.article-grid{margin-top:0}.feature-image{object-fit:cover;will-change:transform;backface-visibility:hidden;background:#eee;width:425px;transform:translateZ(0)}.feature-image[fetchpriority=high]{content-visibility:auto;contain-intrinsic-size:425px 283px}@media (min-width:425px){.feature-image{width:350px}}@media (min-width:1201px){.feature-image{width:350px}}@media (min-width:1401px){.feature-image{width:425px}}@media (min-width:1981px){.feature-image{width:450px;height:450px}}.feature-content{flex-direction:column;flex:1;justify-content:center;padding:2.2rem 2rem 2rem;display:flex}.feature-title{color:#181f2a;margin-bottom:0;font-size:1.8rem;font-weight:700;line-height:1.3}.feature-summary,.feature-title{-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.feature-summary{color:#444;margin-bottom:1.2rem;font-size:1.15rem;line-height:1.4}.feature-meta{color:#888;gap:1.5rem;font-size:1rem;display:flex}.article-grid{contain:layout style;border-radius:18px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.2rem;width:100%;max-width:100%;margin:0 auto;padding:2rem 0 0;transition:background .2s;display:grid;overflow:visible}.article-card{content-visibility:auto;contain-intrinsic-size:0 500px}.banner-ad{contain-intrinsic-size:0 90px}.ad-card,.banner-ad{content-visibility:auto}.ad-card{contain-intrinsic-size:0 500px}.article-grid .banner-ad{aspect-ratio:8.09;grid-column:1/-1;justify-self:center;width:100%;max-width:728px;height:90px;min-height:90px;margin:2rem auto}.article-grid .ad-card{aspect-ratio:1;background:var(--color-surface-light);height:100%;min-height:0;color:var(--color-text-light);border-radius:16px;flex-direction:column;justify-content:flex-start;align-items:flex-start;transition:box-shadow .2s,transform .2s,background .2s,color .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000026}body.dark-mode .article-grid .ad-card{background:var(--color-main-principle-bg-dark-gradient-2);border:none;box-shadow:0 4px 24px #00000040,0 0 0 1px #0000001a}@media (max-width:768px){.article-grid{grid-template-columns:1fr;gap:1rem;padding:.75rem 0}.article-grid .ad-card,.article-grid .article-card{width:100%;min-width:0;max-width:100%}}.App.dark-theme .always-black{background:var(--color-header-bg-dark)!important;color:var(--color-header-text-dark)!important}.App.light-theme .always-black{background:var(--color-header-bg-light)!important;color:var(--color-header-text-light)!important}.feature-card.color-adaptive{background:var(--color-surface-light-alt);color:var(--color-text-light);transition:background .2s,color .2s,box-shadow .2s,transform .2s}body.dark-mode .feature-card.color-adaptive{background:var(--color-main-principle-bg-dark-gradient-2);color:var(--color-text-dark);box-shadow:0 4px 32px #00000040}.feature-card.color-adaptive:hover{border-color:var(--color-section-dark);box-shadow:0 0 16px #ff4500b7}body.dark-mode .feature-card.color-adaptive:hover{border:1px solid var(--color-section-dark);box-shadow:0 0 16px #ff4400b7;background:var(--color-main-principle-bg-dark-gradient-2)!important}.feature-meta,.feature-summary,.feature-title{color:inherit}.article-card.color-adaptive{background:var(--color-surface-light);color:var(--color-text-light);box-shadow:0 4px 12px #0000001a}body.dark-mode .article-card.color-adaptive{background:var(--color-surface-dark);color:var(--color-text-dark)}.about-page{text-align:left;max-width:800px;margin:0 auto;padding:.1rem 0 0}.about-title{color:var(--color-text-light);text-align:center;margin-bottom:2rem;font-size:2.5rem;font-weight:800}.App.dark-theme .about-title{color:var(--color-text-dark)}.about-subtitle{color:var(--color-text-light);margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.App.dark-theme .about-subtitle{color:var(--color-text-dark)}.about-hero{margin-bottom:2rem}.about-description{color:var(--color-muted-light);margin-bottom:1.5rem;font-size:1.15rem;line-height:1.6}.App.dark-theme .about-description{color:var(--color-muted-dark)}.about-features{color:var(--color-text-light);margin-bottom:2rem;margin-left:1.5rem;font-size:1.1rem;line-height:1.6}.App.dark-theme .about-features{color:var(--color-text-dark)}.about-features li{margin-bottom:.8rem}.about-contact{color:var(--color-muted-light);text-align:center;margin-top:3rem}.App.dark-theme .about-contact{color:var(--color-muted-dark)}.about-contact a{color:var(--color-link-light);text-decoration:underline;transition:color .2s}.about-contact a:hover{color:var(--color-link-hover-light);text-decoration:none}.App.dark-theme .about-contact a{color:var(--color-link-dark)}.App.dark-theme .about-contact a:hover{color:var(--color-link-hover-dark)}.about-audience,.about-focus,.about-mission,.about-values{margin-bottom:2rem}.App.light-theme .article-grid{background:var(--color-grid-bg-light)}.App.dark-theme .article-grid{background:var(--color-grid-bg-dark)}.page-container{width:100%;display:block}.page-layout{justify-content:center;gap:40px;max-width:1400px;margin:0 auto;padding:2rem 1rem;display:flex;position:relative}.page-layout main{flex:1;align-self:flex-start;min-width:0;max-width:1100px;margin:0}@media (min-width:1201px){.page-layout{gap:40px;padding:1rem}main{margin:0 auto;padding:1rem .5rem 0}}@media (max-width:1600px) and (min-width:1201px){.page-layout{gap:30px;padding:1.5rem 1rem}}@media (max-width:1600px){.page-layout{gap:30px;padding:1rem .5rem}.page-layout main{max-width:1000px}main{margin:0 auto;padding:1.2rem .5rem 0}}@media (max-width:1200px){.page-layout{flex-direction:column;align-items:center;gap:20px;padding:1rem .5rem}.page-layout main,main{max-width:100%;margin:10px auto}}@media (max-width:700px){.page-layout{align-items:center;gap:0;padding:.5rem .25rem}.feature-card{min-height:unset;flex-direction:column}.feature-image{width:100%;height:283px}.feature-content{padding:1.2rem 1rem 1rem}.feature-title{-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:1.4rem;line-height:1.3;display:-webkit-box;overflow:hidden}}.theme-toggle-moon-icon,.theme-toggle-sun-icon{object-fit:contain;pointer-events:none;width:48px;height:48px;transition:transform .6s}.skeleton-loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-card{aspect-ratio:1;background:var(--color-surface-light);border-radius:16px;flex-direction:column;align-items:flex-start;height:100%;min-height:0;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 24px #00000026}body.dark-mode .skeleton-card{background:var(--color-main-principle-bg-dark-gradient-2);box-shadow:0 4px 24px #00000040}.skeleton-image{aspect-ratio:1.6;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;width:100%;animation:loading 1.5s infinite}body.dark-mode .skeleton-image{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%) 0 0/200% 100%}.skeleton-title{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:80%;height:1.2rem;margin:1rem 1rem .3rem;animation:loading 1.5s infinite}body.dark-mode .skeleton-title{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%) 0 0/200% 100%}.skeleton-meta{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;width:40%;height:1rem;margin:0 1rem 1rem;animation:loading 1.5s infinite;position:absolute;bottom:0}body.dark-mode .skeleton-meta{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%) 0 0/200% 100%}.profile-menu{z-index:99999;margin-left:0;position:relative}.profile-menu-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:box-shadow .2s;display:flex}.profile-menu-btn-hover,.profile-menu-btn:focus,.profile-menu-btn:hover{box-shadow:0 2px 8px #0000001f}.profile-menu-avatar{object-fit:cover;border-radius:50%;width:38px;height:38px;display:block}.profile-menu-dropdown{z-index:99999;background:#fff;border:1px solid #eee;border-radius:8px;flex-direction:column;min-width:160px;padding:0;display:flex;position:absolute;top:48px;right:0;overflow:hidden;box-shadow:0 4px 16px #0000001a}.profile-menu-item{text-align:left;color:#222;cursor:pointer;background:0 0;border:none;width:100%;padding:12px 20px;font-size:1rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:block}.profile-menu-dropdown .profile-menu-item:first-child{padding-top:16px}.profile-menu-dropdown .profile-menu-item:last-child{padding-bottom:16px}.profile-menu-item:focus,.profile-menu-item:hover{color:#0070f3;background:#f5f7fa;outline:none}.profile-menu-signout{color:#d00}.profile-menu-signout:focus,.profile-menu-signout:hover{color:#a00;background:#ffeaea}.profile-menu-divider{background:#eee;width:100%;height:1px;margin:6px 0}.profile-menu-dropdown-dark{background:var(--color-main-principle-bg-dark-gradient-2);border:1px solid #222b3a;box-shadow:0 4px 16px #00000059}.profile-menu-item-dark{color:#f5f5f5;background:0 0}.profile-menu-item-dark:focus,.profile-menu-item-dark:hover{background:var(--color-main-principle-bg-dark-gradient-2);color:#fff}.profile-menu-signout.profile-menu-item-dark{color:#ff6b6b}.profile-menu-signout.profile-menu-item-dark:focus,.profile-menu-signout.profile-menu-item-dark:hover{background:var(--color-main-principle-bg-dark-gradient-2);color:#ff6b6b}.profile-menu-email{cursor:default!important;color:#666!important;border-bottom:1px solid #eee!important;margin-bottom:4px!important;font-size:.9rem!important;font-weight:600!important}.profile-menu-email:focus,.profile-menu-email:hover{color:#666!important;background:0 0!important}.profile-menu-email.profile-menu-item-dark{color:#aaa!important;border-bottom:1px solid #333!important}.profile-menu-email.profile-menu-item-dark:focus,.profile-menu-email.profile-menu-item-dark:hover{color:#aaa!important;background:0 0!important}.dashboard-container{max-width:1200px;padding:0 1rem 1rem}.batch-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem;width:100%;max-width:100%;margin-top:1.5rem;display:grid;overflow:visible}@media (max-width:768px){.batch-grid{grid-template-columns:1fr;gap:1rem;padding:0}}.batch-info-summary{background:var(--color-surface-light);border:1px solid var(--color-border-light);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.5rem 1rem;display:flex}body.dark-mode .batch-info-summary{background:var(--color-surface-dark);border-color:var(--color-border-dark)}.batch-stats{gap:1rem;font-size:.875rem;display:flex}.batch-info-summary .batch-stats,.batch-info-summary .batch-status{line-height:1.2}.batch-info-summary .batch-stats{margin-top:0}.batch-info-summary .batch-status{align-items:center;gap:.375rem;margin:0;font-size:.8125rem;line-height:1;display:flex}.batch-info-summary .batch-status span{margin:0;padding:0;line-height:1}.batch-stats span{color:var(--color-text-secondary-light);font-weight:500}body.dark-mode .batch-stats span{color:var(--color-text-secondary-dark)}.batch-status{font-size:.875rem;font-weight:600}.status-pending{color:#f59e0b}.status-processing{color:#3b82f6}.status-completed{color:#10b981}.status-failed{color:#ef4444}.back-button{background:var(--color-surface-light);color:var(--color-text-light);border:1px solid var(--color-border-light);cursor:pointer;white-space:nowrap;border-radius:6px;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}body.dark-mode .back-button{background:var(--color-surface-dark);color:var(--color-text-dark);border-color:var(--color-border-dark)}.back-button:hover{background:var(--color-section-light);transform:translateY(-1px)}body.dark-mode .back-button:hover{background:var(--color-section-dark)}.back-button:focus{outline:none;box-shadow:0 0 0 3px #61dafb4d}.App.dark-theme .dashboard-title{color:var(--color-text-dark)}.create-button{background:var(--color-section-light);color:var(--color-section-text-light);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;min-width:120px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}body.dark-mode .create-button{background:var(--color-section-dark);color:var(--color-section-text-dark)}.create-button:hover{background:var(--color-section-active-light);color:var(--color-section-active-text);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}body.dark-mode .create-button:hover{background:var(--color-section-active-dark);color:var(--color-section-active-text);box-shadow:0 4px 12px #0000004d}.create-button:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}.create-button:focus{outline:none;box-shadow:0 0 0 3px #61dafb4d}.create-page{background:var(--color-surface-light);min-height:100vh;color:var(--color-text-light);padding:2rem 1rem;transition:background .2s,color .2s}body.dark-mode .create-page{background:var(--color-surface-dark);color:var(--color-text-dark)}.create-container{max-width:800px;margin:0 auto;padding:0 1rem}.create-header{text-align:center;margin-bottom:3rem}.create-title{color:var(--color-text-light);letter-spacing:-1px;margin-bottom:1rem;font-size:2.5rem;font-weight:800}body.dark-mode .create-title{color:var(--color-text-dark)}.create-subtitle{color:var(--color-muted-light);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}body.dark-mode .create-subtitle{color:var(--color-muted-dark)}.create-form{background:var(--color-surface-light);border:2px solid var(--color-border-light);border-radius:16px;padding:2rem;transition:all .3s;box-shadow:0 4px 24px #0000001a}body.dark-mode .create-form{background:var(--color-surface-dark);border-color:var(--color-border-dark);box-shadow:0 4px 24px #00000040}.create-form:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000026}body.dark-mode .create-form:hover{box-shadow:0 8px 32px #00000059}.form-group{margin-bottom:2rem}.form-label{color:var(--color-text-light);margin-bottom:.75rem;font-size:1.1rem;font-weight:600;display:block}body.dark-mode .form-label{color:var(--color-text-dark)}.prompt-input{border:2px solid var(--color-border-light);background:var(--color-surface-light);width:100%;min-height:120px;color:var(--color-text-light);resize:vertical;box-sizing:border-box;border-radius:8px;padding:1rem;font-family:inherit;font-size:1rem;line-height:1.5;transition:all .2s}body.dark-mode .prompt-input{border-color:var(--color-border-dark);background:var(--color-accent-bg-dark);color:var(--color-text-dark)}.prompt-input:focus{border-color:var(--color-primary);outline:none;transform:translateY(-1px);box-shadow:0 0 0 3px #61dafb33}.prompt-input:disabled{background:var(--color-surface-light-alt);color:var(--color-muted-light);cursor:not-allowed;transform:none}body.dark-mode .prompt-input:disabled{background:var(--color-surface-dark-alt);color:var(--color-muted-dark)}.input-hint{color:var(--color-muted-light);margin-top:.5rem;font-size:.875rem;font-style:italic}body.dark-mode .input-hint{color:var(--color-muted-dark)}.form-actions{justify-content:center;gap:1rem;display:flex}.create-submit-button{background:var(--color-section-light);color:var(--color-section-text-light);cursor:pointer;letter-spacing:.5px;border:none;border-radius:8px;min-width:200px;padding:1rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s}body.dark-mode .create-submit-button{background:var(--color-section-dark);color:var(--color-section-text-dark)}.create-submit-button:hover:not(:disabled){background:var(--color-section-active-light);color:var(--color-section-active-text);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}body.dark-mode .create-submit-button:hover:not(:disabled){background:var(--color-section-active-dark);color:var(--color-section-active-text);box-shadow:0 4px 12px #0000004d}.create-submit-button:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}.create-submit-button:focus{outline:none;box-shadow:0 0 0 3px #61dafb4d}.create-submit-button:disabled{background:var(--color-section-light);color:var(--color-section-text-light);cursor:not-allowed;box-shadow:none;opacity:.6;transform:none}body.dark-mode .create-submit-button:disabled{background:var(--color-section-dark);color:var(--color-section-text-dark);opacity:.6}.error-message{color:#dc2626;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.95rem;line-height:1.5}body.dark-mode .error-message{color:#fca5a5;background:#7f1d1d;border-color:#991b1b}.status-message{background:var(--color-surface-light);border:1px solid var(--color-border-light);border-radius:8px;margin-bottom:1.5rem;padding:1rem;transition:all .2s}body.dark-mode .status-message{background:var(--color-surface-dark);border-color:var(--color-border-dark)}.status-indicator{align-items:center;gap:.75rem;margin-bottom:.5rem;font-weight:500;display:flex}.status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.status-dot.status-pending{background:#f59e0b;animation:pulse 2s infinite}.status-dot.status-running{background:#3b82f6;animation:pulse 1s infinite}.status-dot.status-completed{background:#10b981}.status-dot.status-failed{background:#ef4444}.status-details{color:var(--color-muted-light);margin-top:.5rem;font-size:.9rem}body.dark-mode .status-details{color:var(--color-muted-dark)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.dashboard-subtitle{color:var(--color-muted-light);margin-bottom:1.2rem;font-size:1.25rem}.App.dark-theme .dashboard-subtitle{color:var(--color-muted-dark)}.dashboard-divider{border:none;border-top:2px solid var(--color-border-light);width:60%;margin:0 auto}.App.dark-theme .dashboard-divider{border-top:2px solid var(--color-border-dark)}body.chat-open .page-layout{margin-right:var(--chat-width,400px);transition:margin-right .1s ease-out}body.chat-open .page-layout main{max-width:calc(100% - 40px)}.page-layout{transition:margin-right .1s ease-out}@media (max-width:1200px){body.chat-open .page-layout{margin-right:0}}.dashboard-article-layout,.dashboard-container{width:100%;max-width:100%}.resizable-chat{animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0}to{opacity:1}}@media (max-width:700px){.dashboard-title{text-align:center;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:2.2rem;overflow:hidden}.create-button{width:100%;max-width:200px;margin:0 auto}.create-container{padding:0 .5rem}.create-title{font-size:2rem}.create-subtitle{font-size:1.1rem}.create-form{padding:1.5rem}.prompt-input{min-height:100px;font-size:.95rem}.create-submit-button{width:100%;max-width:300px;padding:.875rem 1.5rem;font-size:1rem}.article-grid>div:first-child{flex-direction:column!important;align-items:stretch!important;gap:1rem!important}.article-grid>div:first-child form{width:100%!important;max-width:100%!important}.article-grid>div:first-child>div:last-child{flex-direction:column!important;align-items:stretch!important;gap:.5rem!important;width:100%!important}.article-grid>div:first-child select{width:100%!important;max-width:100%!important}.article-grid>div:first-child label{margin-bottom:.25rem!important;display:block!important}}.mobile-menu-toggle{cursor:pointer;z-index:1000;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;padding:0;display:none}.hamburger-line{background:var(--color-section-text-light);transform-origin:100%;border-radius:2px;width:100%;height:3px;transition:transform .25s,opacity .2s,background .2s}body.dark-mode .hamburger-line{background:var(--color-section-text-dark)}.mobile-menu-toggle.open .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.open .hamburger-line:first-child{transform:rotate(-45deg)translateY(-1px)}.mobile-menu-toggle.open .hamburger-line:nth-child(3){transform:rotate(45deg)translateY(1px)}.mobile-menu-overlay{z-index:999;background:#00000080;justify-content:center;align-items:flex-start;padding-top:120px;display:flex;position:fixed;inset:0}.mobile-menu-backdrop{z-index:100000;background:0 0;position:fixed;inset:0}.mobile-menu-dropdown{background:var(--color-section-light);border-radius:12px;min-width:200px;padding:1rem;animation:slideDown .3s ease-out;box-shadow:0 8px 32px #0000004d}body.dark-mode .mobile-menu-dropdown{background:var(--color-section-dark);box-shadow:0 8px 32px #00000080}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDropdown{0%{opacity:0;transform:none}to{opacity:1;transform:none}}.mobile-menu-item{color:var(--color-section-text-light);border-radius:8px;margin-bottom:.5rem;padding:.8rem 1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}body.dark-mode .mobile-menu-item{color:var(--color-section-text-dark)}.mobile-menu-item:hover{transform:translate(4px)}.mobile-menu-item:hover,body.dark-mode .mobile-menu-item:hover{background:var(--color-less-dark-orange-focus);color:var(--color-section-active-text)}.mobile-menu-item.active{background:var(--color-section-active-light);color:var(--color-section-active-text);transform:translate(4px)}body.dark-mode .mobile-menu-item.active{background:var(--color-section-active-dark);color:var(--color-section-active-text)}@media (max-width:768px){.section-selector{justify-content:flex-end;padding:.7rem 1rem}.mobile-menu-toggle{display:flex}.section-selector>a{display:none}.mobile-menu-dropdown{z-index:100001;border-radius:0;width:100%;padding:0;animation:fadeInDropdown .2s ease-out;position:absolute;top:100%;left:0;right:0}.mobile-menu-dropdown,body.dark-mode .mobile-menu-dropdown{border-top:1px solid #00000026;box-shadow:none!important}.mobile-menu-item.active,.mobile-menu-item:hover{transform:none}.mobile-menu-item:hover,body.dark-mode .mobile-menu-item:hover{background:var(--color-less-dark-orange-focus);color:var(--color-section-active-text)}.mobile-menu-item.active,body.dark-mode .mobile-menu-item.active{color:inherit;background:0 0}.mobile-menu-item{text-align:center;justify-content:center;align-items:center;width:100%;min-height:48px;margin:0;padding:1.1rem 1rem;display:flex;border-radius:0!important}.mobile-menu-item,body.dark-mode .mobile-menu-item{border-bottom:1px solid #0000002e}.mobile-menu-item:last-child{border-bottom:none}.mobile-menu-dropdown a.mobile-menu-item{justify-content:center;align-items:center;width:100%;display:flex}.section-selector .mobile-menu-dropdown a,.section-selector .mobile-menu-dropdown a.active,.section-selector .mobile-menu-dropdown a.active:hover{color:inherit!important;box-shadow:none!important;background:0 0!important;transform:none!important}.section-selector .mobile-menu-dropdown a:hover{background:var(--color-less-dark-orange-focus)!important;color:var(--color-section-active-text)!important;box-shadow:none!important;transform:none!important}.section-selector .mobile-menu-dropdown a{transition:none!important}}.mobile-create-button{min-height:44px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600}@media (max-width:768px){.dashboard-title{margin:0;font-size:1.75rem;line-height:1.2}.dashboard-subtitle{margin:.5rem 0 0;font-size:1rem;line-height:1.4}.mobile-create-button{justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.loading-indicator{padding:2rem 1rem}.loading-spinner{flex-direction:column;gap:1rem}.error-message{border-radius:12px;margin:1rem;padding:1.5rem}.retry-button{border-radius:8px;height:48px;margin-top:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600}.end-message{text-align:center;padding:2rem 1rem}}@media (max-width:480px){.dashboard-title{font-size:1.5rem}.dashboard-subtitle{font-size:.9rem}.mobile-create-button{padding:.625rem 1.25rem;font-size:.9rem}}@media (max-width:360px){.dashboard-title{font-size:1.375rem}.dashboard-subtitle{font-size:.85rem}.mobile-create-button{padding:.5rem 1rem;font-size:.85rem}}@media (max-width:320px){.dashboard-title{font-size:1.25rem}.dashboard-subtitle{font-size:.8rem}.mobile-create-button{padding:.375rem .875rem;font-size:.8rem}}@media (max-width:768px){.status-text{font-size:.9rem}.resizable-chat{z-index:1000;border-radius:12px 12px 0 0;max-width:100vw;height:60vh;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -4px 20px #00000026}body.dark-mode .resizable-chat{box-shadow:0 -4px 20px #0000004d}}*{box-sizing:border-box}body,html{width:100%}.dashboard-container{width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem 1.5rem}.dashboard-title{color:var(--color-text-light);letter-spacing:-1px;text-align:left;white-space:nowrap;text-overflow:ellipsis;word-break:break-word;word-wrap:break-word;flex:1;min-width:0;max-width:100%;margin-bottom:0;font-size:2.7rem;font-weight:800;overflow:hidden}@media (max-width:768px){.dashboard-container,main{width:100%;max-width:100%;margin:0;padding:0}}@media (max-width:700px){.dashboard-container{padding:.5rem .25rem}.dashboard-title{text-align:center;white-space:nowrap;text-overflow:ellipsis;word-break:break-word;word-wrap:break-word;min-width:0;max-width:100%;font-size:2.2rem;overflow:hidden}.create-button{width:100%;max-width:200px;margin:0 auto}}@media (max-width:480px){.dashboard-container{padding:0 .25rem .75rem}.dashboard-title{font-size:1.5rem}.dashboard-subtitle{font-size:.9rem}}@media (max-width:360px){.dashboard-title{font-size:1.375rem}.dashboard-subtitle{font-size:.85rem}}@media (max-width:320px){.dashboard-title{font-size:1.25rem}.dashboard-subtitle{font-size:.8rem}}@media (max-width:768px){.status-text{font-size:.9rem;font-weight:600}.resizable-chat{z-index:1000;border-radius:12px 12px 0 0;max-width:100vw;height:60vh;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -4px 20px #00000026}body.dark-mode .resizable-chat{box-shadow:0 -4px 20px #0000004d}.dashboard-container{width:100%;max-width:100%;margin:0;padding:0;overflow-x:visible}.dashboard-header{background:var(--color-bg-light);overflow-x:hidden}body.dark-mode .dashboard-header{background:var(--color-main-principle-bg-dark)}}
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,::backdrop,:after,:before{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-font-weight:initial;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}@layer theme{:host,:root{--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-orange-500:oklch(70.5% .213 47.604);--color-green-600:oklch(62.7% .194 149.214);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-white:#fff;--spacing:.25rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--font-weight-medium:500;--radius-md:.375rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--default-mono-font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.ml-1{margin-left:calc(var(--spacing)*1)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.w-5{width:calc(var(--spacing)*5)}.w-6{width:calc(var(--spacing)*6)}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.flex-col{flex-direction:column}.gap-2{gap:calc(var(--spacing)*2)}.rounded-md{border-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.border-gray-300{border-color:var(--color-gray-300)}.px-3{padding-inline:calc(var(--spacing)*3)}.py-2{padding-block:calc(var(--spacing)*2)}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.text-gray-500{color:var(--color-gray-500)}.text-gray-700{color:var(--color-gray-700)}.text-green-600{color:var(--color-green-600)}.text-orange-500{color:var(--color-orange-500)}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.italic{font-style:italic}.underline{text-decoration-line:underline}.opacity-50{opacity:.5}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.focus\:border-transparent:focus{border-color:#0000}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-orange-500:focus{--tw-ring-color:var(--color-orange-500)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}@media (prefers-color-scheme:dark){.dark\:border-gray-600{border-color:var(--color-gray-600)}.dark\:bg-gray-700{background-color:var(--color-gray-700)}.dark\:text-gray-300{color:var(--color-gray-300)}.dark\:text-white{color:var(--color-white)}}}:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-display:swap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}