.hero{text-align:center;padding-top:1rem;overflow:hidden}.hero-title{font-family:var(--font-serif);letter-spacing:-.05em;color:#000;will-change:transform, opacity;backface-visibility:hidden;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,100px);font-weight:400;line-height:1.1;animation:.5s cubic-bezier(.25,.46,.45,.94) both fadeUp}.hero-subtitle{max-width:500px;color:var(--text-gray);will-change:transform, opacity;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6;animation:.5s cubic-bezier(.25,.46,.45,.94) .15s both fadeUp}.hero-visual-wrapper{transform-origin:bottom;will-change:transform, opacity;width:100%;max-width:1100px;margin:0 auto;animation:.6s cubic-bezier(.25,.46,.45,.94) .3s both fadeInOnly;position:relative}.hero-dashboard-mock{background:#0f0f0f;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;width:100%;min-height:520px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #0000001f,0 20px 40px -10px #00000040}.mock-bg{z-index:0;background-image:url(/herobackground.png);background-position:top;background-size:cover;position:absolute;inset:0}.mock-bg:after{content:"";background:#08080ab8;position:absolute;inset:0}.mock-app-layout{z-index:1;flex:1;width:100%;display:flex;position:relative}.mock-sidebar{background:#00000059;border-right:1px solid #ffffff12;flex-direction:column;flex-shrink:0;gap:1.5rem;width:200px;padding:1.5rem .875rem;display:flex}.mock-workspace{align-items:center;gap:.6rem;padding:0 .25rem;display:flex}.mock-workspace-icon{background:var(--primary-green);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;display:flex}.mock-workspace-name{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:600;overflow:hidden}.mock-nav-group{flex-direction:column;gap:.15rem;display:flex}.mock-nav-label{letter-spacing:.07em;text-transform:uppercase;color:#ffffff4d;margin-bottom:.25rem;padding:0 .5rem;font-size:.65rem;font-weight:700}.mock-nav-item{color:#ffffff73;cursor:default;white-space:nowrap;text-overflow:ellipsis;border-radius:6px;align-items:center;gap:.45rem;padding:.35rem .5rem;font-size:.75rem;transition:color .15s;display:flex;overflow:hidden}.mock-nav-item svg{opacity:.6;flex-shrink:0}.mock-nav-item.active{color:#ffffffe6;background:#ffffff17}.mock-nav-item.active svg{opacity:1}.mock-doc-main{flex-direction:column;flex:1;min-width:0;display:flex}.mock-doc-topbar{background:#00000026;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:.875rem 1.75rem;display:flex}.mock-breadcrumb{color:#ffffff73;font-size:.78rem}.mock-breadcrumb strong{color:#ffffffd9;font-weight:600}.mock-sep{opacity:.4;margin:0 .3rem}.mock-avatar-stack{gap:-4px;display:flex}.mock-avatar{color:#fff;border:1.5px solid #0006;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-left:-4px;font-size:9px;font-weight:700;display:flex}.mock-avatar:first-child{margin-left:0}.mock-doc-content{text-align:left;flex-direction:column;gap:0;padding:2rem 2.5rem;display:flex}.mock-title-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.mock-doc-title{font-family:var(--font-serif);color:#fffffff2;font-size:1.75rem;font-weight:400;line-height:1.2}.mock-ai-badge{color:#a8c47a;letter-spacing:.03em;white-space:nowrap;background:#a8c47a1f;border:1px solid #a8c47a40;border-radius:999px;padding:.2rem .6rem;font-size:.7rem;font-weight:600}.mock-doc-meta{color:#ffffff59;margin-bottom:1.75rem;font-size:.75rem}.mock-source{color:#a8c47ab3}.mock-section{margin-bottom:1.5rem}.mock-section-heading{letter-spacing:.07em;text-transform:uppercase;color:#ffffff59;margin-bottom:.6rem;font-size:.72rem;font-weight:700}.mock-checklist{flex-direction:column;gap:.45rem;display:flex}.mock-check-item{color:#ffffffa6;align-items:center;gap:.6rem;font-size:.82rem;display:flex}.mock-checkbox{border:1.5px solid #fff3;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex}.mock-checkbox.checked{background:var(--primary-green);border-color:var(--primary-green);color:#fff}.mock-steps{flex-direction:column;gap:.5rem;display:flex}.mock-step{color:#ffffffa6;align-items:baseline;gap:.65rem;font-size:.82rem;display:flex}.mock-step-num{color:#ffffff80;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex}.mock-code{font-family:var(--font-mono);color:#a8c47a;background:#ffffff14;border:1px solid #ffffff1a;border-radius:4px;padding:.05rem .4rem;font-size:.75rem}.hero-underline-wrap{white-space:nowrap;font-family:inherit;display:inline;position:relative}.hero-underline-svg{width:104%;height:.26em;fill:var(--primary-green);clip-path:inset(0 100% 0 0);animation:.75s cubic-bezier(.4,0,.2,1) .45s forwards draw-underline;position:absolute;bottom:0;left:-2%;overflow:visible}@keyframes draw-underline{to{clip-path:inset(0 0% 0 0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInOnly{0%{opacity:0}to{opacity:1}}@media (min-width:769px){.hero-visual-wrapper{max-width:1280px}.hero-dashboard-mock{min-height:620px}}@media (max-width:768px){.hero{padding:0}.hero-title{font-size:clamp(2.5rem,11vw,5.5rem)}.hero-subtitle{margin-bottom:1.5rem;font-size:1rem}.mock-sidebar{display:none}.mock-doc-content{padding:1.25rem}.mock-doc-title{font-size:1.35rem}.hero-dashboard-mock{min-height:400px}}
.benefits{background-color:var(--bg-color)}.section-label{color:var(--primary-green);margin-bottom:2rem}.section-title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.section-subtitle{color:var(--text-gray);max-width:600px;margin-bottom:4rem;font-size:1.125rem}.section-subtitle em{color:var(--primary-green);font-style:italic}.benefits-divider{background-color:#0000001a;justify-content:center;align-items:center;height:1px;margin:4rem 0 6rem;display:flex;position:relative}.mouse-icon{background-color:var(--bg-color);color:var(--text-black);flex-direction:column;align-items:center;margin-bottom:-1rem;padding:0 1rem;font-size:.8rem;display:flex}.mouse-wheel{border:1.5px solid;border-radius:10px;width:14px;height:22px;margin-bottom:4px;position:relative}.mouse-wheel:before{content:"";background-color:currentColor;border-radius:2px;width:2px;height:4px;position:absolute;top:4px;left:50%;transform:translate(-50%)}.benefits-grid{grid-template-columns:repeat(4,1fr);gap:3rem;display:grid}.benefit-card{flex-direction:column;display:flex}.benefit-icon{color:var(--text-black);margin-bottom:2rem}.benefit-title{font-family:var(--font-serif);color:#000;margin-bottom:1rem;font-size:18px;font-weight:400}.benefit-desc{color:var(--text-gray);font-size:.95rem;line-height:1.6}@media (max-width:1024px){.benefits-grid{grid-template-columns:repeat(2,1fr);gap:4rem 2rem}}@media (max-width:768px){.benefits-divider{margin:2rem 0 3rem}.section-subtitle{margin-bottom:2rem}}@media (max-width:640px){.benefits-grid{grid-template-columns:1fr}.section-title{font-size:2.5rem}}
.features-section{background-color:var(--bg-color)}.features-header{margin-bottom:5rem}.features-header .section-title{margin-bottom:1rem;font-size:3.5rem}.header-underline{background:var(--primary-green);border-radius:2px;width:48px;height:4px;margin:0 auto}.features-cards-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.feature-card{background-color:#fff;border-radius:24px;flex-direction:column;transition:box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000008}.feature-card:hover{box-shadow:0 8px 32px #0000000f}.feature-card-visual{background:#f0f4ec;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:2.5rem;display:flex;position:relative;overflow:hidden}.feature-card-body{padding:2rem 2.5rem 2.5rem}.feature-card-body .feature-card-title{font-family:var(--font-sans);color:var(--text-black);text-align:left;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.feature-card-body .feature-card-desc{color:var(--text-gray);text-align:left;margin:0;font-size:.95rem;line-height:1.6}.feature-card-visual .mock-swatch-panel{width:100%;max-width:400px}.swatch-row{background:#fff;border-radius:12px;justify-content:space-between;margin-bottom:1rem;padding:1rem;display:flex;box-shadow:0 4px 12px #00000008}.swatch{color:#fff;border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;transition:transform .2s;display:flex}.swatch:hover{transform:scale(1.1)}.s-brown{background:#5a4b46}.s-gray{background:#6b7280}.s-yellow{background:#facc15}.s-orange{background:#f97316}.s-green{background:#22c55e}.s-blue{background:#3b82f6}.s-outline{color:var(--text-gray);background:0 0;border:1px solid #e5e7eb}.swatch-bottom-row{gap:1rem;display:flex}.mock-toggle-box{background:#fff;border-radius:12px;flex:1;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex;box-shadow:0 4px 12px #00000008}.mock-toggle{background:#22c55e;border-radius:12px;width:44px;height:24px;position:relative}.toggle-knob{background:#fff;border-radius:50%;width:20px;height:20px;position:absolute;top:2px;right:2px;box-shadow:0 2px 4px #0000001a}.toggle-label{color:var(--text-black);font-size:.9rem}.mock-theme-icons{background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:.75rem 1rem;font-size:1.25rem;display:flex;box-shadow:0 4px 12px #00000008}.mock-color-preview{background:#fff;border-radius:12px;align-items:center;gap:.75rem;margin-top:1rem;padding:.75rem 1rem;display:flex;box-shadow:0 4px 12px #00000008}.color-preview-bar{background:linear-gradient(90deg,#5a4b46 0%,#6b7280 20%,#facc15 40%,#f97316 60%,#22c55e 80%,#3b82f6 100%);border-radius:4px;flex:1;height:8px}.color-preview-label{font-size:10px;font-family:var(--font-mono);color:var(--text-gray);white-space:nowrap}.feature-card-visual .tools-carousel-wrapper{flex-direction:column;gap:1rem;width:100%;display:flex}.tools-row{justify-content:center;gap:1rem;width:100%;display:flex}.row-1{transform:translate(-15px)}.row-2{transform:translate(15px)}.tool-icon{cursor:pointer;background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #00000008}.tool-icon:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000000f}.tools-status-bar{justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.tools-status-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite status-pulse}@keyframes status-pulse{0%,to{opacity:1}50%{opacity:.4}}.tools-status-text{font-size:11px;font-family:var(--font-mono);color:var(--text-gray);letter-spacing:.02em}@media (max-width:992px){.features-cards-grid{grid-template-columns:1fr}}@media (max-width:768px){.features-section{padding:4rem 0}.features-header{margin-bottom:3rem}.features-header .section-title{font-size:2.5rem}.features-title-suffix{display:none}.feature-card{padding:1.5rem}.feature-card-title{margin-bottom:1.5rem;font-size:1.5rem}.tool-icon{width:48px;height:48px}.row-1,.row-2{transform:none}.feature-mock-ui{margin-bottom:1.5rem}.feature-card-visual{border-radius:16px;padding:1.5rem;overflow:visible}.tools-carousel-wrapper{-webkit-overflow-scrolling:touch;padding-bottom:.25rem;overflow-x:auto}.tools-carousel-wrapper::-webkit-scrollbar{height:4px}.tools-row{flex-shrink:0;width:max-content;margin:0 auto}.swatch-row{flex-wrap:wrap;gap:.5rem}.swatch{flex-shrink:0}.swatch-bottom-row{flex-wrap:wrap}}
.specifications{background-color:var(--bg-color)}.table-container{max-width:1200px;margin:0 auto;overflow-x:auto}.specs-table{border-collapse:separate;border-spacing:0;text-align:left;width:100%}.specs-table th{color:#6f6f6f;text-align:center;border-bottom:1px solid #eaeaea;padding:2.5rem 2rem;font-family:Rethink Sans,sans-serif;font-size:22.857px;font-weight:500}.specs-table td{color:#000;vertical-align:middle;border-bottom:1px solid #eaeaea;padding:2rem;font-family:Roboto Mono,monospace;font-size:11px}.specs-table td span.cell-content{justify-content:flex-start;align-items:center;display:flex}.specs-table th.brand-col .brand-col-content{justify-content:center;align-items:center;gap:.5rem;display:inline-flex}.specs-table th.brand-col .specs-lore-logo{width:auto;height:1.5rem}.specs-table th.brand-col{color:#000;background-color:#fff;border-top:1px solid #eaeaea;border-left:1px solid #eaeaea;border-right:1px solid #eaeaea;border-top-left-radius:16px;border-top-right-radius:16px;font-family:Rethink Sans,sans-serif;font-size:24px}.specs-table td.highlight-col{background-color:#fff;border-left:1px solid #eaeaea;border-right:1px solid #eaeaea}.specs-table tr:last-child td.highlight-col{border-bottom-right-radius:16px;border-bottom-left-radius:16px}.specs-table tr:last-child td:not(.highlight-col){border-bottom:none}@media (max-width:768px){.specs-table th{padding:1.25rem .75rem;font-size:16px}.specs-table td{padding:1rem .75rem;font-size:10px}.specs-table th.brand-col{font-size:18px}.specs-table th.brand-col .specs-lore-logo{height:1.25rem}}
.showcase-label-row{margin-bottom:3rem}.showcase-heading{font-family:var(--font-serif), serif;max-width:600px}.showcase-card{background-image:url(/background1.png);background-position:50%;background-size:cover;border:1px solid #0000000f;border-radius:20px;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000001f,0 1px 3px #00000014}.showcase-overlay{width:100%;height:100%}.showcase-container{width:100%}.demo-app{color:#1a1a1a;text-align:left;background:#fafaf8;border-radius:12px;min-height:520px;font-size:.85rem;display:flex;overflow:hidden;box-shadow:0 0 0 1px #00000014,0 8px 32px #0000001a}.demo-sidebar{background:#f0f1ec;border-right:1px solid #0000000f;flex-direction:column;flex-shrink:0;width:200px;display:flex}.demo-sidebar-header{flex-shrink:0;align-items:center;height:2.5rem;padding:0 1.1rem;display:flex}.demo-sidebar-logo-img{width:auto;height:1.35rem}.demo-sidebar-nav{flex-direction:column;flex:1;gap:2px;padding:0 .5rem;display:flex}.demo-nav-item{color:#6f6f6f;cursor:default;border-radius:7px;align-items:center;gap:.55rem;padding:.4rem .6rem;font-size:.8rem;font-weight:500;transition:background .15s,color .15s;display:flex}.demo-nav-item svg{flex-shrink:0}.demo-nav-item.active{color:#1a1a1a;background:#0000000f}.demo-sidebar-footer{border-top:1px solid #0000000f;margin-top:auto;padding:.5rem}.demo-workspace-menu{cursor:default;border-radius:7px;align-items:center;gap:.5rem;padding:.4rem .5rem;display:flex}.demo-workspace-icon{background:var(--primary-green);color:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:flex}.demo-workspace-info{flex-direction:column;min-width:0;display:flex}.demo-workspace-name{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:600;line-height:1.2;overflow:hidden}.demo-workspace-plan{color:#999;font-size:.65rem;line-height:1.2}.demo-main{flex:1;min-width:0;padding:1.5rem 2rem;overflow:hidden}.demo-search-bar{color:#999;background:#fff;border:1px solid #00000014;border-radius:10px;align-items:center;gap:.6rem;margin-bottom:1.25rem;padding:.65rem 1rem;display:flex}.demo-search-text{color:#1a1a1a;flex:1;font-weight:500}.demo-search-shortcut{background:var(--primary-green);color:#fff;letter-spacing:.04em;border-radius:5px;padding:.2rem .5rem;font-size:.6rem;font-weight:700}.demo-ai-answer{background:linear-gradient(135deg,#10b9810f 0%,#10b98105 100%);border:1px solid #10b98126;border-radius:10px;margin-bottom:1.25rem;padding:1rem 1.15rem}.demo-ai-header{color:#10b981;align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:flex}.demo-ai-icon{color:#10b981;display:flex}.demo-ai-badge{color:#10b981;background:#10b9811a;border-radius:4px;margin-left:auto;padding:.15rem .45rem;font-size:.65rem;font-weight:600}.demo-ai-body{color:#333;margin:0;font-size:.8rem;line-height:1.55}.demo-ai-body code{background:#0000000d;border-radius:4px;padding:.1rem .35rem;font-family:Roboto Mono,monospace;font-size:.75rem}.demo-results{flex-direction:column;gap:.6rem;display:flex}.demo-result-card{background:#fff;border:1px solid #0000000f;border-radius:10px;padding:.85rem 1rem;transition:background .15s}.demo-result-meta{align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.demo-result-tag{text-transform:uppercase;letter-spacing:.04em;border-radius:3px;padding:.1rem .4rem;font-size:.55rem;font-weight:700}.tag-runbook{color:#10b981;background:#10b9811a}.tag-solution{color:#d97706;background:#f59e0b1a}.tag-doc{color:#3b82f6;background:#3b82f61a}.demo-result-date{color:#999;font-size:.65rem}.demo-result-title{color:#1a1a1a;margin:0 0 .25rem;font-size:.85rem;font-weight:600}.demo-result-snippet{color:#6f6f6f;margin:0 0 .5rem;font-size:.78rem;line-height:1.5}.demo-result-footer{justify-content:space-between;align-items:center;display:flex}.demo-result-avatars{display:flex}.demo-mini-avatar{color:#fff;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-right:-4px;font-size:.5rem;font-weight:700;display:flex}.a1{background:#10b981}.a2{background:#f59e0b}.a3{background:#3b82f6}.a4{background:#a855f7}.demo-result-source{color:#999;align-items:center;gap:.3rem;font-size:.65rem;display:flex}@media (max-width:1024px){.showcase-label-row{text-align:center;max-width:100%}.showcase-heading{text-align:center;max-width:100%;margin-left:auto;margin-right:auto;font-size:2.75rem}}@media (max-width:768px){.showcase-label-row{text-align:center;max-width:100%}.showcase-heading{text-align:center;max-width:100%;margin-left:auto;margin-right:auto}.showcase-card{border-radius:14px;padding:1rem}.demo-sidebar{display:none}.demo-app{min-height:400px}.demo-main{padding:1rem}}
.howto{background-color:var(--bg-color)}.howto .section-title{margin-bottom:4rem;font-size:3rem}.bento-grid{grid-template-columns:1fr 1fr;gap:24px;max-width:1040px;margin:0 auto;display:grid}.bento-card{border-radius:20px;flex-direction:column;transition:box-shadow .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000008}.bento-card:hover{box-shadow:0 12px 48px #0000000f}.bento-visual{justify-content:center;align-items:center;height:320px;display:flex;position:relative;overflow:hidden}.bento-content{padding:2rem 2.5rem 2.5rem}.bento-content h3{font-family:var(--font-sans);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.bento-content p{opacity:.8;font-size:.95rem;line-height:1.6}.card-solve-theme{color:#000;background-color:#e8ebe4}.card-accent{color:#000;background-color:#f4f0ea}.bento-full{background-color:#fff;flex-direction:row;grid-column:1/-1;min-height:320px}.bento-full-visual{background:linear-gradient(135deg,#f9faf6 0%,#ebf0e6 100%);flex:1.2;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.bento-full-content{flex-direction:column;flex:1;justify-content:center;padding:2rem 2.5rem;display:flex}.bento-full-content h3{margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.bento-full-content p{color:var(--text-gray);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.mock-avatars{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.circle-outline{border:1.5px solid #0000001f;border-radius:50%;width:180px;height:180px;position:absolute;left:50%;transform:translate(-80%)}.circle-outline.alt{transform:translate(-20%)}.avatar-group{z-index:2;gap:16px;display:flex}.bento-avatar{border:4px solid #e8ebe4;border-radius:50%;width:56px;height:56px;transition:transform .2s;position:relative;overflow:hidden}.bento-avatar:hover{transform:scale(1.08)}.bento-avatar img{object-fit:cover;width:100%;height:100%}.orbit-logo{z-index:4;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0000001a}.orbit-logo img{object-fit:contain;width:16px;height:16px}.pos-top{top:0;left:50%}.pos-left{top:38%;left:0}.pos-bottom{bottom:0;left:50%;transform:translate(-50%,50%)}.pos-top-right{top:0;left:50%}.pos-right{top:50%;left:auto;right:0;transform:translate(50%,-50%)}.pos-bottom-right{bottom:0;left:50%;transform:translate(-50%,50%)}.floating-tag{z-index:3;border-radius:20px;padding:6px 14px;font-size:11px;font-weight:700;position:absolute;box-shadow:0 4px 12px #00000014}.tag-green{background:var(--accent-green);color:var(--primary-green);top:20%;right:15%;transform:rotate(5deg)}.tag-muted{color:var(--text-gray);background:#fff;border:1px solid #0000000f;bottom:20%;left:15%;transform:rotate(-5deg)}.tag-small{color:var(--primary-green);background:#485c1114;padding:4px 10px;font-size:10px;top:55%;right:10%;transform:rotate(-3deg)}.tag-recurring{color:#c0392b;background:#fff0ee;border:1px solid #c0392b1f;padding:4px 10px;font-size:10px;top:30%;left:12%;transform:rotate(-4deg)}.card-accent .bento-visual{position:relative}.mock-ui-panel{z-index:1;background:#fff;border-radius:16px;flex-direction:column;gap:9px;width:58%;height:120%;padding:1.1rem;display:flex;position:absolute;top:15%;left:6%;overflow:hidden;box-shadow:0 10px 40px #0000000f}.mock-panel-bar{border-bottom:1px solid #00000012;justify-content:space-between;align-items:center;margin-bottom:2px;padding-bottom:.6rem;display:flex}.mock-panel-channel{font-family:var(--font-mono);color:#333;font-size:10px;font-weight:700}.mock-panel-count{color:var(--text-gray);font-size:9px;font-family:var(--font-mono)}.mock-slack-msg{flex-direction:column;gap:1px;display:flex}.slack-user{font-family:var(--font-sans);color:#4a5568;font-size:9.5px;font-weight:700}.slack-text{color:#555;font-size:9.5px;line-height:1.4}.mock-slack-msg.muted .slack-user,.mock-slack-msg.muted .slack-text{color:#bbb}.mock-log-entry{font-family:var(--font-mono);background:#00000006;border-radius:4px;align-items:center;gap:5px;padding:4px 6px;display:flex;overflow:hidden}.mock-log-entry.ai-highlight{border-left:2px solid var(--primary-green);background:#485c110f;padding-left:7px}.log-level{text-transform:uppercase;letter-spacing:.03em;border-radius:3px;flex-shrink:0;padding:1px 4px;font-size:8px;font-weight:700}.log-level.fatal{color:#dc2626;background:#fee2e2}.log-level.error{color:#d97706;background:#fef3c7}.log-level.warn{color:#92400e;background:#fff3cd}.log-text{color:#555;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:9px;overflow:hidden}.ai-marker{color:var(--primary-green);background:var(--accent-green);font-size:8px;font-weight:700;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.03em;border-radius:3px;flex-shrink:0;padding:1px 5px}.ai-findings-panel{z-index:2;background:#fff;border-radius:12px;flex-direction:column;gap:7px;width:36%;padding:.9rem 1rem;display:flex;position:absolute;top:18%;right:3%;box-shadow:0 8px 28px #00000017}.findings-header{font-family:var(--font-sans);color:#000;letter-spacing:.03em;border-bottom:1px solid #00000012;padding-bottom:6px;font-size:10px;font-weight:700}.findings-row{justify-content:space-between;align-items:center;gap:6px;display:flex}.findings-key{font-family:var(--font-mono);color:var(--text-gray);flex-shrink:0;font-size:9px}.findings-val{font-family:var(--font-sans);color:#222;text-align:right;font-size:9.5px;font-weight:600}.findings-val.val-error{color:#dc2626}.findings-val.val-match{color:var(--primary-green);background:var(--accent-green);border-radius:4px;padding:1px 6px}.findings-divider{background:#0000000f;height:1px;margin:2px 0}.metric-box{text-align:center}.metric-box .metric-label{font-family:var(--font-mono);letter-spacing:.05em;color:#000;text-transform:uppercase;margin-bottom:.75rem;font-size:11px;font-weight:700;display:block}.metric-box .metric-value{font-family:var(--font-sans);color:#000;letter-spacing:-.05em;margin:0;font-size:4.5rem;font-weight:500;line-height:1}.metric-box .metric-growth{color:#b58461;margin-top:1rem;font-size:14px}.metric-breakdown{text-align:left;flex-direction:column;gap:10px;width:100%;max-width:320px;margin-top:2rem;display:flex}.metric-breakdown-row{align-items:center;gap:8px;display:flex}.metric-breakdown-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.metric-breakdown-label{font-family:var(--font-sans);color:#555;flex-shrink:0;width:120px;font-size:11px}.metric-breakdown-bar{background:#0000000f;border-radius:2px;flex:1;height:4px;overflow:hidden}.metric-breakdown-fill{border-radius:2px;height:100%;display:block}.metric-breakdown-value{font-family:var(--font-mono);color:#333;text-align:right;flex-shrink:0;width:52px;font-size:11px;font-weight:600}.metric-stats-row{gap:10px;margin-top:1.5rem;display:flex}.metric-stat-pill{background:#ffffffb3;border:1px solid #0000000f;border-radius:10px;flex-direction:column;flex:1;align-items:center;padding:10px 14px;display:flex}.metric-stat-num{font-family:var(--font-sans);color:#000;font-size:20px;font-weight:700;line-height:1}.metric-stat-label{font-family:var(--font-sans);color:#888;text-transform:uppercase;letter-spacing:.04em;margin-top:4px;font-size:9px;font-weight:600}.mock-runbook-doc{background:#f0f4ec;border-radius:12px;width:100%;padding:1.25rem;font-size:12px;line-height:1.5}.mock-doc-header{border-bottom:1px solid #0000000f;align-items:center;gap:6px;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.mock-dot{border-radius:50%;width:10px;height:10px}.mock-dot.red{background:#ff5f57}.mock-dot.yellow{background:#febc2e}.mock-dot.green{background:#28c840}.mock-doc-filename{font-family:var(--font-mono);color:var(--text-gray);letter-spacing:.01em;margin-left:auto;font-size:10px}.runbook-text{color:#1a1a1a}.runbook-title{font-family:var(--font-sans);color:#000;margin:0 0 .5rem;font-size:18px;font-weight:700}.runbook-meta{align-items:center;gap:8px;margin-bottom:1rem;display:flex}.runbook-tag{color:#fff;text-transform:uppercase;letter-spacing:.04em;background:#f87171;border-radius:4px;padding:2px 8px;font-size:9px;font-weight:700}.runbook-date{color:var(--text-gray);font-size:10px;font-family:var(--font-mono)}.runbook-section-heading{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.05em;color:var(--primary-green);margin:.75rem 0 .4rem;font-size:11px;font-weight:700}.runbook-body{color:#444;margin:0;font-size:11px;line-height:1.55}.runbook-body code{font-family:var(--font-mono);background:#0000000f;border-radius:3px;padding:1px 4px;font-size:10px}.runbook-steps{color:#444;margin:.25rem 0 0;padding-left:1.25rem;font-size:11px}.runbook-steps li{margin-bottom:2px}.runbook-similar-list{flex-direction:column;gap:4px;margin-top:.25rem;display:flex}.runbook-similar-item{background:#00000008;border-radius:4px;align-items:center;gap:6px;padding:5px 8px;display:flex}.runbook-similar-name{color:#333;flex:1;font-size:10px;font-weight:600}.runbook-similar-date{color:var(--text-gray);font-size:9px;font-family:var(--font-mono)}.runbook-similar-resolved{background:var(--accent-green);color:var(--primary-green);text-transform:uppercase;letter-spacing:.04em;border-radius:3px;padding:2px 5px;font-size:8px;font-weight:700}.runbook-code-block{background:#1a1a1a;border-radius:6px;flex-direction:column;gap:2px;margin-top:.75rem;padding:.6rem .75rem;display:flex;position:relative}.runbook-code-block .runbook-code-label{font-family:var(--font-mono);color:#ffffff59;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:9px}.runbook-code-block code{font-family:var(--font-mono);color:#dfecc6;font-size:10px;line-height:1.6}.runbook-cursor{background:var(--primary-green);border-radius:1px;width:6px;height:14px;margin-top:.75rem;animation:1s step-end infinite blink-cursor;display:inline-block}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}.mock-doc-badge{background:var(--accent-green);color:var(--primary-green);font-size:10px;font-weight:700;font-family:var(--font-mono);letter-spacing:.03em;border-radius:6px;align-items:center;gap:5px;margin-top:.75rem;padding:4px 10px;display:inline-flex}.mock-doc-badge-dot{background:var(--primary-green);border-radius:50%;width:5px;height:5px}@media (max-width:768px){.howto{padding:3rem 0}.howto .section-title{margin-bottom:2rem;font-size:2rem}.bento-visual{height:220px}.bento-content{padding:1.5rem}.bento-full-content{padding:2rem 1rem}.bento-full{min-height:auto}.circle-outline{width:120px;height:120px}.metric-value{font-size:3rem}.card-paste .mock-ui-panel{width:90%;left:5%}.card-paste .ai-findings-panel,.card-solve .tag-green,.card-solve .tag-muted,.card-solve .tag-small,.card-solve .tag-recurring,.card-solve .orbit-logo.pos-left{display:none}.bento-full{width:calc(100% + 2.5rem);margin-left:-1.25rem;margin-right:-1.25rem}.bento-full-visual{height:auto;min-height:280px;padding:2rem 1rem}.metric-breakdown{max-width:280px}.metric-stats-row{flex-wrap:wrap}.metric-stat-pill{padding:8px 10px}.mock-runbook-doc{border-radius:0;width:calc(100% + 2rem);margin-left:-1rem;margin-right:-1rem}}@media (max-width:992px){.bento-grid{grid-template-columns:1fr;padding:0 1rem}.bento-full{flex-direction:column}.bento-full-visual{flex:none;height:auto;min-height:300px;padding:2.5rem 2rem}.bento-full-content{padding:3rem}}
