:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:hsla(0,0%,100%,.87);background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%;-webkit-text-size-adjust:100%}:root,html{scroll-behavior:smooth}#about{scroll-margin-top:80px}@media (max-width:480px){#about{scroll-margin-top:150px}}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:block;min-width:320px;min-height:100vh;background:radial-gradient(circle at 80% 10%,#fff 0,#fff 25%,transparent 60%),radial-gradient(circle at 20% 20%,#fa9f3f 0,#fa9f3f 40%,transparent 70%),radial-gradient(circle at 70% 80%,#fcdc29 0,#fcdc29 35%,transparent 70%),radial-gradient(circle at 30% 70%,#b6d727 0,#b6d727 30%,transparent 70%),#fff;background-repeat:no-repeat;background-size:cover}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.social-link{text-decoration:none;color:inherit;display:block;width:100%;max-width:1260px;margin:0 auto}.social-link .step{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:nowrap;height:168px;box-sizing:border-box;min-width:400px;width:100%}.social-link .step h3{margin:0;font-size:2rem;line-height:1.1;flex:1 1 auto}.social-link .step img{width:72px;height:72px;object-fit:contain;margin-left:auto;transform:translateX(100px)}.social-icon-high-quality{width:96px!important;height:96px!important;image-rendering:-webkit-optimize-contrast;-ms-interpolation-mode:nearest-neighbor}@media (max-width:768px){.social-link{width:90%;max-width:90vw}.social-link .step{height:144px;gap:1.25rem;padding-right:200px}.social-link .step img{width:64px;height:64px;transform:translateX(100px)}.social-link .step h3{font-size:1.6rem}.social-icon-high-quality{width:80px!important;height:80px!important}}.app{min-height:100vh;display:flex;flex-direction:column;position:relative}.has-hero .hero{width:100dvw;height:100dvh;background-image:url(/cat.webp);background-size:cover;background-position:bottom;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;border-radius:0 0 120px 120px;border-top:1px solid transparent;margin:0}.app .main-content,.app>header{position:relative;z-index:1}.has-hero .main-content{margin-top:0!important;--main-top-offset:0px}.main-content{flex:1 1;padding:2rem;max-width:1200px;width:100%;margin:300px auto 0;position:relative;z-index:1;--main-top-offset:300px;box-sizing:border-box;overflow-x:visible}.hero-section{text-align:center;padding:50px;background:hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#2c3e50;border-radius:48px;max-width:1100px;width:90%;box-shadow:0 2px 20px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:center}.hero-section h1{font-size:3rem;margin:0 0 1rem;font-weight:700;color:#000}.old-god-text{font-size:1.8rem;color:#e74c3c;margin-bottom:1rem;font-style:italic}.hero-subtitle,.old-god-text{font-weight:600;text-align:center}.hero-subtitle{font-size:2.5rem;color:#2c3e50;margin-bottom:1.5rem;line-height:1.3}.hero-description{font-size:1.5rem;color:#7f8c8d;margin-bottom:2rem;text-align:center;font-weight:500;line-height:1.4}.hero-section p{font-size:1.5rem;margin-bottom:24px;color:#000;opacity:.8;line-height:1.5}.avatar-text{text-align:center;padding:2rem 0;margin-top:80px}.avatar-title{font-size:2.5rem;color:#2c3e50;margin-bottom:1.5rem;font-weight:600;line-height:1.3;text-align:center}.avatar-description{font-size:1.5rem;color:#7f8c8d;margin-bottom:2rem;font-weight:500;line-height:1.4;text-align:center}.avatar-features{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto;padding:0;list-style:none}.avatar-features li{font-size:1.2rem;color:#2c3e50;line-height:1.6;padding-left:1.5rem;position:relative;text-align:left}.avatar-features li:before{content:"•";position:absolute;left:0;top:0;font-size:1.5rem;color:#e74c3c;font-weight:700}.ruby-button{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;padding:1rem 2rem;font-size:1.1em;border-radius:12px;cursor:pointer;transition:all .3s ease;font-weight:500;letter-spacing:.5px;box-shadow:0 4px 15px rgba(231,76,60,.3);max-width:300px;margin:0 auto}.ruby-button:hover{background:linear-gradient(135deg,#c0392b,#a93226);transform:translateY(-2px);box-shadow:0 6px 20px rgba(231,76,60,.4)}.ruby-button:active{transform:translateY(0);box-shadow:0 2px 10px rgba(231,76,60,.5)}.features-section{padding:3rem 0}.features-section h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:hsla(0,0%,100%,.1);padding:2rem;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);text-align:center}@media (max-width:768px){.hero-section h1{font-size:2rem}.hero-section p{font-size:1rem}.features-grid{grid-template-columns:1fr}.main-content{padding:1rem}}@media (min-width:769px) and (max-width:1024px){.main-content{padding:1.5rem;margin-top:250px;--main-top-offset:250px}.hero-section{padding:3rem 2rem}.hero-section h1{font-size:2.5rem}.hero-section p{font-size:1.2rem}.avatar-title{font-size:2.2rem}.avatar-description{font-size:1.3rem}.avatar-features{grid-template-columns:1fr 1fr;gap:1.5rem;max-width:800px}.avatar-features li{font-size:1.1rem}.section h2,.section-title-black{font-size:2.2rem}.section-subtitle{font-size:1.1rem}.how-it-works-flex{gap:2rem}.how-it-works-image{margin-left:100px;max-width:280px;max-height:500px}.steps-container{gap:1.5rem;padding-left:1rem;padding-right:1rem;max-width:100%;box-sizing:border-box}.step{display:flex;justify-content:space-between;padding:1.8rem;max-width:800px;width:100%;box-sizing:border-box}.step h3{font-size:1.4rem}.step p{font-size:1rem}.advantages-circles{gap:2rem;min-height:700px}.circle-ras{width:280px;height:280px;margin-left:1.5rem}.circle-cerebral{width:220px;height:220px;margin-right:3rem;margin-top:-200px}.circle-all{width:230px;height:230px;margin-left:3rem;margin-top:-80px}.circle h3{font-size:1.4rem}.circle p{font-size:.95rem}.circle-ras-img{right:-80px;width:200px;height:200px}.circle-cerebral-img{right:-100px;width:200px;height:200px}.circle-all-img{right:-90px;width:200px;height:200px}.faq-item{padding:1.5rem}.faq-item h3{font-size:1.15rem;padding:1.5rem 1.5rem .5rem}.faq-item p{font-size:1.05rem;padding:0 1.5rem 1.5rem}.content-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.content-card{padding:2rem}.content-card h3{font-size:1.4rem}.content-card p{font-size:1rem}.ruby-button{padding:.9rem 1.8rem;font-size:1.05rem}.background-image-container{height:700px}}.read-the-docs{color:#888}.section{padding:4rem 0;margin-bottom:2rem;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.section h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#2c3e50;position:relative}.section-subtitle{text-align:center;font-size:1.2rem;color:#7f8c8d;margin-bottom:2rem;line-height:1.6}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem}.content-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,.1);transition:all .3s ease;border-left:4px solid #3498db}.content-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.15)}.content-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.content-card p{color:#7f8c8d;line-height:1.7}.how-it-works-flex{display:flex;flex-direction:row;align-items:center;gap:1.25rem;margin-top:2rem;justify-content:center;position:relative}.steps-container{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:1000px;min-width:320px;margin:0 auto}.how-it-works-image-wrapper{margin-left:0;display:flex;align-items:center}.how-it-works-image{height:800px;max-height:600px;width:auto;max-width:320px;border-radius:0;box-shadow:none;object-fit:contain;background:none;margin:0;display:block}@media (max-width:900px){.how-it-works-flex{flex-direction:column;align-items:center;height:auto}.how-it-works-image{max-width:90vw;width:100%;height:auto;margin-left:0;margin-top:1.5rem;align-self:center}}@media (max-width:480px){.how-it-works-flex{gap:1rem}.how-it-works-image{max-width:95vw;margin-top:1rem}.steps-container{gap:1rem;padding-left:.5rem;padding-right:.5rem}}#advantages,.advantages-circles{position:relative;width:100%;max-width:100%;box-sizing:border-box;overflow-x:visible}.advantages-circles{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:3rem;min-height:800px;padding-right:6rem;padding-left:2rem}.circle-ras{width:300px;height:300px;background:linear-gradient(135deg,#fff,#fa9f3f);align-self:flex-start;margin-left:-4rem;margin-top:0}.circle-cerebral{width:240px;height:240px;background:linear-gradient(135deg,#fff,#fcdc29);align-self:flex-end;margin-right:-4rem;margin-top:-260px}.circle-all{width:250px;height:250px;background:linear-gradient(135deg,#fff,#b6d727);align-self:center;margin-left:-3.5rem;margin-top:-50px}.circle{border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:2rem;box-shadow:0 8px 32px rgba(0,0,0,.15);position:relative}.circle h3{font-size:1.2rem;font-weight:700;margin-bottom:0}.circle h3,.circle p{color:#2c3e50;text-align:left;width:80%}.circle p{font-size:1rem;line-height:1.4;font-weight:500}@media (max-width:900px){.advantages-circles{flex-direction:column;align-items:center;gap:1.5rem;min-height:auto}.circle-all,.circle-cerebral,.circle-ras{margin:0;align-self:center}}@media (max-width:768px){.advantages-circles{gap:2rem;margin-top:2rem;min-height:auto}.circle-ras{width:250px;height:250px;margin-left:1rem;margin-top:0;align-self:center}.circle-cerebral{margin-right:0}.circle-all,.circle-cerebral{width:220px;height:220px;margin-left:0;margin-top:0;align-self:center}.circle h3{font-size:1.3rem}.circle p{font-size:.9rem}.circle-all-img,.circle-cerebral-img,.circle-ras-img{display:none}}@media (max-width:480px){.advantages-circles{gap:1.5rem;min-height:auto}.circle-ras{width:200px;height:200px;margin-left:0;padding:1.5rem}.circle-all,.circle-cerebral{width:180px;height:180px;padding:1.5rem}.circle h3{font-size:1.1rem}.circle p{font-size:.8rem}.circle-all-img,.circle-cerebral-img,.circle-ras-img{display:none}}.faq-container{margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.faq-container,.faq-item{max-width:100%;width:100%;box-sizing:border-box}.faq-item{background:hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:12px;box-shadow:0 2px 20px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid hsla(0,0%,100%,.2);text-align:left;overflow:hidden}.faq-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.faq-item h3{font-size:1.2rem;font-weight:700;margin:0 0 1rem;padding:1.5rem 1.5rem .5rem}.faq-item h3,.faq-item p{color:#000;background:none;text-align:left;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;box-sizing:border-box;max-width:100%}.faq-item p{line-height:1.6;margin:0 0 1.5rem;opacity:.8;font-size:1.1rem;padding:0 1.5rem 1.5rem}@media (max-width:768px){.faq-container{padding:0}.faq-container,.faq-item{width:100%;box-sizing:border-box}.faq-item{max-width:100%;padding:1rem}.faq-item h3{font-size:1.1rem;padding:1rem 1rem .5rem}.faq-item h3,.faq-item p{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;max-width:100%;box-sizing:border-box}.faq-item p{font-size:1rem;padding:0 1rem 1rem}}@media (max-width:480px){.faq-container{padding:0}.faq-container,.faq-item{width:100%;box-sizing:border-box}.faq-item{padding:.8rem;max-width:100%}.faq-item h3{font-size:1rem;padding:.8rem .5rem .3rem}.faq-item h3,.faq-item p{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;max-width:100%;box-sizing:border-box}.faq-item p{font-size:.9rem;padding:0 .5rem .8rem}}@media (max-width:768px){.section h2,.section-title-black{font-size:2rem}.section-subtitle{font-size:1rem}.advantages-circles,.avatar-features,.content-grid{grid-template-columns:1fr}.avatar-features{gap:1rem;padding:0 1rem;max-width:100%}.avatar-features li{font-size:1.1rem;padding-left:1.2rem}.avatar-text{padding:1.5rem 1rem}.avatar-title{font-size:2rem;margin-bottom:1rem}.avatar-description{font-size:1.3rem;margin-bottom:1.5rem}.steps-container{padding-left:1rem;padding-right:1rem;gap:1.5rem}.step{max-width:100%;padding:1.5rem}.step h3{font-size:1.3rem}.step p{font-size:1rem}.circle,.content-card{padding:1.5rem}.main-content{padding:1rem}.faq-contact{flex-direction:column;gap:1rem;text-align:center}.faq-contact-text{font-size:1.2rem}}@media (max-width:480px){.hero-section h1{font-size:1.5rem}.hero-section p{font-size:.9rem}.main-content{padding:.5rem;margin-top:200px;--main-top-offset:200px}.hero-section{padding:2rem 1rem}.avatar-text{padding:1rem .5rem}.avatar-title{font-size:1.8rem;margin-bottom:.8rem}.avatar-description{font-size:1.2rem;margin-bottom:1rem}.avatar-features{gap:.8rem;padding:0 .5rem}.avatar-features li{font-size:1rem;padding-left:1rem;line-height:1.5}.section h2,.section-title-black{font-size:1.8rem}.section-subtitle{font-size:.9rem}.step{padding:1rem}.step h3{font-size:1.1rem}.step p{font-size:.9rem}.faq-container{padding:0}.faq-container,.faq-item{width:100%;box-sizing:border-box}.faq-item{max-width:100%}.faq-item h3{font-size:1rem;padding:1rem .5rem .5rem}.faq-item h3,.faq-item p{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;max-width:100%;box-sizing:border-box}.faq-item p{font-size:.9rem;padding:0 .5rem 1rem}.ruby-button{padding:.8rem 1.5rem;font-size:1rem}}.demo-button{display:block;margin:0 auto 3rem}.section-title-black{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#000;font-weight:700}.faq-contact{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:3rem;flex-wrap:wrap}.faq-contact-text{font-size:1.3rem;color:#2c3e50;font-weight:500}.contact-button,.step{margin:0}.step{width:100%;max-width:550px;text-align:left;padding:2rem;background:hsla(0,0%,100%,.3);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:12px;box-shadow:0 2px 20px rgba(0,0,0,.1);transition:all .3s ease;position:relative;border:1px solid hsla(0,0%,100%,.2)}.step:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.step h3{font-size:1.5rem;margin-bottom:1rem;font-weight:700}.step h3,.step p{color:#000;text-align:left}.step p{line-height:1.6;margin:0;opacity:.8;font-size:1.1rem}@media (max-width:768px){.steps-container{padding-left:1rem;padding-right:1rem;gap:1.5rem}.step{max-width:100%;padding:1.5rem}.step h3{font-size:1.3rem}.step p{font-size:1rem}}.contact-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.45);z-index:2000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.contact-popup{background:#fff;border-radius:24px;box-shadow:0 8px 32px rgba(44,62,80,.18);padding:0;max-width:800px;width:90%;position:relative;animation:popupIn .2s;display:flex;flex-direction:column;--popup-max-h:90vh;max-height:var(--popup-max-h);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.35) transparent}.contact-popup::-webkit-scrollbar{width:8px}.contact-popup::-webkit-scrollbar-track{background:transparent}.contact-popup::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.35);border-radius:8px;border:2px solid transparent;background-clip:content-box}@keyframes popupIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.contact-popup-close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:2.5rem;color:#e74c3c;cursor:pointer;z-index:10;transition:color .2s;line-height:1;width:-50px;height:-50px;display:flex;align-items:center;justify-content:center}.contact-popup-close:hover{color:#c0392b}@media (max-width:600px){.contact-popup{padding:1.5rem 1rem;width:95%;max-width:95vw}}.background{background-image:url(/cat.webp);align-self:flex-start;width:100dvw;height:100dvh}@media (max-width:768px){.background-image-container{height:900px;border-radius:0 0 30px 30px}.background-image{min-height:900px;width:100vw;min-width:100vw}}@media (max-width:480px){.background-image-container{height:600px;border-radius:0 0 20px 20px}.background-image{min-height:600px;width:100vw;min-width:100vw}}.circle-ras-img{position:absolute;right:-150px;top:50%;transform:translateY(-50%);width:300px;height:300px;object-fit:contain}.circle-ras-img img{object-fit:contain!important}@media (max-width:1200px){.circle-ras-img{right:-100px;width:200px;height:200px}}@media (max-width:900px){.circle-ras-img{right:-50px;width:120px;height:120px}}@media (max-width:768px){.circle-ras-img{display:none}}.circle-cerebral-img{position:absolute;right:-180px;top:50%;transform:translateY(-50%);width:300px;height:300px;object-fit:contain}.circle-cerebral-img img{object-fit:contain!important}@media (max-width:1200px){.circle-cerebral-img{right:-120px;width:200px;height:200px}}@media (max-width:900px){.circle-cerebral-img{right:-60px;width:120px;height:120px}}@media (max-width:768px){.circle-cerebral-img{display:none}}.circle-all-img{position:absolute;right:-170px;top:50%;transform:translateY(-50%);width:300px;height:300px;object-fit:contain}.circle-all-img img{object-fit:contain!important}@media (max-width:1200px){.circle-all-img{right:-110px;width:200px;height:200px}}@media (max-width:900px){.circle-all-img{right:-50px;width:120px;height:120px}}@media (max-width:768px){.circle-all-img{display:none}}@media (min-width:1025px) and (max-width:1200px){.main-content{padding:2rem;margin-top:280px;--main-top-offset:280px}.hero-section{padding:3.5rem 2.5rem}.hero-section h1{font-size:2.8rem}.hero-section p{font-size:1.3rem}.avatar-title{font-size:2.4rem}.avatar-description{font-size:1.4rem}.avatar-features{grid-template-columns:1fr 1fr;gap:1.8rem;max-width:900px}.avatar-features li{font-size:1.15rem}.section h2,.section-title-black{font-size:2.4rem}.section-subtitle{font-size:1.15rem}.how-it-works-flex{gap:2.2rem}.how-it-works-image{margin-left:120px;max-width:320px;max-height:580px}.steps-container{gap:1.8rem;padding-left:1rem;padding-right:1rem;max-width:100%;box-sizing:border-box}.step{padding:2rem;max-width:800px;width:100%;box-sizing:border-box}.step h3{font-size:1.5rem}.step p{font-size:1.05rem}.advantages-circles{gap:2.2rem;min-height:750px}.circle-ras{width:290px;height:290px;margin-left:1.8rem}.circle-cerebral{width:230px;height:230px;margin-right:3.5rem;margin-top:-220px}.circle-all{width:240px;height:240px;margin-left:3.5rem;margin-top:-90px}.circle h3{font-size:1.45rem}.circle p{font-size:1rem}.circle-ras-img{right:-100px;width:250px;height:250px}.circle-cerebral-img{right:-130px;width:250px;height:250px}.circle-all-img{right:-120px;width:250px;height:250px}.faq-item{padding:1.8rem}.faq-item h3{font-size:1.2rem;padding:1.8rem 1.8rem .5rem}.faq-item p{font-size:1.1rem;padding:0 1.8rem 1.8rem}.content-grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:1.8rem}.content-card{padding:2.2rem}.content-card h3{font-size:1.45rem}.content-card p{font-size:1.05rem}.ruby-button{padding:1rem 2rem;font-size:1.1rem}.background-image-container{height:750px}}body{overflow-x:hidden}.responsive-img,img{max-width:100%;height:auto;display:block;object-fit:cover}.full-bleed{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;max-width:none;box-sizing:border-box}@media (max-width:400px){.avatar-text,.content-grid,.faq-container,.hero-section,.main-content,.section{padding:.5rem!important}.avatar-title,.hero-section h1,.section-title-black{font-size:1.2rem!important}.avatar-description,.content-card p,.faq-item p,.section-subtitle{font-size:.8rem!important}.contact-submit,.ruby-button{font-size:1rem!important;padding:.7rem 1.2rem!important}}.faq-container-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.debug-layout .app{outline:2px solid rgba(255,0,0,.6)}.debug-layout .has-hero .hero{outline:2px solid rgba(0,255,0,.6)}.debug-layout .hero-section{outline:2px solid rgba(255,165,0,.8)}.debug-layout .main-content{outline:2px solid rgba(0,0,255,.6)}.debug-layout header.header{outline:2px solid rgba(255,0,255,.6)}.debug-layout .has-hero .hero{overflow:auto}.debug-layout .has-hero .main-content,.debug-layout .hero-section>h1{margin-top:0!important}.debug-layout body:before{content:"DEBUG";position:fixed;top:0;left:0;z-index:9999;background:rgba(255,0,0,.15);color:#c00;font:12px/1 monospace;padding:2px 6px;border-bottom-right-radius:6px}