*{margin:0;padding:0;box-sizing:border-box}*:before,*:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{margin:0;padding:0;background:var(--color-bg-dark);color:var(--color-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.5;overflow-x:clip}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:700;line-height:1.2}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin:0;padding:0}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease-in-out}a:hover{color:var(--color-primary-light)}ul,ol,li{margin:0;padding:0;list-style:none}button{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;font-size:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;background:inherit;border:none}input:focus,textarea:focus,select:focus{outline:none}input::placeholder{color:var(--color-text-muted)}textarea{resize:vertical}textarea::placeholder{color:var(--color-text-muted)}img{max-width:100%;height:auto;display:block}svg{display:block;max-width:100%;height:auto}table{border-collapse:collapse;border-spacing:0;width:100%}td,th{padding:0;text-align:start}code,pre{font-family:Fira Code,JetBrains Mono,monospace;font-size:.875rem}code{background:var(--color-bg-surface);padding:.25rem .5rem;border-radius:.5rem;color:var(--color-accent)}pre{background:var(--color-bg-surface);padding:1rem;border-radius:1rem;overflow-x:auto}pre code{background:none;padding:0;color:inherit}blockquote{margin:0;padding:1rem 1.5rem;border-inline-start:4px solid var(--color-primary);background:var(--color-bg-surface);color:var(--color-text-secondary)}hr{margin:1.5rem 0;border:none;border-top:1px solid var(--color-border)}::selection{background:var(--color-primary);color:var(--color-text-primary)}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}#root,#__next{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.5rem}}.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}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.text-center{text-align:center}.text-start{text-align:start}.text-end{text-align:end}.text-primary{color:var(--color-text-primary)}.text-secondary{color:var(--color-text-secondary)}.text-muted{color:var(--color-text-muted)}.flex{display:flex}.flex-col{flex-direction:column}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.grid{display:grid}.hidden{display:none!important}.block{display:block}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}@media(max-width:767px){.hide-mobile{display:none}}@media(min-width:1024px){.hide-desktop{display:none}}.z-modal{z-index:500}.z-fixed{z-index:300}.z-sticky{z-index:200}.glass{background:var(--color-glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-glass-border);box-shadow:var(--shadow-float)}.glass-subtle{background:var(--color-glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-glass-border)}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:var(--color-border-solid) var(--color-bg-surface)}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:var(--color-bg-surface)}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--color-border-solid);border-radius:9999px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:translateY(-10%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-fade-in{animation:fade-in .3s ease-in-out ease-out}.animate-fade-in-up{animation:fade-in-up .3s ease-in-out ease-out}.animate-scale-in{animation:scale-in .3s ease-in-out ease-out}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.animate-marquee{animation:marquee 30s linear infinite}i[class*=ph-bold],i[class*=ph-fill],i[class*="ph "]{display:inline-flex;align-items:center;flex-shrink:0;vertical-align:-.125em}.skipLink{position:absolute;top:.75rem;inset-inline-start:.75rem;z-index:700;padding:.5rem 1rem;background:var(--color-primary);color:#fff;font-size:.875rem;font-weight:600;border-radius:.75rem;text-decoration:none;transform:translateY(-200%);transition:transform .15s ease}.skipLink:focus{transform:translateY(0)}button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}a:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:.25rem}body,.nav,.mobileDrawer,.bottomSection,.footer,.main,.container,.card,.section,.dropdown,.dropdownItem,.toggleBtn,input,select,textarea{transition:background-color .25s ease,border-color .25s ease,color .2s ease}[dir=rtl] body{font-family:Tajawal,Cairo,-apple-system,BlinkMacSystemFont,sans-serif}[dir=rtl] .navLink:after{left:auto;right:0}[dir=rtl] .languageMenu,[dir=rtl] .dropdownMenu{right:auto;left:0}[dir=rtl] blockquote{border-left:none;border-right:4px solid var(--color-primary)}.header{background:var(--color-glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-glass-border);box-shadow:var(--shadow-float);padding:1rem 0;position:sticky;top:0;z-index:200;border-bottom:1px solid rgba(var(--color-primary-rgb),.1)}.container{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:0 1.5rem}.logo{display:flex;align-items:center;text-decoration:none;gap:.5rem}.logo:hover .logoText{transition:color background-color border-color box-shadow opacity transform .2s ease-in-out;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logoText{font-size:1.25rem;font-weight:600;line-height:1.5;transition:color background-color border-color box-shadow opacity transform .2s ease-in-out;color:var(--color-text-primary);background:linear-gradient(135deg,var(--color-primary),var(--color-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;align-items:center;justify-content:center;gap:2rem}@media(max-width:767px){.nav{display:none}}.navLink{font-size:1rem;font-weight:400;line-height:1.5;color:var(--color-text-secondary);text-decoration:none;transition:color background-color border-color box-shadow opacity transform .2s ease-in-out;position:relative}.navLink:after{content:"";position:absolute;bottom:-4px;inset-inline-start:0;width:0;height:2px;background:var(--color-primary);transition:color background-color border-color box-shadow opacity transform .2s ease-in-out}.navLink:hover{color:var(--color-text-primary)}.navLink:hover:after{width:100%}.rightSection{display:flex;align-items:center;justify-content:center;gap:1.5rem}.languageDropdown{position:relative}.languageButton{display:flex;align-items:center;justify-content:center;gap:.5rem;background:rgba(var(--color-primary-rgb),.1);border:1px solid rgba(var(--color-primary-rgb),.2);border-radius:1rem;padding:.5rem .75rem;color:var(--color-text-primary);font-size:.875rem;font-weight:400;line-height:1.5;transition:color background-color border-color box-shadow opacity transform .2s ease-in-out;cursor:pointer}.languageButton:hover{background:rgba(var(--color-primary-rgb),.15);border-color:var(--color-primary)}.languageButton:focus{outline:none;box-shadow:0 0 0 2px rgba(var(--color-primary-rgb),.3)}.languageIcon{font-size:1.2em}.languageCode{font-weight:500}.languageMenu{position:absolute;top:calc(100% + .5rem);inset-inline-end:0;background:var(--color-bg-secondary);border:1px solid rgba(var(--color-primary-rgb),.2);border-radius:1rem;padding:.5rem;min-width:120px;background:var(--color-glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-glass-border);box-shadow:var(--shadow-float);animation:fade-in-down .2s ease-out;z-index:10}.languageOption{display:block;width:100%;text-align:start;padding:.5rem .75rem;background:transparent;border:none;color:var(--color-text-secondary);font-size:.875rem;font-weight:400;line-height:1.5;transition:color background-color border-color box-shadow opacity transform .2s ease-in-out;cursor:pointer;border-radius:.75rem}.languageOption:hover{background:rgba(var(--color-primary-rgb),.1);color:var(--color-text-primary)}.languageOption.active{background:rgba(var(--color-primary-rgb),.2);color:var(--color-primary);font-weight:600}.userMenu{position:relative}.userButton{display:flex;align-items:center;justify-content:center;gap:.5rem;background:rgba(var(--color-primary-rgb),.1);border:1px solid rgba(var(--color-primary-rgb),.2);border-radius:1rem;padding:.5rem .75rem;color:var(--color-text-primary);font-size:.875rem;font-weight:400;line-height:1.5;transition:color background-color border-color box-shadow opacity transform .2s ease-in-out;cursor:pointer}.userButton:hover{background:rgba(var(--color-primary-rgb),.15);border-color:var(--color-primary)}.userButton:focus{outline:none;box-shadow:0 0 0 2px rgba(var(--color-primary-rgb),.3)}.userIcon{font-size:1.2em}.userName{font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdownMenu{position:absolute;top:calc(100% + .5rem);inset-inline-end:0;background:var(--color-bg-secondary);border:1px solid rgba(var(--color-primary-rgb),.2);border-radius:1rem;padding:.5rem;min-width:160px;background:var(--color-glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-glass-border);box-shadow:var(--shadow-float);animation:fade-in-down .2s ease-out;z-index:10}.menuItem{display:block;width:100%;text-align:start;padding:.5rem .75rem;background:transparent;border:none;color:var(--color-text-secondary);font-size:.875rem;font-weight:400;line-height:1.5;transition:color background-color border-color box-shadow opacity transform .2s ease-in-out;cursor:pointer;border-radius:.75rem;text-decoration:none}.menuItem:hover{background:rgba(var(--color-primary-rgb),.1);color:var(--color-text-primary)}.authLinks{display:flex;align-items:center;justify-content:center;gap:.75rem}@media(max-width:767px){.authLinks{gap:.5rem}}.loginButton{padding:.5rem 1rem;background:transparent;border:1px solid var(--color-primary);border-radius:1rem;color:var(--color-primary);font-size:.875rem;font-weight:400;line-height:1.5;font-weight:500;text-decoration:none;transition:color background-color border-color box-shadow opacity transform .2s ease-in-out;cursor:pointer}.loginButton:hover{background:rgba(var(--color-primary-rgb),.1)}.signupButton{padding:.5rem 1rem;background:var(--color-primary);border:none;border-radius:1rem;color:var(--color-bg-dark);font-size:.875rem;font-weight:400;line-height:1.5;font-weight:500;text-decoration:none;transition:color background-color border-color box-shadow opacity transform .2s ease-in-out;cursor:pointer}.signupButton:hover{background:var(--color-primary-dark);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.footer{background:linear-gradient(135deg,rgba(var(--color-bg-secondary-rgb),.5),rgba(var(--color-primary-rgb),.05));border-top:1px solid rgba(var(--color-primary-rgb),.1);padding:3rem 0 1.5rem;margin-top:auto}.footerContainer{max-width:1280px;margin:0 auto;padding:0 1.5rem}.footerContent{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.footerBrand p{color:var(--color-text-secondary);font-size:.875rem;font-weight:400;line-height:1.5;margin-top:1rem;line-height:1.75}.footerLogo{font-size:1.25rem;font-weight:600;line-height:1.5;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footerSocial{display:flex;gap:.75rem;margin-top:1rem}.footerSocialLink{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:9999px;background:rgba(var(--color-primary-rgb),.1);color:var(--color-text-secondary);transition:color background-color border-color box-shadow opacity transform .2s ease-in-out;text-decoration:none}.footerSocialLink:hover{background:var(--color-primary);color:#fff;box-shadow:0 0 20px #0596694d}.footerColumn h4{color:var(--color-text-primary);font-size:1rem;font-weight:400;line-height:1.5;font-weight:600;margin-bottom:1rem}.footerLink{display:block;color:var(--color-text-secondary);font-size:.875rem;font-weight:400;line-height:1.5;text-decoration:none;padding:.25rem 0;transition:color background-color border-color box-shadow opacity transform .2s ease-in-out}.footerLink:hover{color:var(--color-primary);padding-inline-start:.25rem}.footerBottom{border-top:1px solid rgba(var(--color-border-rgb),.3);padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between}@media(max-width:767px){.footerBottom{flex-direction:column;gap:1rem;text-align:center}}.footerCopyright{color:var(--color-text-muted);font-size:.875rem;font-weight:400;line-height:1.5}.footerStatus{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:400;line-height:1.5;color:var(--color-text-muted)}.footerStatusDot{width:8px;height:8px;border-radius:9999px;background:var(--color-success);animation:pulse 2s infinite}.button{height:2.5rem;padding:.5rem 1rem;border:none;border-radius:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:600;color:var(--color-text-primary);background:var(--color-primary);cursor:pointer;transition:color background-color border-color box-shadow opacity transform .2s ease-in-out;display:flex;align-items:center;justify-content:center}.button:hover{background:var(--color-primary-dark);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.button:disabled{opacity:.5;cursor:not-allowed}.button{transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease,color .2s ease;will-change:transform;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;border:none;border-radius:1rem;cursor:pointer;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap}.button:focus{outline:none;box-shadow:0 0 0 2px rgba(var(--color-primary-rgb),.3)}.button:active{transform:scale(.98)}.button.disabled{opacity:.5;cursor:not-allowed}.button.disabled:hover{transform:none}.button.size-sm{padding:.5rem .75rem;font-size:.875rem;height:2rem}.button.size-md{padding:.75rem 1rem;font-size:1rem;height:2.5rem}.button.size-lg{padding:1rem 1.5rem;font-size:1.125rem;height:3rem}.button.primary{background:var(--color-primary);color:var(--color-bg-dark)}.button.primary:hover:not(.disabled){background:var(--color-primary-dark);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.button.secondary{background:rgba(var(--color-primary-rgb),.1);color:var(--color-primary);box-shadow:inset 0 0 0 1px rgba(var(--color-primary-rgb),.2)}.button.secondary:hover:not(.disabled){background:rgba(var(--color-primary-rgb),.15);box-shadow:inset 0 0 0 1px var(--color-primary)}.button.ghost{background:transparent;color:var(--color-primary)}.button.ghost:hover:not(.disabled){background:rgba(var(--color-primary-rgb),.05)}.button.danger{background:var(--color-error);color:#fff}.button.danger:hover:not(.disabled){background:var(--color-error-dark);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.button.success{background:var(--color-success);color:#fff}.button.success:hover:not(.disabled){background:var(--color-success-dark);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.loadingSpinner{display:inline-flex;gap:4px}.loadingSpinner span{width:4px;height:4px;border-radius:9999px;background:currentColor;animation:bounce 1.4s infinite ease-in-out both}.loadingSpinner span:nth-child(1){animation-delay:-.32s}.loadingSpinner span:nth-child(2){animation-delay:-.16s}.loadingSpinner span:nth-child(3){animation-delay:0}.tool-card{background:var(--color-glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-glass-border);box-shadow:var(--shadow-float);transition:color background-color border-color box-shadow opacity transform .2s ease-in-out;text-align:center}[dir=rtl] .tool-card{text-align:right}.tool-card:hover{background:rgba(var(--color-bg-card-rgb),.7);box-shadow:0 8px 32px #0000004d}.glass-card{background:var(--color-glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-glass-border);box-shadow:var(--shadow-float);padding:1.5rem;border-radius:1.5rem;transition:color background-color border-color box-shadow opacity transform .2s ease-in-out}.glass-card:hover{transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out,opacity .2s ease-in-out,border-color .2s ease-in-out}.glass-card:hover:hover{background:var(--color-glass-bg);border-color:rgba(var(--color-primary-rgb),.2);box-shadow:var(--shadow-hover)}.card-title{font-size:1.125rem;font-weight:600;line-height:1.5;color:var(--color-text-primary);margin-bottom:.5rem}.card-subtitle{font-size:.875rem;font-weight:400;line-height:1.5;color:var(--color-text-secondary)}.card-footer{margin-top:1rem;display:flex;align-items:center;justify-content:space-between}.tabs{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--color-border) var(--color-bg-surface)}.tabs::-webkit-scrollbar{width:8px;height:8px}.tabs::-webkit-scrollbar-track{background:var(--color-bg-surface)}.tabs::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:9999px}.tabs::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.tab{padding:.5rem 1rem;font-size:.875rem;font-weight:400;line-height:1.5;color:var(--color-text-secondary);background:transparent;border:none;border-radius:9999px;cursor:pointer;transition:color background-color border-color box-shadow opacity transform .2s ease-in-out;white-space:nowrap}.tab:hover{background:rgba(var(--color-primary-rgb),.1);color:var(--color-text-primary)}.tab.active{background:var(--color-primary);color:#fff}.badge{display:inline-flex;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:9999px;line-height:1}.badge.primary{background:rgba(var(--color-primary-rgb),.15);color:var(--color-primary-light)}.badge.success{background:rgba(var(--color-success-rgb),.15);color:var(--color-success-light)}.badge.warning{background:rgba(var(--color-warning-rgb),.15);color:var(--color-warning-light)}.badge.secondary{background:rgba(var(--color-text-secondary-rgb),.1);color:var(--color-text-secondary)}:root{--color-primary: #059669;--color-primary-rgb: 5, 150, 105;--color-primary-light: #10B981;--color-primary-light-rgb: 16, 185, 129;--color-primary-dark: #047857;--color-primary-dark-rgb: 4, 120, 87;--color-primary-container: #065f46;--color-primary-container-rgb: 6, 95, 70;--color-bg-dark: #0b1120;--color-bg-dark-rgb: 11, 17, 32;--color-bg-surface: #020617;--color-bg-surface-rgb: 2, 6, 23;--color-bg-mid: #0f172a;--color-bg-mid-rgb: 15, 23, 42;--color-bg-card: #1e293b;--color-bg-card-rgb: 30, 41, 59;--color-bg-secondary: #0b1120;--color-bg-secondary-rgb: 11, 17, 32;--color-bg-surface-light: #1e293b;--color-bg-surface-light-rgb: 30, 41, 59;--color-border: rgba(255, 255, 255, .1);--color-border-rgb: 255, 255, 255;--color-border-subtle: rgba(255, 255, 255, .05);--color-border-solid: #334155;--color-border-solid-rgb: 51, 65, 85;--color-text-primary: #ffffff;--color-text-primary-rgb: 255, 255, 255;--color-text-secondary: #d1d5db;--color-text-secondary-rgb: 209, 213, 219;--color-text-muted: #9ca3af;--color-text-muted-rgb: 156, 163, 175;--color-text-subtle: #6b7280;--color-text-subtle-rgb: 107, 114, 128;--color-text-tertiary: #9ca3af;--color-text-tertiary-rgb: 156, 163, 175;--color-success: #10b981;--color-success-rgb: 16, 185, 129;--color-success-dark: #047857;--color-success-dark-rgb: 4, 120, 87;--color-success-light: #34d399;--color-success-light-rgb: 52, 211, 153;--color-warning: #f59e0b;--color-warning-rgb: 245, 158, 11;--color-warning-light: #fbbf24;--color-warning-light-rgb: 251, 191, 36;--color-error: #ef4444;--color-error-rgb: 239, 68, 68;--color-error-dark: #b91c1c;--color-error-dark-rgb: 185, 28, 28;--color-error-light: #f87171;--color-error-light-rgb: 248, 113, 113;--color-info: #0ea5e9;--color-info-rgb: 14, 165, 233;--color-glass-bg: rgba(11, 17, 32, .8);--color-glass-bg-rgb: 11, 17, 32;--color-glass-border: rgba(255, 255, 255, .08);--color-glass-bg-alt: rgba(2, 6, 23, .8);--color-glass-border-alt: rgba(255, 255, 255, .06);--color-secondary: #3b82f6;--color-secondary-rgb: 59, 130, 246;--color-secondary-dark: #2563eb;--color-secondary-dark-rgb: 37, 99, 235;--color-secondary-light: #60a5fa;--color-secondary-light-rgb: 96, 165, 250;--color-accent: #10b981;--color-accent-rgb: 16, 185, 129;--color-accent-dark: #047857;--color-accent-dark-rgb: 4, 120, 87;--color-accent-light: #34d399;--color-accent-light-rgb: 52, 211, 153;--shadow-float: 0 10px 40px -10px rgba(0, 0, 0, .4);--shadow-hover: 0 20px 40px -5px rgba(0, 0, 0, .55)}html[data-theme=light]{--color-primary: #047857;--color-primary-rgb: 4, 120, 87;--color-primary-light: #059669;--color-primary-light-rgb: 5, 150, 105;--color-primary-dark: #065f46;--color-primary-dark-rgb: 6, 95, 70;--color-primary-container: #ecfdf5;--color-primary-container-rgb: 236, 253, 245;--color-bg-dark: #F8F9FA;--color-bg-dark-rgb: 248, 249, 250;--color-bg-surface: #FFFFFF;--color-bg-surface-rgb: 255, 255, 255;--color-bg-mid: #FFFFFF;--color-bg-mid-rgb: 255, 255, 255;--color-bg-card: #FFFFFF;--color-bg-card-rgb: 255, 255, 255;--color-bg-secondary: #FFFFFF;--color-bg-secondary-rgb: 255, 255, 255;--color-bg-surface-light: #F1F5F9;--color-bg-surface-light-rgb: 241, 245, 249;--color-border: rgba(0, 0, 0, .03);--color-border-rgb: 0, 0, 0;--color-border-subtle: rgba(0, 0, 0, .02);--color-border-solid: #E2E8F0;--color-border-solid-rgb: 226, 232, 240;--color-text-primary: #0F172A;--color-text-primary-rgb: 15, 23, 42;--color-text-secondary: #475569;--color-text-secondary-rgb: 71, 85, 105;--color-text-muted: #475569;--color-text-muted-rgb: 71, 85, 105;--color-text-subtle: #64748B;--color-text-subtle-rgb: 100, 116, 139;--color-text-tertiary: #64748B;--color-text-tertiary-rgb: 100, 116, 139;--color-success: #15803d;--color-success-rgb: 21, 128, 61;--color-success-dark: #166534;--color-success-dark-rgb: 22, 101, 52;--color-success-light: #86efac;--color-success-light-rgb: 134, 239, 172;--color-warning: #b45309;--color-warning-rgb: 180, 83, 9;--color-warning-light: #fde68a;--color-warning-light-rgb: 253, 230, 138;--color-error: #b91c1c;--color-error-rgb: 185, 28, 28;--color-error-dark: #991b1b;--color-error-dark-rgb: 153, 27, 27;--color-error-light: #fca5a5;--color-error-light-rgb: 252, 165, 165;--color-info: #0369a1;--color-info-rgb: 3, 105, 161;--color-glass-bg: rgba(255, 255, 255, .85);--color-glass-bg-rgb: 255, 255, 255;--color-glass-border: rgba(0, 0, 0, .04);--color-glass-bg-alt: rgba(255, 255, 255, .85);--color-glass-border-alt: rgba(0, 0, 0, .03);--shadow-float: 0 10px 40px -10px rgba(0, 0, 0, .08);--shadow-hover: 0 20px 40px -5px rgba(0, 0, 0, .12)}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor{background:#f8fafc!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .nb{background:#f8fafcf7!important;border-bottom-color:#0000001a!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .msgs{background:#f8fafc}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .aiB{background:#fff!important;border-color:#0000001a!important;box-shadow:0 1px 4px #00000012}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .uB{background:#05966914!important;border-color:#05966940!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .bar{background:#f8fafcfa!important;border-top-color:#0000001a!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .wrap{background:#f8fafc}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .chips{background:#f8fafc;border-bottom-color:#00000012!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .chip{background:#0000000a!important;border-color:#0000001a!important;color:#64748b!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .chip:hover{background:#0596691a!important;border-color:#0596694d!important;color:#047857!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .card,html[data-theme=light] app-video-editor .resCard,html[data-theme=light] app-video-editor .output,html[data-theme=light] app-video-editor .postCard{background:#fff!important;border-color:#0000001a!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .errBox{background:#ef44440f!important;border-color:#ef444433!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor textarea,html[data-theme=light] app-video-editor input,html[data-theme=light] app-video-editor input[type=url]{background:#fff!important;border-color:#0000001f!important;color:#0f172a!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor textarea:focus,html[data-theme=light] app-video-editor input:focus{border-color:#05966980!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor select{background:#fff!important;border-color:#0000001f!important;color:#475569!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .sBtn{background:#047857!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .sBtn:not(:disabled):hover{background:#065f46!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .aBtn{border-color:#0000001f!important;color:#64748b!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .aBtn:hover{background:#0000000d!important;color:#1e293b!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .label{color:#64748b!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .sectionLabel{color:#64748b!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="color:#d1d5db"]{color:#1e293b!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="color:#e5e7eb"]{color:#334155!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="color:#9ca3af"]{color:#475569!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="color:#6b7280"]{color:#64748b!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="color:#4b5563"]{color:#64748b!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="color:#374151"]{color:#64748b!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="color:#fff"]{color:#1e293b!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="color:#34d399"]{color:#059669!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="color:#fca5a5"]{color:#dc2626!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="color:#c4b5fd"]{color:#7c3aed!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="color:#67e8f9"]{color:#0891b2!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="background:rgba(255,255,255,.04)"]{background:#00000008!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="background:rgba(255,255,255,.03)"]{background:#00000005!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="background:rgba(255,255,255,.06)"]{background:#0000000a!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="border:1px solid rgba(255,255,255,.07)"]{border-color:#00000014!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="border:1px solid rgba(255,255,255,.09)"]{border-color:#0000001a!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="border:1px solid rgba(255,255,255,.1)"]{border-color:#0000001a!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="border:1px solid rgba(255,255,255,.12)"]{border-color:#0000001f!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor [style*="border-bottom:1px solid rgba(255,255,255,.05)"]{border-bottom-color:#0000000f!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .kw{background:#0596691a!important;border-color:#05966933!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .tag{background:#8b5cf61a!important;border-color:#8b5cf633!important;color:#7c3aed!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .uc{background:#06b6d414!important;border-color:#06b6d426!important;color:#0891b2!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .phrase{background:#ef44441a!important;border-color:#ef444433!important;color:#dc2626!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .codeWrap{background:#1e1e2e!important;border-color:#ffffff1a!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .codeWrap pre{background:#1e1e2e!important;color:#cdd6f4!important}html[data-theme=light] app-data-analyst .section{border-bottom-color:#00000012!important}html[data-theme=light] app-data-analyst .uploadLabel{color:#047857!important}html[data-theme=light] app-data-analyst .uploadLabel:hover{background:#05966914!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .panels{background:#f8fafc}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .panel{border-right-color:#0000001a!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .panelHead{background:#00000005!important;border-bottom-color:#00000012!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .panelHead select{color:#1e293b!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .outputArea{color:#1e293b!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .footer{background:#f8fafcfa!important;border-top-color:#0000001a!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .dropZone{background:#00000005!important;border-color:#0000001f!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .dropZone:hover{border-color:#05966966!important;background:#0596690a!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .dropZoneActive{border-color:#047857!important;background:#05966912!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .subPreview{background:#00000008!important;border-color:#00000014!important;color:#334155!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .swatch{background:#00000008!important;border-color:#00000014!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .swatchBox{border-color:#00000026!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .doItem{color:#059669!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .dontItem{color:#dc2626!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .modesRow{background:#00000008!important;border-bottom-color:#00000014!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .modeBtn{color:#64748b!important}html[data-theme=light] app-humanizer,html[data-theme=light] app-check-prompt,html[data-theme=light] app-technical-writer,html[data-theme=light] app-historical-researcher,html[data-theme=light] app-summary,html[data-theme=light] app-legal-assistant,html[data-theme=light] app-detector,html[data-theme=light] app-plagiarism-checker,html[data-theme=light] app-grammar-checker,html[data-theme=light] app-pdf-summarizer,html[data-theme=light] app-code-generator,html[data-theme=light] app-generator,html[data-theme=light] app-contextual-translator,html[data-theme=light] app-legal-translator,html[data-theme=light] app-youtube-summarizer,html[data-theme=light] app-email-drafter,html[data-theme=light] app-resume-builder,html[data-theme=light] app-social-media-drafter,html[data-theme=light] app-seo-optimizer,html[data-theme=light] app-product-desc,html[data-theme=light] app-brand-identity,html[data-theme=light] app-color-extractor,html[data-theme=light] app-smart-editor,html[data-theme=light] app-data-analyst,html[data-theme=light] app-image-generator,html[data-theme=light] app-speech-to-text,html[data-theme=light] app-subtitle-generator,html[data-theme=light] app-text-to-speech,html[data-theme=light] app-animation-engine,html[data-theme=light] app-video-editor .modeBtnActive{background:#0596691f!important;color:#047857!important}html[data-theme=light] app-smart-editor .toolHeader{background:#f8fafcf7!important;border-bottom-color:#00000014!important}html[data-theme=light] app-smart-editor .toolName{color:#0f172a!important}html[data-theme=light] app-smart-editor .toolDesc{color:#64748b!important}html[data-theme=light] app-smart-editor .toolBadge{color:#047857!important;background:#05966914!important;border-color:#0596692e!important}html[data-theme=light] app-smart-editor .messages{background:#f8fafc;scrollbar-color:rgba(0,0,0,.08) transparent}html[data-theme=light] app-smart-editor .emptyTitle{color:#64748b!important}html[data-theme=light] app-smart-editor .emptyHint{color:#475569!important}html[data-theme=light] app-smart-editor .exampleChip{color:#374151!important;background:#05966912!important;border-color:#05966938!important}html[data-theme=light] app-smart-editor .exampleChip:hover{color:#047857!important;background:#05966924!important;border-color:#0596695c!important}html[data-theme=light] app-smart-editor .userBubble{background:#05966914!important;border-color:#05966938!important}html[data-theme=light] app-smart-editor .userLabel{color:#047857!important}html[data-theme=light] app-smart-editor .userText{color:#1e293b!important}html[data-theme=light] app-smart-editor .modeBadge{color:#475569!important;background:#0000000a!important;border-color:#0000001a!important}html[data-theme=light] app-smart-editor .aiBubble{background:#fff!important;border-color:#0000001a!important;box-shadow:0 1px 4px #00000012!important}html[data-theme=light] app-smart-editor .aiLabel{color:#64748b!important}html[data-theme=light] app-smart-editor .aiText{color:#1e293b!important}html[data-theme=light] app-smart-editor .errorBubble{color:#dc2626!important;background:#ef44440f!important}html[data-theme=light] app-smart-editor .aiBubbleActions{border-top-color:#0000000f!important}html[data-theme=light] app-smart-editor .actionBtn{color:#64748b!important}html[data-theme=light] app-smart-editor .actionBtn:hover{color:#1e293b!important;background:#0000000a!important}html[data-theme=light] app-smart-editor .actionBtn.copied{color:#047857!important}html[data-theme=light] app-smart-editor .inputBar{background:#f8fafcfa!important;border-top-color:#00000014!important}html[data-theme=light] app-smart-editor .textareaWrap{background:#fff!important;border-color:#0000001f!important}html[data-theme=light] app-smart-editor .inputTextarea{color:#0f172a!important}html[data-theme=light] app-smart-editor .inputTextarea::placeholder{color:#94a3b8!important}html[data-theme=light] app-smart-editor .modeSelect{background:#0000000a!important;border-color:#0000001a!important;color:#475569!important}html[data-theme=light] app-smart-editor .modeSelect option{background:#fff!important;color:#0f172a!important}html[data-theme=light] app-smart-editor .charHint{color:#64748b!important}html[data-theme=light] .toolPageLayout{background:#f8f9fa!important}html[data-theme=light] .toolPageLayout .sidebar{background:#fff!important;border-inline-end-color:#e2e8f0!important}html[data-theme=light] .toolPageLayout .sidebarHeader{background:#fff!important;border-bottom-color:#e2e8f0!important}html[data-theme=light] .toolPageLayout .backLink{color:#475569!important}html[data-theme=light] .toolPageLayout .backLink:hover{color:#047857!important}html[data-theme=light] .toolPageLayout .backLink i{color:#475569!important}html[data-theme=light] .toolPageLayout .collapseBtn{color:#475569!important;background:#0000000f!important}html[data-theme=light] .toolPageLayout .collapseBtn:hover{color:#0f172a!important;background:#0000001a!important}html[data-theme=light] .toolPageLayout app-theme-toggle .toggleBtn{color:#475569!important;background:#0000000f!important}html[data-theme=light] .toolPageLayout app-theme-toggle .toggleBtn:hover{color:#047857!important;background:#0596691a!important}html[data-theme=light] .toolPageLayout .newRunBtn{background:#f1f5f9!important;border-color:#e2e8f0!important;color:#475569!important}html[data-theme=light] .toolPageLayout .newRunBtn:hover{background:#05966914!important;border-color:#047857!important;color:#047857!important}html[data-theme=light] .toolPageLayout .newRunBtn i{color:inherit!important}html[data-theme=light] .toolPageLayout .creditMeter{border-bottom-color:#e2e8f0!important}html[data-theme=light] .toolPageLayout .creditLabel{color:#475569!important}html[data-theme=light] .toolPageLayout [style*="color: #f59e0b"]{color:#b45309!important}html[data-theme=light] .toolPageLayout .creditCost{color:#047857!important;background:#0596691a!important;border-color:#05966940!important}html[data-theme=light] .toolPageLayout .creditCostInsufficient{color:#b91c1c!important;background:#b91c1c14!important;border-color:#b91c1c33!important}html[data-theme=light] .toolPageLayout .creditWarn{color:#92400e!important}html[data-theme=light] .toolPageLayout .historyTitle{color:#64748b!important}html[data-theme=light] .toolPageLayout .historyWeekLabel{color:#94a3b8!important}html[data-theme=light] .toolPageLayout .historyItem{color:#475569!important}html[data-theme=light] .toolPageLayout .historyItem:hover{background:#f1f5f9!important;color:#0f172a!important}html[data-theme=light] .toolPageLayout .historyItemActive{background:#ecfdf5!important;color:#047857!important;border-inline-start-color:#047857!important}html[data-theme=light] .toolPageLayout .historySnippet{color:inherit!important}html[data-theme=light] .toolPageLayout .historyItem i{color:#047857!important;opacity:1!important;background:#0596691a!important;padding:.2rem!important;border-radius:.3rem!important}html[data-theme=light] .toolPageLayout .historyItem:hover i{background:#05966926!important}html[data-theme=light] .toolPageLayout .historyItemActive i{background:#0596692e!important}html[data-theme=light] .toolPageLayout .historyTurnBadge{color:#64748b!important;background:#00000012!important}html[data-theme=light] .toolPageLayout .historyKebab{color:#94a3b8!important;opacity:1!important;pointer-events:auto!important}html[data-theme=light] .toolPageLayout .historyItemRow:hover .historyKebab,html[data-theme=light] .toolPageLayout .historyItemRow:focus-within .historyKebab{color:#475569!important;background:#0000000d!important}html[data-theme=light] .toolPageLayout .historyKebab:hover{background:#e2e8f0!important;color:#0f172a!important}html[data-theme=light] .toolPageLayout .historyEmpty{color:#94a3b8!important}html[data-theme=light] .toolPageLayout .skeletonItem{background:#0000000f!important}html[data-theme=light] .toolPageLayout .sidebarToggleFloating{background:#fff!important;border-color:#e2e8f0!important;color:#475569!important}html[data-theme=light] .toolPageLayout .sidebarToggleFloating:hover{background:#f1f5f9!important;color:#0f172a!important}html[data-theme=light] .toolPageLayout .kebabMenu{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 8px 24px #0000001a!important}html[data-theme=light] .toolPageLayout .kebabMenuItem{color:#475569!important}html[data-theme=light] .toolPageLayout .kebabMenuItem:hover{background:#f1f5f9!important;color:#0f172a!important}html[data-theme=light] .toolPageLayout .kebabMenuItemDanger{color:#dc2626!important}html[data-theme=light] .toolPageLayout .kebabMenuItemDanger:hover{background:#b91c1c12!important;color:#b91c1c!important}html[data-theme=light] .toolPageLayout .kebabMenuDivider{background:#e2e8f0!important}html[data-theme=light] .toolPageLayout .transferPanel{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 20px 60px #0000001f!important}html[data-theme=light] .toolPageLayout .transferTitle{color:#0f172a!important}html[data-theme=light] .toolPageLayout .transferDesc{color:#475569!important}html[data-theme=light] .toolPageLayout .transferChip{background:#ecfdf5!important;border-color:#05966940!important;color:#047857!important}html[data-theme=light] .toolPageLayout .transferSelect{background:#f1f5f9!important;border-color:#e2e8f0!important;color:#0f172a!important}html[data-theme=light] .toolPageLayout .transferSelect option{background:#fff!important;color:#0f172a!important}html[data-theme=light] .toolPageLayout .transferCancelBtn{border-color:#e2e8f0!important;color:#475569!important}html[data-theme=light] .toolPageLayout .transferCancelBtn:hover{background:#f1f5f9!important;color:#0f172a!important}html[data-theme=light] .toolPageLayout .transferConfirmBtn{background:#047857!important;color:#fff!important}html[data-theme=light] .toolPageLayout .toolMainContainer{background:#f8f9fa!important}html[data-theme=light] app-chat{background:#f8f9fa!important}html[data-theme=light] app-chat .sidebar{background:#fff!important;border-right-color:#e2e8f0!important}html[data-theme=light] app-chat .sideHead{border-bottom-color:#e2e8f0!important}html[data-theme=light] app-chat .logoText{color:#0f172a!important}html[data-theme=light] app-chat .backBtn{color:#64748b!important}html[data-theme=light] app-chat .backBtn:hover{color:#0f172a!important;background:#0000000f!important}html[data-theme=light] app-chat .newBtn{background:#05966914!important;border-color:#0596694d!important;color:#047857!important}html[data-theme=light] app-chat .newBtn:hover{background:#05966926!important}html[data-theme=light] app-chat .toolSel{background:#fff!important;border-color:#0000001f!important;color:#475569!important}html[data-theme=light] app-chat .toolSel option{background:#fff!important;color:#0f172a!important}html[data-theme=light] app-chat .groupLabel{color:#94a3b8!important}html[data-theme=light] app-chat .sessItem:hover{background:#0000000d!important}html[data-theme=light] app-chat .sessItem.active{background:#0596691a!important}html[data-theme=light] app-chat .sessName{color:#475569!important}html[data-theme=light] app-chat .sessItem.active .sessName{color:#047857!important}html[data-theme=light] app-chat .actBtn{color:#94a3b8!important}html[data-theme=light] app-chat .actBtn:hover{color:#475569!important;background:#0000000d!important}html[data-theme=light] app-chat .pinned .actBtn.pin{color:#047857!important}html[data-theme=light] app-chat .sideEmpty{color:#94a3b8!important}html[data-theme=light] app-chat .main{background:#f8f9fa!important}html[data-theme=light] app-chat .emptyTitle{color:#0f172a!important}html[data-theme=light] app-chat .emptyDesc{color:#475569!important}html[data-theme=light] app-chat .userBubble{color:#1e293b!important}html[data-theme=light] app-chat .aiContent{background:#fff!important;border-color:#0000001a!important;color:#1e293b!important;box-shadow:0 1px 4px #00000012!important}html[data-theme=light] app-chat .errBubble{color:#dc2626!important}html[data-theme=light] app-chat .inputWrap{background:#f8fafcfa!important;border-top-color:#00000014!important}html[data-theme=light] app-chat .inputBox{background:#fff!important;border-color:#0000001f!important}html[data-theme=light] app-chat .inputBox textarea{color:#0f172a!important}html[data-theme=light] app-chat .inputBox textarea::placeholder{color:#94a3b8!important}html[data-theme=light] app-chat .creditBadge{color:#64748b!important}html[data-theme=light] app-chat .creditBadge span{color:#047857!important}html[data-theme=light] app-chat .stopBtn{background:#ef44440f!important;border-color:#ef444433!important;color:#dc2626!important}html[data-theme=light] app-chat app-theme-toggle .toggleBtn{color:#64748b!important}html[data-theme=light] app-chat app-theme-toggle .toggleBtn:hover{color:#047857!important;background:#05966914!important}@font-face{font-family:Phosphor-Bold;src:url("./media/Phosphor-Bold-X7A7GEYS.woff2") format("woff2"),url("./media/Phosphor-Bold-G224QGTE.woff") format("woff"),url("./media/Phosphor-Bold-M26JUASR.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Phosphor-Fill;src:url("./media/Phosphor-Fill-5QWK7REW.woff2") format("woff2"),url("./media/Phosphor-Fill-GHP4FKOI.woff") format("woff"),url("./media/Phosphor-Fill-OUFWD3PU.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
