@charset "UTF-8";.messageContainer{display:flex;margin-bottom:8px;flex-direction:row}.messageContainer.userMessage{justify-content:flex-end}.messageContainer.botMessage{justify-content:flex-start}.avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;margin-right:8px}.avatar img{width:80%;width:100%;height:100%;object-fit:cover}.messageContent{max-width:70%;width:fit-content;padding:10px 14px 10px 17px;border-radius:18px;position:relative}.messageContainer.userMessage .messageContent{border-bottom-right-radius:4px}.messageContainer.botMessage .messageContent{border-bottom-left-radius:4px}.messageText{font-size:14px;line-height:1.4;word-break:break-word}.messageText pre{background:#f3f4f6;color:#000;border-radius:6px;padding:10px;overflow-x:auto;max-width:100%;margin:8px 0}.messageText code{background:#f3f4f6;color:#000;border-radius:4px;padding:2px 6px;font-size:13px;word-break:break-all;overflow-x:auto}.timestamp{font-size:11px;opacity:.7;margin-top:4px;text-align:right}.inputContainer{display:flex;gap:8px;padding:8px}.textInput{flex:1;border:1px solid #e5e7eb;background-color:#f0f0f0;color:#333!important;border-radius:8px;padding:10px 12px;font-size:14px;resize:none;min-height:40px;max-height:120px;overflow-y:auto}.textInput:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e533}.textInput::placeholder{color:#9ca3af}.textInput:disabled{background-color:#f3f4f6;cursor:not-allowed}.sendButton{width:40px;height:40px;border-radius:8px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s}.sendButton:disabled{opacity:.5;cursor:not-allowed}.sendButton:hover:not(:disabled){opacity:.9}.sendButton svg{width:18px;height:18px}.suggestionsContainer{margin:12px 0}.suggestionsLabel{font-size:14px;color:#6b7280;margin-bottom:8px}.suggestionsList{display:flex;flex-wrap:wrap;gap:8px}.suggestionButton{background:transparent;border:1px solid;border-radius:16px;padding:6px 12px;font-size:13px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.suggestionButton:hover{background-color:#0000000d;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.suggestionButton:active{transform:translateY(0);box-shadow:none}.suggestionIcon{font-size:11px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:currentColor;color:#fff}.feedbackContainer{margin-top:4px;font-size:13px}.ratingButtons{display:flex;align-items:center;gap:8px}.feedbackLabel{color:#6b7280}.ratingButton{background:transparent;border:none;padding:4px;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}.ratingButton:hover{background-color:#0000000d}.ratingButton.selected{background-color:#0000001a}.ratingButton svg{color:#6b7280}.feedbackForm{margin-top:8px}.feedbackForm textarea{width:100%;border:1px solid #e5e7eb;border-radius:6px;padding:8px;font-size:13px;margin-bottom:8px;resize:none}.feedbackForm textarea:focus{outline:none;border-color:#4f46e5}.feedbackForm .buttonGroup{display:flex;justify-content:flex-end;gap:8px}.feedbackForm .cancelButton{background-color:transparent;color:#6b7280;border:1px solid #e5e7eb;border-radius:6px;padding:6px 12px;font-size:13px;cursor:pointer}.feedbackForm .cancelButton:hover{background-color:#f9fafb}.feedbackForm .submitButton{background-color:#4f46e5;color:#000;border:none;border-radius:6px;padding:6px 12px;font-size:13px;cursor:pointer}.feedbackForm .submitButton:hover{background-color:#4338ca}.feedbackForm .submitButton:disabled{opacity:.5;cursor:not-allowed}.feedbackThanks{color:#6b7280;font-style:italic;font-size:13px;margin-top:4px}.fileUploadContainer{display:flex;flex-direction:column;align-items:center;margin-bottom:8px}.fileInput{display:none}.dropZone{border:2px dashed #e5e7eb;border-radius:8px;padding:16px;text-align:center;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.dropZone:hover{border-color:#4f46e5;background-color:#4f46e50d}.dropZone.dragging{border-color:#4f46e5;background-color:#4f46e51a}.dropZone.uploading{opacity:.7;cursor:not-allowed}.fileInfo{font-size:12px;color:#6b7280}.uploadingIndicator{display:flex;flex-direction:column;align-items:center;gap:8px}.spinner{width:24px;height:24px;border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:#4f46e5;animation:spin 1s linear infinite}.errorMessage{color:#ef4444;font-size:12px;margin-top:8px;text-align:center}@keyframes spin{to{transform:rotate(360deg)}}:root{--chatbot-primary: #4f46e5;--chatbot-text-light: #ffffff;--chatbot-text-dark: #1f2937;--chatbot-bg-light: #ffffff;--chatbot-bg-dark: #1f2937;--chatbot-border-radius: 8px;--chatbot-shadow: 0 4px 12px rgba(0, 0, 0, .15);--chatbot-transition: all .3s ease}.chatbotContainer{position:fixed;z-index:1000;font-family:var(--font-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif)}.chatbotContainer.bottom-right{right:20px;bottom:20px}.chatbotContainer.bottom-left{left:20px;bottom:20px}.chatbotContainer.top-right{right:20px;top:20px}.chatbotContainer.top-left{left:20px;top:20px}.chatbotContainer[data-theme=dark] .chatButton{background-color:var(--widget-color, var(--chatbot-primary));color:var(--text-color, var(--chatbot-text-light))}.chatbotContainer[data-theme=dark] .chatWindow{background-color:var(--chat-background, var(--chatbot-bg-dark));color:#e5e7eb;border:1px solid #374151}.chatbotContainer[data-theme=dark] .chatHeader{background-color:var(--widget-color, var(--chatbot-primary));color:var(--text-color, var(--chatbot-text-light))}.chatbotContainer[data-theme=dark] .chatBody{scrollbar-color:#4b5563 #1f2937}.chatbotContainer[data-theme=dark] .chatBody::-webkit-scrollbar-track{background:#1f2937}.chatbotContainer[data-theme=dark] .chatBody::-webkit-scrollbar-thumb{background-color:#4b5563}.chatbotContainer[data-theme=dark] .loadingIndicator{background-color:#374151}.chatbotContainer[data-theme=dark] .loadingIndicator .typingDot{background-color:#9ca3af}.chatbotContainer[data-theme=dark] .errorMessage{color:#f87171;background-color:#ef444433}.chatbotContainer[data-theme=dark] .emptyState{color:#9ca3af}.chatbotContainer[data-theme=dark] .chatFooter{border-top:1px solid #374151;background-color:#1f2937}.chatButton{width:60px;height:60px;border-radius:50%;background-color:var(--widget-color, var(--chatbot-primary));color:var(--text-color, var(--chatbot-text-light));display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:var(--box-shadow, var(--chatbot-shadow));transition:var(--chatbot-transition)}.chatButton:hover{transform:scale(1.05);box-shadow:0 6px 16px #0003}.chatButton:focus{outline:2px solid var(--chatbot-primary);outline-offset:2px}.chatButton svg{width:28px;height:28px}.customChatButtonWrapper{width:60px;height:60px;border-radius:50%;position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--box-shadow, var(--chatbot-shadow));transition:var(--chatbot-transition)}.customChatButtonWrapper:hover{transform:scale(1.05)}.chatWindow{width:350px;max-height:500px;border-radius:var(--border-radius, var(--chatbot-border-radius));background-color:var(--chat-background, var(--chatbot-bg-light));box-shadow:var(--box-shadow, var(--chatbot-shadow));display:flex;flex-direction:column;overflow:hidden;animation:slideIn .3s ease-out}.chatHeader{padding:12px 16px;background-color:var(--widget-color, var(--chatbot-primary));color:var(--text-color, var(--chatbot-text-light));display:flex;justify-content:space-between;align-items:center}.chatHeader h3{margin:0;font-size:16px;font-weight:600}.chatHeader .closeButton{background:transparent;border:none;color:inherit;font-size:24px;line-height:1;cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.chatHeader .closeButton:hover{background-color:#fff3}.chatHeader .closeButton:focus{outline:none;background-color:#fff3}.chatBody{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;min-height:200px;scrollbar-width:thin;scrollbar-color:#d1d5db #f3f4f6}.chatBody::-webkit-scrollbar{width:6px}.chatBody::-webkit-scrollbar-track{background:#f3f4f6}.chatBody::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:6px}.messageContainer{display:flex;flex-direction:row;gap:4px;animation:fadeIn .3s ease-out}.emptyState{text-align:center;padding:24px 16px;color:#6b7280;font-style:italic}.loadingIndicator{display:flex;gap:4px;padding:8px 12px;align-self:flex-start;background-color:#f3f4f6;border-radius:16px;margin:4px 0}.loadingIndicator .typingDot{width:8px;height:8px;background-color:#9ca3af;border-radius:50%;animation:typingAnimation 1.4s infinite ease-in-out}.loadingIndicator .typingDot:nth-child(1){animation-delay:0s}.loadingIndicator .typingDot:nth-child(2){animation-delay:.2s}.loadingIndicator .typingDot:nth-child(3){animation-delay:.4s}.errorMessage{color:#ef4444;padding:12px;border-radius:8px;background-color:#fee2e2;font-size:14px;margin:8px 0;border-left:3px solid #ef4444}.chatFooter{padding:8px;border-top:1px solid #e5e7eb;background-color:#f9fafb}@keyframes typingAnimation{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.scroll-to-top{position:fixed;bottom:2rem;right:48.5%;z-index:40;background:var(--gradient);color:#fff;border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;box-shadow:var(--shadow-lg)}.scroll-to-top:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width: 768px){.scroll-to-top{bottom:1rem;right:1rem;width:2.5rem;height:2.5rem}}.feedback-dropdown{position:relative;display:flex;align-items:center}.feedback-dropdown .feedback-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0003;z-index:99;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.feedback-dropdown .feedback-backdrop.open{opacity:1;visibility:visible;pointer-events:auto}@media (max-width: 768px){.feedback-dropdown .feedback-backdrop{background:#00000040;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}}@media (prefers-color-scheme: dark){.feedback-dropdown .feedback-backdrop{background:#0006}}.feedback-dropdown .feedback-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;background-color:#4f46e5;border:none;border-radius:.5rem;color:var(--text-primary);font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.feedback-dropdown .feedback-trigger:hover{color:var(--text-primary);background:var(--surface);outline:2px solid #4f46e5}.feedback-dropdown .feedback-trigger:focus{outline:2px solid var(--primary-color);outline-offset:2px}@media (max-width: 768px){.feedback-dropdown .feedback-trigger{padding:.375rem .75rem;font-size:.8rem}.feedback-dropdown .feedback-trigger span{display:none}}.feedback-dropdown .feedback-panel{position:absolute;top:calc(100% + .75rem);right:0;width:340px;background:linear-gradient(145deg,#fff,#fafbff);border:2px solid rgba(79,70,229,.1);border-radius:1rem;box-shadow:0 25px 50px -12px #4f46e540,0 20px 25px -5px #0000001a,0 0 0 1px #4f46e50d;z-index:100;opacity:0;visibility:hidden;transform:translateY(-15px) scale(.92);transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow:hidden}.feedback-dropdown .feedback-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(79,70,229,.3),transparent)}@media (prefers-color-scheme: dark){.feedback-dropdown .feedback-panel{background:linear-gradient(145deg,#1e293b,#0f172a);border-color:#4f46e54d;box-shadow:0 25px 50px -12px #00000080,0 20px 25px -5px #0000004d,0 0 0 1px #4f46e533}}@media (max-width: 768px){.feedback-dropdown .feedback-panel{width:300px;right:-1rem}}.feedback-dropdown .feedback-panel.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.feedback-dropdown .feedback-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid rgba(79,70,229,.1);background:linear-gradient(135deg,rgba(79,70,229,.03) 0%,transparent 100%);position:relative}.feedback-dropdown .feedback-header h3{margin:0;font-size:1.1rem;font-weight:700;background:linear-gradient(135deg,var(--primary-color) 0%,#6366f1 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex;align-items:center;gap:.5rem}.feedback-dropdown .feedback-header h3:before{content:"💬";font-size:1.2rem;-webkit-text-fill-color:initial}.feedback-dropdown .feedback-header .close-btn{background:#4f46e50d;border:1px solid rgba(79,70,229,.1);color:var(--primary-color);cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.feedback-dropdown .feedback-header .close-btn:hover{background:#4f46e51a;border-color:#4f46e533;transform:scale(1.05)}.feedback-dropdown .feedback-form{padding:1.5rem;background:#ffffff80}@media (prefers-color-scheme: dark){.feedback-dropdown .feedback-form{background:#1e293b4d}}.feedback-dropdown .form-group{margin-bottom:.5rem}.feedback-dropdown .form-group:last-child{margin-bottom:0}.feedback-dropdown .form-group label{display:block;font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.feedback-dropdown .feedback-input,.feedback-dropdown .feedback-textarea{width:100%;padding:.875rem 1rem;border:2px solid rgba(79,70,229,.1);border-radius:.75rem;font-size:.875rem;color:var(--text-primary);background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;font-family:inherit}@media (prefers-color-scheme: dark){.feedback-dropdown .feedback-input,.feedback-dropdown .feedback-textarea{background:#1e293bcc;border-color:#4f46e533}}.feedback-dropdown .feedback-input:focus,.feedback-dropdown .feedback-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 4px #4f46e51a,0 4px 12px #4f46e526;background:#fffffff2;transform:translateY(-1px)}@media (prefers-color-scheme: dark){.feedback-dropdown .feedback-input:focus,.feedback-dropdown .feedback-textarea:focus{background:#1e293bf2}}.feedback-dropdown .feedback-input::placeholder,.feedback-dropdown .feedback-textarea::placeholder{color:var(--text-secondary)}.feedback-dropdown .feedback-textarea{resize:vertical;min-height:90px;font-family:inherit}.feedback-dropdown .star-rating{display:flex;gap:.25rem}.feedback-dropdown .star-rating .star{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:.375rem;color:#d1d5db;transition:color .15s,transform .15s}.feedback-dropdown .star-rating .star:hover{transform:scale(1.1)}.feedback-dropdown .star-rating .star.hovered{color:#fde68a!important;transform:scale(1.1)}.feedback-dropdown .star-rating .star.filled{color:#fbbf24}.feedback-dropdown .star-rating .star svg{fill:currentColor}.feedback-dropdown .category-selector{display:flex;flex-wrap:wrap;gap:.5rem}.feedback-dropdown .category-selector .category-chip{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:2rem;cursor:pointer;transition:all .2s ease;font-size:.8rem;font-weight:500;color:#475569;white-space:nowrap}@media (prefers-color-scheme: dark){.feedback-dropdown .category-selector .category-chip{background:#1e293b;border-color:#334155;color:#cbd5e1}}.feedback-dropdown .category-selector .category-chip:hover{border-color:var(--primary-color);background:#4f46e514;color:var(--primary-color);transform:translateY(-1px);box-shadow:0 2px 4px #4f46e51a}.feedback-dropdown .category-selector .category-chip.active{border-color:var(--primary-color);background:var(--primary-color);color:#fff;box-shadow:0 2px 8px #4f46e540}.feedback-dropdown .category-selector .category-chip .category-emoji{font-size:1rem;line-height:1}.feedback-dropdown .category-selector .category-chip .category-text{font-weight:500;line-height:1}@media (max-width: 360px){.feedback-dropdown .category-selector .category-chip{padding:.5rem}.feedback-dropdown .category-selector .category-chip .category-text{display:none}}.feedback-dropdown .submit-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,#6366f1 100%);color:#fff;border:none;border-radius:.75rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 16px #4f46e54d,0 4px 8px #4f46e533;position:relative;overflow:hidden}.feedback-dropdown .submit-btn:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);transform:rotate(45deg);transition:all .6s ease;opacity:0}.feedback-dropdown .submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 25px #4f46e566,0 8px 16px #4f46e54d}.feedback-dropdown .submit-btn:hover:not(:disabled):before{opacity:1;left:100%}.feedback-dropdown .submit-btn:active:not(:disabled){transform:translateY(-1px)}.feedback-dropdown .submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 4px 8px #4f46e533}.feedback-dropdown .submit-btn .spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.feedback-dropdown .feedback-success{padding:2rem 1.25rem;text-align:center}.feedback-dropdown .feedback-success .success-icon{font-size:2rem;margin-bottom:.75rem;animation:bounceIn .6s ease}.feedback-dropdown .feedback-success h4{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:var(--text-primary)}.feedback-dropdown .feedback-success p{margin:0;font-size:.875rem;color:var(--text-secondary)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.layout{display:flex;flex-direction:column;min-height:100vh}.header{background:var(--background);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2}@media (prefers-color-scheme: dark){.header{background:#111827f2}}.header-content{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text-primary);font-weight:700;font-size:1.25rem}.logo .logo-icon{display:flex;align-items:center;justify-content:center}.logo .logo-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;align-items:center;gap:1rem}@media (max-width: 768px){.desktop-nav{display:none}}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;text-decoration:none;color:var(--text-primary);font-weight:500;transition:all .2s ease}.nav-link:hover{color:var(--text-primary);background:var(--surface)}.nav-link.active{color:var(--primary-color);background:#4f46e51a}.header-actions{display:flex;align-items:center}.mobile-menu-btn{display:none;background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .2s ease}.mobile-menu-btn:hover{color:var(--text-primary);background:var(--surface)}@media (max-width: 768px){.mobile-menu-btn{display:flex;align-items:center;justify-content:center}}.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--background);border-bottom:1px solid var(--border);opacity:0;transform:translateY(-10px);transition:all .3s ease}.mobile-nav.open{display:block;opacity:1;transform:translateY(0)}@media (max-width: 768px){.mobile-nav{display:block}}.mobile-nav-content{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;text-decoration:none;color:var(--text-primary);font-weight:500;transition:all .2s ease}.mobile-nav-link:hover{color:var(--text-primary);background:var(--surface)}.mobile-nav-link.active{color:var(--primary-color);background:#4f46e51a}.main{flex:1}.footer{background:var(--surface);border-top:1px solid var(--border);padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:var(--text-primary)}.footer-section h3{font-size:1.25rem;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h4{font-size:1rem;font-weight:600}.footer-section p{color:var(--text-secondary);line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.footer-section ul li a:hover{color:var(--primary-color)}.footer-bottom{padding-top:2rem;border-top:1px solid var(--border);text-align:center;color:var(--text-secondary);font-size:.875rem}.home .hero{padding:6rem 0;position:relative;overflow:hidden}.home .hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(79,70,229,.1) 0%,transparent 70%);pointer-events:none}.home .hero .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 768px){.home .hero .container{grid-template-columns:1fr;gap:3rem;text-align:center}}.home .hero-content{z-index:1;position:relative}.home .hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#4f46e51a;color:var(--primary-color);border-radius:2rem;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;border:1px solid rgba(79,70,229,.2)}.home .hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:var(--text-primary)}@media (max-width: 768px){.home .hero-title{font-size:2.5rem}}@media (max-width: 480px){.home .hero-title{font-size:2rem}}.home .gradient-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home .hero-description{font-size:1.25rem;color:var(--text-secondary);line-height:1.6;margin-bottom:2rem;max-width:600px}@media (max-width: 768px){.home .hero-description{font-size:1.125rem}}.home .hero-actions{display:flex;gap:1rem;margin-bottom:3rem}@media (max-width: 480px){.home .hero-actions{flex-direction:column}}.home .hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 768px){.home .hero-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}}.home .stat-item{text-align:left}@media (max-width: 768px){.home .stat-item{text-align:center}}.home .stat-value{font-size:2rem;font-weight:700;color:var(--primary-color);line-height:1}@media (max-width: 768px){.home .stat-value{font-size:1.5rem}}.home .stat-label{font-size:.875rem;color:var(--text-secondary);margin-top:.25rem}.home .hero-visual{display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.home .hero-visual{order:-1}}.home .chat-preview{background:var(--background);border:1px solid var(--border);border-radius:1rem;box-shadow:var(--shadow-lg);overflow:hidden;width:100%;max-width:400px}@media (max-width: 768px){.home .chat-preview{max-width:350px}}.home .chat-header{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--surface);border-bottom:1px solid var(--border);font-weight:500;color:var(--text-primary)}.home .chat-controls{display:flex;gap:.5rem}.home .control{width:12px;height:12px;border-radius:50%}.home .control.red{background:#ef4444}.home .control.yellow{background:#f59e0b}.home .control.green{background:#10b981}.home .chat-body{padding:1rem;display:flex;flex-direction:column;gap:1rem;min-height:200px}.home .message{display:flex;flex-direction:column;gap:.25rem}.home .message.user-message{align-items:flex-end}.home .message.user-message .message-content{background:var(--primary-color);color:#fff;margin-left:2rem}.home .message.bot-message{align-items:flex-start}.home .message.bot-message .message-content{background:var(--surface);color:var(--text-primary);margin-right:2rem}.home .message-content{padding:.75rem 1rem;border-radius:1rem;font-size:.875rem;line-height:1.5;max-width:80%}.home .message-time{font-size:.75rem;color:var(--text-secondary);padding:0 .5rem}.features .section-header{text-align:center;margin-bottom:4rem}.features .section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}@media (max-width: 768px){.features .section-header h2{font-size:2rem}}.features .section-header p{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.features .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.features .feature-card{text-align:center}.features .feature-card .feature-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:var(--gradient);border-radius:1rem;color:#fff;margin-bottom:1.5rem}.features .feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary)}.features .feature-card p{color:var(--text-secondary);line-height:1.6}.quick-start .quick-start-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 768px){.quick-start .quick-start-content{grid-template-columns:1fr;gap:3rem}}.quick-start .quick-start-text h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}@media (max-width: 768px){.quick-start .quick-start-text h2{font-size:2rem}}.quick-start .quick-start-text>p{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.quick-start .steps{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.quick-start .step{display:flex;align-items:center;gap:1rem}.quick-start .step-number{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:var(--gradient);color:#fff;border-radius:50%;font-weight:600;font-size:.875rem;flex-shrink:0}.quick-start .step-content h4{font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.quick-start .step-content p{color:var(--text-secondary);font-size:.875rem}.quick-start .quick-start-code{display:flex;flex-direction:column;gap:1rem}@media (max-width: 768px){.quick-start .quick-start-code{order:-1}}.quick-start .quick-start-code .code-block{background:#1e293b;border-radius:.75rem;overflow:hidden;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.quick-start .quick-start-code .code-block .code-header{padding:.75rem 1rem;background:#334155;color:#e2e8f0;font-size:.875rem;font-weight:500;border-bottom:1px solid #475569}.cta{text-align:center}.cta .cta-content{max-width:600px;margin:0 auto}.cta .cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}@media (max-width: 768px){.cta .cta-content h2{font-size:2rem}}.cta .cta-content p{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.cta .cta-actions{display:flex;gap:1rem;justify-content:center}@media (max-width: 480px){.cta .cta-actions{flex-direction:column;max-width:300px;margin:0 auto}}.documentation{padding:2rem 0 4rem;min-height:100vh}.documentation .doc-header{text-align:center;margin-bottom:3rem}.documentation .doc-header h1{font-size:3rem;font-weight:800;margin-bottom:1rem;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.documentation .doc-header h1{font-size:2.5rem}}.documentation .doc-header p{font-size:1.125rem;color:var(--text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.documentation .doc-content{display:grid;grid-template-columns:250px 1fr;gap:3rem;align-items:start}@media (max-width: 1024px){.documentation .doc-content{grid-template-columns:1fr;gap:2rem}}.documentation .doc-nav{position:sticky;top:6rem;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem}@media (max-width: 1024px){.documentation .doc-nav{position:static;order:-1}}.documentation .doc-nav .nav-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.documentation .doc-nav .nav-header h3{font-size:1rem;font-weight:600;margin:0;color:var(--text-primary)}.documentation .doc-nav .nav-header .nav-controls{display:flex;gap:.5rem}.documentation .doc-nav .nav-header .nav-controls .nav-control-btn{flex:1;padding:.375rem .75rem;background:transparent;border:1px solid var(--border);border-radius:.375rem;color:var(--text-secondary);font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.documentation .doc-nav .nav-header .nav-controls .nav-control-btn:hover{color:var(--primary-color);border-color:var(--primary-color);background:#4f46e50d}.documentation .doc-nav .nav-header .nav-controls .nav-control-btn:active{transform:translateY(1px)}.documentation .doc-nav ul{list-style:none}.documentation .doc-nav ul li{margin-bottom:.5rem}.documentation .doc-nav ul li a{display:block;padding:.5rem .75rem;color:var(--text-secondary);text-decoration:none;border-radius:.375rem;transition:all .2s ease;font-size:.875rem;position:relative}.documentation .doc-nav ul li a:hover{color:var(--primary-color);background:#4f46e51a}.documentation .doc-nav ul li a.active{color:var(--primary-color);background:#4f46e526;font-weight:600}.documentation .doc-nav ul li a.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:var(--primary-color);border-radius:0 2px 2px 0}.documentation .doc-main{display:flex;flex-direction:column;gap:1rem}.documentation .doc-section{background:var(--background);border:1px solid var(--border);border-radius:.75rem;overflow:hidden}.documentation .doc-section .section-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:var(--surface);border:none;cursor:pointer;transition:background .2s ease}.documentation .doc-section .section-toggle:hover{background:var(--border)}.documentation .doc-section .section-toggle h2{font-size:1.5rem;font-weight:700;color:var(--text-primary);text-align:left;margin:0}.documentation .doc-section .section-toggle svg{color:var(--text-secondary);transition:transform .2s ease}.documentation .doc-section .section-body{padding:1.5rem;border-top:1px solid var(--border)}.documentation .section-content h4{font-size:1.125rem;font-weight:600;margin:1.5rem 0 .75rem;color:var(--text-primary)}.documentation .section-content h4:first-child{margin-top:0}.documentation .section-content p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.documentation .section-content ul{margin:1rem 0;padding-left:1.5rem}.documentation .section-content ul li{color:var(--text-secondary);margin-bottom:.5rem;line-height:1.6}.documentation .section-content ul li code{background:#4f46e51a;color:var(--primary-color);padding:.125rem .375rem;border-radius:.25rem;font-size:.875rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.documentation .section-content .important-note{margin:1.5rem 0;padding:1.25rem;background:linear-gradient(135deg,#4f46e50d,#3b82f60d);border:1px solid rgba(79,70,229,.2);border-left:4px solid var(--primary-color);border-radius:.5rem}.documentation .section-content .important-note h4{margin:0 0 .75rem;color:var(--primary-color);font-size:1rem;display:flex;align-items:center;gap:.5rem}.documentation .section-content .important-note p{margin-bottom:.5rem}.documentation .section-content .important-note p:last-child{margin-bottom:0}.documentation .section-content .important-note p code{background:#4f46e526;color:var(--primary-color);padding:.125rem .375rem;border-radius:.25rem;font-size:.875rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-weight:600}.documentation .section-content .important-note p a{color:var(--primary-color);text-decoration:none;font-weight:600}.documentation .section-content .important-note p a:hover{text-decoration:underline}.documentation .code-block-container{margin:1.5rem 0;border-radius:.5rem;overflow:hidden;border:1px solid #333;box-shadow:0 4px 6px -1px #0000001a}.documentation .code-block-container .code-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#2d3748;border-bottom:1px solid #4a5568}.documentation .code-block-container .code-header .language-tag{font-size:.75rem;font-weight:500;color:#a0aec0;text-transform:uppercase;letter-spacing:.025em}.documentation .code-block-container .code-header .copy-btn{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#4a5568;border:none;border-radius:.25rem;color:#e2e8f0;font-size:.75rem;cursor:pointer;transition:background .2s ease}.documentation .code-block-container .code-header .copy-btn:hover{background:#718096}.documentation .code-block-container pre{margin:0!important}.documentation .code-block-container pre code{font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace!important}.documentation .code-block-container .token.comment{color:#6a9955!important}.documentation .code-block-container .token.string{color:#ce9178!important}.documentation .code-block-container .token.keyword{color:#569cd6!important}.documentation .code-block-container .token.function{color:#dcdcaa!important}.documentation .code-block-container .token.number{color:#b5cea8!important}.documentation .code-block-container .token.operator,.documentation .code-block-container .token.punctuation{color:#d4d4d4!important}.documentation .code-block-container .token.property{color:#9cdcfe!important}.documentation .code-block-container .token.boolean,.documentation .code-block-container .token.tag{color:#569cd6!important}.documentation .code-block-container .token.attr-name{color:#9cdcfe!important}.documentation .code-block-container .token.attr-value{color:#ce9178!important}.documentation .props-table{margin:1.5rem 0;overflow-x:auto}.documentation .props-table table{width:100%;border-collapse:collapse;border:1px solid var(--border);border-radius:.5rem;overflow:hidden}.documentation .props-table table th,.documentation .props-table table td{padding:.75rem;text-align:left;border-bottom:1px solid var(--border)}.documentation .props-table table th:not(:last-child),.documentation .props-table table td:not(:last-child){border-right:1px solid var(--border)}.documentation .props-table table th{background:var(--surface);font-weight:600;color:var(--text-primary);font-size:.875rem}.documentation .props-table table td{color:var(--text-secondary);font-size:.875rem}.documentation .props-table table td code{background:#4f46e51a;color:var(--primary-color);padding:.125rem .375rem;border-radius:.25rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.documentation .props-table table tbody tr:last-child td{border-bottom:none}.examples-footer{position:relative;overflow:hidden;padding:3.5rem 0 2.5rem;background:linear-gradient(135deg,#f5f7fa,#e0e7ff);border-radius:1.5rem;box-shadow:0 8px 32px #4f46e51a,0 1.5px 6px #0000000a;margin:3rem 0 0;display:flex;justify-content:center;align-items:center}.examples-footer .footer-content{position:relative;z-index:2;max-width:540px;width:100%;margin:0 auto;text-align:center;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center}.examples-footer .footer-icon{background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;border-radius:50%;width:64px;height:64px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #6366f12e;font-size:2rem;animation:popIn .7s cubic-bezier(.4,0,.2,1)}.examples-footer .footer-heading{font-size:2.1rem;font-weight:800;margin-bottom:.75rem;background:linear-gradient(90deg,#4f46e5,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px}.examples-footer .footer-tagline{font-size:1.1rem;color:#4b5563;margin-bottom:2rem;line-height:1.6;font-weight:500}.examples-footer .footer-tagline span{color:#4f46e5;font-weight:900;font-size:1.5rem}.examples-footer .footer-actions{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap}.examples-footer .footer-actions .btn{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;padding:.85rem 1.5rem;border-radius:.75rem;border:none;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #6366f114;text-decoration:none;outline:none}.examples-footer .footer-actions .btn-primary{background:linear-gradient(90deg,#4f46e5,#6366f1);color:#fff}.examples-footer .footer-actions .btn-primary:hover{background:linear-gradient(90deg,#6366f1,#4f46e5);box-shadow:0 4px 16px #6366f12e;transform:translateY(-2px) scale(1.03)}.examples-footer .footer-actions .btn-secondary{background:#fff;color:#4f46e5;border:2px solid #6366f1}.examples-footer .footer-actions .btn-secondary:hover{background:#f1f5f9;color:#6366f1;border-color:#4f46e5;transform:translateY(-2px) scale(1.03)}@media (max-width: 600px){.examples-footer{padding:2rem 0 1.5rem}.examples-footer .footer-content{padding:0 .5rem}.examples-footer .footer-heading{font-size:1.4rem}.examples-footer .footer-tagline{font-size:1rem}.examples-footer .footer-icon{width:48px;height:48px;font-size:1.5rem}.examples-footer .footer-actions .btn{font-size:.95rem;padding:.7rem 1.1rem}}@keyframes popIn{0%{opacity:0;transform:scale(.7)}60%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.examples{padding:2rem 0 4rem;min-height:100vh}.examples .examples-header{text-align:center;margin-bottom:3rem}.examples .examples-header h1{font-size:3rem;font-weight:800;margin-bottom:1rem;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.examples .examples-header h1{font-size:2.5rem}}.examples .examples-header p{font-size:1.125rem;color:var(--text-secondary);max-width:700px;margin:0 auto;line-height:1.6}.examples .examples-grid{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}.examples .example-card{padding:2rem}.examples .example-card .example-header{margin-bottom:1.5rem}.examples .example-card .example-header h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.examples .example-card .example-header p{color:var(--text-secondary);line-height:1.6}.examples .example-card .example-actions{display:flex;gap:1rem;margin-bottom:1.5rem}@media (max-width: 480px){.examples .example-card .example-actions{flex-direction:column}}.examples .example-card .action-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.examples .example-card .action-btn:not(.secondary){background:var(--gradient);color:#fff}.examples .example-card .action-btn:not(.secondary):hover{transform:translateY(-1px);box-shadow:var(--shadow-lg)}.examples .example-card .action-btn:not(.secondary).active{background:var(--primary-hover)}.examples .example-card .action-btn.secondary{background:var(--surface);color:var(--text-primary);border:1px solid var(--border)}.examples .example-card .action-btn.secondary:hover{border-color:var(--border-hover);background:var(--background)}.examples .example-card .example-preview{margin-bottom:1.5rem;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:.75rem;position:relative;overflow:hidden}.examples .example-card .example-preview .preview-container{position:relative;min-height:200px;width:100%;height:400px}.examples .example-card .example-preview .preview-container .cha-ai-widget-container,.examples .example-card .example-preview .preview-container [class*=cha-ai],.examples .example-card .example-preview .preview-container [class*=chatbot],.examples .example-card .example-preview .preview-container [id*=cha-ai],.examples .example-card .example-preview .preview-container [id*=chatbot]{position:absolute!important}.examples .example-card .example-preview .preview-container .cha-ai-widget-container[data-position=bottom-right],.examples .example-card .example-preview .preview-container [class*=cha-ai][data-position=bottom-right],.examples .example-card .example-preview .preview-container [class*=chatbot][data-position=bottom-right],.examples .example-card .example-preview .preview-container [id*=cha-ai][data-position=bottom-right],.examples .example-card .example-preview .preview-container [id*=chatbot][data-position=bottom-right]{bottom:1rem!important;right:1rem!important;top:auto!important;left:auto!important}.examples .example-card .example-preview .preview-container .cha-ai-widget-container[data-position=bottom-left],.examples .example-card .example-preview .preview-container [class*=cha-ai][data-position=bottom-left],.examples .example-card .example-preview .preview-container [class*=chatbot][data-position=bottom-left],.examples .example-card .example-preview .preview-container [id*=cha-ai][data-position=bottom-left],.examples .example-card .example-preview .preview-container [id*=chatbot][data-position=bottom-left]{bottom:1rem!important;left:1rem!important;top:auto!important;right:auto!important}.examples .example-card .example-preview .preview-container>*[style*="position: fixed"],.examples .example-card .example-preview .preview-container>*[style*="position:fixed"]{position:absolute!important}.examples .example-card .example-preview .preview-container>*[style*="position: fixed"][style*="bottom: 20px"],.examples .example-card .example-preview .preview-container>*[style*="position: fixed"][style*="bottom:20px"],.examples .example-card .example-preview .preview-container>*[style*="position: fixed"][style*="bottom: 1.25rem"],.examples .example-card .example-preview .preview-container>*[style*="position: fixed"][style*="bottom:1.25rem"],.examples .example-card .example-preview .preview-container>*[style*="position:fixed"][style*="bottom: 20px"],.examples .example-card .example-preview .preview-container>*[style*="position:fixed"][style*="bottom:20px"],.examples .example-card .example-preview .preview-container>*[style*="position:fixed"][style*="bottom: 1.25rem"],.examples .example-card .example-preview .preview-container>*[style*="position:fixed"][style*="bottom:1.25rem"]{bottom:1rem!important}.examples .example-card .example-preview .preview-container>*[style*="position: fixed"][style*="right: 20px"],.examples .example-card .example-preview .preview-container>*[style*="position: fixed"][style*="right:20px"],.examples .example-card .example-preview .preview-container>*[style*="position: fixed"][style*="right: 1.25rem"],.examples .example-card .example-preview .preview-container>*[style*="position: fixed"][style*="right:1.25rem"],.examples .example-card .example-preview .preview-container>*[style*="position:fixed"][style*="right: 20px"],.examples .example-card .example-preview .preview-container>*[style*="position:fixed"][style*="right:20px"],.examples .example-card .example-preview .preview-container>*[style*="position:fixed"][style*="right: 1.25rem"],.examples .example-card .example-preview .preview-container>*[style*="position:fixed"][style*="right:1.25rem"]{right:1rem!important}.examples .example-card .example-preview .preview-container>*[style*="position: fixed"][style*="left: 20px"],.examples .example-card .example-preview .preview-container>*[style*="position: fixed"][style*="left:20px"],.examples .example-card .example-preview .preview-container>*[style*="position: fixed"][style*="left: 1.25rem"],.examples .example-card .example-preview .preview-container>*[style*="position: fixed"][style*="left:1.25rem"],.examples .example-card .example-preview .preview-container>*[style*="position:fixed"][style*="left: 20px"],.examples .example-card .example-preview .preview-container>*[style*="position:fixed"][style*="left:20px"],.examples .example-card .example-preview .preview-container>*[style*="position:fixed"][style*="left: 1.25rem"],.examples .example-card .example-preview .preview-container>*[style*="position:fixed"][style*="left:1.25rem"]{left:1rem!important}.examples .example-card .example-preview .preview-container *[style*="position: fixed"]{position:absolute!important}.examples .example-card .example-preview .preview-container .preview-header{margin-bottom:1rem}.examples .example-card .example-preview .preview-container .preview-header h3{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.examples .example-card .example-preview .preview-container .preview-header p{color:var(--text-secondary);font-size:.875rem}.examples .example-card .example-preview .preview-container .preview-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:var(--background);border:2px dashed var(--border);border-radius:.5rem;text-align:center}.examples .example-card .example-preview .preview-container .preview-placeholder p{color:var(--text-secondary);margin-bottom:.5rem}.examples .example-card .example-preview .preview-container .preview-placeholder p:first-child{font-size:1.5rem;margin-bottom:1rem}.examples .example-card .example-code .code-block-container{border-radius:.5rem;overflow:hidden;border:1px solid #333;box-shadow:0 4px 6px -1px #0000001a}.examples .example-card .example-code .code-block-container .code-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#2d3748;border-bottom:1px solid #4a5568}.examples .example-card .example-code .code-block-container .code-header .language-tag{font-size:.75rem;font-weight:500;color:#a0aec0;text-transform:uppercase;letter-spacing:.025em}.examples .example-card .example-code .code-block-container .code-header .copy-btn{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#4a5568;border:none;border-radius:.25rem;color:#e2e8f0;font-size:.75rem;cursor:pointer;transition:background .2s ease}.examples .example-card .example-code .code-block-container .code-header .copy-btn:hover{background:#718096}.examples .example-card .example-code .code-block-container pre{margin:0!important}.examples .example-card .example-code .code-block-container pre code{font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace!important}.examples .example-card .example-code .code-block-container .token.comment{color:#6a9955!important}.examples .example-card .example-code .code-block-container .token.string{color:#ce9178!important}.examples .example-card .example-code .code-block-container .token.keyword{color:#569cd6!important}.examples .example-card .example-code .code-block-container .token.function{color:#dcdcaa!important}.examples .example-card .example-code .code-block-container .token.number{color:#b5cea8!important}.examples .example-card .example-code .code-block-container .token.operator,.examples .example-card .example-code .code-block-container .token.punctuation{color:#d4d4d4!important}.examples .example-card .example-code .code-block-container .token.property{color:#9cdcfe!important}.examples .example-card .example-code .code-block-container .token.boolean,.examples .example-card .example-code .code-block-container .token.tag{color:#569cd6!important}.examples .example-card .example-code .code-block-container .token.attr-name{color:#9cdcfe!important}.examples .example-card .example-code .code-block-container .token.attr-value{color:#ce9178!important}.examples .examples-footer{background:var(--surface);border:1px solid var(--border);border-radius:1rem;padding:3rem;text-align:center}.examples .examples-footer .footer-content{max-width:600px;margin:0 auto}.examples .examples-footer .footer-content h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}@media (max-width: 768px){.examples .examples-footer .footer-content h2{font-size:1.75rem}}.examples .examples-footer .footer-content p{font-size:1.125rem;color:var(--text-secondary);line-height:1.6;margin-bottom:2rem}.examples .examples-footer .footer-actions{display:flex;gap:1rem;justify-content:center}@media (max-width: 480px){.examples .examples-footer .footer-actions{flex-direction:column;max-width:300px;margin:0 auto}}@media (max-width: 768px){.examples{padding:1rem 0 2rem}.examples .example-card{padding:1.5rem}.examples .examples-footer{padding:2rem 1.5rem}}.playground{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:2rem 0 4rem}.playground .playground-header{text-align:center;margin-bottom:3rem}.playground .playground-header h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.playground .playground-header p{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.playground .playground-content{display:grid;grid-template-columns:400px 1fr;gap:2rem;align-items:start}@media (max-width: 1200px){.playground .playground-content{grid-template-columns:1fr;gap:3rem}}.playground .playground-controls{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;height:fit-content;position:sticky;top:2rem}@media (max-width: 1200px){.playground .playground-controls{position:static}}.playground .playground-controls .controls-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.playground .playground-controls .controls-header h2{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.playground .playground-controls .control-group{margin-bottom:2rem}.playground .playground-controls .control-group:last-child{margin-bottom:0}.playground .playground-controls .control-group h3{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #f1f5f9}.playground .playground-controls .control-item{margin-bottom:1rem}.playground .playground-controls .control-item:last-child{margin-bottom:0}.playground .playground-controls .control-item label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.playground .playground-controls .control-item.checkbox-item{display:flex;align-items:center;gap:.5rem}.playground .playground-controls .control-item.checkbox-item label{margin-bottom:0;cursor:pointer}.playground .playground-controls .control-input,.playground .playground-controls .control-select,.playground .playground-controls .control-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.playground .playground-controls .control-input:focus,.playground .playground-controls .control-select:focus,.playground .playground-controls .control-textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.playground .playground-controls .control-textarea{resize:vertical;min-height:100px;font-family:Inter,sans-serif}.playground .playground-controls .control-checkbox{width:18px;height:18px;accent-color:#4f46e5;cursor:pointer}.playground .playground-controls .color-controls{display:flex;flex-direction:column;gap:1rem}.playground .playground-controls .color-input-group{display:flex;gap:.5rem;align-items:center}.playground .playground-controls .color-input-group .control-color{width:40px;height:40px;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;background:none;padding:0}.playground .playground-controls .color-input-group .control-color::-webkit-color-swatch-wrapper{padding:0}.playground .playground-controls .color-input-group .control-color::-webkit-color-swatch{border:none;border-radius:4px}.playground .playground-controls .color-input-group .color-text{flex:1;font-family:monospace}.playground .playground-preview{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;position:sticky;top:8.5rem;height:fit-content;max-height:calc(100vh - 4rem)}.playground .playground-preview .code-section{border-top:1px solid #e2e8f0;overflow:hidden;display:flex;flex-direction:column;max-height:60vh}.playground .playground-preview .code-section .code-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.playground .playground-preview .code-section .code-header h3{font-size:1rem;font-weight:600;color:#374151;margin:0}.playground .playground-preview .code-section .code-block-container{background:#1e1e1e;overflow:auto;flex:1}.playground .playground-preview .code-section .code-block-container pre{margin:0!important;background:#1e1e1e!important}.playground .btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:all .2s}.playground .btn.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.playground .btn.btn-primary{background:#4f46e5;color:#fff}.playground .btn.btn-primary:hover{background:#4338ca}.playground .btn.btn-ghost{background:transparent;color:#64748b;border-color:#e2e8f0}.playground .btn.btn-ghost:hover{background:#f8fafc;color:#374151}.playground .advanced-styling-toggle{background:none;border:none;cursor:pointer;width:100%;text-align:left;padding:0;margin-bottom:1rem}.playground .advanced-styling-toggle h3{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#374151;margin:0}.playground .advanced-styling-toggle:hover h3{color:#4f46e5}.playground .advanced-styling-content .styling-warning{background:#fef3cd;border:1px solid #f6e05e;border-radius:6px;padding:.75rem;color:#92400e;font-size:.875rem;margin-bottom:1rem}.playground .advanced-styling-content .styling-example{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.75rem;margin-bottom:1rem}.playground .advanced-styling-content .styling-example code{font-family:JetBrains Mono,monospace;font-size:.8125rem;color:#4338ca;background:transparent}.playground .advanced-styling-content .styling-note{background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;padding:.75rem;color:#1e40af;font-size:.875rem;margin-top:1rem}.playground .advanced-styling-content .advanced-style-input{font-family:JetBrains Mono,monospace;font-size:.8125rem}.playground .advanced-styling-content .advanced-style-input.invalid-json{border-color:#ef4444;background-color:#fef2f2}.playground .advanced-styling-content .error-text{color:#ef4444;font-size:.75rem;margin-top:.25rem}.playground small{display:block;color:#64748b;font-size:.75rem;margin-top:.25rem;line-height:1.4}@media (max-width: 768px){.playground{padding:1rem 0 2rem}.playground .playground-header{margin-bottom:2rem}.playground .playground-header h1{font-size:2rem}.playground .playground-header p{font-size:1rem}.playground .playground-controls{padding:1rem}.playground .color-input-group{flex-direction:column;align-items:stretch}.playground .color-input-group .control-color{width:100%;height:50px}.playground .code-header{flex-direction:column;gap:1rem;align-items:stretch}.playground .code-header .btn{width:100%;justify-content:center}}:root{--primary-color: #4f46e5;--primary-hover: #4338ca;--secondary-color: #6366f1;--accent-color: #8b5cf6;--background: #ffffff;--surface: #f9fafb;--text-primary: #111827;--text-secondary: #6b7280;--border: #e5e7eb;--border-hover: #d1d5db;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--gradient: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%)}@media (prefers-color-scheme: dark){:root{--background: #111827;--surface: #1f2937;--text-primary: #f9fafb;--text-secondary: #9ca3af;--border: #374151;--border-hover: #4b5563}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--background);color:var(--text-primary);line-height:1.6;transition:background-color .3s ease,color .3s ease}.App{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.container{padding:0 2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;text-decoration:none}.btn.btn-primary{background:var(--gradient);color:#fff;box-shadow:var(--shadow)}.btn.btn-primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-lg)}.btn.btn-secondary{background:var(--surface);color:var(--text-primary);border:1px solid var(--border)}.btn.btn-secondary:hover{border-color:var(--border-hover);background:var(--background)}.btn.btn-ghost{background:transparent;color:var(--text-secondary)}.btn.btn-ghost:hover{color:var(--text-primary);background:var(--surface)}.card{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1.5rem;box-shadow:var(--shadow);transition:all .2s ease}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-1px)}.section{padding:4rem 0}.section.section-alt{background:var(--surface)}.fade-in{animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.code-block{background:#1e293b;color:#e2e8f0;padding:1.5rem;border-radius:.5rem;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:.875rem;line-height:1.7;overflow-x:auto;margin:1rem 0}.code-block .hljs{background:transparent}.code-block-container pre[class*=language-]{background:#1e1e1e!important;color:#d4d4d4!important;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace!important}.code-block-container pre[class*=language-] code[class*=language-]{background:transparent!important;color:inherit!important;font-family:inherit!important}@media (max-width: 768px){.section{padding:2rem 0}.container{padding:0 1rem}}
