:root{--color-emerald-50:#ecfdf5;--color-emerald-500:#10b981;--color-emerald-600:#059669;--color-emerald-700:#047857;--color-gray-50:#f9fafb;--color-gray-100:#f3f4f6;--color-gray-200:#e5e7eb;--color-gray-600:#4b5563;--color-gray-900:#111827;--primary-color:var(--color-emerald-500);--primary-color-hover:var(--color-emerald-600);--secondary-color:var(--color-gray-100);--secondary-color-hover:var(--color-gray-200);--text-color:var(--color-gray-900);--text-color-secondary:var(--color-gray-600);--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:12px;--box-shadow:0 4px 6px rgba(0, 0, 0, .05);--box-shadow-hover:0 8px 15px rgba(0, 0, 0, .1);--font-family:Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif;--font-family-mono:ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, "DejaVu Sans Mono", monospace}#background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;filter:blur(100px)}#container{font-family:var(--font-family);height:100%;color:var(--text-color)}main{height:100%;display:flex;justify-content:center}#hero{display:flex;flex-direction:column;justify-content:center;padding:24px;max-width:800px}.logo{display:flex;align-items:center;gap:12px;font-size:32px;font-weight:700;color:var(--primary-color);margin-bottom:16px}.logo img{border-radius:var(--border-radius-md);box-shadow:var(--box-shadow)}h1{font-size:32px;margin-top:.25em;font-weight:600}h2{font-size:20px;font-weight:500;color:var(--text-color);margin:0 0 .8em}p{color:var(--text-color-secondary);font-size:16px;line-height:1.6;margin:0}.description{font-size:18px;margin:16px 0 32px;color:var(--text-color-secondary)}pre{font-family:var(--font-family-mono);font-weight:400;background:linear-gradient(14deg,var(--primary-color),var(--color-emerald-700));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}code{display:inline-block;background:linear-gradient(66.77deg,#e6f0ff,#e5eeff) padding-box,linear-gradient(155deg,var(--primary-color) 0%,var(--color-emerald-700) 100%) border-box;border-radius:var(--border-radius-md);border:1px solid transparent;padding:6px 10px}#links{display:flex;gap:16px}#links a{display:flex;align-items:center;justify-content:center;padding:12px 20px;text-decoration:none;font-weight:500;border-radius:var(--border-radius-md);transition:all .2s ease}.button{min-width:120px}.button.primary{color:#fff;background-color:var(--primary-color);box-shadow:var(--box-shadow)}.button.primary:hover{background-color:var(--primary-color-hover);transform:translateY(-2px);box-shadow:var(--box-shadow-hover)}.button.secondary{color:var(--text-color);background-color:var(--secondary-color);border:1px solid var(--color-gray-200)}.button.secondary:hover{background-color:var(--secondary-color-hover);transform:translateY(-2px);box-shadow:var(--box-shadow)}.box{padding:24px;background:#fff;border-radius:var(--border-radius-lg);border:1px solid var(--color-gray-100);box-shadow:var(--box-shadow)}.dashboard-preview{margin-top:32px;width:100%;display:flex;justify-content:center}.dashboard-image{max-width:100%;border-radius:var(--border-radius-lg);box-shadow:var(--box-shadow);border:1px solid var(--color-gray-100)}.slideshow-container{position:relative;max-width:100%;width:100%;border-radius:var(--border-radius-lg);overflow:hidden}.slideshow-slide{display:none;position:relative;width:100%}.slideshow-slide img{width:100%;display:block;border-radius:var(--border-radius-lg) var(--border-radius-lg)0 0;border:1px solid var(--color-gray-100);border-bottom:none}.slideshow-description{background-color:#cfcfcf33;color:var(--text-color);padding:16px;border:1px solid var(--color-gray-100);border-top:none;border-radius:0 0 var(--border-radius-lg) var(--border-radius-lg);box-shadow:var(--box-shadow)}.slideshow-description h3{margin:0 0 8px;font-size:18px;font-weight:600;color:var(--primary-color)}.slideshow-description p{margin:0;font-size:14px;color:var(--text-color-secondary);line-height:1.5}.slideshow-nav{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffffb3;border:0;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.7;transition:opacity .3s ease;z-index:2}.slideshow-nav:hover{opacity:1;background-color:#fff}.slideshow-nav.prev{left:10px}.slideshow-nav.next{right:10px}.slideshow-nav svg{width:24px;height:24px}.slideshow-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2}.slideshow-dot{width:10px;height:10px;border-radius:50%;background-color:#ffffff80;cursor:pointer;transition:background-color .3s ease}.slideshow-dot.active{background-color:#fff}@media screen and (max-width:768px){.slideshow-nav{width:32px;height:32px}.slideshow-nav svg{width:20px;height:20px}.slideshow-description{padding:12px}.slideshow-description h3{font-size:16px;margin-bottom:4px}.slideshow-description p{font-size:12px}}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:1000;justify-content:center;align-items:center;animation:fadeIn .3s ease}.modal-content{background-color:#fff;border-radius:var(--border-radius-lg);max-width:90%;max-height:90%;width:auto;position:relative;box-shadow:var(--box-shadow-hover);animation:scaleIn .3s ease;overflow:hidden}.modal-close{position:absolute;top:10px;right:15px;font-size:28px;font-weight:700;color:var(--text-color-secondary);cursor:pointer;z-index:1010;transition:color .2s ease}.modal-close:hover{color:var(--text-color)}.modal-slideshow{position:relative;width:100%;height:100%}.modal-slides-container{width:100%;height:100%}.modal-slide{width:100%;height:100%;display:none;position:relative}.modal-slide img{max-width:100%;max-height:80vh;display:block;margin:0 auto;border-radius:var(--border-radius-md)}.modal-slide-description{position:absolute;bottom:0;left:0;right:0;background-color:#fff;color:var(--text-color);padding:16px;border:1px solid var(--color-gray-100);border-top:none;border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);box-shadow:var(--box-shadow);text-align:left}.modal-slide-description h3{margin:0 0 8px;font-size:18px;font-weight:600;color:var(--primary-color)}.modal-slide-description p{margin:0;font-size:14px;color:var(--text-color-secondary);line-height:1.5}.modal-nav{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffffb3;border:0;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.7;transition:opacity .3s ease;z-index:1005}.modal-nav:hover{opacity:1;background-color:#fff}.modal-nav.prev{left:10px}.modal-nav.next{right:10px}.modal-nav svg{width:24px;height:24px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9)}to{transform:scale(1)}}@media screen and (max-width:768px){.modal-content{max-width:95%}.modal-nav{width:32px;height:32px}.modal-nav svg{width:20px;height:20px}.modal-slide-description{padding:12px}.modal-slide-description h3{font-size:16px;margin-bottom:4px}.modal-slide-description p{font-size:12px}}#functions-section{padding:40px 24px;max-width:1200px;margin:0 auto}.functions-title{text-align:center;margin-bottom:32px;font-size:32px;color:var(--text-color);font-weight:600}.functions-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.functions-box{padding:24px;background:#fff;border-radius:var(--border-radius-lg);border:1px solid var(--color-gray-100);box-shadow:var(--box-shadow);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.functions-box:hover{transform:translateY(-5px);box-shadow:var(--box-shadow-hover);cursor:pointer}.functions-icon{background-color:var(--color-emerald-50);display:flex;align-items:center;justify-content:center;margin-bottom:16px;gap:16px;padding:12px;border-radius:var(--border-radius-md)}.functions-icon h2{margin:0}.functions-icon svg{width:30px;height:30px}#use-cases-section{padding:60px 24px;max-width:1200px;margin:0 auto}.use-cases-title{text-align:center;margin-bottom:40px;font-size:32px;color:var(--text-color);font-weight:600}.use-cases-grid{display:grid;gap:32px}.use-case-item{transition:transform .3s ease,box-shadow .3s ease;margin:16px 0}.use-case-item:hover{transform:translateY(-5px);box-shadow:var(--box-shadow-hover)}.use-case-content{background:#fff;border-radius:var(--border-radius-md);border:1px solid var(--color-gray-100);padding:24px;height:100%;display:flex;flex-direction:column}.use-case-header{display:flex;align-items:center;margin-bottom:20px;gap:16px}.use-case-icon{background-color:var(--color-emerald-50);display:flex;align-items:center;justify-content:center;width:45px;height:45px;flex-shrink:0}.use-case-icon svg{width:30px;height:30px}.use-case-titles{flex-grow:1}.use-case-title{font-size:20px;font-weight:600;margin:0 0 4px;color:var(--text-color)}.use-case-subtitle{font-size:14px;font-weight:400;margin:0;color:var(--text-color-secondary)}.use-case-body{flex-grow:1;display:flex;flex-direction:column;gap:16px}.use-case-description{color:var(--text-color-secondary)}.use-case-details h4,.use-case-benefits h4{font-size:16px;font-weight:500;margin:0 0 8px;color:var(--text-color)}.use-case-details ul{margin:0;padding-left:16px}.use-case-details li{margin-bottom:6px;color:var(--text-color-secondary);line-height:1.4}#copyright-footer{text-align:center;padding:24px;margin-top:40px;max-width:1200px;margin-left:auto;margin-right:auto}#copyright-footer p{font-size:14px;color:var(--text-color-secondary)}@media screen and (max-width:768px){#container{display:flex;flex-direction:column}#hero{display:block;padding-top:10%}h1{line-height:1.5;font-size:28px}#links{flex-wrap:wrap}#links a.button{width:100%;padding:14px 18px}.functions-grid{grid-template-columns:1fr}.use-cases-grid{grid-template-columns:1fr;gap:20px}.use-case-content{padding:20px}.use-case-icon{width:35px;height:35px}#copyright-footer{padding:16px;margin-top:24px}#copyright-footer p{font-size:12px}}