body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--color-gray-50:#fbf9fa;--color-gray-100:#f6f3f4;--color-gray-200:#ebe6e7;--color-gray-300:#d1d5dc;--color-gray-400:#99a1af;--color-gray-500:#6a7282;--color-gray-600:#4a5565;--color-gray-700:#364153;--color-gray-800:#1e2939;--color-gray-900:#101828;--color-gray-950:#030712;--color-blue-100:#cedef9;--color-blue-200:#9ebcf1;--color-blue-300:#6f9ae7;--color-blue-400:#4177dc;--color-blue-500:#0751cf;--color-blue-600:#043a99;--color-blue-700:#022467;--color-blue-800:#001038;--color-blue-900:#000210;--brand-blue:var(--color-blue-500);--brand-white:#f1f2f4;--brand-off-white:#f5f4ef;--brand-black:#000;--font-sans:"Inclusive Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif}*{box-sizing:border-box;font-family:var(--font-sans);margin:0;padding:0}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#222;overflow:hidden;line-height:1.6}.macos-layout{position:fixed;background:#fff;width:100vw;height:100vh;top:0;left:0}.desktop-background{position:absolute;z-index:1;background:#ece7dd;width:100%;height:100%;top:0;left:0}.desktop-icons{position:fixed;display:flex;z-index:3;direction:rtl;overflow:visible;flex-flow:column wrap;align-content: flex-start;gap:8px;height:calc(100svh - 32px);padding:4px;top:16px;right:16px}.desktop-icon{direction:ltr}.desktop-icon{display:flex;cursor:pointer;user-select:none;text-align:center;text-decoration:none;color:inherit;outline:none;border-radius:8px;flex-direction:column;align-items: center;gap:8px;width:80px;padding:8px;transition:transform .2s}.desktop-icon:focus-visible{outline:2px solid #333;outline-offset:2px;border-radius:12px}.context-menu{position:fixed;backdrop-filter:blur(20px);z-index:1000;color:#1d1d1f;user-select:none;background:#fffffff2;border:1px solid #0000001a;border-radius:8px;min-width:180px;padding:4px 0;font-size:13px;font-weight:400;box-shadow:0 8px 32px #0000001f}.context-menu-item{display:block;text-align:left;cursor:pointer;color:#1d1d1f;outline:none;background:0 0;border:none;width:100%;padding:8px 16px;transition:background-color .15s;font-size:13px;font-weight:400}.context-menu-item:hover:not(.disabled){background-color:#007aff1a}.context-menu-item:focus-visible{outline:none;background-color:#007aff1a}.context-menu-item.disabled{color:#8e8e93;cursor:not-allowed}.context-menu-item:active:not(.disabled){background-color:#007aff33}.icon-container{display:flex;border-radius:8px;flex-shrink:0;justify-content:center;align-items: center;width:48px;height:48px;transition:all .2s}.icon-image{object-fit:contain;display:block;width:100%;height:100%}.icon-label{font-size:14px;font-weight:500;font-family:var(--font-sans);color:#333;text-align:center;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;-webkit-box-orient:vertical;height:2.4em;line-height:1.2}.window-container{position:fixed;z-index:10;pointer-events:none;width:100vw;height:100vh;top:0;left:0}.window{overflow:hidden;display:flex;position:absolute;pointer-events:auto;opacity:0;will-change:transform,opacity;transform-origin:center center;backface-visibility:hidden;contain:layout style paint;--window-x:0px;--window-y:0px;--window-width:900px;--window-height:600px;background:#e1d7c2;border:1px solid #fff3;border-radius:4px;flex-direction:column;width:900px;height:600px;transition:all .3s cubic-bezier(.25,.46,.45,.94);top:50%;left:50%;transform:translate(-50%,-50%)scale(.8);box-shadow:0 5px 15px #0000001a}.window.active{transform:translate3d(var(--window-x),var(--window-y),0)scale(1.02);border:1px solid #fff6;box-shadow:0 25px 50px #0000004d}.window.positioned{transform:translate3d(var(--window-x),var(--window-y),0)scale(1);opacity:1;width:var(--window-width);height:var(--window-height);transform-origin:0 0;top:0;left:0;box-shadow:0 20px 40px #0003}@media (max-width:768px){.window.positioned{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}}.window.closing{transition:all .1s cubic-bezier(.25,.46,.45,.94);transform:translate3d(var(--window-x),var(--window-y),0)scale(.95)!important;opacity:0!important}@media (max-width:768px){.window.closing{opacity:0!important;transform:translate(-50%,-50%)scale(.95)!important}}.window.dragging{will-change:transform;z-index:9999;transform-style:preserve-3d;pointer-events:none;contain:layout;transition:none!important}.window.dragging,.window.resizing{transition:none!important}.window.dragging .window-titlebar{pointer-events:auto}.window.resizing{will-change:transform,width,height;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;transition:none}.window.fullscreen{position:fixed!important;z-index:9999!important;box-shadow:none!important;border-radius:0!important;width:100vw!important;height:100vh!important;transition:all .3s cubic-bezier(.25,.46,.45,.94)!important;top:0!important;left:0!important;transform:none!important}.window:not(.fullscreen){z-index:var(--window-z-index,1)}.window.fullscreen,.window.transitioning-to-fullscreen,.window.transitioning-from-fullscreen{z-index:9999!important}.window.virtual-hidden{visibility:hidden;pointer-events:none;contain:strict}.window.virtual-visible{visibility:visible;pointer-events:auto}.window-titlebar{display:flex;user-select:none;cursor:grab;background:#fffc;border-bottom:1px solid #0000001a;align-items: center;gap:4px;height:40px;padding:0 8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.window.fullscreen .window-titlebar{border-bottom:1px solid #00000026}.window-titlebar:active{cursor:grabbing}.window-controls{display:flex;gap:4px}.window-control{cursor:pointer;border:none;border-radius:50%;width:12px;height:12px;transition:all .2s}.window-control--icon{display:flex;cursor:pointer;color:#555;background:0 0;border:1px solid #0000;border-radius:2px;justify-content:center;align-items: center;width:28px;height:28px;padding:0;transition:none}.window-control--icon svg{width:16px;height:16px}.window-control--icon:hover{color:#333;border-color:#0000001a}.window-title{color:#333;text-align:center;flex:1;margin-right:60px;font-family:Bricolage Grotesque,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500}.window-content{overflow-y:auto;overflow-x:hidden;position:relative;container-type:inline-size;scrollbar-width:thin;scrollbar-color:#c1c1c1 #fff;background:#fff;flex:1;transition:all .3s cubic-bezier(.4,0,.2,1)}.window-content::-webkit-scrollbar{width:12px}.window-content::-webkit-scrollbar-track{background:#fff}.window-content::-webkit-scrollbar-thumb{background:#c1c1c1;border:2px solid #fff;border-radius:6px}.window-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.window-resize-handle{position:absolute;z-index:10;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;background:0 0}.window-resize-right{cursor:e-resize;width:4px;height:100%;top:0;right:0}.window-resize-left{cursor:w-resize;width:4px;height:100%;top:0;left:0}.window-resize-bottom{cursor:s-resize;width:100%;height:4px;bottom:0;left:0}.window-resize-bottom-left{cursor:sw-resize;width:8px;height:8px;bottom:0;left:0}.window-resize-bottom-right{cursor:se-resize;width:8px;height:8px;bottom:0;right:0}.page-content{width:100%;max-width:800px;min-height:100%;margin:0 auto;padding:1.5rem}.feature-section{background:#fff9;border-radius:12px;margin-bottom:3rem;padding:1.5rem}.feature-section h2{color:#333;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.feature-section p{color:#555;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.cta-section{text-align:center;background:#fff9;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.cta-section h2{color:#333;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.cta-section p{color:#555;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.button-group{display:flex;flex-wrap:wrap;justify-content:start;gap:1rem}.button{cursor:pointer;text-decoration:none;display:inline-block;border:none;border-radius:4px;padding:8px 12px;transition:all .2s;font-size:14px;font-weight:600}.button-primary{background-color:var(--brand-blue);color:var(--brand-white);box-shadow:0 2px 0 0 var(--color-blue-700);border:1px solid #0000}.button-primary:hover{background-color:var(--color-blue-600)}.button-secondary{background-color:var(--color-gray-50);color:var(--brand-black);border:1px solid var(--color-gray-200);box-shadow:0 2px 0 0 var(--color-gray-200)}.button-secondary:hover{background-color:var(--color-gray-100)}.tabs-wrapper{border-bottom:1px solid #e5e5e5;width:100%}.tabs{display:flex;max-width:800px;height:40px;margin:0 auto;padding:0 1.5rem}.tab{color:#666;cursor:pointer;position:relative;background:0 0;border:none;border-bottom:2px solid #0000;padding:.5rem;transition:all .2s;font-size:14px;font-weight:500}.tab.active{color:#333;border-bottom-color:#333}.tab-content{background:#fff;border-radius:0 0 8px 8px;padding:0}.benefits-list{margin-top:1rem}.benefits-list p{color:#555;margin-bottom:.75rem;line-height:1.6}.page-body{max-width:1000px;margin:0 auto}.content-section{background:#fff9;border-radius:12px;margin-bottom:2rem}.content-section:last-child{margin-bottom:0}.section-title{color:#333;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.section-content{color:#555;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.section-content p{margin-bottom:.5em}.section-content h3,.section-content h4,.section-content h5{margin-top:1em;margin-bottom:.5em}.section-content ul li{margin:.25rem 0 .25rem 1rem}.feature-split{container-type:inline-size}.feature-split__inner{display:grid;grid-template-columns:1fr;align-items: center;gap:1rem}.feature-split__inner.image-left .feature-split__image{order:0}.feature-split__inner.image-left .feature-split__content,.feature-split__inner.image-right .feature-split__image{order:1}.feature-split__inner.image-right .feature-split__content{order:0}.feature-split__image{overflow:hidden;border-radius:8px;width:100%}.feature-split__image img,.feature-split__image video,.feature-split__image svg,.feature-split__image canvas{display:block;width:100%;height:auto}.feature-split__content{width:100%}.features-grid,.components-grid,.assets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.feature-card,.component-card,.asset-category{background:#fffc;border-radius:8px;transition:transform .2s}.feature-title,.component-title,.asset-title{color:#333;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.feature-description,.component-description,.asset-description{color:#555;font-size:.9rem;line-height:1.6}.component-icon,.asset-icon{display:block;margin-bottom:.75rem;font-size:2rem}.asset-count{color:#3730a3;display:inline-block;background:#e0e7ff;border-radius:12px;margin-top:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.code-example{margin-top:1.5rem}.code-block{color:#e2e8f0;overflow-x:auto;background:#333;border-radius:8px;padding:1.5rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.5}.download-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.download-option{text-align:center;background:#fffc;border-radius:8px;padding:1.5rem;transition:transform .2s}.download-option:hover{transform:translateY(-2px)}.option-title{color:#333;margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.option-description{color:#555;margin-bottom:1rem;font-size:.9rem}.option-price{color:#059669;font-size:1.25rem;font-weight:700}.home-page{display:flex;justify-content:center;align-items: center;width:100%;height:100%}@media (max-width:1024px){.window:not(.fullscreen){width:90vw;min-width:300px;max-width:calc(100vw - 40px);height:80vh;min-height:250px;max-height:calc(100vh - 40px)}.window-container{padding:20px}.page-content{padding:1.5rem}}.error-404-container{display:flex;text-align:center;flex-direction:column;justify-content:center;align-items: center;min-height:100%;padding:40px 20px}.sad-mac-icon{margin-bottom:30px}.mac-screen{position:relative;display:flex;border:2px solid #333;border-radius:8px;justify-content:center;align-items: center;width:80px;height:80px;margin:0 auto}.sad-face{position:relative;width:40px;height:30px}.sad-face .eye{position:absolute;color:#333;font-family:Courier New,Monaco,Consolas,monospace;font-size:16px;font-weight:700;line-height:1;top:0;right:calc(50% - 10px)}.sad-face .eye:first-child{right:calc(50% + 2px)}.sad-face .mouth{position:absolute;border:2px solid #333;border-top:none;border-radius:0 0 20px 20px;width:20px;height:8px;bottom:6px;left:calc(50% - 10px);transform:rotate(180deg)}.hex-codes{color:#222;letter-spacing:2px;font-family:Courier New,Monaco,Consolas,monospace;font-size:16px;font-weight:500}.hex-line{margin-bottom:4px}@media (max-width:768px){.window:not(.fullscreen){border-radius:4px;width:95vw;min-width:280px;max-width:calc(100vw - 20px);height:85vh;min-height:200px;max-height:calc(100vh - 20px)}.window-resize-handle{opacity:.5}.window-resize-right,.window-resize-left{width:8px}.window-resize-bottom{height:8px}.window-resize-bottom-left,.window-resize-bottom-right{width:12px;height:12px}.window-container{padding:10px}.page-content{padding:1rem}.features-grid,.components-grid,.assets-grid,.download-options{grid-template-columns:1fr}.window-titlebar{height:44px;padding:0 8px}.window-control{width:14px;height:14px}}@media (max-width:480px){.icon-container{width:44px;height:44px}.icon-symbol{width:18px;height:18px}.icon-label{font-size:14px}.desktop-icon{width:80px}.window:not(.fullscreen){border-radius:4px;width:98svw;min-width:250px;max-width:calc(100svw - 10px);height:90svh;min-height:180px;max-height:calc(100svh - 10px)}.window-container{padding:5px}.page-content{padding:.75rem}.page-header{margin-bottom:1rem;padding:1rem}.page-title{font-size:1.5rem}.window-resize-right,.window-resize-left{width:10px}.window-resize-bottom{height:10px}.window-resize-bottom-left,.window-resize-bottom-right{width:15px;height:15px}.window-titlebar{padding:0 4px}.window-controls{gap:0}.window-control--icon{width:40px;height:40px}.window-title{margin-right:80px}}.feedback-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-label{display:block;color:#333;margin-bottom:.5rem;font-size:.9rem;font-weight:500}.required{color:#e74c3c;margin-left:2px}.form-input,.form-textarea{background:#fff;border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;transition:border-color .2s,box-shadow .2s;font-family:inherit;font-size:1rem}.form-input:focus,.form-textarea:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.form-input-error{border-color:#e74c3c}.form-input-error:focus{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.form-textarea{resize:vertical;min-height:120px}.form-error{color:#e74c3c;display:block;margin-top:.25rem;font-size:.85rem}.button-loading{opacity:.7;cursor:not-allowed}.button-loading:hover{background-color:var(--button-primary-bg);color:var(--button-primary-color)}@media (max-width:768px){.feedback-form{max-width:100%}.form-input,.form-textarea{padding:.6rem;font-size:.9rem}}
