.navbar{position:fixed;top:0;left:0;right:0;z-index:50;background:linear-gradient(to right,#111827,#1e3a8a,#581c87);box-shadow:0 4px 6px -1px #0000001a;transition:all .3s}.navbar-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.navbar-container{padding:0 1.5rem}}@media(min-width:1024px){.navbar-container{padding:0 2rem}}.navbar-content{display:flex;justify-content:space-between;align-items:center;height:4rem}@media(min-width:768px){.navbar-content{height:5rem}}.navbar-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fff}.navbar-logo img{width:3.5rem;height:3.5rem;-o-object-fit:contain;object-fit:contain}.navbar-logo-text{font-size:1.25rem;font-weight:700;transition:color .2s}@media(min-width:768px){.navbar-logo-text{font-size:1.5rem}}.navbar-nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.navbar-nav{display:flex}}.navbar-link{color:#fff;font-weight:500;text-decoration:none;transition:color .2s}.navbar-link:hover{color:#93c5fd}.navbar-btn{background:linear-gradient(to right,#3b82f6,#9333ea);color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.navbar-btn:hover{box-shadow:0 10px 15px -3px #0000001a;transform:scale(1.05)}.mobile-menu-button{display:block;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem}@media(min-width:768px){.mobile-menu-button{display:none}}.mobile-menu-button svg{width:1.5rem;height:1.5rem}.mobile-menu{background:#fff;border-top:1px solid #e5e7eb}@media(prefers-color-scheme:dark){.mobile-menu{background:#111827;border-top-color:#374151}}@media(min-width:768px){.mobile-menu{display:none}}.mobile-menu-content{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.mobile-menu-link{display:block;color:#374151;font-weight:500;padding:.5rem 0;text-decoration:none;transition:color .2s}.mobile-menu-link:hover{color:#3b82f6}@media(prefers-color-scheme:dark){.mobile-menu-link{color:#d1d5db}.mobile-menu-link:hover{color:#60a5fa}}.mobile-menu-btn{display:block;background:linear-gradient(to right,#3b82f6,#9333ea);color:#fff;padding:.75rem 1.5rem;border-radius:9999px;text-align:center;text-decoration:none;font-weight:600;transition:all .2s}.mobile-menu-btn:hover{box-shadow:0 10px 15px -3px #0000001a}.footer{background:#111827;color:#d1d5db}.footer-container{max-width:1280px;margin:0 auto;padding:3rem 1rem}@media(min-width:640px){.footer-container{padding:3rem 1.5rem}}@media(min-width:1024px){.footer-container{padding:3rem 2rem}}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{grid-column:span 1}@media(min-width:768px){.footer-brand{grid-column:span 2}}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo img{width:2.5rem;height:2.5rem;-o-object-fit:contain;object-fit:contain}.footer-logo-text{font-size:1.25rem;font-weight:700;color:#fff}.footer-description{color:#9ca3af;max-width:28rem;margin-bottom:1rem;line-height:1.6}.footer-social{display:flex;gap:1rem}.footer-social a{color:#d1d5db;transition:color .2s}.footer-social a:hover{color:#60a5fa}.footer-social svg{width:1.5rem;height:1.5rem}.footer-section-title{color:#fff;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#d1d5db;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#60a5fa}.footer-links li{display:flex;align-items:flex-start;gap:.5rem}.footer-links svg{width:1.25rem;height:1.25rem;margin-top:.125rem;flex-shrink:0}.footer-links li>div{display:flex;flex-direction:column;gap:.25rem}.footer-links li strong{color:#fff;font-weight:600}.footer-bottom{border-top:1px solid #1f2937;margin-top:2rem;padding-top:2rem;text-align:center;color:#9ca3af}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(to bottom right,#111827,#1e3a8a,#581c87)}.hero-background{position:absolute;inset:0;overflow:hidden}.hero-bg-blob{position:absolute;border-radius:50%;filter:blur(64px);animation:float 3s ease-in-out infinite}.hero-bg-blob-1{width:24rem;height:24rem;background:#3b82f64d;top:-12rem;left:-12rem}.hero-bg-blob-2{width:24rem;height:24rem;background:#9333ea4d;bottom:-12rem;right:-12rem;animation-delay:1s}.hero-bg-blob-3{width:16rem;height:16rem;background:#ec489933;top:50%;left:50%;animation-delay:2s}.hero-content{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:8rem 1rem;text-align:center}@media(min-width:640px){.hero-content{padding:8rem 1.5rem}}@media(min-width:1024px){.hero-content{padding:8rem 2rem}}.hero-inner{animation:fadeIn .6s ease-in-out}.hero-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1.5rem;animation:slideUp .6s ease-out}@media(min-width:768px){.hero-title{font-size:4.5rem}}.hero-title .gradient{background:linear-gradient(to right,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#d1d5db;margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto;animation:slideUp .6s ease-out;animation-delay:.2s}@media(min-width:768px){.hero-subtitle{font-size:1.5rem}}.hero-description{font-size:1.125rem;color:#9ca3af;margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto;animation:slideUp .6s ease-out;animation-delay:.4s}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;animation:slideUp .6s ease-out;animation-delay:.6s}@media(min-width:640px){.hero-buttons{flex-direction:row}}.hero-btn-primary{background:linear-gradient(to right,#3b82f6,#9333ea);color:#fff;padding:1rem 2rem;border-radius:9999px;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block;text-align:center}.hero-btn-primary:hover{box-shadow:0 25px 50px -12px #00000040;transform:scale(1.05)}.hero-btn-secondary{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:1rem 2rem;border-radius:9999px;font-size:1.125rem;font-weight:600;border:2px solid rgba(255,255,255,.2);text-decoration:none;transition:all .3s;display:inline-block;text-align:center}.hero-btn-secondary:hover{background:#fff3;transform:scale(1.05)}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}.hero-scroll-indicator svg{width:1.5rem;height:1.5rem;color:#fff}.services{padding:5rem 0;background:#f9fafb}@media(prefers-color-scheme:dark){.services{background:#111827}}.services-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.services-container{padding:0 1.5rem}}@media(min-width:1024px){.services-container{padding:0 2rem}}.services-header{text-align:center;margin-bottom:4rem}.services-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}@media(min-width:768px){.services-title{font-size:3rem}}@media(prefers-color-scheme:dark){.services-title{color:#fff}}.services-subtitle{font-size:1.25rem;color:#4b5563;max-width:42rem;margin:0 auto}@media(prefers-color-scheme:dark){.services-subtitle{color:#9ca3af}}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(3,1fr)}}.service-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s}.service-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-8px)}@media(prefers-color-scheme:dark){.service-card{background:#1f2937}}.service-icon{color:#3b82f6;margin-bottom:1rem;transition:transform .3s}.service-card:hover .service-icon{transform:scale(1.1)}@media(prefers-color-scheme:dark){.service-icon{color:#60a5fa}}.service-icon svg{width:3rem;height:3rem}.service-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.75rem}@media(prefers-color-scheme:dark){.service-title{color:#fff}}.service-description{color:#4b5563;line-height:1.6;margin-bottom:1.5rem}@media(prefers-color-scheme:dark){.service-description{color:#9ca3af}}.service-demo-button{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:auto}.service-demo-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.service-demo-button:active{transform:translateY(0)}.service-demo-button svg{flex-shrink:0}.service-card{display:flex;flex-direction:column}.services-loading,.services-error{text-align:center;padding:4rem 1rem}.loading-spinner{width:3rem;height:3rem;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.services-loading p,.services-error p{color:#4b5563;font-size:1.125rem}@media(prefers-color-scheme:dark){.loading-spinner{border-color:#374151;border-top-color:#60a5fa}.services-loading p,.services-error p{color:#9ca3af}}.demo-modal-overlay{position:fixed;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.demo-modal-content{background:#fff;border-radius:1rem;width:100%;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s ease-out;overflow:hidden}@media(prefers-color-scheme:dark){.demo-modal-content{background:#1f2937}}@media(min-width:1024px){.demo-modal-content{max-width:1200px}}.demo-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}@media(prefers-color-scheme:dark){.demo-modal-header{border-bottom-color:#374151}}.demo-modal-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}@media(prefers-color-scheme:dark){.demo-modal-title{color:#fff}}.demo-modal-close{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:all .2s;display:flex;align-items:center;justify-content:center}.demo-modal-close:hover{background:#f3f4f6;color:#111827}@media(prefers-color-scheme:dark){.demo-modal-close{color:#9ca3af}.demo-modal-close:hover{background:#374151;color:#fff}}.demo-modal-body{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:400px}.demo-iframe{width:100%;flex:1;border:none;min-height:500px}.demo-modal-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}@media(prefers-color-scheme:dark){.demo-modal-footer{border-top-color:#374151}}.demo-external-link{display:flex;align-items:center;gap:.5rem;color:#3b82f6;text-decoration:none;font-weight:600;transition:color .2s}.demo-external-link:hover{color:#2563eb}@media(prefers-color-scheme:dark){.demo-external-link{color:#60a5fa}.demo-external-link:hover{color:#3b82f6}}.portfolio{padding:5rem 0;background:#fff}@media(prefers-color-scheme:dark){.portfolio{background:#1f2937}}.portfolio-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.portfolio-container{padding:0 1.5rem}}@media(min-width:1024px){.portfolio-container{padding:0 2rem}}.portfolio-header{text-align:center;margin-bottom:4rem}.portfolio-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}@media(min-width:768px){.portfolio-title{font-size:3rem}}@media(prefers-color-scheme:dark){.portfolio-title{color:#fff}}.portfolio-subtitle{font-size:1.25rem;color:#4b5563;max-width:42rem;margin:0 auto}@media(prefers-color-scheme:dark){.portfolio-subtitle{color:#9ca3af}}.portfolio-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media(min-width:768px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.portfolio-grid{grid-template-columns:repeat(3,1fr)}}.project-card{position:relative;background:linear-gradient(to bottom right,#f9fafb,#f3f4f6);border-radius:1rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s}.project-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-8px)}@media(prefers-color-scheme:dark){.project-card{background:linear-gradient(to bottom right,#111827,#1f2937)}}.project-content{padding:2rem}.portfolio .project-image,.portfolio-section .project-image,.project-card .project-image{font-size:4rem;margin-bottom:1rem;transition:transform .3s;background:#fff!important;height:auto!important}.project-card:hover .project-image{transform:scale(1.1)}.project-category{font-size:.875rem;color:#3b82f6;font-weight:600;margin-bottom:.5rem}@media(prefers-color-scheme:dark){.project-category{color:#60a5fa}}.project-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.75rem}.project-description{color:#4b5563;margin-bottom:1rem;line-height:1.6}@media(prefers-color-scheme:dark){.project-description{color:#9ca3af}}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-tag{padding:.25rem .75rem;background:#dbeafe;color:#1e40af;font-size:.875rem;border-radius:9999px}@media(prefers-color-scheme:dark){.project-tag{background:#2563eb4d;color:#93c5fd}}.project-border{position:absolute;inset:0;border:2px solid transparent;border-radius:1rem;transition:all .3s;pointer-events:none}.project-card:hover .project-border{border-color:#3b82f6}.portfolio-cta{text-align:center;margin-top:3rem}.portfolio-cta-btn{background:linear-gradient(to right,#3b82f6,#9333ea);color:#fff;padding:1rem 2rem;border-radius:9999px;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.portfolio-cta-btn:hover{box-shadow:0 10px 15px -3px #0000001a;transform:scale(1.05)}.about{padding:5rem 0;background:#f9fafb}@media(prefers-color-scheme:dark){.about{background:#111827}}.about-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.about-container{padding:0 1.5rem}}@media(min-width:1024px){.about-container{padding:0 2rem}}.about-header{text-align:center;margin-bottom:4rem}.about-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}@media(min-width:768px){.about-title{font-size:3rem}}@media(prefers-color-scheme:dark){.about-title{color:#fff}}.about-subtitle{font-size:1.25rem;color:#4b5563;max-width:48rem;margin:0 auto}@media(prefers-color-scheme:dark){.about-subtitle{color:#9ca3af}}.about-content{margin-bottom:4rem}.about-text{max-width:48rem;margin:0 auto;background:#fff;border-radius:1.5rem;padding:3rem;box-shadow:0 10px 15px -3px #0000001a}@media(prefers-color-scheme:dark){.about-text{background:#1f2937}}@media(min-width:768px){.about-text{padding:4rem}}.about-paragraph{font-size:1.125rem;line-height:1.8;color:#374151;margin-bottom:1.5rem}.about-paragraph:last-child{margin-bottom:0}.about-paragraph strong{color:#3b82f6;font-weight:700}@media(prefers-color-scheme:dark){.about-paragraph{color:#d1d5db}.about-paragraph strong{color:#60a5fa}}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:4rem}@media(min-width:768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{text-align:center;padding:1.5rem;border-radius:1rem;transition:all .3s}.feature-card:hover{background:#fff}@media(prefers-color-scheme:dark){.feature-card:hover{background:#1f2937}}.feature-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}@media(prefers-color-scheme:dark){.feature-title{color:#fff}}.feature-description{color:#4b5563;line-height:1.6}@media(prefers-color-scheme:dark){.feature-description{color:#9ca3af}}.mission{background:linear-gradient(to right,#3b82f6,#9333ea);border-radius:1.5rem;padding:2rem;color:#fff;text-align:center}@media(min-width:768px){.mission{padding:3rem}}.mission-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}@media(min-width:768px){.mission-title{font-size:2.25rem}}.mission-text{font-size:1.125rem;max-width:48rem;margin:0 auto;opacity:.9}@media(min-width:768px){.mission-text{font-size:1.25rem}}.contact{padding:5rem 0;background:#fff}@media(prefers-color-scheme:dark){.contact{background:#1f2937}}.contact-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.contact-container{padding:0 1.5rem}}@media(min-width:1024px){.contact-container{padding:0 2rem}}.contact-header{text-align:center;margin-bottom:4rem}.contact-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}@media(min-width:768px){.contact-title{font-size:3rem}}@media(prefers-color-scheme:dark){.contact-title{color:#fff}}.contact-subtitle{font-size:1.25rem;color:#4b5563;max-width:42rem;margin:0 auto}@media(prefers-color-scheme:dark){.contact-subtitle{color:#9ca3af}}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.contact-grid{grid-template-columns:repeat(2,1fr)}}.contact-form-wrapper{background:#f9fafb;border-radius:1rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a}@media(prefers-color-scheme:dark){.contact-form-wrapper{background:#111827}}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}@media(prefers-color-scheme:dark){.form-group label{color:#d1d5db}}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid #d1d5db;background:#fff;color:#111827;transition:all .2s;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#9ca3af}.form-input::placeholder,.form-textarea::placeholder{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#9ca3af}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media(prefers-color-scheme:dark){.form-input,.form-textarea{border-color:#374151;background:#1f2937;color:#fff}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#6b7280}.form-input::placeholder,.form-textarea::placeholder{color:#6b7280}}.form-textarea{resize:none}.form-submit{width:100%;background:linear-gradient(to right,#3b82f6,#9333ea);color:#fff;padding:1rem 2rem;border-radius:.5rem;font-size:1.125rem;font-weight:600;border:none;cursor:pointer;transition:all .2s}.form-submit:hover{box-shadow:0 10px 15px -3px #0000001a;transform:scale(1.05)}.form-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.form-status{text-align:center;font-weight:500}.form-status.success{color:#059669}.form-status.error{color:#dc2626}@media(prefers-color-scheme:dark){.form-status.success{color:#34d399}.form-status.error{color:#f87171}}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:linear-gradient(to bottom right,#eff6ff,#f3e8ff);border-radius:1rem;padding:2rem}@media(prefers-color-scheme:dark){.info-card{background:linear-gradient(to bottom right,#111827,#1f2937)}}.info-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}@media(prefers-color-scheme:dark){.info-title{color:#fff}}.info-items{display:flex;flex-direction:column;gap:1.5rem}.info-item{display:flex;align-items:flex-start;gap:1rem}.info-icon{flex-shrink:0;width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.info-icon.email{background:#3b82f6}.info-icon.phone{background:#9333ea}.info-icon.location{background:#ec4899}.info-icon svg{width:1.5rem;height:1.5rem;color:#fff}.info-content h4{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem}@media(prefers-color-scheme:dark){.info-content h4{color:#fff}}.info-content p{color:#4b5563}@media(prefers-color-scheme:dark){.info-content p{color:#9ca3af}}.hours-card{background:linear-gradient(to bottom right,#f9fafb,#f3f4f6);border-radius:1rem;padding:2rem}@media(prefers-color-scheme:dark){.hours-card{background:linear-gradient(to bottom right,#111827,#1f2937)}}.hours-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}@media(prefers-color-scheme:dark){.hours-title{color:#fff}}.hours-list{display:flex;flex-direction:column;gap:.5rem;color:#4b5563}@media(prefers-color-scheme:dark){.hours-list{color:#9ca3af}}.hours-list span{font-weight:600}.admin-login{min-height:100vh;background:linear-gradient(to bottom right,#111827,#1e3a8a,#581c87);display:flex;align-items:center;justify-content:center;padding:1rem}.login-card-wrapper{max-width:28rem;width:100%}.login-card{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;padding:2rem}@media(prefers-color-scheme:dark){.login-card{background:#1f2937}}.login-header{text-align:center;margin-bottom:2rem}.login-logo{width:5rem;height:5rem;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center}.login-logo img{width:5rem;height:5rem;-o-object-fit:contain;object-fit:contain}.login-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}@media(prefers-color-scheme:dark){.login-title{color:#fff}}.login-subtitle{color:#4b5563;margin-top:.5rem}@media(prefers-color-scheme:dark){.login-subtitle{color:#9ca3af}}.login-error{margin-bottom:1rem;padding:.75rem;background:#fee2e2;border:1px solid #f87171;color:#991b1b;border-radius:.5rem}@media(prefers-color-scheme:dark){.login-error{background:#dc26264d;border-color:#ef4444;color:#fca5a5}}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}@media(prefers-color-scheme:dark){.login-form-group label{color:#d1d5db}}.password-input-wrapper{position:relative;display:flex;align-items:center}.login-input{width:100%;padding:.75rem 3rem .75rem 1rem;border-radius:.5rem;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:1rem;transition:all .2s}.login-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media(prefers-color-scheme:dark){.login-input{background:#111827;border-color:#374151;color:#fff}}.login-submit{width:100%;background:linear-gradient(to right,#3b82f6,#9333ea);color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-size:1.125rem;font-weight:600;border:none;cursor:pointer;transition:all .2s}.login-submit:hover{box-shadow:0 10px 15px -3px #0000001a;transform:scale(1.05)}.login-submit:disabled{opacity:.5;cursor:not-allowed;transform:none}.login-back-link{margin-top:1.5rem;text-align:center}.login-back-link a{font-size:.875rem;color:#4b5563;text-decoration:none;transition:color .2s}.login-back-link a:hover{color:#3b82f6}@media(prefers-color-scheme:dark){.login-back-link a{color:#9ca3af}.login-back-link a:hover{color:#60a5fa}}.password-toggle{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s}.password-toggle:hover{color:#3b82f6}.password-toggle:focus{outline:none;color:#3b82f6}@media(prefers-color-scheme:dark){.password-toggle{color:#9ca3af}.password-toggle:hover{color:#60a5fa}.password-toggle:focus{color:#60a5fa}}.admin-layout{min-height:100vh;background:#f9fafb}@media(prefers-color-scheme:dark){.admin-layout{background:#111827}}.admin-sidebar{position:fixed;top:0;left:0;height:100%;background:#fff;border-right:1px solid #e5e7eb;transition:all .3s;z-index:40}.admin-sidebar.open{width:16rem}.admin-sidebar.closed{width:5rem}@media(prefers-color-scheme:dark){.admin-sidebar{background:#1f2937;border-right-color:#374151}}.sidebar-logo{height:4rem;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;border-bottom:1px solid #e5e7eb}@media(prefers-color-scheme:dark){.sidebar-logo{border-bottom-color:#374151}}.sidebar-logo-link{display:flex;align-items:center;gap:.5rem;text-decoration:none}.sidebar-logo img{width:2.5rem;height:2.5rem;-o-object-fit:contain;object-fit:contain}.sidebar-logo-text{font-size:1.25rem;font-weight:700;color:#111827}@media(prefers-color-scheme:dark){.sidebar-logo-text{color:#fff}}.sidebar-toggle{padding:.5rem;border-radius:.5rem;background:none;border:none;color:#4b5563;cursor:pointer;transition:background .2s}.sidebar-toggle:hover{background:#f3f4f6}@media(prefers-color-scheme:dark){.sidebar-toggle{color:#9ca3af}.sidebar-toggle:hover{background:#374151}}.sidebar-nav{margin-top:1rem;padding:0 .5rem}.sidebar-nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:.5rem;text-decoration:none;color:#374151;font-weight:500;transition:all .2s}.sidebar-nav-link:hover{background:#f3f4f6}.sidebar-nav-link.active{background:#eff6ff;color:#3b82f6}@media(prefers-color-scheme:dark){.sidebar-nav-link{color:#d1d5db}.sidebar-nav-link:hover{background:#374151}.sidebar-nav-link.active{background:#3b82f633;color:#60a5fa}}.sidebar-nav-icon{font-size:1.25rem}.sidebar-user{position:absolute;bottom:0;left:0;right:0;padding:1rem;border-top:1px solid #e5e7eb}@media(prefers-color-scheme:dark){.sidebar-user{border-top-color:#374151}}.sidebar-profile-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:.5rem;text-decoration:none;transition:all .2s}.sidebar-profile-link:hover{background:#f3f4f6}.sidebar-profile-link.active{background:#eff6ff}@media(prefers-color-scheme:dark){.sidebar-profile-link:hover{background:#374151}.sidebar-profile-link.active{background:#3b82f633}}.sidebar-avatar{width:2.5rem;height:2.5rem;border-radius:50%;-o-object-fit:cover;object-fit:cover}.sidebar-avatar-placeholder{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(to bottom right,#3b82f6,#9333ea);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.125rem;color:#fff}.sidebar-user-info{flex:1;min-width:0}.sidebar-username{font-size:.875rem;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(prefers-color-scheme:dark){.sidebar-username{color:#fff}}.sidebar-email{font-size:.75rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(prefers-color-scheme:dark){.sidebar-email{color:#9ca3af}}.sidebar-logout{width:100%;display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;border-radius:.5rem;background:none;border:none;color:#dc2626;font-weight:500;cursor:pointer;transition:all .2s}.sidebar-logout:hover{background:#fef2f2}@media(prefers-color-scheme:dark){.sidebar-logout{color:#f87171}.sidebar-logout:hover{background:#dc262633}}.admin-main{transition:all .3s}.admin-main.sidebar-open{margin-left:16rem}.admin-main.sidebar-closed{margin-left:5rem}.admin-header{background:#fff;border-bottom:1px solid #e5e7eb;height:4rem;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:sticky;top:0;z-index:30}@media(prefers-color-scheme:dark){.admin-header{background:#1f2937;border-bottom-color:#374151}}.admin-header-title{font-size:1.5rem;font-weight:700;color:#111827}@media(prefers-color-scheme:dark){.admin-header-title{color:#fff}}.admin-header-actions{display:flex;align-items:center;gap:1rem}.admin-header-link{color:#4b5563;text-decoration:none;transition:color .2s}.admin-header-link:hover{color:#3b82f6}@media(prefers-color-scheme:dark){.admin-header-link{color:#9ca3af}.admin-header-link:hover{color:#60a5fa}}.admin-content{padding:1.5rem}.dashboard{display:flex;flex-direction:column;gap:1.5rem}.stats-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;padding:1.5rem;transition:box-shadow .3s}.stat-card:hover{box-shadow:0 20px 25px -5px #0000001a}@media(prefers-color-scheme:dark){.stat-card{background:#1f2937}}.stat-icon{width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.stat-icon.blue{background:#dbeafe}.stat-icon.purple{background:#f3e8ff}.stat-icon.green{background:#d1fae5}.stat-icon.orange{background:#fed7aa}@media(prefers-color-scheme:dark){.stat-icon.blue{background:#3b82f64d}.stat-icon.purple{background:#9333ea4d}.stat-icon.green{background:#10b9814d}.stat-icon.orange{background:#fb923c4d}}.stat-title{color:#4b5563;font-size:.875rem;font-weight:500;margin-bottom:.25rem}@media(prefers-color-scheme:dark){.stat-title{color:#9ca3af}}.stat-value{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.25rem}@media(prefers-color-scheme:dark){.stat-value{color:#fff}}.stat-change{font-size:.875rem}.stat-change.blue{color:#3b82f6}.stat-change.purple{color:#9333ea}.stat-change.green{color:#10b981}.stat-change.orange{color:#f59e0b}@media(prefers-color-scheme:dark){.stat-change.blue{color:#60a5fa}.stat-change.purple{color:#a78bfa}.stat-change.green{color:#34d399}.stat-change.orange{color:#fbbf24}}.recent-contacts{background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;padding:1.5rem}@media(prefers-color-scheme:dark){.recent-contacts{background:#1f2937}}.table-title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1rem}@media(prefers-color-scheme:dark){.table-title{color:#fff}}.table-wrapper{overflow-x:auto}table{width:100%;border-collapse:collapse}thead tr{border-bottom:1px solid #e5e7eb}@media(prefers-color-scheme:dark){thead tr{border-bottom-color:#374151}}th{text-align:left;padding:.75rem 1rem;color:#374151;font-weight:600;font-size:.875rem}@media(prefers-color-scheme:dark){th{color:#d1d5db}}tbody tr{border-bottom:1px solid #f3f4f6;transition:background .2s}tbody tr:hover{background:#f9fafb}@media(prefers-color-scheme:dark){tbody tr{border-bottom-color:#374151}tbody tr:hover{background:#37415180}}td{padding:.75rem 1rem}td.primary{color:#111827}td.secondary{color:#4b5563}td.tertiary{color:#6b7280}@media(prefers-color-scheme:dark){td.primary{color:#fff}td.secondary,td.tertiary{color:#9ca3af}}.no-data{color:#6b7280}@media(prefers-color-scheme:dark){.no-data{color:#9ca3af}}.loading-container{display:flex;align-items:center;justify-content:center;height:16rem}.loading-spinner{border:2px solid rgba(59,130,246,.3);border-top-color:#3b82f6;border-radius:50%;width:3rem;height:3rem;animation:spin 1s linear infinite}.admin-btn{padding:.5rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;border:none;transition:all .2s;text-decoration:none;display:inline-block}.admin-btn-primary{background:#3b82f6;color:#fff}.admin-btn-primary:hover{background:#2563eb}.admin-btn-secondary{background:#e5e7eb;color:#374151}.admin-btn-secondary:hover{background:#d1d5db}.admin-btn-danger{background:#dc2626;color:#fff}.admin-btn-danger:hover{background:#b91c1c}.admin-btn-success{background:#10b981;color:#fff}.admin-btn-success:hover{background:#059669}.admin-btn:disabled{opacity:.5;cursor:not-allowed}@media(prefers-color-scheme:dark){.admin-btn-secondary{background:#374151;color:#d1d5db}.admin-btn-secondary:hover{background:#4b5563}}.admin-table-wrapper{background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden}@media(prefers-color-scheme:dark){.admin-table-wrapper{background:#1f2937}}.admin-table{width:100%;overflow-x:auto}.admin-table table{width:100%;border-collapse:collapse}.admin-table thead{background:#f9fafb}@media(prefers-color-scheme:dark){.admin-table thead{background:#111827}}.pagination{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-top:1px solid #e5e7eb}@media(prefers-color-scheme:dark){.pagination{border-top-color:#374151}}.pagination-info{color:#4b5563}@media(prefers-color-scheme:dark){.pagination-info{color:#9ca3af}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.modal-content{background:#fff;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;max-width:42rem;width:100%;max-height:90vh;overflow-y:auto}@media(prefers-color-scheme:dark){.modal-content{background:#1f2937}}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}@media(prefers-color-scheme:dark){.modal-header{border-bottom-color:#374151}}.modal-title{font-size:1.5rem;font-weight:700;color:#111827}@media(prefers-color-scheme:dark){.modal-title{color:#fff}}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;transition:color .2s}.modal-close:hover{color:#374151}@media(prefers-color-scheme:dark){.modal-close:hover{color:#e5e7eb}}.modal-body{padding:1.5rem}.admin-form{display:flex;flex-direction:column;gap:1rem}.admin-form-group label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}@media(prefers-color-scheme:dark){.admin-form-group label{color:#d1d5db}}.badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;display:inline-block}.badge-blue{background:#dbeafe;color:#1e40af}.badge-purple{background:#f3e8ff;color:#6b21a8}.badge-green{background:#d1fae5;color:#065f46}.badge-red{background:#fee2e2;color:#991b1b}.badge-yellow{background:#fef3c7;color:#92400e}@media(prefers-color-scheme:dark){.badge-blue{background:#3b82f64d;color:#93c5fd}.badge-purple{background:#9333ea4d;color:#c4b5fd}.badge-green{background:#10b9814d;color:#6ee7b7}.badge-red{background:#dc26264d;color:#fca5a5}.badge-yellow{background:#f59e0b4d;color:#fcd34d}}.search-wrapper{background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;padding:1.5rem}@media(prefers-color-scheme:dark){.search-wrapper{background:#1f2937}}.search-form{display:flex;gap:1rem}.search-input{flex:1;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#111827;transition:all .2s}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media(prefers-color-scheme:dark){.search-input{background:#111827;border-color:#374151;color:#fff}}.empty-state{padding:3rem 2rem;text-align:center;color:#6b7280}@media(prefers-color-scheme:dark){.empty-state{color:#9ca3af}}.admin-form-input{width:100%;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#111827;font-size:1rem;transition:all .2s}.admin-form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media(prefers-color-scheme:dark){.admin-form-input{background:#111827;border-color:#374151;color:#fff}}.admin-form-textarea{width:100%;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#111827;font-size:1rem;font-family:inherit;resize:vertical;min-height:6rem;transition:all .2s}.admin-form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media(prefers-color-scheme:dark){.admin-form-textarea{background:#111827;border-color:#374151;color:#fff}}.admin-form-select{width:100%;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#111827;font-size:1rem;transition:all .2s}.admin-form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media(prefers-color-scheme:dark){.admin-form-select{background:#111827;border-color:#374151;color:#fff}}.admin-form-checkbox{width:1rem;height:1rem;accent-color:#3b82f6;cursor:pointer}.projects-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden;transition:box-shadow .3s}.project-card:hover{box-shadow:0 20px 25px -5px #0000001a}@media(prefers-color-scheme:dark){.project-card{background:#1f2937}}.project-image{height:12rem;background:linear-gradient(to bottom right,#3b82f6,#9333ea);display:flex;align-items:center;justify-content:center;font-size:4rem}.project-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-content{padding:1.5rem}.project-title-row{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.5rem}.project-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0}@media(prefers-color-scheme:dark){.project-title{color:#fff}}.project-category{font-size:.875rem;color:#4b5563;margin-bottom:.5rem}@media(prefers-color-scheme:dark){.project-category{color:#9ca3af}}.project-description{color:#374151;font-size:.875rem;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(prefers-color-scheme:dark){.project-description{color:#d1d5db}}.project-tags{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.project-tag{padding:.25rem .5rem;background:#f3f4f6;color:#374151;font-size:.75rem;border-radius:.25rem}@media(prefers-color-scheme:dark){.project-tag{background:#374151;color:#d1d5db}}.project-actions{display:flex;gap:.5rem}.tag-input-container{display:flex;gap:.5rem;margin-bottom:.5rem}.tag-list{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.tag-item{padding:.25rem .75rem;background:#3b82f61a;color:#3b82f6;border-radius:9999px;font-size:.875rem;display:flex;align-items:center;gap:.5rem}@media(prefers-color-scheme:dark){.tag-item{background:#3b82f64d;color:#60a5fa}}.tag-remove{background:none;border:none;color:inherit;cursor:pointer;padding:0;font-size:1rem;line-height:1}.tag-remove:hover{opacity:.7}.quill{background:#fff;border-radius:.5rem}@media(prefers-color-scheme:dark){.quill{background:#1f2937}}.quill .ql-container{font-size:1rem;min-height:250px;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.quill .ql-editor{min-height:250px;color:#374151}@media(prefers-color-scheme:dark){.quill .ql-editor{color:#d1d5db}}.quill .ql-toolbar{border-top-left-radius:.5rem;border-top-right-radius:.5rem;border:1px solid #e5e7eb;background:#f9fafb}@media(prefers-color-scheme:dark){.quill .ql-toolbar{border-color:#374151;background:#111827}}.quill .ql-container{border:1px solid #e5e7eb;border-top:none}@media(prefers-color-scheme:dark){.quill .ql-container{border-color:#374151}}.quill .ql-stroke{stroke:#6b7280}@media(prefers-color-scheme:dark){.quill .ql-stroke{stroke:#9ca3af}}.quill .ql-fill{fill:#6b7280}@media(prefers-color-scheme:dark){.quill .ql-fill{fill:#9ca3af}}.quill .ql-picker-label{color:#6b7280}@media(prefers-color-scheme:dark){.quill .ql-picker-label{color:#9ca3af}}.quill .ql-picker-options{background:#fff;border:1px solid #e5e7eb}@media(prefers-color-scheme:dark){.quill .ql-picker-options{background:#1f2937;border-color:#374151}}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.blog-list,.blog-detail{padding:6rem 1rem 2rem;min-height:80vh}@media(min-width:768px){.blog-list,.blog-detail{padding:7rem 1.5rem 3rem}}@media(min-width:1024px){.blog-list,.blog-detail{padding:8rem 1.5rem 4rem}}.blog-container{max-width:1200px;margin:0 auto;width:100%}.blog-list-header{text-align:center;margin-bottom:3rem}.blog-list-header h1{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem}@media(min-width:768px){.blog-list-header h1{font-size:2.5rem}}.blog-list-header p{font-size:1rem;color:#6b7280}@media(min-width:768px){.blog-list-header p{font-size:1.125rem}}.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transition:transform .3s,box-shadow .3s}.blog-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.blog-card-image{width:100%;height:200px;overflow:hidden;background:linear-gradient(to bottom right,#3b82f6,#9333ea)}.blog-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-card-content{padding:1rem}@media(min-width:768px){.blog-card-content{padding:1.5rem}}.blog-card-meta{display:flex;gap:1rem;font-size:.875rem;color:#6b7280;margin-bottom:.75rem}.blog-card-category{font-weight:600;color:#3b82f6}.blog-card-title{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.75rem;line-height:1.3;word-wrap:break-word}@media(min-width:768px){.blog-card-title{font-size:1.25rem}}.blog-card-title a{color:inherit;text-decoration:none;transition:color .2s}.blog-card-title a:hover{color:#3b82f6}.blog-card-excerpt{color:#4b5563;line-height:1.6;margin-bottom:1rem}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.blog-read-more{color:#3b82f6;font-weight:600;text-decoration:none;transition:color .2s}.blog-read-more:hover{color:#2563eb}.blog-card-tags{display:flex;gap:.5rem;flex-wrap:wrap}.blog-card-tag{padding:.25rem .75rem;background:#f3f4f6;color:#374151;border-radius:9999px;font-size:.75rem}.blog-detail-container{max-width:900px;margin:0 auto}.blog-article-full{width:100%;max-width:100%}.blog-back-link{display:inline-block;color:#3b82f6;text-decoration:none;font-weight:500;margin-bottom:1.5rem;transition:color .2s;font-size:.875rem;cursor:pointer;position:relative;z-index:100;pointer-events:auto}.blog-back-link:hover{color:#2563eb;text-decoration:underline}@media(min-width:768px){.blog-back-link{margin-bottom:2rem;font-size:1rem}}.blog-back-link:hover{color:#2563eb}.blog-article{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a}@media(min-width:768px){.blog-article{padding:2rem}}.blog-featured-image{width:100%;border-radius:.5rem;overflow:hidden;margin-bottom:1.5rem;background:linear-gradient(to bottom right,#3b82f6,#9333ea);display:flex;align-items:center;justify-content:center}.blog-featured-image img{width:100%;height:auto;display:block;-o-object-fit:contain;object-fit:contain}.blog-header{margin-bottom:2rem}.blog-title{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2;word-wrap:break-word}@media(min-width:768px){.blog-title{font-size:2.25rem}}@media(min-width:1024px){.blog-title{font-size:2.5rem}}.blog-meta{display:flex;gap:.75rem;flex-wrap:wrap;font-size:.75rem;color:#6b7280;margin-bottom:1rem}@media(min-width:768px){.blog-meta{gap:1rem;font-size:.875rem}}.blog-author,.blog-date,.blog-category,.blog-views{display:flex;align-items:center;gap:.25rem}.blog-category{font-weight:600;color:#3b82f6}.blog-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.blog-tag{padding:.375rem .75rem;background:#eff6ff;color:#1e40af;border-radius:9999px;font-size:.875rem;font-weight:500}.blog-content{font-size:1rem;line-height:1.7;color:#374151;word-wrap:break-word;overflow-wrap:break-word}@media(min-width:768px){.blog-content{font-size:1.125rem;line-height:1.8}}.blog-content p{margin-bottom:1.5rem}.blog-content h1,.blog-content h2,.blog-content h3,.blog-content h4,.blog-content h5,.blog-content h6{font-weight:700;color:#111827;margin-top:2rem;margin-bottom:1rem;line-height:1.3}.blog-content h1{font-size:2rem}.blog-content h2{font-size:1.75rem}.blog-content h3{font-size:1.5rem}.blog-content h4{font-size:1.25rem}.blog-content h5{font-size:1.125rem}.blog-content h6{font-size:1rem}.blog-content strong{font-weight:700;color:#111827}.blog-content em{font-style:italic}.blog-content u{text-decoration:underline}.blog-content a{color:#3b82f6;text-decoration:underline;transition:color .2s}.blog-content a:hover{color:#2563eb}.blog-content ul,.blog-content ol{margin:1rem 0;padding-left:2rem}.blog-content li{margin-bottom:.5rem}.blog-content blockquote{border-left:4px solid #3b82f6;padding-left:1rem;margin:1.5rem 0;color:#6b7280;font-style:italic}.blog-content code{background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.875em}.blog-content pre{background:#f3f4f6;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.blog-content pre code{background:none;padding:0}.blog-content img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0;display:block}.blog-content p,.blog-content div{word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.blog-sidebar{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;height:-moz-fit-content;height:fit-content;margin-top:2rem}@media(min-width:1024px){.blog-sidebar{position:sticky;top:2rem;margin-top:0}}.blog-sidebar h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.blog-sidebar-list{list-style:none;padding:0;margin:0}.blog-sidebar-item{display:block;padding:1rem 0;border-bottom:1px solid #e5e7eb;text-decoration:none;transition:color .2s}.blog-sidebar-item:last-child{border-bottom:none}.blog-sidebar-item h4{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.5rem}.blog-sidebar-item p{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;line-height:1.5}.blog-sidebar-date{font-size:.75rem;color:#9ca3af}.blog-sidebar-item:hover h4{color:#3b82f6}.blog-loading,.blog-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;padding:2rem}.loading-spinner{border:3px solid rgba(59,130,246,.3);border-top-color:#3b82f6;border-radius:50%;width:3rem;height:3rem;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.blog-error p{color:#dc2626;font-size:1.125rem;margin-bottom:1rem}.blog-empty{text-align:center;padding:4rem 2rem;color:#6b7280}.blog-recent-posts-section{margin-top:4rem;padding-top:3rem;border-top:1px solid #e5e7eb}@media(prefers-color-scheme:dark){.blog-recent-posts-section{border-top-color:#374151}}.blog-recent-posts-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:2rem;text-align:center}@media(prefers-color-scheme:dark){.blog-recent-posts-title{color:#fff}}.blog-recent-posts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.blog-recent-posts-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-recent-posts-grid{grid-template-columns:repeat(3,1fr)}}.blog-recent-post-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}.blog-recent-post-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}@media(prefers-color-scheme:dark){.blog-recent-post-card{background:#1f2937}}.blog-recent-post-image{width:100%;height:150px;overflow:hidden;background:linear-gradient(to bottom right,#3b82f6,#9333ea)}.blog-recent-post-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-recent-post-content{padding:1rem}.blog-recent-post-content h4{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.5rem;line-height:1.3}@media(prefers-color-scheme:dark){.blog-recent-post-content h4{color:#fff}}.blog-recent-post-content p{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(prefers-color-scheme:dark){.blog-recent-post-content p{color:#9ca3af}}.blog-recent-post-date{font-size:.75rem;color:#9ca3af}@media(prefers-color-scheme:dark){.blog-card,.blog-article,.blog-sidebar{background:#1f2937}.blog-list-header h1,.blog-card-title,.blog-title,.blog-sidebar h3,.blog-sidebar-item h4{color:#fff}.blog-list-header p,.blog-card-excerpt,.blog-content,.blog-sidebar-item p{color:#d1d5db}.blog-card-meta,.blog-meta,.blog-sidebar-date{color:#9ca3af}.blog-card-tag{background:#374151;color:#d1d5db}.blog-tag{background:#3b82f64d;color:#93c5fd}.blog-sidebar-item{border-bottom-color:#374151}}.demo-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.demo-hero{text-align:center;color:#fff;margin-bottom:3rem;padding:2rem 0}.demo-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.demo-hero p{font-size:1.25rem;opacity:.9}.demo-content{max-width:1200px;margin:0 auto}.demo-section{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 25px #0000001a}.demo-section h2{font-size:2rem;font-weight:700;color:#111827;margin-bottom:1.5rem;border-bottom:3px solid #3b82f6;padding-bottom:.5rem}.demo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.demo-card{background:#f9fafb;border-radius:.75rem;padding:1.5rem;border:2px solid #e5e7eb;transition:all .3s}.demo-card:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 8px 16px #3b82f633}.demo-card-icon{font-size:3rem;margin-bottom:1rem}.demo-card h3{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}.demo-card p{color:#4b5563;line-height:1.6}.responsive-demo{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.device-mockup{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;text-align:center}.device-mockup.mobile{background:#3b82f6;color:#fff}.device-mockup.tablet{background:#8b5cf6;color:#fff}.device-mockup.desktop{background:#10b981;color:#fff}.metrics-demo{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.metric{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border-radius:.5rem}.metric-label{color:#6b7280;font-weight:500}.metric-value{color:#10b981;font-weight:700;font-size:1.125rem}.component-demo{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.demo-button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;border:none;transition:all .2s}.demo-button.primary{background:#3b82f6;color:#fff}.demo-button.primary:hover{background:#2563eb}.demo-button.secondary{background:#8b5cf6;color:#fff}.demo-button.secondary:hover{background:#7c3aed}.demo-button.outline{background:transparent;color:#3b82f6;border:2px solid #3b82f6}.demo-button.outline:hover{background:#3b82f6;color:#fff}.demo-input,.demo-select{padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem}.demo-input:focus,.demo-select:focus{outline:none;border-color:#3b82f6}.demo-card-small{padding:1rem;background:#fff;border-radius:.5rem;border:1px solid #e5e7eb;text-align:center}.tech-stack{display:flex;flex-direction:column;gap:1rem}.tech-item{display:flex;align-items:center;gap:1rem}.tech-name{min-width:120px;font-weight:600;color:#111827}.tech-bar{flex:1;height:24px;background:#e5e7eb;border-radius:12px;overflow:hidden}.tech-progress{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:12px;transition:width .3s}.code-demo{margin-top:1rem}.code-block{background:#1f2937;color:#f9fafb;padding:1.5rem;border-radius:.5rem;overflow-x:auto;font-family:Courier New,monospace;font-size:.875rem;line-height:1.6}.platform-card{text-align:center}.platform-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-weight:700;font-size:1.5rem;color:#fff}.platform-icon.ios{background:linear-gradient(135deg,#667eea,#764ba2)}.platform-icon.android{background:linear-gradient(135deg,#10b981,#059669)}.platform-icon.cross{background:linear-gradient(135deg,#3b82f6,#2563eb)}.feature-list{list-style:none;padding:0;margin-top:1rem;text-align:left}.feature-list li{padding:.5rem 0;color:#4b5563}.mobile-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.feature-demo{text-align:center;padding:1.5rem;background:#f9fafb;border-radius:.75rem}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-demo h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#111827}.feature-demo p{color:#6b7280;margin-bottom:1rem}.offline-indicator{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;background:#fff;border-radius:.5rem}.status-dot{width:12px;height:12px;border-radius:50%}.status-dot.online{background:#10b981}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1rem}.metric-card{text-align:center;padding:2rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:.75rem;color:#fff}.metric-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.metric-label{font-size:.875rem;opacity:.9}.cloud-card{text-align:center}.cloud-logo{width:100px;height:100px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-weight:700;font-size:1.5rem;color:#fff}.cloud-logo.aws{background:linear-gradient(135deg,#f90,#f60)}.cloud-logo.azure{background:linear-gradient(135deg,#0078d4,#005a9e)}.cloud-logo.gcp{background:linear-gradient(135deg,#4285f4,#1967d2)}.infrastructure-demo{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.infra-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:.5rem}.infra-status{width:16px;height:16px;border-radius:50%}.infra-status.active{background:#10b981;box-shadow:0 0 8px #10b98180}.infra-info h4{font-weight:700;color:#111827;margin-bottom:.25rem}.infra-info p{color:#6b7280;font-size:.875rem}.scaling-demo{display:flex;gap:2rem;margin-top:1rem;align-items:flex-end}.scaling-chart{display:flex;gap:.5rem;align-items:flex-end;flex:1;height:200px}.chart-bar{flex:1;background:linear-gradient(180deg,#3b82f6,#8b5cf6);border-radius:.25rem .25rem 0 0;display:flex;align-items:flex-start;justify-content:center;padding-top:.5rem;color:#fff;font-size:.75rem;font-weight:600}.scaling-info{min-width:200px}.scaling-info p{padding:.5rem 0;color:#4b5563}.cost-demo{margin-top:1rem}.cost-savings{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:2rem}.cost-before,.cost-after{display:flex;flex-direction:column;align-items:center;padding:2rem;border-radius:.75rem}.cost-before{background:#fee2e2}.cost-after{background:#d1fae5}.cost-label{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.cost-amount{font-size:2rem;font-weight:700}.cost-before .cost-amount{color:#dc2626}.cost-after .cost-amount{color:#059669}.cost-arrow{font-size:2rem;color:#6b7280}.savings-badge{text-align:center;padding:2rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:.75rem;color:#fff}.savings-percent{display:block;font-size:3rem;font-weight:700}.savings-text{display:block;font-size:1.25rem;opacity:.9}.process-timeline{display:flex;flex-direction:column;gap:2rem;margin-top:1rem;position:relative;padding-left:2rem}.process-timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#3b82f6,#8b5cf6)}.timeline-item{display:flex;gap:1.5rem;position:relative}.timeline-number{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;flex-shrink:0;position:absolute;left:-2.5rem}.timeline-content{flex:1;padding-left:1rem}.timeline-content h3{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.timeline-content p{color:#6b7280;line-height:1.6}.design-system-demo{display:flex;flex-direction:column;gap:2rem;margin-top:1rem}.color-palette,.typography-demo,.component-showcase{padding:1.5rem;background:#f9fafb;border-radius:.75rem}.color-palette h3,.typography-demo h3,.component-showcase h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#111827}.colors{display:flex;gap:1rem;flex-wrap:wrap}.color-swatch{width:100px;height:100px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;box-shadow:0 4px 6px #0000001a}.type-sample{display:flex;flex-direction:column;gap:1rem}.type-h1{font-size:2.5rem;font-weight:700;color:#111827}.type-h2{font-size:2rem;font-weight:700;color:#111827}.type-h3{font-size:1.5rem;font-weight:700;color:#111827}.type-body{font-size:1rem;color:#4b5563;line-height:1.6}.type-caption{font-size:.875rem;color:#6b7280}.components-grid{display:flex;flex-wrap:wrap;gap:1rem}.prototype-demo{margin-top:1rem}.prototype-frame{border:2px solid #e5e7eb;border-radius:.75rem;overflow:hidden;background:#fff}.prototype-header{background:#f9fafb;padding:1rem;border-bottom:1px solid #e5e7eb}.prototype-nav{display:flex;gap:2rem}.prototype-nav span{color:#6b7280;font-weight:500;cursor:pointer;transition:color .2s}.prototype-nav span:hover{color:#3b82f6}.prototype-content{padding:2rem}.prototype-hero{text-align:center;margin-bottom:2rem}.prototype-hero h2{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.prototype-hero p{color:#6b7280;margin-bottom:1rem}.prototype-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.prototype-card{padding:2rem;background:#f9fafb;border-radius:.5rem;text-align:center;font-weight:600;color:#4b5563}.comparison-demo{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:1rem}.comparison-item h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#111827}.metrics-before,.metrics-after{display:flex;flex-direction:column;gap:1rem}.metric-bar{padding:1rem;border-radius:.5rem;font-weight:600;color:#fff}.metric-bar.slow{background:linear-gradient(90deg,#ef4444,#dc2626)}.metric-bar.fast{background:linear-gradient(90deg,#10b981,#059669)}.vitals-demo{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.vital-card{text-align:center;padding:2rem;background:#f9fafb;border-radius:.75rem;border:2px solid #e5e7eb}.vital-icon{font-size:3rem;margin-bottom:1rem}.vital-card h3{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:1rem}.vital-score{font-size:2rem;font-weight:700;margin-bottom:.5rem}.vital-score.good{color:#10b981}.vital-card p{color:#6b7280;font-size:.875rem}.optimization-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.opt-card{padding:1.5rem;background:#f9fafb;border-radius:.75rem;border:2px solid #e5e7eb}.opt-card h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}.opt-card p{color:#6b7280;margin-bottom:1rem;line-height:1.6}.opt-metric{padding:.75rem;background:#fff;border-radius:.5rem;font-weight:600;color:#10b981;text-align:center}.seo-demo{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}.seo-metric{display:flex;flex-direction:column;padding:1.5rem;background:#f9fafb;border-radius:.5rem;text-align:center}.seo-label{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.seo-value{color:#10b981;font-weight:700;font-size:1.25rem}.security-dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.security-card{padding:2rem;background:#f9fafb;border-radius:.75rem;text-align:center;border:2px solid #e5e7eb}.security-card.secure{border-color:#10b981}.security-icon{font-size:3rem;margin-bottom:1rem}.security-card h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}.security-status{color:#10b981;font-weight:700;margin-bottom:.5rem}.security-card p{color:#6b7280;font-size:.875rem}.audit-results{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.audit-item{display:flex;gap:1rem;padding:1.5rem;background:#f9fafb;border-radius:.75rem;border:2px solid #e5e7eb}.audit-check{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.audit-check.pass{background:#d1fae5;color:#059669}.audit-details{flex:1}.audit-details h4{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.25rem}.audit-details p{color:#6b7280;margin-bottom:.5rem}.audit-date{color:#9ca3af;font-size:.875rem}.maintenance-timeline{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.maintenance-item{display:flex;gap:1.5rem;padding:1.5rem;background:#f9fafb;border-radius:.75rem;border:2px solid #e5e7eb}.maintenance-date{min-width:100px;text-align:center}.date-day{display:block;font-weight:700;color:#3b82f6;font-size:1.125rem}.maintenance-task{flex:1}.maintenance-task h4{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.25rem}.maintenance-task p{color:#6b7280;margin-bottom:.5rem}.task-status{display:inline-block;padding:.25rem .75rem;border-radius:.25rem;font-size:.875rem;font-weight:600}.task-status.completed{background:#d1fae5;color:#059669}.task-status.pending{background:#fef3c7;color:#d97706}.monitoring-demo{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.monitor-item{padding:1.5rem;background:#f9fafb;border-radius:.75rem}.monitor-label{font-weight:600;color:#111827;margin-bottom:.5rem}.monitor-value{font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:.5rem}.monitor-bar{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.monitor-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:4px;transition:width .3s}.monitor-status{margin-top:.5rem;padding:.5rem;background:#d1fae5;color:#059669;border-radius:.25rem;text-align:center;font-weight:600}.monitor-status.all-clear{background:#d1fae5;color:#059669}.cart-demo{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f9fafb;border-radius:.75rem}.cart-total{padding:1.5rem;background:#f9fafb;border-radius:.75rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.feature-item{text-align:center;padding:1.5rem;background:#f9fafb;border-radius:.75rem}.chart-container{padding:2rem;background:#f9fafb;border-radius:.75rem}.chart-bars{display:flex;align-items:flex-end;justify-content:space-around;height:300px;gap:1rem}.chart-bar-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.chart-bar{width:100%;display:flex;align-items:flex-start;justify-content:center;padding-top:.5rem;border-radius:.25rem .25rem 0 0;transition:height .3s}.table-container{overflow-x:auto}.pie-chart{display:flex;justify-content:center;margin-bottom:2rem}.portfolio-legend{display:flex;flex-direction:column;gap:1rem}.legend-item{display:flex;align-items:center;gap:.75rem}.kanban-board{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.kanban-column{background:#f9fafb;padding:1.5rem;border-radius:.75rem;min-height:400px}.task-card{background:#fff;padding:1rem;border-radius:.5rem;margin-bottom:1rem;cursor:pointer;transition:all .2s;box-shadow:0 1px 3px #0000001a}.task-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.task-card.completed{opacity:.7}.activity-feed{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:start;padding:1rem;background:#f9fafb;border-radius:.5rem}.property-card{transition:transform .2s}.property-card:hover{transform:translateY(-4px)}.calculator-demo{max-width:600px;margin:0 auto}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.insight-card{text-align:center;padding:1.5rem;background:#f9fafb;border-radius:.75rem}.appointments-list,.prescriptions-list{display:flex;flex-direction:column;gap:1rem}.appointment-card,.prescription-card{padding:1.5rem;background:#f9fafb;border-radius:.75rem;border-left:4px solid #3b82f6}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.posts-list{display:flex;flex-direction:column;gap:1.5rem}.post-card{padding:1.5rem;background:#f9fafb;border-radius:.75rem}@media(max-width:768px){.demo-hero h1{font-size:2rem}.demo-section{padding:1.5rem}.demo-grid,.comparison-demo{grid-template-columns:1fr}.scaling-demo,.cost-savings{flex-direction:column}.kanban-board{grid-template-columns:1fr}.chart-bars{height:200px}}.pipeline-demo{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.pipeline-stage{padding:1rem;background:#f9fafb;border-radius:.5rem;min-height:200px}.automation-list{display:flex;flex-direction:column;gap:1rem}.automation-item{display:flex;align-items:start;padding:1.5rem;background:#f9fafb;border-radius:.75rem}.video-player-demo{max-width:800px;margin:0 auto}.curriculum-list{display:flex;flex-direction:column;gap:1rem}.curriculum-item{display:flex;align-items:start;padding:1rem;background:#f9fafb;border-radius:.5rem;border-left:4px solid #e5e7eb}.curriculum-item.completed{border-left-color:#10b981;opacity:.8}.curriculum-item.active{border-left-color:#3b82f6;background:#eff6ff}.progress-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-card{text-align:center;padding:2rem;background:#f9fafb;border-radius:.75rem}.tracking-demo{max-width:600px;margin:0 auto}.tracking-steps{display:flex;flex-direction:column;gap:1.5rem;position:relative;padding-left:2rem}.tracking-steps:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#e5e7eb}.tracking-step{display:flex;gap:1rem;position:relative}.step-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;position:absolute;left:-2.25rem;background:#fff;border:3px solid #e5e7eb}.tracking-step.completed .step-icon{background:#10b981;color:#fff;border-color:#10b981}.tracking-step.active .step-icon{background:#3b82f6;color:#fff;border-color:#3b82f6}.payment-options{display:flex;flex-direction:column;gap:1rem}.payment-method{display:flex;align-items:center;padding:1.5rem;background:#f9fafb;border-radius:.75rem;border:2px solid #e5e7eb}.activity-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.activity-card{text-align:center;padding:2rem;background:#f9fafb;border-radius:.75rem}.workouts-list{display:flex;flex-direction:column;gap:1rem}.workout-card{padding:1.5rem;background:#f9fafb;border-radius:.75rem}.migration-services{display:flex;flex-direction:column;gap:1rem}.migration-item{padding:1.5rem;background:#f9fafb;border-radius:.75rem}.architecture-diagram{padding:2rem;background:#f9fafb;border-radius:.75rem}.arch-layer{padding:1.5rem;background:#fff;border-radius:.5rem;margin-bottom:1rem}.cost-comparison{display:flex;justify-content:center;align-items:start;gap:2rem;margin-bottom:2rem}.cost-column{flex:1;max-width:300px}.color-showcase{display:flex;flex-direction:column;gap:2rem}.color-group h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.typography-showcase{padding:2rem;background:#f9fafb;border-radius:.75rem}.components-showcase{display:flex;flex-direction:column;gap:2rem}.component-group{padding:1.5rem;background:#f9fafb;border-radius:.75rem}.mockup-frame{padding:1rem;background:#fff;border:2px solid #e5e7eb;border-radius:.75rem}.comparison-table{overflow-x:auto}.optimization-list{display:flex;flex-direction:column;gap:1rem}.optimization-item{display:flex;align-items:start;justify-content:space-between;padding:1.5rem;background:#f9fafb;border-radius:.75rem}.timeline-demo{padding:2rem;background:#f9fafb;border-radius:.75rem}.threats-list{display:flex;flex-direction:column;gap:1rem}.threat-item{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:#f9fafb;border-radius:.75rem;border-left:4px solid #ef4444}.flight-card{padding:1.5rem;background:#f9fafb;border-radius:.75rem;margin-bottom:1rem}.device-card{padding:1.5rem;background:#f9fafb;border-radius:.75rem;text-align:center}.portal-mockup{padding:2rem;background:#fff;border-radius:.5rem;box-shadow:0 4px 6px #0000001a}.metric-card{text-align:center;padding:2rem;background:#f9fafb;border-radius:.75rem}:root{--background: #ffffff;--foreground: #0a0a0a;--primary-blue: #3b82f6;--primary-purple: #9333ea;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827}@media(prefers-color-scheme:dark){:root{--background: #0a0a0a;--foreground: #ededed}}*{margin:0;padding:0;box-sizing:border-box}body{color:var(--foreground);background:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:var(--primary-blue);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#2563eb}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-fade-in{animation:fadeIn .6s ease-in-out}.animate-slide-up{animation:slideUp .6s ease-out}.animate-float{animation:float 3s ease-in-out infinite}.animate-spin{animation:spin 1s linear infinite}.gradient-text{background:linear-gradient(to right,#3b82f6,#9333ea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{padding:.75rem 2rem;border-radius:9999px;font-weight:600;font-size:1rem;cursor:pointer;border:none;transition:all .2s;display:inline-block;text-align:center;text-decoration:none}.btn-primary{background:linear-gradient(to right,#3b82f6,#9333ea);color:#fff}.btn-primary:hover{box-shadow:0 20px 25px -5px #0000001a;transform:scale(1.05)}.btn-secondary{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:2px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:#fff3;transform:scale(1.05)}input,textarea,select{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-300);border-radius:.5rem;font-size:1rem;transition:all .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #3b82f61a}@media(prefers-color-scheme:dark){input,textarea,select{background:var(--gray-900);border-color:var(--gray-700);color:#fff}}.card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a;transition:all .3s}.card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-8px)}@media(prefers-color-scheme:dark){.card{background:var(--gray-800)}}.spinner{border:2px solid rgba(59,130,246,.3);border-top-color:var(--primary-blue);border-radius:50%;width:3rem;height:3rem;animation:spin 1s linear infinite}
