.notification-item{background:var(--theme-bg-primary,#ffffff);border:1px solid var(--theme-border-color,#dee2e6);border-radius:8px;box-shadow:var(--theme-shadow-medium,0 2px 8px rgba(0,0,0,.15));padding:12px 16px;margin-bottom:8px;position:relative;overflow:hidden;min-width:300px;max-width:400px;opacity:0;transform:translateX(100%);transition:all .3s ease;display:flex;align-items:center;gap:12px}.notification-item.notification-visible{opacity:1;transform:translateX(0)}.notification-item.notification-removing{opacity:0;transform:translateX(100%)}.notification-item.notification-success{border-left:4px solid #28a745;background:var(--theme-bg-secondary,#f8f9fa)}.notification-item.notification-info{border-left:4px solid var(--theme-accent-color,#007bff);background:var(--theme-bg-secondary,#f8f9fa)}.notification-item.notification-warning{border-left:4px solid #ffc107;background:var(--theme-bg-secondary,#f8f9fa)}.notification-item.notification-error{border-left:4px solid #dc3545;background:var(--theme-bg-secondary,#f8f9fa)}.notification-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--theme-text-secondary,#6c757d)}.notification-content{flex:1;min-width:0}.notification-text{display:flex;align-items:center;gap:8px;font-size:14px;line-height:1.4}.notification-text,.notification-title{color:var(--theme-text-primary,#1f1f1f)}.notification-title{font-weight:600;white-space:nowrap}.notification-message{color:var(--theme-text-secondary,#6c757d);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-time{font-size:12px;white-space:nowrap;margin-left:auto}.notification-close,.notification-time{color:var(--theme-text-tertiary,#8a8a8a)}.notification-close{flex-shrink:0;background:none;border:none;font-size:18px;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.notification-close:hover{background:var(--theme-bg-tertiary,#e9ecef);color:var(--theme-text-secondary,#6c757d)}.notification-progress{position:absolute;bottom:0;left:0;height:2px;background:var(--theme-accent-color,#007bff);animation:progressShrink linear forwards}@keyframes progressShrink{0%{width:100%}to{width:0}}@media (max-width:768px){.notification-item{min-width:280px;max-width:calc(100vw - 40px);padding:10px 12px}.notification-text{font-size:13px}.notification-time{font-size:11px}}@media (max-width:480px){.notification-item{min-width:260px;max-width:calc(100vw - 20px);padding:8px 10px}.notification-icon{width:18px;height:18px;font-size:14px}.notification-text{font-size:12px}.notification-time{font-size:10px}}.theme-dark .notification-item{background:var(--theme-bg-primary,#1a1a1a);border-color:var(--theme-border-color,#404040);box-shadow:var(--theme-shadow-medium,0 2px 8px rgba(0,0,0,.3))}.theme-dark .notification-item.notification-error,.theme-dark .notification-item.notification-info,.theme-dark .notification-item.notification-success,.theme-dark .notification-item.notification-warning{background:var(--theme-bg-secondary,#2d2d2d)}.theme-dark .notification-title{color:var(--theme-text-primary,#ffffff)}.theme-dark .notification-message{color:var(--theme-text-secondary,#b0b0b0)}.theme-dark .notification-close,.theme-dark .notification-time{color:var(--theme-text-tertiary,#808080)}.theme-dark .notification-close:hover{background:var(--theme-bg-tertiary,#404040);color:var(--theme-text-secondary,#b0b0b0)}.notification-item{will-change:transform,opacity}@media (prefers-reduced-motion:reduce){.notification-item{transition:none}.notification-progress{animation:none}}@media (prefers-contrast:high){.notification-item{border:2px solid var(--theme-text-primary,#000)}.notification-item.notification-error,.notification-item.notification-info,.notification-item.notification-success,.notification-item.notification-warning{border-left-color:#000}}.notification-container{position:fixed;z-index:9999;max-width:400px;pointer-events:none}.notification-top-right{top:20px;right:20px}.notification-top-left{top:20px;left:20px}.notification-bottom-right{bottom:20px;right:20px}.notification-bottom-left{bottom:20px;left:20px}.notification-top-center{top:20px;left:50%;transform:translateX(-50%);width:auto;min-width:300px;max-width:90vw}.notification-bottom-center{bottom:20px;left:50%;transform:translateX(-50%)}.notification-list{pointer-events:auto}.notification-header{display:flex;justify-content:flex-end;margin-bottom:8px;pointer-events:auto}.clear-all-btn{background:rgba(0,0,0,.1);border:none;border-radius:4px;padding:4px 8px;font-size:12px;color:#666;cursor:pointer;transition:all .2s ease}.clear-all-btn:hover{background:rgba(0,0,0,.2);color:#333}.notification-more{text-align:center;padding:8px;font-size:12px;color:#666;background:rgba(255,255,255,.9);border-radius:4px;margin-top:8px;pointer-events:auto}.notification-container::-webkit-scrollbar{width:4px}.notification-container::-webkit-scrollbar-track{background:transparent}.notification-container::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:2px}.notification-container::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}@media (max-width:768px){.notification-container{max-width:calc(100vw - 40px)}.notification-top-left,.notification-top-right{top:10px}.notification-bottom-left,.notification-bottom-right{bottom:10px}.notification-top-center{top:10px;min-width:280px}.notification-bottom-center{bottom:10px}}@media (max-width:480px){.notification-container{max-width:calc(100vw - 20px)}.notification-top-left,.notification-top-right{top:5px;right:10px;left:10px}.notification-bottom-left,.notification-bottom-right{bottom:5px;right:10px;left:10px}.notification-top-center{top:5px;min-width:250px;max-width:calc(100vw - 20px)}.notification-bottom-center{bottom:5px}}.theme-dark .clear-all-btn{background:rgba(255,255,255,.1);color:#ccc}.theme-dark .clear-all-btn:hover{background:rgba(255,255,255,.2);color:#fff}.theme-dark .notification-more{background:rgba(0,0,0,.9);color:#ccc}@keyframes slideInTop{0%{transform:translateX(-50%) translateY(-100%);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}@keyframes slideInBottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.notification-top-center .notification-item{animation:slideInTop .3s ease-out}.notification-bottom-right .notification-item,.notification-top-right .notification-item{animation:slideInRight .3s ease-out}.notification-bottom-left .notification-item,.notification-top-left .notification-item{animation:slideInLeft .3s ease-out}.notification-bottom-center .notification-item{animation:slideInBottom .3s ease-out}.theme-indicator-container{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:10001;padding-bottom:80px}.theme-loading-indicator{position:fixed;top:20px;right:20px;background:var(--theme-bg-primary,#ffffff);border:1px solid var(--theme-border-color,#e0e0e0);border-radius:8px;padding:12px 16px;display:flex;align-items:center;gap:8px;box-shadow:var(--theme-shadow-medium,0 2px 8px rgba(0,0,0,.15));pointer-events:all;animation:slideInRight .3s ease-out}.loading-spinner{width:16px;height:16px;border-top:2px solid var(--theme-border-light,#e9ecef);border:2px solid var(--theme-border-light,#e9ecef);border-top-color:var(--theme-accent-color,#007bff);border-radius:50%;animation:spin 1s linear infinite}.loading-text{font-size:14px;color:var(--theme-text-primary,#1f1f1f);font-weight:500}.theme-preview-indicator{position:fixed;top:50%;left:20px;transform:translateY(-50%);background:var(--theme-bg-primary,#ffffff);border:2px solid var(--theme-accent-color,#007bff);border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;box-shadow:var(--theme-shadow-heavy,0 4px 16px rgba(0,0,0,.2));pointer-events:all;animation:slideInLeft .3s ease-out;max-width:280px}.preview-icon{font-size:20px;animation:pulse 2s infinite}.preview-content{flex:1}.preview-title{font-size:12px;color:var(--theme-text-secondary,#6c757d);font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.preview-theme-name{font-size:14px;color:var(--theme-text-primary,#1f1f1f);font-weight:600}.preview-actions{display:flex;flex-direction:column;gap:4px}.preview-apply-btn,.preview-cancel-btn{padding:4px 8px;border:none;border-radius:4px;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease}.preview-apply-btn{background:var(--theme-accent-color,#007bff);color:white}.preview-apply-btn:hover{background:var(--theme-accent-hover,#0056b3);transform:translateY(-1px)}.preview-cancel-btn{background:var(--theme-bg-secondary,#f8f9fa);color:var(--theme-text-secondary,#6c757d);border:1px solid var(--theme-border-color,#e0e0e0)}.preview-cancel-btn:hover{background:var(--theme-bg-tertiary,#e9ecef)}.theme-error-indicator{position:fixed;top:20px;right:20px;background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;padding:12px 16px;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px rgba(220,53,69,.15);pointer-events:all;animation:slideInRight .3s ease-out;max-width:320px}.error-icon{font-size:16px;color:#dc3545}.error-content{flex:1}.error-title{font-size:14px;color:#dc3545;font-weight:600;margin-bottom:2px}.error-message{font-size:12px;color:#721c24;line-height:1.3}.error-close-btn{background:none;border:none;font-size:18px;color:#dc3545;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.error-close-btn:hover{background:rgba(220,53,69,.1)}.theme-transition-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(255,255,255,.8);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;pointer-events:all;animation:fadeIn .2s ease-out}.transition-content{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px;background:var(--theme-bg-primary,#ffffff);border-radius:12px;box-shadow:var(--theme-shadow-heavy,0 4px 16px rgba(0,0,0,.2));border:1px solid var(--theme-border-color,#e0e0e0)}.transition-spinner{width:32px;height:32px;border-top:3px solid var(--theme-border-light,#e9ecef);border:3px solid var(--theme-border-light,#e9ecef);border-top-color:var(--theme-accent-color,#007bff);border-radius:50%;animation:spin 1s linear infinite}.transition-text{font-size:14px;color:var(--theme-text-secondary,#6c757d);font-weight:500}@media (max-width:767px){.theme-error-indicator,.theme-loading-indicator{top:10px;right:10px;left:10px;max-width:none}.theme-preview-indicator{left:10px;right:10px;max-width:none;transform:translateY(-50%)}.preview-actions{flex-direction:row;gap:8px}.preview-apply-btn,.preview-cancel-btn{flex:1;padding:6px 12px}}@media (max-width:480px){.theme-error-indicator,.theme-loading-indicator{padding:10px 12px}.error-title,.loading-text{font-size:13px}.error-message{font-size:11px}.theme-preview-indicator{padding:12px}.preview-theme-name{font-size:13px}}@keyframes slideInRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideInLeft{0%{transform:translateX(-100%) translateY(-50%);opacity:0}to{transform:translateX(0) translateY(-50%);opacity:1}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (prefers-reduced-motion:reduce){.loading-spinner,.preview-icon,.theme-error-indicator,.theme-loading-indicator,.theme-preview-indicator,.theme-transition-overlay,.transition-spinner{animation:none!important}.preview-apply-btn:hover,.preview-cancel-btn:hover{transform:none!important}}@media (prefers-contrast:high){.theme-error-indicator,.theme-loading-indicator,.theme-preview-indicator,.transition-content{border-width:2px}}.theme-dark .theme-transition-overlay{background:rgba(26,26,26,.8)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;height:100%;min-height:100%;display:flex;flex-direction:column}body{background-color:var(--bg-primary);color:var(--text-primary);flex:1;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}*{-webkit-tap-highlight-color:transparent}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}:root{--vh:1vh;--dvh:1dvh;--svh:1svh;--actual-vh:100vh;--primary-color:#007bff;--secondary-color:#6c757d;--success-color:#28a745;--danger-color:#dc3545;--warning-color:#ffc107;--info-color:#17a2b8;--light-color:#f8f9fa;--dark-color:#343a40;--bg-primary:#ffffff;--bg-secondary:#f8f9fa;--bg-tertiary:#e9ecef;--text-primary:#1f1f1f;--text-secondary:#6c757d;--text-muted:#8a8a8a;--border-color:#dee2e6;--border-light:#e9ecef;--shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,0.075);--shadow:0 0.5rem 1rem rgba(0,0,0,0.15);--shadow-lg:0 1rem 3rem rgba(0,0,0,0.175);--border-radius:0.375rem;--border-radius-sm:0.25rem;--border-radius-lg:0.5rem;--border-radius-xl:1rem;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:3rem;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--theme-bg-primary:#ffffff;--theme-bg-secondary:#f8f9fa;--theme-bg-tertiary:#e9ecef;--theme-text-primary:#1f1f1f;--theme-text-secondary:#6c757d;--theme-text-tertiary:#8a8a8a;--theme-accent-color:#007bff;--theme-accent-hover:#0056b3;--theme-border-color:#dee2e6;--theme-border-light:#e9ecef;--theme-shadow-light:0 1px 3px rgba(0,0,0,0.1);--theme-shadow-medium:0 2px 8px rgba(0,0,0,0.15);--theme-shadow-heavy:0 4px 16px rgba(0,0,0,0.2);--theme-message-user-bg:#007bff;--theme-message-ai-bg:#ffffff;--theme-message-user-text:#ffffff;--theme-message-ai-text:#1f1f1f;--theme-header-bg:rgba(247,247,247,0.95);--theme-nav-bg:#ffffff;--theme-nav-active:#007bff;--container-max-width:1200px;--container-padding:1rem;--mobile-max:767px;--tablet-min:768px;--tablet-max:1023px;--desktop-min:1024px;--large-desktop-min:1440px}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding)}@media (max-width:767px){:root{--container-padding:0.75rem;--font-size-base:0.875rem}.container{padding:0 var(--container-padding)}.desktop-only,.tablet-only{display:none!important}.mobile-only{display:block!important}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}h4{font-size:1rem}h5{font-size:.875rem}h6{font-size:.75rem}}@media (min-width:768px) and (max-width:1023px){:root{--container-padding:1rem;--font-size-base:1rem}.container{padding:0 var(--container-padding)}.desktop-only,.mobile-only{display:none!important}.tablet-only{display:block!important}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5{font-size:1rem}h6{font-size:.875rem}}@media (min-width:1024px){:root{--container-padding:1.5rem;--font-size-base:1rem}.container{padding:0 var(--container-padding)}.mobile-only,.tablet-only{display:none!important}.desktop-only{display:block!important}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}}@media (min-width:1440px){:root{--container-padding:2rem}.container{padding:0 var(--container-padding)}}@media (max-width:480px){:root{--container-padding:0.5rem;--font-size-base:0.8125rem}.container{padding:0 var(--container-padding)}h1{font-size:1.25rem}h2{font-size:1.125rem}h3{font-size:1rem}h4{font-size:.875rem}h5{font-size:.8125rem}h6{font-size:.75rem}}@media (orientation:landscape) and (max-height:500px){:root{--spacing-lg:1rem;--spacing-xl:2rem}.chat-interface{height:100vh;max-height:100vh}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-color-scheme:dark){:root{--bg-primary:#1a1a1a;--bg-secondary:#2d2d2d;--bg-tertiary:#404040;--text-primary:#ffffff;--text-secondary:#b0b0b0;--text-muted:#808080;--border-color:#404040;--border-light:#2d2d2d}body{background-color:var(--bg-primary);color:var(--text-primary)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-contrast:high){:root{--border-color:#000000;--text-secondary:#000000}}@media print{.chat-interface{max-width:none;height:auto}.chat-actions,.chat-header .back-btn{display:none!important}}@media (prefers-reduced-motion:no-preference){.fade-in{animation:fadeIn .3s ease-in-out}.slide-up{animation:slideUp .3s ease-out}.slide-down{animation:slideDown .3s ease-out}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.app-container{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);overflow:hidden}@media (min-width:768px){.app-container{background:#f0f2f5;justify-content:flex-start;align-items:flex-start}}@media (max-width:767px){.app-container{background:#f0f2f5}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.align-items-center{align-items:center!important}.flex-column{flex-direction:column!important}.flex-grow-1{flex-grow:1!important}.w-100{width:100%!important}.h-100{height:100%!important}.m-0{margin:0!important}.p-0{padding:0!important}.rounded{border-radius:var(--border-radius)!important}.shadow{box-shadow:var(--shadow)!important}.border{border:1px solid var(--border-color)!important}.bg-primary{background-color:var(--primary-color)!important}.bg-secondary{background-color:var(--bg-secondary)!important}.text-primary{color:var(--text-primary)!important}.text-secondary{color:var(--text-secondary)!important}.theme-dark{--theme-bg-primary:#1a1a1a;--theme-bg-secondary:#2d2d2d;--theme-bg-tertiary:#404040;--theme-text-primary:#ffffff;--theme-text-secondary:#b0b0b0;--theme-text-tertiary:#808080;--theme-accent-color:#4dabf7;--theme-accent-hover:#339af0;--theme-border-color:#404040;--theme-border-light:#2d2d2d;--theme-shadow-light:0 1px 3px rgba(255,255,255,0.1);--theme-shadow-medium:0 2px 8px rgba(255,255,255,0.15);--theme-shadow-heavy:0 4px 16px rgba(255,255,255,0.2);--theme-message-user-bg:#4dabf7;--theme-message-ai-bg:#2d2d2d;--theme-message-user-text:#ffffff;--theme-message-ai-text:#ffffff;--theme-header-bg:rgba(26,26,26,0.95);--theme-nav-bg:#1a1a1a;--theme-nav-active:#4dabf7}.theme-masculine{--theme-bg-primary:#0f1419;--theme-bg-secondary:#1a2332;--theme-bg-tertiary:#253341;--theme-text-primary:#ffffff;--theme-text-secondary:#8fa3b3;--theme-text-tertiary:#6b7d8f;--theme-accent-color:#00d4ff;--theme-accent-hover:#00b8e6;--theme-border-color:#2d3e50;--theme-border-light:#34495e;--theme-shadow-light:0 1px 3px rgba(0,212,255,0.2);--theme-shadow-medium:0 2px 8px rgba(0,212,255,0.25);--theme-shadow-heavy:0 4px 16px rgba(0,212,255,0.3);--theme-message-user-bg:#00d4ff;--theme-message-ai-bg:#1a2332;--theme-message-user-text:#0f1419;--theme-message-ai-text:#ffffff;--theme-header-bg:rgba(15,20,25,0.95);--theme-nav-bg:#0f1419;--theme-nav-active:#00d4ff}.theme-feminine{--theme-bg-primary:#fdf2f8;--theme-bg-secondary:#fce7f3;--theme-bg-tertiary:#fbcfe8;--theme-text-primary:#831843;--theme-text-secondary:#be185d;--theme-text-tertiary:#ec4899;--theme-accent-color:#f472b6;--theme-accent-hover:#ec4899;--theme-border-color:#f9a8d4;--theme-border-light:#fbb6ce;--theme-shadow-light:0 1px 3px rgba(244,114,182,0.2);--theme-shadow-medium:0 2px 8px rgba(244,114,182,0.25);--theme-shadow-heavy:0 4px 16px rgba(244,114,182,0.3);--theme-message-user-bg:#f472b6;--theme-message-ai-bg:#fce7f3;--theme-message-user-text:#ffffff;--theme-message-ai-text:#831843;--theme-header-bg:rgba(253,242,248,0.95);--theme-nav-bg:#fdf2f8;--theme-nav-active:#f472b6}.theme-anime{--theme-bg-primary:#f3e8ff;--theme-bg-secondary:#e9d5ff;--theme-bg-tertiary:#ddd6fe;--theme-text-primary:#581c87;--theme-text-secondary:#7c3aed;--theme-text-tertiary:#a855f7;--theme-accent-color:#c084fc;--theme-accent-hover:#a855f7;--theme-border-color:#d8b4fe;--theme-border-light:#e9d5ff;--theme-shadow-light:0 1px 3px rgba(192,132,252,0.3);--theme-shadow-medium:0 2px 8px rgba(192,132,252,0.35);--theme-shadow-heavy:0 4px 16px rgba(192,132,252,0.4);--theme-message-user-bg:linear-gradient(135deg,#c084fc,#a855f7);--theme-message-ai-bg:#e9d5ff;--theme-message-user-text:#ffffff;--theme-message-ai-text:#581c87;--theme-header-bg:rgba(243,232,255,0.95);--theme-nav-bg:#f3e8ff;--theme-nav-active:#c084fc}.theme-cute{--theme-bg-primary:#fff7ed;--theme-bg-secondary:#ffedd5;--theme-bg-tertiary:#fed7aa;--theme-text-primary:#9a3412;--theme-text-secondary:#ea580c;--theme-text-tertiary:#fb923c;--theme-accent-color:#ff8c42;--theme-accent-hover:#ea580c;--theme-border-color:#fdba74;--theme-border-light:#fed7aa;--theme-shadow-light:0 1px 3px rgba(255,140,66,0.2);--theme-shadow-medium:0 2px 8px rgba(255,140,66,0.25);--theme-shadow-heavy:0 4px 16px rgba(255,140,66,0.3);--theme-message-user-bg:#ff8c42;--theme-message-ai-bg:#ffedd5;--theme-message-user-text:#ffffff;--theme-message-ai-text:#9a3412;--theme-header-bg:rgba(255,247,237,0.95);--theme-nav-bg:#fff7ed;--theme-nav-active:#ff8c42}.theme-metal{--theme-bg-primary:#f8fafc;--theme-bg-secondary:#e2e8f0;--theme-bg-tertiary:#cbd5e1;--theme-text-primary:#0f172a;--theme-text-secondary:#334155;--theme-text-tertiary:#64748b;--theme-accent-color:#475569;--theme-accent-hover:#334155;--theme-border-color:#94a3b8;--theme-border-light:#cbd5e1;--theme-shadow-light:0 1px 3px rgba(71,85,105,0.3);--theme-shadow-medium:0 2px 8px rgba(71,85,105,0.35);--theme-shadow-heavy:0 4px 16px rgba(71,85,105,0.4);--theme-message-user-bg:linear-gradient(135deg,#475569,#334155);--theme-message-ai-bg:#e2e8f0;--theme-message-user-text:#ffffff;--theme-message-ai-text:#0f172a;--theme-header-bg:rgba(248,250,252,0.95);--theme-nav-bg:#f8fafc;--theme-nav-active:#475569}.theme-forest{--theme-bg-primary:#f0fdf4;--theme-bg-secondary:#dcfce7;--theme-bg-tertiary:#bbf7d0;--theme-text-primary:#14532d;--theme-text-secondary:#166534;--theme-text-tertiary:#22c55e;--theme-accent-color:#16a34a;--theme-accent-hover:#15803d;--theme-border-color:#86efac;--theme-border-light:#bbf7d0;--theme-shadow-light:0 1px 3px rgba(22,163,74,0.2);--theme-shadow-medium:0 2px 8px rgba(22,163,74,0.25);--theme-shadow-heavy:0 4px 16px rgba(22,163,74,0.3);--theme-message-user-bg:#16a34a;--theme-message-ai-bg:#dcfce7;--theme-message-user-text:#ffffff;--theme-message-ai-text:#14532d;--theme-header-bg:rgba(240,253,244,0.95);--theme-nav-bg:#f0fdf4;--theme-nav-active:#16a34a}.theme-ocean{--theme-bg-primary:#ecfeff;--theme-bg-secondary:#cffafe;--theme-bg-tertiary:#a5f3fc;--theme-text-primary:#164e63;--theme-text-secondary:#0891b2;--theme-text-tertiary:#06b6d4;--theme-accent-color:#0891b2;--theme-accent-hover:#0e7490;--theme-border-color:#67e8f9;--theme-border-light:#a5f3fc;--theme-shadow-light:0 1px 3px rgba(8,145,178,0.2);--theme-shadow-medium:0 2px 8px rgba(8,145,178,0.25);--theme-shadow-heavy:0 4px 16px rgba(8,145,178,0.3);--theme-message-user-bg:linear-gradient(135deg,#0891b2,#06b6d4);--theme-message-ai-bg:#cffafe;--theme-message-user-text:#ffffff;--theme-message-ai-text:#164e63;--theme-header-bg:rgba(236,254,255,0.95);--theme-nav-bg:#ecfeff;--theme-nav-active:#0891b2}.theme-sunset{--theme-bg-primary:#fef3c7;--theme-bg-secondary:#fde68a;--theme-bg-tertiary:#fcd34d;--theme-text-primary:#92400e;--theme-text-secondary:#d97706;--theme-text-tertiary:#f59e0b;--theme-accent-color:#f59e0b;--theme-accent-hover:#d97706;--theme-border-color:#fbbf24;--theme-border-light:#fcd34d;--theme-shadow-light:0 1px 3px rgba(245,158,11,0.3);--theme-shadow-medium:0 2px 8px rgba(245,158,11,0.35);--theme-shadow-heavy:0 4px 16px rgba(245,158,11,0.4);--theme-message-user-bg:linear-gradient(135deg,#f59e0b,#d97706);--theme-message-ai-bg:#fde68a;--theme-message-user-text:#ffffff;--theme-message-ai-text:#92400e;--theme-header-bg:rgba(254,243,199,0.95);--theme-nav-bg:#fef3c7;--theme-nav-active:#f59e0b}.theme-minimal{--theme-bg-primary:#ffffff;--theme-bg-secondary:#f9f9f9;--theme-bg-tertiary:#f0f0f0;--theme-text-primary:#000000;--theme-text-secondary:#666666;--theme-text-tertiary:#999999;--theme-accent-color:#000000;--theme-accent-hover:#333333;--theme-border-color:#e0e0e0;--theme-border-light:#f0f0f0;--theme-shadow-light:0 1px 3px rgba(0,0,0,0.1);--theme-shadow-medium:0 2px 8px rgba(0,0,0,0.15);--theme-shadow-heavy:0 4px 16px rgba(0,0,0,0.2);--theme-message-user-bg:#000000;--theme-message-ai-bg:#f9f9f9;--theme-message-user-text:#ffffff;--theme-message-ai-text:#000000;--theme-header-bg:rgba(255,255,255,0.95);--theme-nav-bg:#ffffff;--theme-nav-active:#000000}*{transition:background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out}@media (prefers-reduced-motion:reduce){*{transition:none!important}}