@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.block{display:block}.table{display:table}.rounded{border-radius:.25rem}.overline{text-decoration-line:overline}}:root{--ink:#11191f;--ink-soft:#46515a;--paper:#f4f1eb;--paper-bright:#fbfaf7;--line:#d8d3ca;--coral:#ff5c39;--coral-dark:#c83219;--mint:#a5e7c2;--yellow:#ffdc72;--blue:#6f9fff;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{background:var(--paper);color:var(--ink);font-family:var(--font-geist-sans), Arial, Helvetica, sans-serif;text-rendering:optimizelegibility;margin:0}a{color:inherit;text-decoration:none}button,summary,a{-webkit-tap-highlight-color:transparent}::selection{background:var(--coral);color:var(--white)}.site{overflow:hidden}.siteHeader{z-index:50;pointer-events:none;padding:16px 24px;position:fixed;top:0;left:0;right:0}.headerInner{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto;background:#fbfaf7e0;border:1px solid #11191f1a;border-radius:18px;align-items:center;width:min(1180px,100%);height:64px;margin:0 auto;padding:0 10px 0 24px;display:flex;box-shadow:0 10px 30px #11191f12}.wordmark{letter-spacing:-.055em;align-items:baseline;font-size:23px;font-weight:760;display:inline-flex}.wordmark span{color:var(--coral)}.desktopNav{gap:30px;margin:0 auto;font-size:13px;font-weight:610;display:flex}.desktopNav a{color:#3e484f;padding:22px 0;transition:color .18s;position:relative}.desktopNav a:after{background:var(--ink);content:"";transform-origin:100%;height:1px;transition:transform .18s;position:absolute;bottom:15px;left:0;right:0;transform:scaleX(0)}.desktopNav a:hover{color:var(--ink)}.desktopNav a:hover:after{transform-origin:0;transform:scaleX(1)}.headerCta{background:var(--ink);height:44px;color:var(--white);border-radius:12px;align-items:center;gap:14px;padding:0 18px;font-size:13px;font-weight:650;transition:background .18s,transform .18s;display:inline-flex}.headerCta:hover{background:var(--coral);transform:translateY(-1px)}.headerCta span{font-size:15px}.mobileNav{display:none}.hero{background:radial-gradient(circle at 82% 32%, #ff5c391a, transparent 23%), var(--paper);min-height:790px;padding:146px 24px 92px;position:relative}.hero:before{content:"";pointer-events:none;border-left:1px solid #11191f0b;border-right:1px solid #11191f0b;width:min(1180px,100% - 48px);height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.heroGrid{z-index:1;grid-template-columns:minmax(0,.94fr) minmax(520px,1.06fr);align-items:center;gap:52px;width:min(1180px,100%);margin:0 auto;display:grid;position:relative}.heroCopy{padding:26px 0}.eyebrow{font-family:var(--font-geist-mono), monospace;letter-spacing:.11em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:25px;font-size:11px;font-weight:650;display:inline-flex}.eyebrowDot{background:var(--coral);border-radius:50%;width:8px;height:8px;position:relative;box-shadow:0 0 0 5px #ff5c391f}.hero h1{letter-spacing:-.072em;max-width:670px;margin:0;font-size:clamp(62px,6.6vw,91px);font-weight:710;line-height:.94}.hero h1 span{color:var(--coral);display:block}.heroText{max-width:570px;color:var(--ink-soft);letter-spacing:-.015em;margin:30px 0 0;font-size:18px;line-height:1.58}.heroActions{align-items:center;gap:28px;margin-top:34px;display:flex}.button{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:30px;min-height:54px;padding:0 23px;font-size:14px;font-weight:680;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.buttonPrimary{background:var(--ink);color:var(--white);box-shadow:0 12px 28px #11191f29}.buttonPrimary:hover{background:var(--coral);box-shadow:0 14px 34px #ff5c3940}.textLink{border-bottom:1px solid var(--ink);align-items:center;gap:12px;padding:8px 0 5px;font-size:14px;font-weight:640;display:inline-flex}.textLink span{color:var(--coral);transition:transform .18s}.textLink:hover span{transform:translateY(3px)}.heroPromise{color:#677078;font-family:var(--font-geist-mono), monospace;letter-spacing:.055em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:12px;margin-top:37px;font-size:10px;font-weight:550;display:flex}.heroPromise i{background:#a5aaa9;border-radius:50%;width:3px;height:3px}.productStage{isolation:isolate;background-color:#151f27;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:36px 36px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #ffffff17;border-radius:34px;justify-content:center;align-items:center;min-height:555px;display:flex;position:relative;box-shadow:inset 0 1px #ffffff14,0 30px 70px #11191f3b}.conceptBadge{z-index:6;color:#dfe5e7;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080e12ad;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:8px;padding:8px 11px;font-size:8px;font-weight:700;display:inline-flex;position:absolute;top:18px;left:18px}.conceptBadge span{background:var(--mint);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #a5e7c21f}.productStage:before{z-index:-1;content:"";border:1px solid #ffffff17;border-radius:50%;width:320px;height:320px;position:absolute}.productStage:after{z-index:-1;content:"";border:1px solid #ffffff0e;border-radius:50%;width:450px;height:450px;position:absolute}.stageGlow{z-index:-1;filter:blur(70px);background:#ff5c393d;border-radius:50%;width:260px;height:260px;position:absolute;bottom:6%;right:12%}.appWindow{background:#f9f9f7;border:1px solid #ffffffb3;border-radius:18px;width:88%;animation:7s ease-in-out infinite hoverWindow;overflow:hidden;transform:rotate(-1.2deg);box-shadow:0 28px 70px #00000057}.appTopbar{background:#fff;border-bottom:1px solid #e5e6e3;align-items:center;height:34px;padding:0 11px;display:flex}.windowDots{gap:4px;display:flex}.windowDots span{background:#d5d8d6;border-radius:50%;width:6px;height:6px}.windowDots span:first-child{background:var(--coral)}.appUrl{color:#949a98;font-family:var(--font-geist-mono), monospace;margin:0 auto;font-size:7px}.avatar{background:var(--yellow);width:20px;height:20px;color:var(--ink);border-radius:50%;place-items:center;font-size:6px;font-weight:800;display:grid}.appBody{min-height:366px;display:flex}.appSidebar{background:#101920;flex-direction:column;align-items:center;width:54px;padding:18px 0;display:flex}.miniLogo{color:var(--white);margin-bottom:34px;font-size:14px;font-weight:780}.miniLogo:first-letter{color:var(--coral)}.sideItem{border:1px solid #697178;border-radius:4px;width:14px;height:14px;margin-bottom:17px;position:relative}.sideItem.active{border-color:var(--coral);background:var(--coral);box-shadow:0 0 0 5px #ff5c391f}.sideItem.small{border-radius:50%;width:11px;height:11px;margin-top:auto}.dashboard{flex:1;padding:25px 25px 22px}.dashboardHead{justify-content:space-between;align-items:flex-start;display:flex}.dashboardHead>div{flex-direction:column;display:flex}.overline{color:#8c9498;font-family:var(--font-geist-mono), monospace;letter-spacing:.11em;margin-bottom:7px;font-size:7px;font-weight:650}.dashboardHead strong{color:#162027;letter-spacing:-.045em;font-size:18px}.liveBadge{color:#59635f;background:#fff;border:1px solid #dfe4e1;border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:7px;font-weight:700;display:inline-flex}.liveBadge i{background:#42b77b;border-radius:50%;width:5px;height:5px;box-shadow:0 0 0 3px #42b77b21}.metricGrid{grid-template-columns:1.17fr .83fr;gap:10px;margin-top:21px;display:grid}.metric{border-radius:11px;flex-direction:column;min-height:104px;padding:14px;display:flex}.metric span{font-size:7px;font-weight:650}.metric strong{letter-spacing:-.055em;margin-top:7px;font-size:25px}.metric small{opacity:.7;margin-top:auto;font-size:6px}.metricDark{color:#fff;background:#162129}.metricDark strong{color:var(--mint)}.metricLight{color:#1c262d;background:#f1ede5;border:1px solid #e0ded8}.metricLight strong{color:var(--coral)}.activityCard{background:#fff;border:1px solid #e5e5e1;border-radius:11px;margin-top:10px;padding:14px 14px 8px}.activityTitle{border-bottom:1px solid #ecece8;justify-content:space-between;align-items:center;padding-bottom:9px;font-size:7px;display:flex}.activityTitle strong{color:#253038;font-size:8px}.activityTitle span{color:var(--coral);font-weight:700}.activityRow{border-bottom:1px solid #efefec;grid-template-columns:25px 1fr auto;align-items:center;gap:8px;padding:8px 0;display:grid}.activityRow:last-child{border-bottom:0}.activityIcon{color:#1e292f;border-radius:7px;place-items:center;width:23px;height:23px;font-size:7px;font-style:normal;font-weight:800;display:grid}.activityIcon.mint{background:var(--mint)}.activityIcon.yellow{background:var(--yellow)}.activityIcon.coral{background:#ffb4a3}.activityRow div{flex-direction:column;min-width:0;display:flex}.activityRow div strong{color:#2a3339;white-space:nowrap;font-size:7px}.activityRow div small{color:#919795;margin-top:2px;font-size:6px}.rowTime{color:#9ca19f;font-family:var(--font-geist-mono), monospace;font-size:6px}.floatingCard{z-index:5;background:#fffffff5;border:1px solid #ffffffa6;align-items:center;animation:6s ease-in-out infinite floatCard;display:flex;position:absolute;box-shadow:0 16px 36px #00000040}.floatingTime{border-radius:13px;gap:10px;min-width:150px;padding:11px 13px;top:54px;right:-22px}.floatIcon{background:var(--yellow);width:31px;height:31px;color:var(--ink);border-radius:9px;place-items:center;font-size:15px;font-weight:800;display:grid}.floatingCard div{flex-direction:column;display:flex}.floatingCard small{color:#7b8384;font-size:7px}.floatingCard strong{color:#172128;margin-top:3px;font-size:11px}.floatingSync{border-radius:13px;gap:10px;padding:12px 15px;animation-delay:-2.5s;bottom:50px;left:-26px}.syncDot{background:#43bb7c;border:3px solid #fff;border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 4px #43bb7c29}@keyframes hoverWindow{0%,to{transform:rotate(-1.2deg)translateY(0)}50%{transform:rotate(-.5deg)translateY(-7px)}}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.audienceStrip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper-bright);padding:0 24px}.stripInner{justify-content:space-between;align-items:center;width:min(1180px,100%);min-height:105px;margin:0 auto;display:flex}.stripInner p{color:#626b70;max-width:210px;margin:0;font-size:12px;line-height:1.45}.audienceList{align-items:center;gap:42px;display:flex}.audienceList span{color:#3f484d;letter-spacing:-.025em;font-size:16px;font-weight:650}.section{padding:126px 24px}.sectionInner{width:min(1180px,100%);margin:0 auto}.sectionLabel{color:var(--coral-dark);font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;align-items:center;gap:10px;font-size:10px;font-weight:700;display:inline-flex}.sectionLabel:before{content:"";background:currentColor;width:24px;height:1px}.sectionLabelLight{color:#ff9b82}.intro{background:var(--paper)}.introGrid{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:104px;display:grid}.intro h2,.sectionHead h2,.processIntro h2,.faqIntro h2{letter-spacing:-.06em;margin:22px 0 0;font-size:clamp(44px,5vw,69px);font-weight:650;line-height:1.02}.intro h2 em{color:#827d76;font-style:normal}.introBody{padding-top:36px}.introBody p{color:#505a60;margin:0 0 18px;font-size:17px;line-height:1.65}.arrowLink{border-bottom:1px solid var(--ink);align-items:center;gap:38px;margin-top:12px;padding-bottom:6px;font-size:14px;font-weight:680;display:inline-flex}.arrowLink span{color:var(--coral);transition:transform .18s}.arrowLink:hover span{transform:translate(4px)}.services{background:var(--paper-bright)}.sectionHead{grid-template-columns:1.25fr .75fr;align-items:end;gap:104px;display:grid}.sectionHead p{color:#61696d;max-width:470px;margin:0 0 6px;font-size:16px;line-height:1.6}.serviceGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:62px;display:grid}.serviceCard{border:1px solid var(--line);background:var(--paper);border-radius:22px;flex-direction:column;min-height:405px;padding:26px;transition:transform .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden}.serviceCard:before{background:var(--card-accent);content:"";opacity:.78;border-radius:50%;width:160px;height:160px;transition:transform .26s;position:absolute;top:-60px;right:-40px;transform:scale(.66)}.serviceCard:hover{transform:translateY(-5px);box-shadow:0 18px 45px #11191f17}.serviceCard:hover:before{transform:scale(1)}.service-coral{--card-accent:var(--coral)}.service-mint{--card-accent:var(--mint)}.service-yellow{--card-accent:var(--yellow)}.cardTopline{z-index:1;font-family:var(--font-geist-mono), monospace;justify-content:space-between;align-items:center;font-size:10px;font-weight:650;display:flex;position:relative}.cardArrow{background:#ffffff4d;border:1px solid #11191f33;border-radius:50%;place-items:center;width:35px;height:35px;font-size:14px;transition:background .18s,color .18s,transform .18s;display:grid}.serviceCard:hover .cardArrow{background:var(--ink);color:#fff;transform:rotate(45deg)}.serviceCard h3{z-index:1;letter-spacing:-.05em;max-width:280px;margin:87px 0 14px;font-size:29px;font-weight:670;line-height:1.07;position:relative}.serviceCard p{z-index:1;color:#5f686c;margin:0;font-size:14px;line-height:1.58;position:relative}.tagList{z-index:1;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:24px;display:flex;position:relative}.tagList span{color:#5c6467;background:#ffffff73;border:1px solid #d6d3cd;border-radius:999px;padding:7px 9px;font-size:9px;font-weight:600}.ownProduct{background:var(--paper-bright);padding-top:0}.ownProductIntro{grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);align-items:end;gap:35px 70px;margin-bottom:46px;display:grid}.ownProductIntro .sectionLabel{grid-column:1/-1}.ownProductIntro h2{letter-spacing:-.065em;max-width:720px;margin:0;font-size:clamp(44px,5.3vw,72px);font-weight:650;line-height:.98}.ownProductIntro>p{max-width:470px;color:var(--ink-soft);margin:0 0 5px;font-size:15px;line-height:1.7}.ownProductList{gap:34px;display:grid}.ownProductCard{color:#fff;background:#171622;border:1px solid #ffffff14;border-radius:30px;grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);min-height:540px;transition:box-shadow .22s,transform .22s;display:grid;overflow:hidden;box-shadow:0 28px 70px #11191f2b}.ownProductCard:hover{transform:translateY(-4px);box-shadow:0 34px 82px #11191f3d}.ownProductCard:focus-visible{outline-offset:5px;outline:3px solid #7655ff}.ownProductCopy{z-index:2;flex-direction:column;padding:66px 38px 58px 64px;display:flex;position:relative}.ownProductEyebrow{color:#a9a4bb;font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;align-items:center;gap:10px;font-size:9px;font-weight:700;display:inline-flex}.ownProductEyebrow i{background:#7655ff;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #7655ff24}.ownProductCopy h2{letter-spacing:-.065em;max-width:500px;margin:30px 0 22px;font-size:clamp(46px,4.7vw,66px);font-weight:660;line-height:.98}.ownProductCopy>p{color:#b8b4c4;max-width:500px;margin:0;font-size:15px;line-height:1.65}.ownProductMeta{flex-wrap:wrap;gap:7px;margin-top:28px;display:flex}.ownProductMeta span{color:#d5d1df;border:1px solid #ffffff21;border-radius:999px;padding:8px 10px;font-size:9px;font-weight:620}.ownProductLink{color:#171622;background:#fff;border-radius:12px;align-self:flex-start;align-items:center;gap:26px;margin-top:auto;padding:15px 18px;font-size:13px;font-weight:700;transition:background .18s,color .18s;display:inline-flex}.ownProductLink b{font-size:15px;transition:transform .18s}.ownProductCard:hover .ownProductLink{color:#fff;background:#7655ff}.ownProductCard:hover .ownProductLink b{transform:translate(2px,-2px)}.ownProductVisual{isolation:isolate;background-color:#11101a;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;justify-content:center;align-items:center;min-width:0;display:flex;position:relative;overflow:hidden}.ownProductVisual:before,.ownProductVisual:after{z-index:-1;content:"";border:1px solid #ffffff14;border-radius:50%;width:470px;height:470px;position:absolute}.ownProductVisual:after{width:340px;height:340px}.ownProductGlow{z-index:-1;filter:blur(72px);background:#7655ff57;border-radius:50%;width:310px;height:310px;position:absolute}.ownProductWindow{color:#1b1924;background:#f8f7fc;border:1px solid #ffffffc7;border-radius:23px;width:min(360px,68%);padding:19px;transition:transform .26s;transform:rotate(-2deg);box-shadow:0 28px 65px #0000006e}.ownProductCard:hover .ownProductWindow{transform:rotate(0)translateY(-3px)}.ownProductWindowHead,.ownProductTab{align-items:center;display:flex}.ownProductWindowHead{border-bottom:1px solid #e4e1eb;padding-bottom:15px}.ownProductMark{color:#fff;background:#7655ff;border-radius:10px;place-items:center;width:34px;height:34px;margin-right:10px;font-size:14px;font-weight:760;display:grid}.ownProductWindowHead div,.ownProductTab div{flex-direction:column;display:flex}.ownProductWindowHead strong,.ownProductTab strong{font-size:11px}.ownProductWindowHead small,.ownProductTab small{color:#858090;margin-top:3px;font-size:7px}.ownProductWindowHead>b{color:#6244dd;letter-spacing:.08em;background:#ece8ff;border-radius:999px;margin-left:auto;padding:5px 7px;font-size:6px}.ownProductTab{background:#fff;border:1px solid #e6e3eb;border-radius:12px;margin-top:15px;padding:11px}.ownProductTab>i{color:#fff;background:#171622;border-radius:9px;place-items:center;width:30px;height:30px;margin-right:9px;font-size:8px;font-style:normal;font-weight:750;display:grid}.ownProductTab>span{background:#70dc98;border-radius:50%;width:7px;height:7px;margin-left:auto;box-shadow:0 0 0 4px #70dc9829}.ownProductTimer{background:#fff;border:12px solid #ebe7fb;border-top-color:#7655ff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:186px;height:186px;margin:18px auto;display:flex;box-shadow:inset 0 0 0 1px #e4e0ed}.ownProductTimer small{color:#858090;font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:6px;font-weight:700}.ownProductTimer strong{font-family:var(--font-geist-mono), monospace;letter-spacing:-.08em;margin:7px 0 3px;font-size:36px}.ownProductTimer span{color:#858090;font-size:7px}.ownProductControl{color:#fff;background:#7655ff;border-radius:11px;justify-content:space-between;align-items:center;padding:12px 14px;font-size:9px;font-weight:700;display:flex}.ownProductControl b{background:#ffffff2b;border-radius:7px;padding:5px 8px;font-size:8px}.ownProductRule{color:#171622;background:#c8ff58;border:1px solid #ffffffc7;border-radius:13px;align-items:center;gap:10px;padding:12px 15px;display:flex;position:absolute;bottom:13%;right:5%;transform:rotate(3deg);box-shadow:0 16px 38px #0000004d}.ownProductRule>span{color:#fff;background:#171622;border-radius:9px;place-items:center;width:30px;height:30px;font-size:11px;display:grid}.ownProductRule div{flex-direction:column;display:flex}.ownProductRule small{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:6px;font-weight:750}.ownProductRule strong{margin-top:3px;font-size:9px}.ownProductCard--promptguard{background:#0f2130}.ownProductCard--promptguard .ownProductEyebrow i{background:#40dab3;box-shadow:0 0 0 5px #40dab324}.ownProductCard--promptguard .ownProductLink:hover,.ownProductCard--promptguard:hover .ownProductLink{color:#0b1d29;background:#40dab3}.promptGuardVisual{background-color:#0a1822;background-image:linear-gradient(#56debe0f 1px,#0000 1px),linear-gradient(90deg,#56debe0f 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}.promptGuardGlow{z-index:-1;filter:blur(72px);background:#24b4d24a;border-radius:50%;width:330px;height:330px;position:absolute}.promptGuardWindow{color:#102733;background:#eefaf9f5;border:1px solid #ffffff30;border-radius:24px;width:min(410px,74%);padding:20px;transition:transform .26s;transform:rotate(1.5deg);box-shadow:0 28px 65px #0000006e}.ownProductCard--promptguard:hover .promptGuardWindow{transform:rotate(0)translateY(-3px)}.promptGuardWindowHead,.promptGuardStatus,.promptGuardRule{align-items:center;display:flex}.promptGuardWindowHead{border-bottom:1px solid #cedfdd;padding-bottom:17px}.promptGuardMark{object-fit:cover;border-radius:11px;width:36px;height:36px;margin-right:11px;display:block;box-shadow:0 8px 20px #0d3f5238}.promptGuardWindowHead div,.promptGuardStatus div,.promptGuardRule div{flex-direction:column;display:flex}.promptGuardWindowHead strong{font-size:11px}.promptGuardWindowHead small{color:#6b7e83;margin-top:3px;font-size:7px}.promptGuardWindowHead>b{color:#16785e;letter-spacing:.08em;background:#d9f6ed;border-radius:999px;margin-left:auto;padding:5px 8px;font-size:6px}.promptGuardPrompt{background:#fff;border:1px solid #d4e1df;border-radius:15px;margin:19px 0 14px;padding:17px}.promptGuardPrompt small{color:#73868a;font-family:var(--font-geist-mono), monospace;letter-spacing:.09em;font-size:6px;font-weight:750}.promptGuardPrompt p{color:#2b3c43;margin:13px 0 2px;font-size:12px;line-height:1.55}.promptGuardPrompt p span{color:#b23821;background:#ffe8e2;border-radius:5px;margin-left:4px;padding:3px 5px;font-weight:700;display:inline-block}.promptGuardStatus{background:#e4f7f1;border:1px solid #bfe5d9;border-radius:14px;gap:12px;padding:15px}.promptGuardStatus>span{color:#fff;background:#16785e;border-radius:10px;flex:none;place-items:center;width:34px;height:34px;font-size:12px;font-weight:800;display:grid}.promptGuardStatus strong{font-size:10px}.promptGuardStatus small{color:#60777b;margin-top:4px;font-size:7px}.promptGuardRule{color:#4a1f15;background:#ffb196;border:1px solid #ffffff80;border-radius:13px;gap:10px;padding:12px 15px;position:absolute;bottom:13%;right:5%;transform:rotate(-3deg);box-shadow:0 16px 38px #0000004d}.promptGuardRule>span{color:#fff;background:#4a1f15;border-radius:9px;place-items:center;width:30px;height:30px;font-size:12px;font-weight:800;display:grid}.promptGuardRule small{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:6px;font-weight:750}.promptGuardRule strong{margin-top:3px;font-size:9px}.ownProductCard--nightmode{background:#111321}.ownProductCard--nightmode .ownProductEyebrow i{background:#f6a915;box-shadow:0 0 0 5px #f6a91524}.ownProductCard--nightmode .ownProductLink:hover,.ownProductCard--nightmode:hover .ownProductLink{color:#17111d;background:#f6a915}.nightModeVisual{background-color:#080914;background-image:linear-gradient(#f6a9150e 1px,#0000 1px),linear-gradient(90deg,#f6a9150e 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}.nightModeGlow{z-index:-1;filter:blur(78px);background:#f57e1247;border-radius:50%;width:350px;height:350px;position:absolute}.nightModeWindow{color:#fbf7ef;background:radial-gradient(circle at 100% 0,#f59e0b24,#0000 34%),#151727;border:1px solid #ffffff2e;border-radius:24px;width:min(410px,74%);padding:19px;transition:transform .26s;transform:rotate(-1.5deg);box-shadow:0 28px 65px #0000007a}.ownProductCard--nightmode:hover .nightModeWindow{transform:rotate(0)translateY(-3px)}.nightModeWindowHead,.nightModePower,.nightModeStyles,.nightModeRule{align-items:center;display:flex}.nightModeWindowHead{border-bottom:1px solid #ece6ff1f;padding-bottom:15px}.nightModeMark{background:linear-gradient(135deg,#fbbf24,#ea580c);border:1px solid #ffffff2e;border-radius:11px;flex:none;place-items:center;width:36px;height:36px;margin-right:11px;display:grid;box-shadow:0 8px 20px #f59e0b47}.nightModeMark svg{fill:none;stroke:#fffaf0;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:21px;height:21px}.nightModeWindowHead div,.nightModeRule div{flex-direction:column;display:flex}.nightModeWindowHead strong{font-size:11px}.nightModeWindowHead small{color:#8f8da2;margin-top:3px;font-size:7px}.nightModeWindowHead>b{color:#fcd34d;letter-spacing:.08em;background:#f59e0b24;border-radius:999px;margin-left:auto;padding:5px 8px;font-size:6px}.nightModePower{background:#f59e0b14;border:1px solid #fcd34d40;border-radius:14px;justify-content:space-between;margin-top:15px;padding:15px}.nightModePower div,.nightModeSite{flex-direction:column;display:flex}.nightModePower small,.nightModeSite small{color:#8f8da2;font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:6px;font-weight:750}.nightModePower strong{margin-top:5px;font-size:11px}.nightModePower>span{background:linear-gradient(135deg,#fbbf24,#ea580c);border-radius:999px;width:40px;height:24px;position:relative;box-shadow:0 6px 16px #f59e0b3d}.nightModePower>span i{background:#fff;border-radius:50%;width:16px;height:16px;position:absolute;top:4px;right:4px;box-shadow:0 2px 5px #00000040}.nightModeSite{background:#979abe14;border:1px solid #ece6ff1a;border-radius:14px;margin-top:10px;padding:14px}.nightModeSite strong{margin-top:5px;font-size:11px}.nightModeSite span{color:#a9a5b7;margin-top:5px;font-size:7px}.nightModeStyles{gap:7px;margin-top:10px}.nightModeStyles>span{color:#9e9aad;background:#979abe14;border:1px solid #ece6ff17;border-radius:10px;flex:1;align-items:center;gap:6px;padding:9px;font-size:7px;font-weight:700;display:flex}.nightModeStyles>span.isActive{color:#fcd34d;background:#f59e0b1a;border-color:#fcd34d42}.nightModeStyles i{background:currentColor;border-radius:50%;width:6px;height:6px}.nightModeRule{color:#371811;background:#fb8b69;border:1px solid #ffffff6b;border-radius:13px;gap:10px;padding:12px 15px;position:absolute;bottom:12%;right:5%;transform:rotate(3deg);box-shadow:0 16px 38px #00000057}.nightModeRule>span{color:#fcd34d;background:#171321;border-radius:9px;place-items:center;width:30px;height:30px;font-size:14px;display:grid}.nightModeRule small{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:6px;font-weight:750}.nightModeRule strong{margin-top:3px;font-size:9px}.ownProductCard--meloara{background:#111020}.ownProductCard--meloara .ownProductEyebrow i{background:#83edc3;box-shadow:0 0 0 5px #83edc321}.ownProductCard--meloara .ownProductLink:hover,.ownProductCard--meloara:hover .ownProductLink{color:#111d19;background:#83edc3}.meloaraVisual{background-color:#080914;background-image:linear-gradient(#ec65cc0e 1px,#0000 1px),linear-gradient(90deg,#ec65cc0e 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}.meloaraGlow{z-index:-1;filter:blur(78px);background:linear-gradient(135deg,#ec65cc57,#6f58ff40);border-radius:50%;width:350px;height:350px;position:absolute}.meloaraPhone{color:#f8f4ff;background:radial-gradient(circle at 100% 0,#ec65cc26,#0000 36%),#151528;border:1px solid #ffffff2e;border-radius:28px;width:min(390px,72%);padding:19px;transition:transform .26s;transform:rotate(1.5deg);box-shadow:0 28px 65px #0000007a}.ownProductCard--meloara:hover .meloaraPhone{transform:rotate(0)translateY(-3px)}.meloaraPhoneHead,.meloaraPlayer,.meloaraRule{align-items:center;display:flex}.meloaraPhoneHead{border-bottom:1px solid #ffffff1c;padding-bottom:15px}.meloaraMark{background:linear-gradient(145deg,#ec65cc52,#83edc324);border:1px solid #ec65cc57;border-radius:11px;flex:none;place-items:center;width:36px;height:36px;margin-right:11px;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 21px #ec65cc2b}.meloaraMark i{background:#d5fff0;border-radius:99px;width:20px;height:2px;position:absolute}.meloaraMark i:first-child{transform:translateY(-6px)rotate(-7deg)scaleX(.72)}.meloaraMark i:nth-child(2){transform:rotate(7deg)}.meloaraMark i:nth-child(3){transform:translateY(6px)rotate(-7deg)scaleX(.82)}.meloaraPhoneHead>div,.meloaraPlayer>div,.meloaraRule>div{flex-direction:column;display:flex}.meloaraPhoneHead strong{letter-spacing:.13em;font-size:10px}.meloaraPhoneHead small{color:#8f8ba1;margin-top:3px;font-size:7px}.meloaraPhoneHead>b{color:#83edc3;letter-spacing:.08em;background:#83edc31c;border-radius:999px;margin-left:auto;padding:5px 8px;font-size:6px}.meloaraPrompt{background:#ffffff0a;border:1px solid #ffffff17;border-radius:14px;margin-top:15px;padding:15px}.meloaraPrompt small{color:#8f8ba1;font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:6px;font-weight:750}.meloaraPrompt p{color:#ded9e9;margin:11px 0;font-size:10px;line-height:1.5}.meloaraPrompt div{gap:5px;display:flex}.meloaraPrompt div span{color:#c9bdff;background:#8f78ff24;border-radius:99px;padding:4px 6px;font-size:6px;font-weight:700}.meloaraWave{background:linear-gradient(115deg,#ec65cc12,#83edc30f);border-radius:14px;justify-content:center;align-items:center;gap:5px;height:94px;margin:12px 0;padding:16px;display:flex}.meloaraWave i{background:linear-gradient(#ec65cc,#8f78ff 53%,#83edc3);border-radius:99px;width:4px;min-height:7px}.meloaraPlayer{background:#83edc30e;border:1px solid #83edc321;border-radius:13px;gap:10px;padding:12px}.meloaraPlayer>span{color:#10111e;background:#83edc3;border-radius:50%;flex:none;place-items:center;width:31px;height:31px;padding-left:2px;font-size:8px;display:grid}.meloaraPlayer strong{font-size:9px}.meloaraPlayer small{color:#8f8ba1;margin-top:3px;font-size:6px}.meloaraPlayer>b{color:#8f8ba1;letter-spacing:.06em;margin-left:auto;font-size:7px}.meloaraRule{color:#11241e;background:#d5fff0;border:1px solid #ffffff94;border-radius:13px;gap:10px;padding:12px 15px;position:absolute;bottom:12%;right:4%;transform:rotate(-3deg);box-shadow:0 16px 38px #00000054}.meloaraRule>span{color:#83edc3;background:#14251f;border-radius:9px;place-items:center;width:30px;height:30px;font-size:10px;font-weight:800;display:grid}.meloaraRule small{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:6px;font-weight:750}.meloaraRule strong{margin-top:3px;font-size:9px}.solutions{background:var(--ink);color:var(--white)}.lightHead p{color:#aab1b5}.conceptNote{background:#ffffff0b;border:1px solid #ffffff1f;border-radius:14px;grid-template-columns:170px 1fr;align-items:center;gap:24px;margin-top:36px;padding:16px 18px;display:grid}.conceptNote>span{color:#ff9b82;font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;font-size:9px;font-weight:700}.conceptNote p{color:#aeb6ba;margin:0;font-size:12px;line-height:1.55}.solutionGrid{grid-template-columns:1fr 1fr;gap:18px;margin-top:26px;display:grid}.solutionCard{background:#1a252d;border:1px solid #ffffff1a;border-radius:25px;position:relative;overflow:hidden}.solutionWide{background:#222e36;grid-column:1/-1;grid-template-columns:.8fr 1.2fr;min-height:510px;display:grid}.solutionCopy{z-index:2;flex-direction:column;padding:51px 46px;display:flex;position:relative}.solutionType{color:#ff9b82;font-family:var(--font-geist-mono), monospace;letter-spacing:.13em;font-size:9px;font-weight:700}.solutionCopy h3{letter-spacing:-.055em;margin:20px 0 17px;font-size:39px;font-weight:620;line-height:1.07}.solutionCopy p{color:#aeb6ba;margin:0;font-size:15px;line-height:1.62}.solutionResult{background:#222e36;flex-direction:column;margin-top:auto;padding-top:45px;display:flex}.solutionResult strong{color:var(--mint);letter-spacing:-.025em;font-size:19px}.solutionResult span{color:#98a1a6;margin-top:5px;font-size:11px}.portalVisual{background:#f5f0e8;border:8px solid #0f181e;border-radius:24px 24px 0 0;width:62%;height:460px;transition:transform .3s;position:absolute;bottom:-72px;right:-68px;overflow:hidden;transform:rotate(-2.5deg);box-shadow:0 25px 55px #00000047}.solutionWide:hover .portalVisual{transform:rotate(-1deg)translateY(-8px)}.portalNav{color:#1c272d;background:#fffdf9;border-bottom:1px solid #ddd8d0;align-items:center;height:55px;padding:0 24px;display:flex}.portalNav b{letter-spacing:-.05em;font-size:15px}.portalNav b:first-letter{color:var(--coral)}.portalNav span{color:#687173;margin:0 auto;font-size:7px}.portalNav i{background:var(--yellow);border-radius:50%;place-items:center;width:25px;height:25px;font-size:7px;font-style:normal;font-weight:800;display:grid}.portalContent{color:var(--ink);padding:38px 38px 24px}.portalContent>small{color:#5f6768;font-size:9px;display:block}.portalContent>strong{letter-spacing:-.055em;margin-top:6px;font-size:28px;display:block}.portalTiles{grid-template-columns:1fr 1fr;gap:12px;margin-top:27px;display:grid}.portalTiles div{background:#fffdfa;border:1px solid #ddd9d2;border-radius:12px;flex-direction:column;min-height:105px;padding:16px;display:flex}.portalTiles span{color:#677173;font-size:8px}.portalTiles b{letter-spacing:-.05em;margin-top:12px;font-size:24px}.portalTiles div:first-child b{color:var(--coral)}.portalLine{background:#eae5dc;border-radius:12px;flex-direction:column;gap:10px;margin-top:22px;padding:17px;display:flex}.portalLine span{background:#cbc5bb;border-radius:5px;width:70%;height:7px;display:block}.portalLine span:first-child{background:#b1aaa0;width:40%}.portalLine span:last-child{width:55%}.solutionSmall{min-height:610px}.solutionField{background:radial-gradient(circle at 60% 20%,#6f9fff2e,#0000 35%),#17232c}.phoneVisual{width:246px;height:423px;color:var(--ink);background:#f5f1e8;border:7px solid #080d11;border-radius:38px;transition:transform .3s;position:absolute;top:-17px;left:50%;overflow:hidden;transform:translate(-50%)rotate(2.5deg);box-shadow:0 24px 60px #00000061}.solutionField:hover .phoneVisual{transform:translate(-50%)rotate(0)translateY(8px)}.phoneSpeaker{background:#080d11;border-radius:10px;width:66px;height:18px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.phoneStatus{justify-content:space-between;padding:10px 17px 0;font-size:7px;font-weight:750;display:flex}.phoneContent{padding:31px 18px}.phoneHello{color:#626b70;font-size:8px}.phoneContent>strong{letter-spacing:-.05em;margin-top:4px;font-size:22px;display:block}.routeCard{color:#fff;background:#18242c;border-radius:15px;flex-direction:column;margin-top:20px;padding:17px;display:flex}.routeCard small{color:var(--mint);font-family:var(--font-geist-mono), monospace;font-size:7px}.routeCard b{margin-top:22px;font-size:14px}.routeCard span{color:#9aa3a8;margin-top:4px;font-size:8px}.routeCard i{color:var(--yellow);border-top:1px solid #ffffff1f;margin-top:28px;padding-top:12px;font-size:8px;font-style:normal;font-weight:700}.phoneTask{background:#fffdf8;border:1px solid #d7d2c9;border-radius:12px;align-items:center;margin-top:10px;padding:13px;display:flex}.phoneTask span{color:var(--coral);font-size:7px;font-weight:700}.phoneTask b{margin-left:13px;font-size:8px}.solutionCopy.compact{background:linear-gradient(#0000,#17232c 18%,#17232c);min-height:220px;padding:40px;position:absolute;bottom:0;left:0;right:0}.solutionCopy.compact h3{max-width:470px;margin:17px 0 12px;font-size:31px}.solutionSales{background:radial-gradient(circle at 15% 10%,#ff5c392e,#0000 35%),#261c1a}.salesVisual{background:#ffffff0e;border:1px solid #ffffff1f;border-radius:18px;height:330px;padding:24px;transition:transform .3s;position:absolute;top:38px;left:36px;right:36px;box-shadow:inset 0 1px #ffffff12}.solutionSales:hover .salesVisual{transform:translateY(-7px)}.salesHeader{color:#f8f4ef;justify-content:space-between;font-size:11px;font-weight:650;display:flex}.salesHeader i{color:#a9a29f;border:1px solid #ffffff26;border-radius:6px;padding:5px 8px;font-size:7px;font-style:normal;font-weight:500}.salesValue{align-items:baseline;margin-top:26px;display:flex}.salesValue small{color:#8f8885;font-size:7px;position:absolute;transform:translateY(-15px)}.salesValue strong{color:#fff;letter-spacing:-.05em;font-size:27px}.salesValue span{color:var(--mint);margin-left:10px;font-size:8px;font-weight:700}.bars{border-bottom:1px solid #ffffff1f;align-items:end;gap:10px;height:150px;margin-top:19px;display:flex}.bars span{background:#f27254;border-radius:5px 5px 0 0;flex:1;min-width:10px}.bars span:nth-child(2n){background:#ff9c83}.barLabels{color:#827b78;justify-content:space-around;margin-top:8px;font-size:6px;display:flex}.solutionSales .solutionCopy.compact{background:linear-gradient(#0000,#261c1a 18%,#261c1a)}.process{background:var(--paper-bright)}.processIntro{grid-template-columns:1.25fr .75fr;align-items:end;gap:104px;display:grid}.processIntro p{color:#626b70;margin:0 0 6px;font-size:16px;line-height:1.6}.processGrid{grid-template-columns:repeat(4,1fr);margin-top:72px;display:grid}.processStep{padding-right:25px;position:relative}.stepNumber{color:#6c716f;font-family:var(--font-geist-mono), monospace;font-size:9px;font-weight:650}.stepMarker{width:100%;height:30px;margin:16px 0 23px;position:relative}.stepMarker:before{content:"";background:#d4d0c9;height:1px;position:absolute;top:50%;left:0;right:0}.stepMarker i{border:3px solid var(--paper-bright);background:var(--coral);width:13px;height:13px;box-shadow:0 0 0 1px var(--coral);border-radius:50%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.processStep:last-child .stepMarker:before{right:50%}.processStep h3{letter-spacing:-.04em;margin:0 0 10px;font-size:22px}.processStep p{color:#646d71;max-width:235px;margin:0;font-size:13px;line-height:1.55}.deliveryBand{border:1px solid var(--line);background:var(--paper);border-radius:20px;grid-template-columns:1.05fr repeat(3,1fr);margin-top:72px;display:grid;overflow:hidden}.deliveryLead,.deliveryItem{min-height:210px;padding:28px 26px}.deliveryLead{background:var(--ink);color:var(--white);flex-direction:column;justify-content:space-between;display:flex}.deliveryLead span,.deliveryItem>span{font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;font-size:9px;font-weight:700}.deliveryLead span{color:#ff9b82}.deliveryLead strong{letter-spacing:-.045em;max-width:190px;font-size:26px;line-height:1.05}.deliveryItem{border-left:1px solid var(--line)}.deliveryItem>span{color:var(--coral-dark)}.deliveryItem h3{letter-spacing:-.04em;margin:36px 0 12px;font-size:20px}.deliveryItem p{color:#626b70;margin:0;font-size:12px;line-height:1.55}.principles{background:var(--coral);color:var(--white)}.principles .sectionLabelLight{color:#4f1209}.principleGrid{grid-template-columns:.9fr 1.1fr;gap:130px;display:grid}.principleStatement h2{letter-spacing:-.065em;margin:24px 0 22px;font-size:clamp(47px,5.2vw,70px);font-weight:650;line-height:.98}.principleStatement h2 span{color:#722313;display:block}.principleStatement>p{color:#4f1209;max-width:460px;margin:0;font-size:16px;line-height:1.6}.buttonLight{background:var(--ink);color:#fff;margin-top:35px}.buttonLight:hover{background:#2a363e}.principleFacts{border-top:1px solid #ffffff45}.fact{border-bottom:1px solid #ffffff45;grid-template-columns:45px 1fr;gap:24px;padding:33px 0;display:grid}.fact>strong{color:#4f1209;font-family:var(--font-geist-mono), monospace;padding-top:4px;font-size:10px}.fact h3{letter-spacing:-.045em;margin:0 0 8px;font-size:24px}.fact p{color:#4f1209;margin:0;font-size:13px;line-height:1.5}.faq{background:var(--paper)}.faqGrid{grid-template-columns:.75fr 1.25fr;gap:115px;display:grid}.faqIntro{align-self:start;position:sticky;top:120px}.faqIntro h2{font-size:clamp(42px,4.4vw,60px)}.faqIntro p{color:#626b70;max-width:390px;margin:24px 0 0;font-size:15px;line-height:1.6}.faqList{border-top:1px solid #bbb8b1}.faqList details{border-bottom:1px solid #bbb8b1}.faqList summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:92px;padding:20px 3px;list-style:none;display:flex}.faqList summary::-webkit-details-marker{display:none}.faqList summary>span{letter-spacing:-.025em;align-items:center;gap:22px;padding-right:20px;font-size:17px;font-weight:620;display:flex}.faqList summary i{color:#626b70;font-family:var(--font-geist-mono), monospace;font-size:9px;font-style:normal}.faqList summary b{border:1px solid #c6c3bd;border-radius:50%;flex:0 0 33px;place-items:center;width:33px;height:33px;font-size:17px;font-weight:400;transition:transform .2s,background .2s,color .2s;display:grid}.faqList details[open] summary b{background:var(--coral);color:#fff;transform:rotate(45deg)}.faqList details>p{color:#5c666b;margin:-6px 50px 30px 34px;font-size:14px;line-height:1.65}.contact{background:var(--paper);padding-top:32px}.contactCard{background:radial-gradient(circle at 15% 50%, #ffffff14, transparent 32%), var(--ink);color:#fff;border-radius:32px;grid-template-columns:.7fr 1.3fr;align-items:center;gap:60px;min-height:550px;padding:65px 80px;display:grid;position:relative;overflow:hidden}.contactCard:before,.contactCard:after{content:"";border:1px solid #ffffff14;border-radius:50%;width:480px;height:480px;position:absolute;left:22%;transform:translate(-50%)}.contactCard:after{width:340px;height:340px}.contactOrb{z-index:2;background:var(--coral);border-radius:50%;place-items:center;width:238px;height:238px;margin:0 auto;display:grid;position:relative;box-shadow:0 0 0 22px #ff5c391a,0 24px 60px #00000040}.contactOrb:before{content:"";background:#ffffff8c;width:92px;height:1px;position:absolute;transform:rotate(-40deg)}.contactOrb span{color:#fff;letter-spacing:-.08em;font-size:68px;font-weight:760}.contactCopy{z-index:2;position:relative}.contactCopy h2{letter-spacing:-.065em;max-width:720px;margin:24px 0 22px;font-size:clamp(50px,5.4vw,76px);font-weight:640;line-height:.98}.contactCopy>p{color:#aeb6b9;max-width:630px;margin:0;font-size:16px;line-height:1.62}.contactActions{align-items:center;gap:24px;margin-top:34px;display:flex}.buttonWhite{color:var(--ink);background:#fff}.buttonWhite:hover{background:var(--coral);color:#fff}.contactActions>span{color:#7f898d;font-size:11px}.contactActions>span a{color:#c5cbce;text-underline-offset:3px;text-decoration:underline}.footer{background:var(--paper);padding:25px 24px 34px}.footerInner{border-top:1px solid var(--line);grid-template-columns:1fr auto 1fr;align-items:end;gap:40px;width:min(1180px,100%);margin:0 auto;padding-top:35px;display:grid}.footerLogo{font-size:25px}.footerInner>div:first-child p{color:#626b70;margin:8px 0 0;font-size:10px}.footer nav{gap:24px;font-size:11px;font-weight:620;display:flex}.footer nav a:hover{color:var(--coral)}.footerMeta{color:#626b70;font-family:var(--font-geist-mono), monospace;flex-direction:column;align-items:end;font-size:8px;line-height:1.7;display:flex}@media (max-width:1080px){.ownProductCard{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr)}.ownProductCopy{padding:54px 30px 50px 46px}.ownProductCopy h2{font-size:clamp(42px,4.7vw,58px)}.heroGrid{grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:34px}.hero h1{font-size:clamp(58px,7.2vw,76px)}.floatingTime{right:-10px}.floatingSync{left:-12px}.audienceList{gap:25px}.introGrid,.sectionHead,.processIntro{gap:60px}.principleGrid{gap:70px}.faqGrid{gap:65px}.contactCard{padding:55px}}@media (max-width:880px){.desktopNav,.headerCta{display:none}.headerInner{justify-content:space-between}.mobileNav{display:block;position:relative}.mobileNav summary{cursor:pointer;background:var(--ink);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:44px;height:44px;list-style:none;display:flex}.mobileNav summary::-webkit-details-marker{display:none}.mobileNav summary span{background:#fff;width:17px;height:1px;transition:transform .18s}.mobileNav[open] summary span:first-child{transform:translateY(3.5px)rotate(45deg)}.mobileNav[open] summary span:last-child{transform:translateY(-3.5px)rotate(-45deg)}.mobileNav nav{border:1px solid var(--line);background:var(--paper-bright);border-radius:15px;flex-direction:column;width:230px;padding:10px;display:flex;position:absolute;top:51px;right:0;box-shadow:0 16px 40px #11191f29}.mobileNav nav a{border-bottom:1px solid #e3ded7;padding:13px 12px;font-size:14px;font-weight:620}.mobileNav nav a:last-child{background:var(--coral);color:#fff;border:0;border-radius:10px;margin-top:6px}.hero{padding-top:128px}.heroGrid{grid-template-columns:1fr}.heroCopy{padding-bottom:15px}.hero h1{max-width:760px;font-size:clamp(58px,10.4vw,84px)}.heroText{max-width:620px}.productStage{width:min(660px,100%);min-height:545px;margin:20px auto 0}.stripInner{flex-direction:column;align-items:flex-start;gap:25px;padding:28px 0}.stripInner p{max-width:none}.audienceList{flex-wrap:wrap;gap:18px 30px}.introGrid,.sectionHead,.processIntro,.faqGrid{grid-template-columns:1fr;gap:38px}.introBody{max-width:620px;padding-top:0}.serviceGrid{grid-template-columns:1fr}.serviceCard{min-height:330px}.serviceCard h3{margin-top:52px}.ownProductCard{grid-template-columns:1fr}.ownProductCopy{padding:54px}.ownProductCopy h2{max-width:610px}.ownProductLink{margin-top:40px}.ownProductVisual{min-height:510px}.solutionWide{grid-template-columns:1fr;min-height:680px}.solutionWide .solutionCopy{max-width:650px}.solutionResult{margin-top:20px}.portalVisual{width:75%}.processGrid{grid-template-columns:1fr 1fr;gap:45px 0}.deliveryBand{grid-template-columns:1fr 1fr}.deliveryLead{grid-column:1/-1;min-height:150px}.deliveryLead strong{max-width:none;font-size:30px}.deliveryItem{border-top:1px solid var(--line)}.deliveryItem:nth-child(2),.deliveryItem:nth-child(4){border-left:0}.principleGrid{grid-template-columns:1fr}.faqIntro{position:static}.contactCard{grid-template-columns:1fr;padding:58px}.contactOrb{display:none}.contactCard:before,.contactCard:after{top:-140px;left:90%}.footerInner{grid-template-columns:1fr 1fr}.footer nav{justify-content:flex-end}.footerMeta{border-top:1px solid var(--line);flex-direction:row;grid-column:1/-1;justify-content:space-between;padding-top:22px}}@media (max-width:620px){html{scroll-padding-top:80px}.siteHeader{padding:10px 12px}.headerInner{border-radius:15px;height:58px;padding-left:17px}.hero{min-height:auto;padding:110px 18px 62px}.hero:before{width:calc(100% - 36px)}.eyebrow{margin-bottom:20px;font-size:9px}.hero h1{letter-spacing:-.067em;font-size:clamp(48px,14.5vw,68px)}.heroText{margin-top:24px;font-size:16px}.heroActions{flex-direction:column;align-items:stretch;margin-top:27px}.button{width:100%}.textLink{align-self:flex-start}.heroPromise{gap:9px;margin-top:30px;font-size:8px}.productStage{border-radius:24px;min-height:390px;margin-top:12px}.conceptBadge{gap:6px;padding:7px 9px;font-size:7px;top:12px;left:12px}.appWindow{width:94%}.appBody{min-height:276px}.appSidebar{width:38px;padding:12px 0}.miniLogo{margin-bottom:20px;font-size:11px}.sideItem{width:10px;height:10px;margin-bottom:12px}.dashboard{padding:16px 14px 14px}.dashboardHead strong{font-size:14px}.metricGrid{margin-top:13px}.metric{min-height:78px;padding:9px}.metric strong{font-size:19px}.activityCard{margin-top:7px;padding:9px 9px 4px}.activityRow{padding:6px 0}.mutedRow{display:none}.floatingTime{min-width:124px;padding:8px 9px;top:26px;right:-6px}.floatIcon{width:25px;height:25px}.floatingSync{padding:9px 11px;bottom:26px;left:-7px}.floatingCard strong{font-size:8px}.floatingCard small{font-size:5px}.audienceStrip,.section,.footer{padding-left:18px;padding-right:18px}.section{padding-top:88px;padding-bottom:88px}.audienceList span{font-size:14px}.intro h2,.sectionHead h2,.processIntro h2,.faqIntro h2{font-size:clamp(39px,11vw,54px)}.sectionHead{gap:25px}.serviceGrid{margin-top:40px}.serviceCard{min-height:350px;padding:22px}.ownProductCard{border-radius:24px;min-height:0}.ownProductCopy{padding:40px 24px 42px}.ownProductCopy h2{margin:24px 0 18px;font-size:clamp(40px,11vw,52px)}.ownProductCopy>p{font-size:14px}.ownProductLink{justify-content:space-between;width:100%;margin-top:34px}.ownProductVisual{min-height:470px}.ownProductVisual:before{width:360px;height:360px}.ownProductVisual:after{width:270px;height:270px}.ownProductWindow{width:min(330px,79%);padding:16px}.ownProductTimer{border-width:10px;width:155px;height:155px}.ownProductTimer strong{font-size:30px}.ownProductRule{transform-origin:100% 100%;padding:10px 12px;bottom:7%;right:2%;transform:rotate(3deg)scale(.9)}.meloaraPhone{width:min(340px,83%);padding:16px}.meloaraRule{transform-origin:100% 100%;padding:10px 12px;bottom:6%;right:1%;transform:rotate(-3deg)scale(.88)}.conceptNote{grid-template-columns:1fr;gap:8px;margin-top:26px}.solutionGrid{grid-template-columns:1fr;margin-top:22px}.solutionWide,.solutionSmall{grid-column:auto;min-height:590px}.solutionCopy{padding:34px 28px}.solutionCopy h3{font-size:31px}.solutionWide .solutionCopy{height:320px}.portalVisual{width:108%;height:330px;bottom:-46px;right:-45px}.portalContent{padding:25px}.portalTiles{margin-top:18px}.phoneVisual{transform-origin:top;transform:translate(-50%)rotate(2deg)scale(.9)}.solutionField:hover .phoneVisual{transform:translate(-50%)rotate(0)scale(.9)}.solutionCopy.compact{min-height:205px;padding:32px 27px}.solutionCopy.compact h3{font-size:27px}.salesVisual{top:25px;left:20px;right:20px}.processGrid{grid-template-columns:1fr;gap:35px;margin-top:48px}.processStep{padding-right:0}.processStep:last-child .stepMarker:before{right:0}.processStep p{max-width:390px}.deliveryBand{grid-template-columns:1fr;margin-top:48px}.deliveryLead{grid-column:auto;min-height:140px}.deliveryItem{border-top:1px solid var(--line);border-left:0;min-height:auto;padding:24px}.deliveryItem h3{margin-top:24px}.principleGrid{gap:60px}.fact{gap:14px}.faqList summary{min-height:82px}.faqList summary>span{gap:12px;font-size:15px}.faqList details>p{margin-left:22px;margin-right:15px}.contact{padding-top:8px;padding-bottom:70px}.contactCard{border-radius:24px;min-height:auto;padding:48px 25px}.contactCopy h2{font-size:clamp(43px,12.5vw,59px)}.contactActions{flex-direction:column;align-items:stretch}.contactActions>span{text-align:center}.footerInner{grid-template-columns:1fr;gap:28px}.footer nav{flex-wrap:wrap;justify-content:flex-start}.footerMeta{grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.reloadraSite{--rr-ink:#171622;--rr-muted:#636071;--rr-paper:#f4f2f8;--rr-paper-bright:#fbfaff;--rr-line:#dcd8e7;--rr-violet:#7558f6;--rr-violet-dark:#5134db;--rr-blue:#86b9ff;--rr-lime:#c9f36a;background:var(--rr-paper);min-height:100vh;color:var(--rr-ink);overflow:hidden}.reloadraSite button,.reloadraSite textarea{font:inherit}.rrHeader{z-index:50;padding:18px 24px 0;position:relative}.rrHeaderInner{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fbfaffdb;border:1px solid #1716221a;border-radius:20px;align-items:center;width:min(1180px,100%);height:68px;margin:0 auto;padding:0 12px 0 22px;display:flex;box-shadow:0 14px 45px #1f193d14}.rrLogo{letter-spacing:-.045em;align-items:center;gap:10px;font-size:20px;font-weight:780;display:inline-flex}.rrLogoMark{background:var(--rr-violet);border-radius:10px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff59}.rrLogoMark:before{content:"";border:2px solid #fff;border-right-color:#0000;border-radius:50%;width:14px;height:14px;transform:rotate(-28deg)}.rrLogoMark i{border-top:2px solid #fff;border-right:2px solid #fff;width:6px;height:6px;position:absolute;top:6px;right:6px;transform:rotate(7deg)}.rrLogoCompact{font-size:18px}.rrLogoCompact .rrLogoMark{border-radius:9px;width:27px;height:27px}.rrNav{color:#535060;gap:34px;margin:0 auto;font-size:13px;font-weight:650;display:flex}.rrNav a,.rrHeaderSupport{transition:color .18s}.rrNav a:hover,.rrHeaderSupport:hover{color:var(--rr-violet)}.rrHeaderSupport{background:var(--rr-ink);color:#fff;border-radius:13px;align-items:center;gap:10px;height:44px;padding:0 17px;font-size:13px;font-weight:700;display:inline-flex}.rrHero{padding:76px 24px 92px;position:relative}.rrSandboxBanner{z-index:20;color:#12120e;letter-spacing:.12em;text-align:center;background:#d8ff53;border-bottom:1px solid #13120b2e;padding:10px 18px;font-size:12px;font-weight:800;position:relative}.rrHero:before{z-index:0;content:"";filter:blur(10px);background:#7558f61c;border-radius:50%;width:520px;height:520px;position:absolute;top:-140px;left:-140px}.rrHeroGrid{z-index:1;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:62px;width:min(1180px,100%);margin:0 auto;display:grid;position:relative}.rrEyebrow,.rrSectionLabel{font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:9px;font-size:10px;font-weight:750;display:inline-flex}.rrEyebrow i{background:var(--rr-violet);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #7558f621}.rrHeroCopy h1{letter-spacing:-.08em;margin:24px 0 0;font-size:clamp(70px,7vw,102px);font-weight:730;line-height:.86}.rrHeroCopy h1 span{color:var(--rr-violet);margin-top:14px;display:block}.rrHeroCopy>p{max-width:580px;color:var(--rr-muted);letter-spacing:-.02em;margin:35px 0 0;font-size:18px;line-height:1.62}.rrCheckoutError{color:#7e281d;background:#fff0ed;border:1px solid #f1b2a8;border-radius:13px;max-width:575px;margin-top:24px;padding:14px 16px;font-size:13px;font-weight:580;line-height:1.5}.rrHeroActions{align-items:center;gap:26px;margin-top:34px;display:flex}.rrHeroActions form,.rrPriceCard form,.rrFinalCard form{margin:0}.rrButton{cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:25px;min-height:55px;padding:0 23px;font-size:14px;font-weight:730;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.rrButton:hover{transform:translateY(-2px)}.rrButtonPrimary{background:var(--rr-ink);color:#fff;box-shadow:0 16px 35px #1716222e}.rrButtonPrimary:hover{background:var(--rr-violet);box-shadow:0 18px 40px #7558f640}.rrButtonWhite{color:var(--rr-ink);background:#fff;box-shadow:0 14px 34px #0e0a2633}.rrButtonWhite:hover{box-shadow:0 18px 40px #0e0a2647}.rrTextLink{border-bottom:1px solid;align-items:center;gap:10px;padding:8px 0 5px;font-size:14px;font-weight:680;display:inline-flex}.rrTextLink span{color:var(--rr-violet)}.rrTrustRow{color:#777383;font-family:var(--font-geist-mono), monospace;letter-spacing:.06em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:12px;margin-top:35px;font-size:9px;font-weight:650;display:flex}.rrTrustRow i{background:#aaa5b5;border-radius:50%;width:3px;height:3px}.rrProductStage{isolation:isolate;background-color:#171625;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:38px 38px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #ffffff1a;border-radius:38px;justify-content:center;align-items:center;min-height:590px;display:flex;position:relative;overflow:visible;box-shadow:0 35px 80px #1c14443d}.rrStageGlow{filter:blur(70px);opacity:.68;background:#7558f680;border-radius:50%;width:380px;height:380px;position:absolute}.rrPopupMock{z-index:3;background:#fbfaff;border:1px solid #ffffff8c;border-radius:27px;width:365px;padding:18px;position:relative;transform:rotate(-2deg);box-shadow:0 30px 70px #03011273}.rrPopupHead{border-bottom:1px solid #e5e1ed;align-items:center;padding:2px 2px 15px;display:flex}.rrMiniMark{background:var(--rr-violet);border-radius:11px;justify-content:center;align-items:center;width:34px;height:34px;margin-right:10px;display:inline-flex;position:relative}.rrMiniMark:before{content:"";border:2px solid #fff;border-right-color:#0000;border-radius:50%;width:15px;height:15px}.rrPopupHead div{flex-direction:column;display:flex}.rrPopupHead strong{letter-spacing:-.02em;font-size:13px}.rrPopupHead small{color:#8a8596;margin-top:2px;font-size:8px}.rrProPill{color:var(--rr-violet-dark);font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;background:#e9e3ff;border-radius:999px;margin-left:auto;padding:5px 8px;font-size:8px;font-weight:800}.rrTabPreview{background:#f5f2f9;border:1px solid #e7e3ee;border-radius:14px;align-items:center;margin-top:15px;padding:12px;display:flex}.rrFavicon{color:#fff;background:#171622;border-radius:9px;justify-content:center;align-items:center;width:30px;height:30px;margin-right:10px;font-size:11px;font-weight:800;display:inline-flex}.rrTabPreview div{flex-direction:column;min-width:0;display:flex}.rrTabPreview strong{text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:10px;overflow:hidden}.rrTabPreview small{color:#8a8596;margin-top:2px;font-size:7px}.rrLiveDot{background:#72d887;border-radius:50%;width:7px;height:7px;margin-left:auto;box-shadow:0 0 0 4px #72d88726}.rrTimerDial{background:conic-gradient(var(--rr-violet) 0 78%, #e5e0ed 78% 100%);border-radius:50%;justify-content:center;align-items:center;width:184px;height:184px;margin:24px auto 18px;display:flex;box-shadow:0 14px 34px #7558f62e}.rrTimerDial:before{content:"";background:#fbfaff;border-radius:50%;width:165px;height:165px;position:absolute}.rrTimerDial div{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.rrTimerDial span{color:#9892a4;font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:7px;font-weight:700}.rrTimerDial strong{font-family:var(--font-geist-mono), monospace;letter-spacing:-.08em;margin:5px 0;font-size:38px}.rrTimerDial small{color:#777181;font-size:8px}.rrPopupControls{grid-template-columns:42px 1fr 42px;align-items:center;gap:9px;display:grid}.rrPopupControls button{width:42px;height:42px;color:var(--rr-ink);background:#f3f0f7;border:1px solid #ded9e8;border-radius:12px;font-size:20px}.rrPopupControls>span{background:#fff;border:1px solid #ded9e8;border-radius:12px;justify-content:center;align-items:center;height:42px;display:flex}.rrPopupControls strong{margin-right:6px;font-size:14px}.rrPopupControls small{color:#8b8596;font-size:8px}.rrMockButton{background:var(--rr-violet);color:#fff;border-radius:12px;justify-content:space-between;align-items:center;margin-top:10px;padding:13px 15px;font-size:10px;font-weight:700;display:flex}.rrMockButton span{background:#ffffff2e;border-radius:6px;padding:4px 7px;font-size:8px}.rrFloatCard{z-index:5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid #ffffff47;border-radius:15px;align-items:center;gap:10px;padding:12px 14px;display:flex;position:absolute;box-shadow:0 18px 35px #05021840}.rrFloatCard>span{border-radius:10px;justify-content:center;align-items:center;width:31px;height:31px;font-size:13px;font-weight:800;display:inline-flex}.rrFloatCard div{flex-direction:column;display:flex}.rrFloatCard small{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:6px;font-weight:800}.rrFloatCard strong{margin-top:3px;font-size:9px}.rrFloatRules{background:#ccf76af0;top:88px;right:-24px;transform:rotate(3deg)}.rrFloatRules>span{color:#fff;background:#171622}.rrFloatRandom{background:#fffffff0;bottom:86px;left:-28px;transform:rotate(-3deg)}.rrFloatRandom>span{color:var(--rr-violet);background:#e9e3ff}.rrTicker{background:var(--rr-violet);color:#fff;padding:25px 24px}.rrTicker>div{width:min(1180px,100%);font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;text-transform:uppercase;flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;margin:0 auto;font-size:10px;font-weight:720;display:flex}.rrTicker i{background:var(--rr-lime);border-radius:50%;width:4px;height:4px}.rrSection{padding:118px 24px}.rrSectionInner{width:min(1180px,100%);margin:0 auto}.rrSectionHead{grid-template-columns:minmax(0,1fr) 360px;align-items:end;gap:60px;display:grid}.rrSectionHead h2,.rrPricingIntro h2,.rrPrivacyGrid h2{letter-spacing:-.065em;margin:18px 0 0;font-size:clamp(50px,5.2vw,74px);font-weight:710;line-height:.95}.rrSectionHead p,.rrPricingIntro>p{color:var(--rr-muted);margin:0;font-size:16px;line-height:1.65}.rrFeatureGrid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:62px;display:grid}.rrFeatureCard{background:var(--rr-paper-bright);border:1px solid #1716221a;border-radius:24px;min-height:410px;padding:28px;position:relative;overflow:hidden}.rrFeatureCard>span{color:#8a8694;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;font-size:10px;font-weight:700}.rrFeatureIcon{background:#ece8f4;border-radius:38px;justify-content:center;align-items:center;width:120px;height:120px;margin:54px auto 48px;display:flex;position:relative;transform:rotate(8deg)}.rrFeatureIcon:before{border:6px solid var(--rr-ink);content:"";border-right-color:#0000;border-radius:50%;width:47px;height:47px}.rrFeatureIcon i{border-top:6px solid var(--rr-ink);border-right:6px solid var(--rr-ink);width:18px;height:18px;position:absolute;top:35px;right:35px}.rrFeature-violet .rrFeatureIcon{background:#dfd7ff}.rrFeature-blue .rrFeatureIcon{background:var(--rr-blue);transform:rotate(-7deg)}.rrFeature-lime .rrFeatureIcon{background:var(--rr-lime)}.rrFeatureCard h3{letter-spacing:-.04em;margin:0;font-size:25px}.rrFeatureCard p{color:var(--rr-muted);margin:13px 0 0;font-size:14px;line-height:1.62}.rrPrivacyBand{color:#fff;background:#171625}.rrPrivacyGrid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:100px;display:grid}.rrSectionLabelLight{color:#bab4cb}.rrPrivacyGrid h2{color:#fff;max-width:680px}.rrPrivacyGrid p{color:#bbb6c8;max-width:600px;margin:27px 0 0;font-size:17px;line-height:1.7}.rrPrivacyGrid a{border-bottom:1px solid #fff;align-items:center;gap:16px;margin-top:28px;padding-bottom:5px;font-size:13px;font-weight:700;display:inline-flex}.rrPrivacyGrid a span{color:var(--rr-lime)}.rrPrivacyVisual{justify-content:center;align-items:center;min-height:390px;display:flex;position:relative}.rrShield{z-index:3;background:linear-gradient(145deg, var(--rr-violet), #5134db);color:#fff;clip-path:polygon(50% 0,100% 19%,91% 76%,50% 100%,9% 76%,0 19%);border:2px solid #ffffff80;border-radius:62px 62px 78px 78px;justify-content:center;align-items:center;width:165px;height:190px;font-size:54px;font-weight:750;display:flex;position:relative;box-shadow:0 35px 75px #7558f661}.rrOrbit{border:1px solid #ffffff24;border-radius:50%;position:absolute}.rrOrbitOne{width:300px;height:300px}.rrOrbitTwo{border-style:dashed;width:390px;height:390px}.rrPricing{background:#eeebf3}.rrPricingIntro{max-width:760px}.rrPricingIntro>p{margin-top:22px}.rrPriceGrid{grid-template-columns:.82fr 1.18fr;align-items:stretch;gap:16px;margin-top:60px;display:grid}.rrPriceCard{border:1px solid var(--rr-line);background:var(--rr-paper-bright);border-radius:27px;flex-direction:column;min-height:575px;padding:36px;display:flex;position:relative}.rrPriceCardPro{color:#fff;background:linear-gradient(145deg,#28243b,#171625);border-color:#2c2842;overflow:hidden;box-shadow:0 28px 65px #19143933}.rrPopularBadge{background:var(--rr-lime);color:#191622;width:170px;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-align:center;padding:7px 0;font-size:7px;font-weight:850;position:absolute;top:24px;right:-42px;transform:rotate(35deg)}.rrPlanLabel{color:#777181;font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:10px;font-weight:800}.rrPriceCardPro .rrPlanLabel{color:#bfb9ce}.rrPrice{align-items:baseline;gap:13px;margin-top:24px;display:flex}.rrPrice strong{letter-spacing:-.07em;font-size:clamp(46px,5vw,70px);font-weight:720}.rrPrice small{color:#888291;font-size:12px}.rrPriceCardPro .rrPrice small{color:#bdb7c9}.rrPriceCard>p{color:var(--rr-muted);margin:8px 0 0;font-size:14px}.rrPriceCardPro>p{color:#bdb7c9}.rrPriceCard ul{gap:15px;margin:38px 0;padding:0;list-style:none;display:grid}.rrPriceCard li{align-items:center;gap:11px;font-size:13px;font-weight:580;display:flex}.rrPriceCard li:before{width:20px;height:20px;color:var(--rr-violet);content:"✓";background:#e9e4f3;border-radius:7px;flex:none;justify-content:center;align-items:center;font-size:10px;font-weight:850;display:inline-flex}.rrPriceCardPro li:before{color:var(--rr-lime);background:#c9f36a24}.rrMutedButton{border:1px solid var(--rr-line);color:#777181;text-align:center;border-radius:13px;justify-content:center;align-items:center;min-height:52px;margin-top:auto;font-size:12px;font-weight:650;display:flex}.rrPriceCardPro form{margin-top:auto}.rrPriceCardPro .rrButton{width:100%}.rrCheckoutForm{gap:11px;margin-top:auto;display:grid}.rrCheckoutForm label{cursor:pointer;color:#bdb7c9;grid-template-columns:17px 1fr;align-items:start;gap:10px;font-size:9px;line-height:1.55;display:grid}.rrCheckoutForm label input{width:16px;height:16px;accent-color:var(--rr-lime);margin:0}.rrCheckoutForm label a{color:#fff;text-underline-offset:2px;text-decoration:underline}.rrCheckoutForm .rrButton{margin-top:5px}.rrCheckoutComingSoon{text-align:center;background:#ffffff12;border:1px solid #ffffff29;border-radius:13px;flex-direction:column;align-items:center;margin-top:auto;padding:14px 16px;display:flex}.rrCheckoutComingSoon span{color:#fff;font-size:13px;font-weight:750}.rrCheckoutComingSoon small{color:#aaa4b8;max-width:350px;margin-top:5px;font-size:9px;line-height:1.5}.rrPriceFineprint{color:#9f99ab;text-align:center;margin-top:15px;font-size:9px;line-height:1.55}.rrFinalCta{background:#eeebf3;padding-top:45px;padding-bottom:100px}.rrFinalCard{background:radial-gradient(circle at 16% 20%, #c9f36a40, transparent 25%), radial-gradient(circle at 82% 82%, #86b9ff3d, transparent 29%), var(--rr-violet);color:#fff;text-align:center;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;min-height:480px;display:flex;position:relative;overflow:hidden}.rrFinalCard:before,.rrFinalCard:after{content:"";border:1px solid #ffffff24;border-radius:50%;width:230px;height:230px;position:absolute}.rrFinalCard:before{top:-100px;left:-50px}.rrFinalCard:after{width:310px;height:310px;bottom:-120px;right:-40px}.rrFinalCard>*{z-index:1;position:relative}.rrFinalCard h2{letter-spacing:-.075em;margin:18px 0 0;font-size:clamp(57px,6.6vw,90px);font-weight:720;line-height:.9}.rrFinalCard p{color:#dfd9ff;margin:23px 0 28px;font-size:16px}.rrFinalComingSoon{z-index:1;color:#fff;background:#ffffff1a;border:1px solid #ffffff40;border-radius:13px;padding:14px 18px;font-size:12px;font-weight:700;display:inline-flex;position:relative}.rrFooter{color:#fff;background:#171625;padding:65px 24px 40px}.rrFooterInner{grid-template-columns:1fr auto 1fr;align-items:start;gap:60px;width:min(1180px,100%);margin:0 auto;display:grid}.rrFooterInner>div:first-child p{color:#858091;margin:14px 0 0;font-size:12px}.rrFooter nav{color:#bbb5c7;grid-template-columns:repeat(2,auto);gap:14px 28px;font-size:12px;display:grid}.rrFooter nav a:hover,.rrFooterMeta a:hover{color:#fff}.rrFooterMeta{color:#858091;flex-direction:column;align-items:flex-end;gap:10px;font-size:11px;display:flex}.rrLegalPage,.rrSupportPage,.rrSuccessPage{width:min(1080px,100% - 48px);margin:0 auto;padding:92px 0 120px}.rrLegalHero{border-bottom:1px solid var(--rr-line);max-width:830px;padding-bottom:55px}.rrLegalHero>span{font-family:var(--font-geist-mono), monospace;letter-spacing:.11em;text-transform:uppercase;font-size:10px;font-weight:800}.rrLegalHero h1,.rrSupportHero h1,.rrSuccessHero h1,.rrStatusCard h1{letter-spacing:-.07em;margin:18px 0 0;font-size:clamp(56px,6vw,82px);font-weight:720;line-height:.95}.rrLegalHero p,.rrSupportHero>p,.rrSuccessHero>p,.rrStatusCard>p{max-width:720px;color:var(--rr-muted);margin:24px 0 0;font-size:17px;line-height:1.65}.rrLegalDocument{max-width:830px;padding-top:15px}.rrLegalDocument section{padding:42px 0 6px}.rrLegalDocument h2{letter-spacing:-.035em;margin:0 0 16px;font-size:23px}.rrLegalDocument p,.rrLegalDocument li,.rrLegalDocument address{color:#555161;font-size:14px;font-style:normal;line-height:1.75}.rrLegalDocument p{margin:12px 0}.rrLegalDocument ul{gap:8px;padding-left:22px;display:grid}.rrLegalDocument a{color:var(--rr-violet-dark);text-underline-offset:3px;text-decoration:underline}.rrLegalBlocker,.rrLegalWarning{color:#721f16;background:#fff0ed;border:1px solid #f09d8e;border-radius:16px;margin:28px 0 8px;padding:19px 21px}.rrLegalWarning{color:#5e4d13;background:#fff9dc;border-color:#e6c96c}.rrLegalBlocker strong,.rrLegalWarning strong{font-size:13px}.rrLegalBlocker p,.rrLegalWarning p{color:inherit;margin:7px 0 0;font-size:12px;line-height:1.6}.rrLegalFootnote{border-top:1px solid var(--rr-line);padding-top:20px;margin-top:60px!important;font-size:11px!important}.rrSupportHero{text-align:center;padding:50px 0 85px}.rrSupportHero>p{margin-left:auto;margin-right:auto}.rrSupportHero .rrButton{margin-top:30px}.rrSupportDetails{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.rrSupportDetails article{border:1px solid var(--rr-line);background:var(--rr-paper-bright);border-radius:24px;min-height:330px;padding:32px}.rrSupportDetails article>span{color:var(--rr-violet);font-family:var(--font-geist-mono), monospace;font-size:10px;font-weight:800}.rrSupportDetails h2{letter-spacing:-.04em;margin:45px 0 18px;font-size:28px}.rrSupportDetails p,.rrSupportDetails li{color:var(--rr-muted);font-size:14px;line-height:1.65}.rrSupportDetails ul{gap:7px;padding-left:20px;display:grid}.rrSupportFaq{grid-template-columns:.7fr 1.3fr;gap:80px;margin-top:110px;display:grid}.rrSupportFaq>div:first-child h2{letter-spacing:-.055em;margin:18px 0 0;font-size:44px;line-height:1}.rrSupportFaqList{border-top:1px solid var(--rr-line)}.rrSupportFaqList details{border-bottom:1px solid var(--rr-line)}.rrSupportFaqList summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:84px;list-style:none;display:flex}.rrSupportFaqList summary::-webkit-details-marker{display:none}.rrSupportFaqList summary>span{align-items:center;gap:18px;font-size:14px;font-weight:680;display:flex}.rrSupportFaqList summary i{color:var(--rr-violet);font-family:var(--font-geist-mono), monospace;font-size:9px;font-style:normal}.rrSupportFaqList summary b{font-size:22px;font-weight:400;transition:transform .18s}.rrSupportFaqList details[open] summary b{transform:rotate(45deg)}.rrSupportFaqList details>p{color:var(--rr-muted);margin:-5px 38px 26px 36px;font-size:13px;line-height:1.65}.rrStatusPage{justify-content:center;align-items:center;width:min(760px,100% - 48px);min-height:680px;margin:0 auto;padding:70px 0 110px;display:flex}.rrStatusCard{border:1px solid var(--rr-line);background:var(--rr-paper-bright);text-align:center;border-radius:30px;flex-direction:column;align-items:center;width:100%;padding:64px;display:flex;box-shadow:0 30px 70px #1f193d1a}.rrStatusIcon{border-radius:22px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:25px;font-size:26px;font-weight:800;display:inline-flex}.rrStatusIconNeutral{color:#615c6d;background:#e9e5ef}.rrStatusIconPending{color:#8a6710;background:#fff2c6}.rrStatusIconError{color:#b63d2a;background:#ffe2dd}.rrStatusIconSuccess{background:var(--rr-lime);color:#25310c}.rrStatusCard .rrButton{margin-top:30px}.rrStatusActions{align-items:center;gap:25px;margin-top:30px;display:flex}.rrStatusActions .rrButton{margin-top:0}.rrSuccessPage{max-width:980px}.rrSuccessHero{text-align:center;flex-direction:column;align-items:center;padding:40px 0 55px;display:flex}.rrSuccessHero>p{max-width:650px}.rrTestBadge{color:#76570b;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;background:#fff0bf;border-radius:999px;margin-top:22px;padding:7px 10px;font-size:8px;font-weight:850}.rrLicenseCard{color:#fff;background:linear-gradient(145deg,#28243b,#171625);border:1px solid #2c2842;border-radius:26px;padding:34px;box-shadow:0 28px 65px #19143933}.rrLicenseCardHead{justify-content:space-between;align-items:flex-start;display:flex}.rrLicenseCardHead>div{flex-direction:column;display:flex}.rrLicenseCardHead>div>span,.rrLicenseCard label{color:#aaa4b8;font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:8px;font-weight:800}.rrLicenseCardHead h2{letter-spacing:-.04em;margin:9px 0 0;font-size:28px}.rrPaidBadge{color:var(--rr-lime);font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;text-transform:uppercase;background:#c9f36a26;border-radius:999px;padding:7px 10px;font-size:8px;font-weight:800}.rrLicenseCard label{margin:30px 0 9px;display:block}.rrLicenseCard textarea{resize:vertical;color:#dcd7e8;width:100%;min-height:132px;font-family:var(--font-geist-mono), monospace;word-break:break-all;background:#0f0d19;border:1px solid #4c465d;border-radius:14px;outline:none;padding:14px;font-size:10px;line-height:1.6}.rrLicenseCard textarea:focus{border-color:var(--rr-violet)}.rrCopyButton{background:var(--rr-violet);width:100%;box-shadow:none;margin-top:12px}.rrCopyButton:hover{background:#8269f8}.rrLicenseHelp{color:#aaa4b8;text-align:center;margin:13px 0 0;font-size:10px;line-height:1.55}.rrActivationSteps{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px;display:grid}.rrActivationSteps article{border:1px solid var(--rr-line);background:var(--rr-paper-bright);border-radius:20px;min-height:190px;padding:25px}.rrActivationSteps article>span{color:var(--rr-violet);font-family:var(--font-geist-mono), monospace;font-size:9px;font-weight:800}.rrActivationSteps h2{letter-spacing:-.025em;margin:30px 0 8px;font-size:17px}.rrActivationSteps p{color:var(--rr-muted);margin:0;font-size:11px;line-height:1.55}.rrSuccessSupport{color:var(--rr-muted);text-align:center;margin:28px 0 0;font-size:12px}.rrSuccessSupport a{color:var(--rr-violet-dark);text-decoration:underline}@media (max-width:1000px){.rrHeroGrid{grid-template-columns:1fr}.rrHeroCopy{max-width:720px}.rrProductStage{width:min(680px,100%);margin:0 auto}.rrFeatureGrid{grid-template-columns:1fr}.rrFeatureCard{min-height:300px}.rrFeatureIcon{transform-origin:0;margin:20px 0 35px;transform:scale(.82)rotate(8deg)}.rrFeature-blue .rrFeatureIcon{transform:scale(.82)rotate(-7deg)}.rrPrivacyGrid{gap:55px}.rrSupportFaq{grid-template-columns:1fr;gap:45px}}@media (max-width:760px){.rrHeader{padding:12px 14px 0}.rrHeaderInner{border-radius:16px;height:60px;padding:0 9px 0 15px}.rrNav{display:none}.rrHeaderSupport{height:40px;margin-left:auto}.rrHero{padding:62px 18px 75px}.rrHeroCopy h1{font-size:clamp(60px,19vw,84px)}.rrHeroCopy>p{font-size:16px}.rrHeroActions{flex-direction:column;align-items:stretch}.rrHeroActions .rrButton,.rrHeroActions form{width:100%}.rrHeroActions .rrTextLink{align-self:flex-start}.rrProductStage{border-radius:28px;min-height:520px}.rrPopupMock{width:min(335px,100% - 26px);transform:none}.rrFloatRules{top:34px;right:-6px}.rrFloatRandom{bottom:35px;left:-6px}.rrTicker{padding:20px 18px}.rrTicker>div{gap:14px;font-size:8px}.rrSection{padding:88px 18px}.rrSectionHead{grid-template-columns:1fr;gap:25px}.rrSectionHead h2,.rrPricingIntro h2,.rrPrivacyGrid h2{font-size:clamp(43px,13vw,60px)}.rrFeatureGrid{margin-top:42px}.rrFeatureCard{padding:24px}.rrPrivacyGrid{grid-template-columns:1fr;gap:30px}.rrPrivacyVisual{min-height:300px}.rrShield{transform:scale(.8)}.rrOrbitOne{width:240px;height:240px}.rrOrbitTwo{width:300px;height:300px}.rrPriceGrid{grid-template-columns:1fr}.rrPriceCard{min-height:550px;padding:28px}.rrFinalCta{padding-top:20px;padding-bottom:70px}.rrFinalCard{border-radius:25px;min-height:440px;padding:30px 18px}.rrFooter{padding-left:18px;padding-right:18px}.rrFooterInner{grid-template-columns:1fr;gap:35px}.rrFooterMeta{align-items:flex-start}.rrLegalPage,.rrSupportPage,.rrSuccessPage{width:calc(100% - 36px);padding:70px 0 90px}.rrLegalHero h1,.rrSupportHero h1,.rrSuccessHero h1,.rrStatusCard h1{font-size:clamp(47px,14vw,67px)}.rrLegalHero p,.rrSupportHero>p,.rrSuccessHero>p,.rrStatusCard>p{font-size:15px}.rrSupportDetails{grid-template-columns:1fr}.rrSupportDetails article{min-height:auto}.rrSupportFaq{margin-top:80px}.rrStatusPage{width:calc(100% - 36px);min-height:610px}.rrStatusCard{padding:45px 24px}.rrStatusActions{flex-direction:column}.rrActivationSteps{grid-template-columns:1fr}.rrActivationSteps article{min-height:155px}.rrLicenseCard{padding:24px 18px}.rrLicenseCardHead{gap:16px}.rrLicenseCardHead h2{font-size:22px}}@media (prefers-reduced-motion:reduce){.reloadraSite *,.reloadraSite :before,.reloadraSite :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.fragentaLegalSite{background:var(--paper-bright);min-height:100vh;overflow:hidden}.fragentaLegalHeader{padding:16px 24px 0}.fragentaLegalHeaderInner{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfaf7e6;border:1px solid #11191f1a;border-radius:18px;justify-content:space-between;align-items:center;width:min(1080px,100%);height:64px;margin:0 auto;padding:0 10px 0 22px;display:flex;box-shadow:0 10px 30px #11191f12}.fragentaLegalBack{background:var(--ink);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:20px;min-height:44px;padding:0 16px;font-size:11px;font-weight:700;transition:background .18s,transform .18s;display:inline-flex}.fragentaLegalBack:hover{background:var(--coral-dark);transform:translateY(-2px)}.fragentaLegalMain{width:min(880px,100% - 48px);margin:0 auto;padding:100px 0 120px}.fragentaLegalHero>span{color:#657076;font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;align-items:center;gap:10px;font-size:9px;font-weight:760;display:inline-flex}.fragentaLegalHero>span:before{background:var(--coral);content:"";border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #ff5c3921}.fragentaLegalHero h1{letter-spacing:-.075em;margin:28px 0 22px;font-size:clamp(65px,9vw,108px);font-weight:660;line-height:.9}.fragentaLegalHero p{max-width:580px;color:var(--ink-soft);margin:0;font-size:16px;line-height:1.7}.fragentaLegalDocument{border-top:1px solid var(--line);margin-top:70px}.fragentaLegalDocument section{border-bottom:1px solid var(--line);grid-template-columns:minmax(200px,.72fr) minmax(0,1.28fr);gap:50px;padding:38px 0;display:grid}.fragentaLegalDocument h2{letter-spacing:-.03em;margin:0;font-size:18px}.fragentaLegalDocument address,.fragentaLegalDocument section>p{color:#405058;margin:0;font-size:14px;font-style:normal;line-height:1.8}.fragentaLegalContact{gap:18px;margin:0;display:grid}.fragentaLegalContact>div{grid-template-columns:90px 1fr;gap:18px;display:grid}.fragentaLegalContact dt{color:#758087;font-size:11px;font-weight:650}.fragentaLegalContact dd{margin:0;font-size:14px}.fragentaLegalContact a{text-underline-offset:4px;-webkit-text-decoration:underline #ff5c3980;text-decoration:underline #ff5c3980}.fragentaLegalUpdated{color:#778187;font-family:var(--font-geist-mono), monospace;margin:26px 0 0;font-size:8px}.fragentaLegalFooter{border-top:1px solid var(--line);background:var(--paper);padding:42px 24px}.fragentaLegalFooter>div{justify-content:space-between;align-items:center;width:min(1080px,100%);margin:0 auto;display:flex}.fragentaLegalFooter nav{color:#58646b;gap:24px;font-size:10px;font-weight:650;display:flex}@media (max-width:620px){.fragentaLegalHeader{padding:12px 14px 0}.fragentaLegalHeaderInner{height:60px;padding-left:15px}.fragentaLegalBack{gap:10px;padding:0 13px;font-size:10px}.fragentaLegalMain{width:calc(100% - 36px);padding:76px 0 90px}.fragentaLegalHero h1{font-size:clamp(60px,20vw,82px)}.fragentaLegalHero p{font-size:15px}.fragentaLegalDocument{margin-top:52px}.fragentaLegalDocument section{grid-template-columns:1fr;gap:24px;padding:32px 0}.fragentaLegalContact>div{grid-template-columns:70px 1fr}.fragentaLegalFooter{padding:36px 18px}.fragentaLegalFooter>div{flex-direction:column;align-items:flex-start;gap:28px}}.promptguardSite{--pg-ink:#0d2230;--pg-ink-soft:#405a66;--pg-paper:#f2f8f6;--pg-mint:#49dcb5;--pg-blue:#2d7fe7;background:var(--pg-paper);min-height:100vh;color:var(--pg-ink);overflow:hidden}.pgHeader{z-index:20;padding:18px 24px 0;position:relative}.pgHeaderInner{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #0d22301c;border-radius:18px;align-items:center;width:min(1180px,100%);height:66px;margin:0 auto;padding:0 10px 0 18px;display:flex;box-shadow:0 12px 34px #0d223012}.pgBrand{align-items:center;gap:10px;display:inline-flex}.pgBrand>img{object-fit:cover;border-radius:10px;width:34px;height:34px;display:block;box-shadow:0 7px 18px #0d3f5233}.pgBrand strong{letter-spacing:-.035em;font-size:17px}.pgHeader nav{color:#39515c;gap:30px;margin:0 auto;font-size:12px;font-weight:640;display:flex}.pgHeader nav a:hover{color:var(--pg-blue)}.pgHeaderCta,.pgPrimaryButton{background:var(--pg-ink);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:22px;font-size:12px;font-weight:720;transition:transform .18s,background .18s;display:inline-flex}.pgHeaderCta{min-height:46px;padding:0 17px}.pgHeaderCta:hover,.pgPrimaryButton:hover{background:#17455b;transform:translateY(-2px)}.pgHero{padding:72px 24px 90px}.pgHeroInner{grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:70px;width:min(1180px,100%);margin:0 auto;display:grid}.pgHeroCopy{padding:45px 0}.pgEyebrow{color:#56717b;font-family:var(--font-geist-mono), monospace;letter-spacing:.11em;align-items:center;gap:11px;font-size:9px;font-weight:760;display:inline-flex}.pgEyebrow i{background:var(--pg-mint);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #49dcb52b}.pgHero h1{letter-spacing:-.075em;max-width:660px;margin:30px 0 26px;font-size:clamp(62px,6.5vw,96px);font-weight:660;line-height:.92}.pgHeroCopy>p{max-width:610px;color:var(--pg-ink-soft);margin:0;font-size:16px;line-height:1.7}.pgHeroActions{align-items:center;gap:28px;margin-top:34px;display:flex}.pgPrimaryButton{min-height:54px;padding:0 20px;font-size:13px}.pgTextLink{color:#2f505d;font-size:12px;font-weight:700}.pgTextLink span{margin-left:10px}.pgTrustRow{color:#5d737c;font-family:var(--font-geist-mono), monospace;letter-spacing:.05em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:10px;margin-top:36px;font-size:8px;font-weight:700;display:flex}.pgTrustRow i{background:#a8b8bd;border-radius:50%;width:3px;height:3px}.pgStage{isolation:isolate;background-color:#0c202d;background-image:linear-gradient(#ffffff0e 1px,#0000 1px),linear-gradient(90deg,#ffffff0e 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:34px 34px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border-radius:38px;place-items:center;min-height:600px;display:grid;position:relative;overflow:hidden;box-shadow:0 34px 80px #0d223030}.pgStage:before,.pgStage:after{z-index:-1;content:"";border:1px solid #ffffff12;border-radius:50%;width:480px;height:480px;position:absolute}.pgStage:after{width:350px;height:350px}.pgStageGlow{z-index:-1;filter:blur(82px);background:#32bcd14d;border-radius:50%;width:340px;height:340px;position:absolute}.pgBrowserMock{width:min(450px,76%);color:var(--pg-ink);background:#f8fcfb;border:1px solid #ffffff80;border-radius:24px;padding:18px;transform:rotate(-1.5deg);box-shadow:0 30px 75px #0006}.pgMockTop{border-bottom:1px solid #dce7e5;align-items:center;gap:6px;padding:2px 2px 16px;display:flex}.pgMockTop>span{background:#b7c8cb;border-radius:50%;width:7px;height:7px}.pgMockTop>span:first-child{background:#ff8b70}.pgMockTop>span:nth-child(2){background:#ffd268}.pgMockTop>span:nth-child(3){background:#57d2ac}.pgMockTop small{color:#6d8187;margin-left:auto;font-size:7px}.pgMockPrompt{background:#fff;border:1px solid #d3e0df;border-radius:16px;margin-top:17px;padding:20px 54px 20px 18px;position:relative}.pgMockPrompt small{color:#788c91;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;font-size:6px;font-weight:750}.pgMockPrompt p{margin:12px 0 0;font-size:12px;line-height:1.55}.pgMockPrompt em{color:#ae3b24;background:#ffe6df;border-radius:5px;padding:3px 5px;font-style:normal;font-weight:720}.pgMockPrompt>div{color:#fff;background:#cbd6d7;border-radius:10px;place-items:center;width:32px;height:32px;display:grid;position:absolute;bottom:13px;right:13px}.pgMockAlert{background:#e5f8f2;border:1px solid #bfe6da;border-radius:16px;gap:13px;margin-top:14px;padding:18px;display:flex}.pgMockAlert>span,.pgFloatPolicy>span{color:#fff;background:#14785e;border-radius:10px;flex:none;place-items:center;width:36px;height:36px;font-size:13px;font-weight:850;display:grid}.pgMockAlert>div,.pgFloatPolicy>div{flex-direction:column;display:flex}.pgMockAlert small,.pgFloatPolicy small{color:#49776a;font-family:var(--font-geist-mono), monospace;letter-spacing:.08em;font-size:6px;font-weight:800}.pgMockAlert strong{margin-top:5px;font-size:11px}.pgMockAlert p{color:#59746c;margin:5px 0 0;font-size:8px}.pgFloatPolicy{color:#143c32;background:#9dedd5;border:1px solid #fff9;border-radius:14px;align-items:center;gap:11px;padding:13px 16px;display:flex;position:absolute;bottom:12%;right:4%;transform:rotate(3deg);box-shadow:0 18px 44px #0000004d}.pgFloatPolicy>span{background:#143c32;width:32px;height:32px;font-size:11px}.pgFloatPolicy strong{margin-top:4px;font-size:9px}.pgProtection{background:#fff;padding:110px 24px}.pgSectionInner,.pgPilotInner,.pgFooterInner{width:min(1180px,100%);margin:0 auto}.pgSectionHead,.pgPilotInner{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:end;gap:80px;display:grid}.pgSectionHead>div>span{color:#50717c;font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:9px;font-weight:760}.pgSectionHead h2,.pgPilot h2{letter-spacing:-.065em;max-width:720px;margin:22px 0 0;font-size:clamp(48px,5.5vw,74px);font-weight:650;line-height:.96}.pgSectionHead>p,.pgPilotInner>div:last-child>p{color:var(--pg-ink-soft);margin:0;font-size:15px;line-height:1.75}.pgSafeguardGrid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:62px;display:grid}.pgSafeguardGrid article{background:var(--pg-paper);border:1px solid #dce8e5;border-radius:22px;min-height:320px;padding:28px}.pgSafeguardGrid article>span{color:#207b65;font-family:var(--font-geist-mono), monospace;font-size:9px;font-weight:800}.pgSafeguardGrid h3{letter-spacing:-.045em;max-width:260px;margin:86px 0 18px;font-size:27px;line-height:1.02}.pgSafeguardGrid p{color:#516a73;margin:0;font-size:13px;line-height:1.65}.pgPilot{background:var(--pg-ink);color:#fff;padding:110px 24px}.pgPilot .pgEyebrow{color:#a9c0c8}.pgPilotInner>div:last-child>p{color:#b7c9ce}.pgPilotLimit{background:#ffffff0d;border:1px solid #ffffff1c;border-radius:12px;padding:15px 17px;margin-top:18px!important;font-size:12px!important}.pgPilot .pgPrimaryButton{background:var(--pg-mint);color:#0c2b25;margin-top:28px}.pgPilot .pgPrimaryButton:hover{background:#7ceacb}.pgFooter{color:#fff;background:#081821;padding:45px 24px}.pgFooterInner{grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;display:grid}.pgFooter .pgBrand>img{box-shadow:0 8px 22px #40dab329}.pgFooter p{color:#8da5ad;margin:0;font-size:10px}.pgFooter nav{color:#b8c9ce;justify-content:flex-end;gap:24px;font-size:10px;font-weight:650;display:flex}.pgLegalHero{padding:92px 24px 68px}.pgLegalHero>div,.pgLegalLayout{width:min(1120px,100%);margin:0 auto}.pgLegalHero h1{letter-spacing:-.075em;max-width:760px;margin:24px 0 22px;font-size:clamp(62px,9vw,122px);line-height:.86}.pgLegalHero h1 span{color:var(--pg-mint)}.pgLegalHero p{max-width:680px;color:var(--pg-ink-soft);margin:0;font-size:18px;line-height:1.65}.pgLegalLayout{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:64px;padding:0 24px 110px;display:grid}.pgLegalSummary{color:#fff;background:#0b2230;border-radius:22px;padding:30px;position:sticky;top:24px;box-shadow:0 24px 60px #0d22302b}.pgLegalSummary .pgEyebrow{color:#7ee7ca}.pgLegalSummary>strong{letter-spacing:-.04em;margin:18px 0 22px;font-size:24px;line-height:1.12;display:block}.pgLegalSummary ul{color:#abc0c8;gap:12px;margin:0 0 30px;padding:0;font-size:13px;line-height:1.45;list-style:none;display:grid}.pgLegalSummary li:before{color:var(--pg-mint);content:"✓";margin-right:9px}.pgLegalSummary>a{color:#7ee7ca;border-top:1px solid #ffffff24;justify-content:space-between;padding-top:18px;font-size:12px;font-weight:720;display:flex}.pgLegalContent{gap:18px;display:grid}.pgLegalContent section{background:#ffffffbd;border:1px solid #0d22301a;border-radius:22px;padding:42px 44px;box-shadow:0 16px 42px #0d22300b}.pgLegalContent section>span{color:var(--pg-blue);font-family:var(--font-geist-mono), monospace;letter-spacing:.12em;font-size:11px;font-weight:800}.pgLegalContent h2{letter-spacing:-.05em;margin:13px 0 20px;font-size:clamp(25px,3vw,34px);line-height:1.05}.pgLegalContent p,.pgLegalContent li,.pgLegalContent address{color:#4b646e;font-size:14px;line-height:1.75}.pgLegalContent p:last-child{margin-bottom:0}.pgLegalContent ul{gap:8px;padding-left:20px;display:grid}.pgLegalContent a{color:#1876c9}.pgLegalContent li::marker{color:#1876c9}.pgLegalContent address{margin-bottom:20px;font-style:normal}.pgLegalContent address strong{color:var(--pg-ink)}.pgLegalFootnote{border-left:3px solid var(--pg-mint);color:#506971;background:#49dcb51a;padding:20px 24px;font-size:12px;line-height:1.6}@media (max-width:840px){.pgLegalHero{padding-top:62px}.pgLegalLayout{grid-template-columns:1fr;gap:26px}.pgLegalSummary{position:static}}@media (max-width:560px){.pgLegalHero{padding-bottom:45px}.pgLegalHero p{font-size:16px}.pgLegalLayout{padding:0 16px 72px}.pgLegalContent section,.pgLegalSummary{padding:28px 24px}.pgLegalPage .pgHeaderCta{display:none}}@media (max-width:980px){.ownProductIntro,.pgHeroInner,.pgSectionHead,.pgPilotInner{grid-template-columns:1fr}.ownProductIntro{gap:24px}.ownProductIntro .sectionLabel{grid-column:auto}.pgHeroInner,.pgSectionHead,.pgPilotInner{gap:46px}.pgHeroCopy{max-width:760px;padding-bottom:0}.pgStage{width:min(720px,100%);margin:0 auto}.pgSafeguardGrid{grid-template-columns:1fr}.pgSafeguardGrid article{min-height:250px}.pgSafeguardGrid h3{margin-top:55px}}@media (max-width:620px){.ownProductIntro{margin-bottom:34px}.ownProductIntro h2{font-size:clamp(40px,11vw,52px)}.ownProductList{gap:22px}.promptGuardWindow{width:min(410px,84%);padding:14px}.promptGuardRule{bottom:8%;right:3%}.nightModeWindow{width:min(410px,84%);padding:14px}.nightModeRule{transform-origin:100% 100%;bottom:7%;right:2%;transform:rotate(3deg)scale(.9)}.pgHeader{padding:12px 14px 0}.pgHeaderInner{border-radius:16px;height:60px;padding:0 8px 0 13px}.pgHeader nav{display:none}.pgHeaderCta{gap:10px;margin-left:auto;padding:0 13px;font-size:10px}.pgBrand strong{font-size:15px}.pgHero{padding:48px 18px 75px}.pgHero h1{font-size:clamp(56px,17vw,78px)}.pgHeroCopy>p{font-size:15px}.pgHeroActions{flex-direction:column;align-items:stretch}.pgTextLink{align-self:flex-start}.pgStage{border-radius:28px;min-height:510px}.pgBrowserMock{width:calc(100% - 28px);transform:none}.pgFloatPolicy{bottom:28px;right:-5px}.pgProtection,.pgPilot{padding:86px 18px}.pgSectionHead h2,.pgPilot h2{font-size:clamp(43px,13vw,59px)}.pgSafeguardGrid{margin-top:42px}.pgSafeguardGrid article{min-height:270px;padding:24px}.pgFooter{padding:42px 18px}.pgFooterInner{grid-template-columns:1fr}.pgFooter nav{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){.promptguardSite *,.promptguardSite :before,.promptguardSite :after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.nightModeGuardSite{--nmg-bg:#090a14;--nmg-bg-deep:#04050b;--nmg-surface:#151727;--nmg-border:#ebe8ff1f;--nmg-text:#fbf7ef;--nmg-text-soft:#c6c0cc;--nmg-muted:#8c899d;--nmg-amber:#f6a915;--nmg-amber-light:#fcd34d;--nmg-orange:#ea580c;--nmg-coral:#fb8b69;background:var(--nmg-bg);min-height:100vh;color:var(--nmg-text);overflow-x:clip}.nightModeGuardSite *{box-sizing:border-box}.nightModeGuardSite a{color:inherit;text-decoration:none}.nmgHeader{z-index:20;background:var(--nmg-bg);padding:16px 22px 0;position:relative}.nmgHeaderInner{border:1px solid var(--nmg-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#151727c7;border-radius:19px;grid-template-columns:1fr auto 1fr;align-items:center;width:min(1280px,100%);height:68px;margin:0 auto;padding:0 18px;display:grid;box-shadow:0 14px 40px #00000038}.nmgBrand{letter-spacing:-.035em;justify-self:start;align-items:center;gap:10px;font-size:15px;display:inline-flex}.nmgMark{background:linear-gradient(135deg, #fbbf24, var(--nmg-orange));border:1px solid #ffffff2e;border-radius:12px;flex:none;place-items:center;width:36px;height:36px;display:grid;box-shadow:0 8px 24px #f59e0b45}.nmgMark svg{fill:none;stroke:#fffaf0;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;width:21px;height:21px}.nmgHeader nav,.nmgFooter nav{color:var(--nmg-text-soft);align-items:center;gap:25px;font-size:11px;font-weight:650;display:flex}.nmgHeader nav a,.nmgFooter nav a{transition:color .16s}.nmgHeader nav a:hover,.nmgFooter nav a:hover{color:var(--nmg-amber-light)}.nmgHeaderCta{background:var(--nmg-amber);border-radius:10px;justify-self:end;align-items:center;gap:15px;padding:11px 14px;font-size:10px;font-weight:760;transition:background .16s,transform .16s;display:inline-flex;color:#201406!important}.nmgHeaderCta:hover{background:var(--nmg-amber-light);transform:translateY(-1px)}.nmgHero{background:radial-gradient(circle at 84% 24%, #f59e0b26, transparent 27%), radial-gradient(circle at 8% 80%, #6366f121, transparent 30%), var(--nmg-bg);position:relative;overflow:hidden}.nmgHero:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:52px 52px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 86%);mask-image:linear-gradient(#000,#0000 86%)}.nmgHeroInner{z-index:1;grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);align-items:center;gap:64px;width:min(1240px,100% - 48px);min-height:760px;margin:0 auto;padding:70px 0 92px;display:grid;position:relative}.nmgHeroCopy{max-width:590px}.nmgEyebrow{color:var(--nmg-muted);font-family:var(--font-geist-mono), monospace;letter-spacing:.13em;align-items:center;gap:10px;font-size:9px;font-weight:750;display:inline-flex}.nmgEyebrow i{background:var(--nmg-amber);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 5px #f6a91521}.nmgHeroCopy h1{letter-spacing:-.075em;max-width:620px;margin:28px 0 25px;font-size:clamp(62px,6.6vw,94px);font-weight:670;line-height:.9}.nmgHeroCopy>p{max-width:540px;color:var(--nmg-text-soft);margin:0;font-size:17px;line-height:1.65}.nmgHeroActions{align-items:center;gap:18px;margin-top:34px;display:flex}.nmgPrimaryButton{background:var(--nmg-amber);border-radius:12px;justify-content:center;align-items:center;gap:25px;padding:16px 19px;font-size:12px;font-weight:760;transition:background .16s,transform .16s;display:inline-flex;box-shadow:0 14px 34px #f59e0b2e;color:#201406!important}.nmgPrimaryButton:hover{background:var(--nmg-amber-light);transform:translateY(-2px)}.nmgTextLink{font-size:11px;font-weight:680;color:var(--nmg-text-soft)!important}.nmgTextLink span{color:var(--nmg-amber-light);margin-left:8px}.nmgTrustRow{color:var(--nmg-muted);align-items:center;gap:12px;margin-top:39px;font-size:9px;font-weight:680;display:flex}.nmgTrustRow i{background:var(--nmg-amber);border-radius:50%;width:3px;height:3px}.nmgStage{isolation:isolate;justify-content:center;align-items:center;min-height:600px;display:flex;position:relative}.nmgStageGrid{z-index:-3;border:1px solid var(--nmg-border);background-color:#080914b8;background-image:linear-gradient(#f6a9150b 1px,#0000 1px),linear-gradient(90deg,#f6a9150b 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:38px 38px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border-radius:46px;position:absolute;inset:2% -6%;overflow:hidden;transform:rotate(1.5deg)}.nmgStageGrid:before,.nmgStageGrid:after{content:"";border:1px solid #ffffff12;border-radius:50%;width:510px;height:510px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nmgStageGrid:after{width:360px;height:360px}.nmgStageGlow{z-index:-2;filter:blur(100px);background:#f57e1240;border-radius:50%;width:440px;height:440px;position:absolute}.nmgPopup{background:radial-gradient(circle at 100% 0,#f59e0b24,#0000 32%),#151727;border:1px solid #ffffff2b;border-radius:25px;width:min(430px,74%);padding:20px;transition:transform .26s;position:relative;transform:rotate(-2deg);box-shadow:0 34px 90px #0000008c}.nmgStage:hover .nmgPopup{transform:rotate(0)translateY(-4px)}.nmgPopupHead,.nmgPowerTop,.nmgPowerMeta,.nmgChoices{align-items:center;display:flex}.nmgPopupHead{border-bottom:1px solid var(--nmg-border);padding-bottom:17px}.nmgPopupHead>div{flex-direction:column;margin-left:11px;display:flex}.nmgPopupHead strong{font-size:13px}.nmgPopupHead small{color:var(--nmg-muted);letter-spacing:.11em;margin-top:4px;font-size:7px;font-weight:760}.nmgPopupHead button{border:1px solid var(--nmg-border);width:34px;height:34px;color:var(--nmg-text-soft);background:#979abe17;border-radius:10px;place-items:center;margin-left:auto;display:grid}.nmgPowerCard,.nmgSiteCard,.nmgChoiceCard{border:1px solid var(--nmg-border);background:#1b1d30e6;border-radius:16px;margin-top:10px;padding:14px}.nmgPowerCard{background:linear-gradient(135deg,#f59e0b1c,#0000 46%),#1c1d30f2;border-color:#fcd34d47}.nmgPowerTop{justify-content:space-between}.nmgPowerTop>div,.nmgSiteCard,.nmgChoiceCard{flex-direction:column;display:flex}.nmgPowerTop small,.nmgSiteCard>small,.nmgChoiceCard>small{color:var(--nmg-muted);font-family:var(--font-geist-mono), monospace;letter-spacing:.11em;font-size:6px;font-weight:760}.nmgPowerTop strong,.nmgSiteCard strong{margin-top:5px;font-size:11px}.nmgSwitch{background:linear-gradient(135deg, #fbbf24, var(--nmg-orange));border-radius:999px;width:44px;height:26px;position:relative;box-shadow:0 7px 18px #f59e0b40}.nmgSwitch i{background:#fff;border-radius:50%;width:18px;height:18px;position:absolute;top:4px;right:4px}.nmgPowerCard>p,.nmgSiteCard>p{color:var(--nmg-text-soft);margin:10px 0;font-size:8px;line-height:1.5}.nmgPowerMeta{border-top:1px solid var(--nmg-border);color:var(--nmg-text-soft);justify-content:space-between;padding-top:9px;font-size:7px;font-weight:700}.nmgPowerMeta span{align-items:center;gap:6px;display:flex}.nmgPowerMeta i{background:var(--nmg-amber);border-radius:50%;width:5px;height:5px;box-shadow:0 0 0 3px #f59e0b1c}.nmgChoices{gap:7px;margin-top:10px}.nmgChoices span{color:var(--nmg-muted);background:#979abe17;border:1px solid #0000;border-radius:9px;flex:1;align-items:center;gap:6px;padding:9px;font-size:7px;font-weight:700;display:flex}.nmgChoices span.isSelected{color:var(--nmg-amber-light);border-color:#fcd34d45}.nmgChoices span>i{background:currentColor;border-radius:50%;width:6px;height:6px}.nmgChoices span>b{border:1px solid;border-radius:50%;width:10px;height:10px;margin-left:auto}.nmgChoices span.isSelected>b{border:3px solid var(--nmg-amber)}.nmgFloat{color:#32170f;border:1px solid #ffffff6b;border-radius:13px;align-items:center;gap:10px;padding:12px 15px;display:flex;position:absolute;box-shadow:0 18px 40px #00000059}.nmgFloat>span{color:#fff;background:#171321;border-radius:9px;place-items:center;width:31px;height:31px;font-weight:800;display:grid}.nmgFloat div{flex-direction:column;display:flex}.nmgFloat small{font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:6px;font-weight:780}.nmgFloat strong{margin-top:3px;font-size:9px}.nmgFloatLocal{background:var(--nmg-coral);bottom:16%;right:-2%;transform:rotate(3deg)}.nmgFloatSystem{background:#f8c94d;top:17%;left:-2%;transform:rotate(-3deg)}.nmgFeatures{color:#211d2b;background:#f7f3eb;padding:120px 24px}.nmgSectionInner,.nmgPrivacyInner,.nmgStatusInner{width:min(1180px,100%);margin:0 auto}.nmgSectionHead{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:end;gap:70px;display:grid}.nmgFeatures .nmgEyebrow,.nmgPrivacy .nmgEyebrow{color:#817987}.nmgSectionHead h2,.nmgPrivacyCopy h2,.nmgStatusInner h2{letter-spacing:-.07em;max-width:770px;margin:24px 0 0;font-size:clamp(46px,5.5vw,76px);font-weight:670;line-height:.96}.nmgSectionHead>p{color:#6f6875;margin:0 0 4px;font-size:15px;line-height:1.7}.nmgFeatureGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:55px;display:grid}.nmgFeatureGrid article{background:#ffffff7a;border:1px solid #dad3c8;border-radius:22px;min-height:340px;padding:25px}.nmgFeatureGrid article>span{color:#b46e08;font-family:var(--font-geist-mono), monospace;letter-spacing:.1em;font-size:9px;font-weight:760}.nmgFeatureGrid h3{letter-spacing:-.045em;margin:115px 0 16px;font-size:25px}.nmgFeatureGrid p{color:#6c6571;margin:0;font-size:13px;line-height:1.65}.nmgPrivacy{color:#211d2b;background:#e7dfd2;padding:120px 24px}.nmgPrivacyInner{grid-template-columns:minmax(380px,.85fr) minmax(0,1.15fr);align-items:center;gap:90px;display:grid}.nmgPrivacyVisual{background:radial-gradient(circle,#f59e0b2b,#0000 56%),#ffffff4d;border:1px solid #cec2b1;border-radius:34px;flex-direction:column;justify-content:center;align-items:center;min-height:440px;display:flex}.nmgShieldRing{border:1px solid #b46e084d;border-radius:50%;place-items:center;width:210px;height:210px;display:grid;box-shadow:0 0 0 34px #f59e0b12,0 0 0 68px #f59e0b0a}.nmgShieldRing span{background:linear-gradient(135deg, #fbbf24, var(--nmg-orange));color:#fff;border-radius:28px;place-items:center;width:84px;height:84px;font-size:28px;font-weight:800;display:grid;box-shadow:0 20px 45px #d9770647}.nmgPrivacyVisual small{color:#817568;font-family:var(--font-geist-mono), monospace;letter-spacing:.11em;margin-top:72px;font-size:8px;font-weight:750}.nmgPrivacyCopy>p{color:#655e68;max-width:650px;margin:26px 0 30px;font-size:15px;line-height:1.75}.nmgPrivacyCopy>a{color:#fff;background:#211d2b;border-radius:11px;gap:28px;padding:14px 17px;font-size:11px;font-weight:700;display:inline-flex}.nmgStatus{background:radial-gradient(circle at 90% 10%, #f59e0b21, transparent 28%), var(--nmg-bg);padding:120px 24px}.nmgStatusInner{text-align:center}.nmgStatusInner .nmgEyebrow{justify-content:center}.nmgStatusInner h2{max-width:none}.nmgStatusInner>p{max-width:660px;color:var(--nmg-text-soft);margin:25px auto 32px;font-size:15px;line-height:1.7}.nmgFooter{border-top:1px solid var(--nmg-border);background:var(--nmg-bg-deep);padding:24px}.nmgFooterInner{grid-template-columns:1fr auto 1fr;align-items:center;width:min(1180px,100%);margin:0 auto;display:grid}.nmgFooterInner>span{color:var(--nmg-muted);justify-self:end;font-size:9px}.nmgLegalMain{color:#211d2b;background:#f7f3eb;min-height:80vh;padding:80px 24px 110px}.nmgLegalHero{width:min(1100px,100%);margin:0 auto 55px}.nmgLegalHero h1{letter-spacing:-.075em;max-width:900px;margin:24px 0 18px;font-size:clamp(52px,7vw,88px);font-weight:670;line-height:.93}.nmgLegalHero>p{color:#756d78;font-size:11px}.nmgLegalLayout{grid-template-columns:280px minmax(0,1fr);gap:24px;width:min(1100px,100%);margin:0 auto;display:grid}.nmgLegalLayout aside,.nmgLegalLayout article{background:#ffffff85;border:1px solid #d9d1c5;border-radius:22px}.nmgLegalLayout aside{align-self:start;padding:25px}.nmgLegalLayout aside strong{font-size:15px}.nmgLegalLayout aside p{color:#6f6873;margin:12px 0 0;font-size:12px;line-height:1.65}.nmgLegalLayout article{padding:12px 38px}.nmgLegalLayout article section{border-bottom:1px solid #ddd5ca;padding:30px 0}.nmgLegalLayout article section:last-child{border-bottom:0}.nmgLegalLayout h2{letter-spacing:-.035em;margin:0 0 14px;font-size:21px}.nmgLegalLayout article p{color:#625b66;margin:0;font-size:13px;line-height:1.75}.nmgLegalLayout article a{color:#a65d00;text-underline-offset:3px;text-decoration:underline}.nmgLegalLayout code{background:#eee5d7;border-radius:5px;padding:2px 5px;font-size:11px}@media (max-width:1050px){.nmgHeroInner{grid-template-columns:1fr;gap:55px;padding-top:90px}.nmgHeroCopy{max-width:760px}.nmgStage{width:min(760px,100%);margin:0 auto}.nmgSectionHead,.nmgPrivacyInner{grid-template-columns:1fr;gap:45px}.nmgPrivacyVisual{min-height:400px}}@media (max-width:760px){.nmgHeader{padding:12px 12px 0}.nmgHeaderInner{grid-template-columns:1fr auto;height:62px;padding:0 12px}.nmgHeader nav{display:none}.nmgHeaderCta{padding:10px 11px}.nmgHeaderCta span{display:none}.nmgHeroInner{width:min(100% - 30px,700px);min-height:0;padding:75px 0 80px}.nmgHeroCopy h1{font-size:clamp(58px,17vw,82px)}.nmgStage{min-height:540px}.nmgPopup{width:min(430px,82%)}.nmgFloatSystem{top:12%;left:-1%}.nmgFloatLocal{bottom:10%;right:-1%}.nmgFeatures,.nmgPrivacy,.nmgStatus{padding:85px 18px}.nmgFeatureGrid{grid-template-columns:1fr}.nmgFeatureGrid article{min-height:260px}.nmgFeatureGrid h3{margin-top:65px}.nmgFooterInner{grid-template-columns:1fr;gap:22px}.nmgFooter nav{flex-wrap:wrap}.nmgFooterInner>span{justify-self:start}.nmgLegalMain{padding:65px 16px 80px}.nmgLegalLayout{grid-template-columns:1fr}}@media (max-width:520px){.nmgBrand strong{font-size:13px}.nmgHeaderInner{grid-template-columns:1fr}.nmgHeaderCta{display:none}.nmgHeroCopy h1{font-size:clamp(48px,14vw,62px)}.nmgHeroCopy>p{font-size:15px}.nmgHeroActions{flex-direction:column;align-items:stretch}.nmgPrimaryButton{justify-content:space-between;width:100%}.nmgTrustRow{flex-wrap:wrap}.nmgStage{min-height:510px}.nmgStageGrid{inset:2% -2%}.nmgPopup{width:91%;padding:14px}.nmgFloat{padding:9px 11px;transform:scale(.85)rotate(3deg)}.nmgFloatSystem{top:5%;left:-4%;transform:scale(.85)rotate(-3deg)}.nmgFloatLocal{bottom:3%;right:-4%}.nmgSectionHead h2,.nmgPrivacyCopy h2,.nmgStatusInner h2{font-size:clamp(42px,13vw,60px)}.nmgPrivacyVisual{min-height:330px}.nmgShieldRing{width:160px;height:160px;box-shadow:0 0 0 25px #f59e0b12,0 0 0 50px #f59e0b0a}.nmgPrivacyVisual small{text-align:center;margin-top:52px}.nmgLegalHero h1{font-size:clamp(48px,15vw,68px)}.nmgLegalLayout article{padding:6px 24px}}@media (prefers-reduced-motion:reduce){.nightModeGuardSite *,.nightModeGuardSite :before,.nightModeGuardSite :after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
