.cr-root{--bg:#f4f4f6;--surface:#fff;--surface-hover:#f8fafc;--panel:#ffffffb3;--border-light:#00000014;--text-main:#0f172a;--text-muted:#64748b;--accent:#0284c7;--accent-muted:#0284c71a;--glass-shadow:0 10px 40px -10px #00000014;--glass-shadow-hover:0 20px 40px -10px #0000001f;--gemini-bar-bg:#fffffff2;--gemini-bar-shadow:0 12px 48px #0000000f, 0 2px 12px #0000000a;--spark-color:#0f172a;--glow-core:#0003;--glow-aura:#0284c726;--easing:cubic-bezier(.16, 1, .3, 1);background-color:var(--bg);color:var(--text-main);-webkit-font-smoothing:antialiased;font-family:Outfit,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;position:fixed;inset:0;overflow:hidden}.cr-root .cr-bg-bg{background-color:var(--bg)}.cr-root .cr-bg-surface{background-color:var(--surface)}.cr-root .cr-bg-surface-hover{background-color:var(--surface-hover)}.cr-root .cr-bg-text-main{background-color:var(--text-main)}.cr-root .cr-bg-accent{background-color:var(--accent)}.cr-root .cr-bg-accent-muted{background-color:var(--accent-muted)}.cr-root .cr-bg-border{background-color:var(--border-light)}.cr-root .cr-text-main{color:var(--text-main)}.cr-root .cr-text-muted{color:var(--text-muted)}.cr-root .cr-text-muted-soft{color:#64748bb3}.cr-root .cr-text-bg{color:var(--bg)}.cr-root .cr-text-accent{color:var(--accent)}.cr-root .cr-border-light{border-color:var(--border-light)}.cr-root .cr-border-text-muted{border-color:var(--text-muted)}.cr-root .cr-placeholder-muted::placeholder{color:#64748b99}.cr-root .cr-hover-surface-hover:hover{background-color:var(--surface-hover)}.cr-root .cr-hover-text-main:hover{color:var(--text-main)}.cr-root .cr-hover-border-accent:hover{border-color:var(--accent-muted)}.cr-root .view{z-index:10;opacity:0;pointer-events:none;transition:opacity .5s var(--easing);flex-direction:column;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden auto}.cr-root .view.active{opacity:1;pointer-events:auto}.cr-root .view .stagger-item{opacity:0;transition:opacity .8s var(--easing),transform .8s var(--easing);transform:translateY(20px)scale(.98)}.cr-root .view.active .stagger-item{opacity:1;transform:translateY(0)scale(1)}.cr-root .noise-bg{z-index:0;opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");position:fixed;inset:0}.cr-root .blob-bg{z-index:0;pointer-events:none;opacity:.7;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.cr-root .blob-1{background:var(--accent-muted);filter:blur(100px);border-radius:9999px;width:600px;height:600px;animation:10s infinite cr-blob;position:absolute;top:-20%;left:-10%}.cr-root .blob-2{filter:blur(100px);background:#a855f71a;border-radius:9999px;width:500px;height:500px;animation:10s 2s infinite cr-blob;position:absolute;bottom:-20%;right:-10%}@keyframes cr-blob{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}.cr-root .glass-panel{background:var(--panel);border:1px solid var(--border-light);-webkit-backdrop-filter:blur(20px);box-shadow:var(--glass-shadow);transition:transform .4s var(--easing),border-color .4s var(--easing),box-shadow .4s var(--easing),background .4s var(--easing)}.cr-root .gemini-bar{background:var(--gemini-bar-bg);box-shadow:var(--gemini-bar-shadow);-webkit-backdrop-filter:blur(30px);transition:all .4s var(--easing);border:1px solid var(--border-light)}.cr-root .gemini-bar:focus-within{box-shadow:0 0 0 4px var(--accent-muted),var(--gemini-bar-shadow);border-color:#38bdf84d;transform:translateY(-3px)}.cr-root .assembly-engine{perspective:1200px;transform-style:preserve-3d}.cr-root .assembly-ring{border:1px dashed var(--accent-muted);transform-style:preserve-3d;border-radius:50%;position:absolute;inset:0}.cr-root .assembly-ring.solid{opacity:.5;border-style:solid}.cr-root .assembly-ring.spin-slow{animation:12s linear infinite cr-spin}.cr-root .assembly-ring.spin-slow-reverse{animation:16s linear infinite reverse cr-spin}@keyframes cr-spin{to{transform:rotate(360deg)}}.cr-root .assembly-pane{background:var(--surface);border:1px solid var(--border-light);box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1rem;flex-direction:column;gap:8px;padding:12px;animation:8s cubic-bezier(.25,1,.5,1) infinite cr-assemble;display:flex;position:absolute}.cr-root .pane-img{width:120px;height:140px;animation-delay:0s;top:-10px;left:-30px}.cr-root .pane-text{justify-content:center;width:160px;height:80px;animation-delay:.5s;top:20px;right:-40px}.cr-root .pane-btn{flex-direction:row;justify-content:center;align-items:center;width:100px;height:40px;animation-delay:1s;bottom:-20px;left:20px}@keyframes cr-assemble{0%{opacity:0;filter:blur(10px);transform:translateZ(-200px)translateY(40px)rotateX(20deg)}15%,80%{opacity:1;filter:blur();transform:translateZ(0)translateY(0)rotateX(0)}to{opacity:0;filter:blur(5px);transform:translateZ(150px)translateY(-20px)rotateX(-10deg)}}.cr-root .btn-shimmer{background:var(--text-main);color:var(--bg);transition:transform .3s var(--easing),box-shadow .3s var(--easing);position:relative;overflow:hidden}.cr-root .btn-shimmer:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:50%;height:100%;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.cr-root .btn-shimmer:hover{box-shadow:0 10px 20px var(--accent-muted);transform:translateY(-2px)}.cr-root .btn-shimmer:hover:before{animation:1.5s infinite cr-shine}@keyframes cr-shine{to{left:200%}}.cr-root .pop-menu{transform-origin:0 100%;transition:all .3s var(--easing)}.cr-root .pop-menu.is-hidden{opacity:0;pointer-events:none;transform:scale(.9)translateY(10px)}.cr-root .ai-spark{width:80px;height:80px;fill:var(--spark-color);opacity:0;transform-origin:50%;animation:1.5s cubic-bezier(.175,.885,.32,1.275) forwards cr-spark-birth,4s ease-in-out 1.5s infinite alternate cr-core-breathe;transform:scale(0)}@keyframes cr-spark-birth{0%{opacity:0;filter:drop-shadow(0 0 0 var(--glow-core));transform:scale(0)rotate(-90deg)}to{opacity:1;filter:drop-shadow(0 0 30px var(--spark-color)) drop-shadow(0 0 60px var(--glow-aura));transform:scale(1)rotate(0)}}@keyframes cr-core-breathe{0%{filter:drop-shadow(0 0 30px var(--spark-color)) drop-shadow(0 0 60px var(--glow-aura));transform:scale(1)rotate(0)}to{filter:drop-shadow(0 0 45px var(--spark-color)) drop-shadow(0 0 80px var(--glow-aura));transform:scale(1.2)rotate(45deg)}}.cr-root .status-text{letter-spacing:.5em;text-transform:uppercase;color:var(--text-main);text-align:center;width:100%;text-shadow:0 2px 10px var(--bg);margin-left:.5em;font-size:.65rem;font-weight:500;transition:opacity .4s ease-in-out,filter .4s ease-in-out;position:absolute;top:calc(50% + 60px)}.cr-root .status-text.is-hidden{opacity:0;filter:blur(4px)}.cr-root .plat-frame{display:none}.cr-root .plat-frame.is-active{display:block}.cr-root .phone-shell{color:#050505;background:#fff;border-radius:24px;width:100%;max-width:380px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden;box-shadow:0 30px 80px -30px #00000080}.cr-root .ig-shell{color:#fff;background:#000}.cr-root .yt-shell{color:#fff;background:#0f0f0f}.cr-root .ga-shell{color:#202124;background:#fff;border:1px solid #dadce0}.cr-root .ma-shell{color:#050505;background:#f5f6f7}.cr-root .lightbox-overlay{z-index:200;-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;transition:opacity .35s var(--easing);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cr-root .lightbox-overlay.active{opacity:1;pointer-events:auto}.cr-root .lightbox-overlay img{max-width:90vw;max-height:85vh;transition:transform .35s var(--easing);border-radius:16px;transform:scale(.92);box-shadow:0 40px 100px #00000080}.cr-root .lightbox-overlay.active img{transform:scale(1)}.cr-root .lightbox-close{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:20px;right:20px}.cr-root .lightbox-close:hover{background:#ffffff4d}.cr-root .custom-scroll::-webkit-scrollbar{width:4px;height:4px}.cr-root .custom-scroll::-webkit-scrollbar-track{background:0 0}.cr-root .custom-scroll::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:4px}.cr-root .cr-seg{background:var(--surface);border:1px solid var(--border-light);border-radius:999px;gap:2px;padding:3px;display:inline-flex}.cr-root .cr-seg-btn{letter-spacing:.02em;color:var(--text-muted);transition:all .25s var(--easing);white-space:nowrap;border-radius:999px;padding:6px 14px;font-size:11px;font-weight:600}.cr-root .cr-seg-btn:hover{color:var(--text-main)}.cr-root .cr-seg-btn.is-active{background:var(--text-main);color:var(--bg);box-shadow:0 4px 12px #0000001f}.cr-root .plat-tab.is-active{color:var(--text-main);background:var(--border-light);box-shadow:0 1px 2px #0000000d}.cr-root .icon-btn{color:var(--text-muted);transition:all .3s var(--easing);border-radius:9999px;position:relative;overflow:hidden}.cr-root .icon-btn:hover{color:var(--text-main)}.cr-root .gen-stage{pointer-events:none;z-index:2;color:var(--text-main);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.cr-root .gen-halo{background:radial-gradient(circle at center,var(--accent-muted) 0%,#0000 65%);filter:blur(20px);opacity:.7;border-radius:9999px;width:520px;height:520px;animation:5.5s ease-in-out infinite gen-halo-breathe;position:absolute}.cr-root .gen-halo--soft{filter:blur(10px);background:radial-gradient(circle,#0f172a0f,#0000 70%);width:360px;height:360px;animation-duration:7s;animation-direction:alternate}@keyframes gen-halo-breathe{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.85;transform:scale(1.08)}}.cr-root .gen-orbit-rig{justify-content:center;align-items:center;width:320px;height:320px;display:flex;position:relative}.cr-root .gen-ring{border:1px solid var(--border-light);transform-origin:50%;border-radius:50%;position:absolute;top:50%;left:50%}.cr-root .gen-ring--xl{opacity:.55;width:320px;height:320px;margin:-160px 0 0 -160px;animation:22s linear infinite gen-spin}.cr-root .gen-ring--lg{opacity:.7;border-style:dashed;width:220px;height:220px;margin:-110px 0 0 -110px;animation:14s linear infinite reverse gen-spin}.cr-root .gen-ring--md{opacity:.85;width:140px;height:140px;margin:-70px 0 0 -70px;animation:9s linear infinite gen-spin}.cr-root .gen-node{background:var(--text-main);width:6px;height:6px;box-shadow:0 0 0 3px #fff9,0 0 14px var(--accent);border-radius:50%;margin-left:-3px;position:absolute;top:-3px;left:50%}.cr-root .gen-ring--lg .gen-node{background:var(--accent);width:5px;height:5px;box-shadow:0 0 12px var(--accent);margin-left:-2.5px;top:-2.5px}.cr-root .gen-ring--md .gen-node{background:var(--text-main);width:4px;height:4px;margin-left:-2px;top:-2px;box-shadow:0 0 8px #00000040}@keyframes gen-spin{to{transform:rotate(360deg)}}.cr-root .gen-arc{width:320px;height:320px;color:var(--text-main);opacity:.9;animation:6s linear infinite gen-spin;position:absolute}.cr-root .gen-core{justify-content:center;align-items:center;width:56px;height:56px;animation:3.2s ease-in-out infinite gen-core-pulse;display:flex;position:relative}.cr-root .gen-core-square{background:var(--text-main);box-shadow:0 12px 32px #0f172a40,0 0 0 1px #ffffff0f inset,0 0 40px var(--accent-muted);border-radius:10px;animation:8s linear infinite gen-square-spin;position:absolute;inset:0;transform:rotate(45deg)}.cr-root .gen-core-square--inner{background:var(--bg);box-shadow:none;border-radius:4px;animation:8s linear infinite reverse gen-square-spin;inset:14px}@keyframes gen-square-spin{to{transform:rotate(405deg)}}@keyframes gen-core-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.cr-root .gen-status-wrap{pointer-events:none;flex-direction:column;align-items:center;gap:18px;display:flex;position:absolute;bottom:18%;left:0;right:0}.cr-root .gen-status{letter-spacing:.42em;text-transform:uppercase;color:var(--text-main);text-align:center;margin-left:.42em;font-family:Outfit,ui-sans-serif,system-ui,sans-serif;font-size:.7rem;font-weight:500;transition:opacity .32s,filter .32s,transform .32s}.cr-root .gen-status.is-hidden{opacity:0;filter:blur(6px);transform:translateY(4px)}.cr-root .gen-steps{align-items:center;gap:6px;display:flex}.cr-root .gen-step{background:var(--border-light);width:22px;height:2px;transition:background .5s var(--easing),width .5s var(--easing);border-radius:2px}.cr-root .gen-step.is-on{background:var(--text-main);width:32px}.cr-root .cr-seg-btn--locked{opacity:.55;cursor:not-allowed}.cr-root .cr-seg-btn--locked:hover{color:var(--text-muted)}
