@import"https://fonts.googleapis.com/css2?family=Sulphur+Point:wght@400;700&family=Stix+Two+Text:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";:root{--nav-height: 56px;--nav-corner-radius: 30px;--nav-bg: #eaeaea;--nav-border: rgba(34, 0, 188, .1);--text-primary: #2200bc;--text-secondary: rgba(34, 0, 188, .7);--cta-bg: #dfd8ff;--cta-text: #2200bc;--cta-hover: #e8e0ff;--bg-color: #e5e5e5;--hero-text-color: #43578c;--hero-button-bg: #eaeaea;--transition-duration: .25s;--container-max-width: 1440px}html{scroll-behavior:smooth;font-family:Sulphur Point,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden;width:100%}body{font-family:Sulphur Point,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden;width:100%}.app-container{display:flex;flex-direction:column;min-height:100vh;background-color:var(--bg-color);position:relative;width:100%;overflow-x:hidden}.app-container:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 50%,rgba(147,112,219,.12) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(65,105,225,.15) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(186,85,211,.1) 0%,transparent 50%);background-size:100% 100%;pointer-events:none;z-index:0;animation:backgroundShift 20s ease-in-out infinite}@keyframes backgroundShift{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.app-container>*{position:relative;z-index:1}.navbar-wrapper{width:100%;padding:1rem;display:flex;justify-content:center;position:sticky;top:0;z-index:1000;background:transparent}.navbar-container{width:100%;max-width:var(--container-max-width);display:flex;gap:1rem;align-items:center;justify-content:center;padding:0 1rem}.navbar{flex:1;background:var(--nav-bg);border:1px solid var(--nav-border);border-radius:var(--nav-corner-radius);box-shadow:0 2px 8px #2200bc14;display:flex;align-items:center;justify-content:center;padding:0 1.5rem;height:var(--nav-height)}@media(min-width:901px){.navbar{display:flex;align-items:center;justify-content:center;height:var(--nav-height);padding:0 1.5rem}.navbar-brand-section{display:flex;align-items:center;justify-content:center}.navbar-nav-desktop{display:flex;gap:2rem;align-items:center;margin-left:auto}.navbar-nav-mobile{display:none}}.navbar-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--hero-text-color);flex-shrink:0;cursor:pointer}.navbar-brand:hover .navbar-title{opacity:.8}.navbar-logo{height:32px;width:auto}.navbar-title{font-size:1.125rem;font-weight:600;letter-spacing:-.5px;color:var(--hero-text-color)}.navbar-nav-desktop{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--hero-text-color);text-decoration:none;font-size:.95rem;font-weight:500;transition:color var(--transition-duration) ease;position:relative;cursor:default}.nav-link:hover{color:var(--hero-text-color);opacity:1}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--text-primary);transition:width var(--transition-duration) ease}.nav-link-active{cursor:pointer}.nav-link-active:hover{color:var(--text-primary);opacity:.7}.nav-link-active:hover:after{width:100%}.nav-dropdown{position:relative}.nav-dropdown-trigger{background:none;padding:0;cursor:pointer}.nav-dropdown-menu{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);background:var(--nav-bg);border:1px solid var(--nav-border);border-radius:12px;box-shadow:0 8px 24px #2200bc1f;min-width:280px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;animation:dropdownFadeIn .2s ease-out;z-index:1001}@keyframes dropdownFadeIn{0%{opacity:0;transform:translate(-50%) translateY(-8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.nav-dropdown-item{display:block;padding:.75rem 1rem;border-radius:8px;text-decoration:none;transition:background-color var(--transition-duration) ease;color:inherit}.nav-dropdown-item:hover{background-color:#2200bc0d}.nav-dropdown-item-name{color:var(--text-primary);font-size:.95rem;font-weight:600;margin-bottom:.25rem}.nav-dropdown-item-description{color:var(--text-secondary);font-size:.8rem;font-weight:400;line-height:1.4}.cta-button{height:var(--nav-height);padding:0 1.5rem;background:#43578c1a;color:var(--hero-text-color);border:none;border-radius:var(--nav-corner-radius);font-size:.95rem;font-weight:600;font-family:"Sulphur Point",inherit;cursor:default;transition:background-color var(--transition-duration) ease,transform var(--transition-duration) ease,box-shadow var(--transition-duration) ease;white-space:nowrap;flex-shrink:0;box-shadow:0 2px 8px #43578c14;text-decoration:none;display:flex;align-items:center;justify-content:center}.cta-button:hover{background-color:#43578c1a;transform:translateY(0);box-shadow:0 2px 8px #43578c14}.cta-button:active{transform:translateY(0)}.navbar-nav-mobile{display:none}.nav-link-mobile{color:var(--hero-text-color);text-decoration:none;font-size:.95rem;font-weight:500;transition:color var(--transition-duration) ease;font-family:"Sulphur Point",inherit;cursor:default}.nav-link-mobile:hover{opacity:1}.nav-link-mobile-active{cursor:pointer}.nav-link-mobile-active:hover{opacity:.7}.hero-section{display:flex;align-items:flex-start;justify-content:center;padding:6rem 1rem 2rem;background-color:transparent}.hero-container{width:100%;max-width:var(--container-max-width);display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:start;position:relative;z-index:3;margin:0 auto;padding:0 3rem}.hero-content{display:flex;flex-direction:column;gap:.25rem;max-width:90%}.hero-heading{font-size:clamp(2rem,4.5vw,3.5rem);font-weight:400;line-height:1.2;color:var(--hero-text-color);font-family:Stix Two Text,serif;letter-spacing:-1px}.hero-subheading{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:500;background:linear-gradient(90deg,#4169e1,#9370db,#ba55d3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Stix Two Text,serif;line-height:1.4}.hero-description{font-size:clamp(1rem,1.5vw,1.25rem);font-weight:400;color:var(--hero-text-color);font-family:Stix Two Text,serif;line-height:1.6;margin-bottom:.5rem}.hero-description-addition{font-size:clamp(1rem,1.5vw,1.25rem);font-weight:600;color:var(--hero-text-color);font-family:Stix Two Text,serif;line-height:1.6;margin-bottom:1.5rem}.terminal-window{background:#d8dce5;border-radius:8px;overflow:hidden;box-shadow:0 4px 16px #0000001a;margin-bottom:2rem;max-width:480px;width:100%}.terminal-header{background:#c5cad5;padding:.75rem 1rem;display:flex;align-items:center}.terminal-buttons{display:flex;gap:.5rem}.terminal-button{width:12px;height:12px;border-radius:50%;display:inline-block}.terminal-close{background:#d1959a}.terminal-minimize{background:#ddc388}.terminal-maximize{background:#8fb89e}.terminal-body{padding:1.25rem 1.5rem;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Consolas,monospace;font-size:clamp(.875rem,1vw,1rem);line-height:1.6;color:#2d3748;display:flex;align-items:center;justify-content:space-between}.terminal-content{display:flex;align-items:center}.terminal-prompt{color:#4a7c59;margin-right:.75rem;font-weight:600}.terminal-command{color:#2d3748}.terminal-copy-button{background:#43578c14;border:1px solid rgba(67,87,140,.2);border-radius:6px;padding:.375rem .625rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.375rem;color:var(--hero-text-color);font-size:.75rem;font-weight:500;flex-shrink:0}.terminal-copy-button:hover{background:#43578c26;transform:translateY(-1px)}.terminal-copy-button:active{transform:translateY(0)}.terminal-copy-icon{width:14px;height:14px}.hero-docs-link{display:inline-block;margin-top:1.5rem;color:var(--hero-text-color);text-decoration:none;font-size:clamp(.9rem,1.2vw,1rem);font-weight:500;font-family:Stix Two Text,serif;transition:opacity .2s ease;text-align:center}.hero-docs-link:hover{opacity:.7}.hero-terminal-mobile{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center}.hero-terminal-mobile .terminal-window{align-self:flex-start}.hero-terminal-desktop{display:none}@media(min-width:901px){.hero-terminal-mobile{display:none}.hero-terminal-desktop{display:flex;flex-direction:column;align-items:center;grid-column:1 / -1;margin-top:.5rem;text-align:center}.hero-terminal-desktop .hero-description-addition{margin-bottom:1.5rem}.hero-terminal-desktop .terminal-window{margin-bottom:0;max-width:700px!important;width:100%}}.hero-buttons{display:flex;gap:1.5rem;margin-top:1.5rem;flex-wrap:wrap}.hero-note{font-size:clamp(.75rem,1.1vw,1rem);color:#43578c;font-family:Stix Two Text,serif;line-height:1.6;margin-top:1rem;text-decoration:none;display:inline-block;cursor:pointer;transition:opacity .2s ease}.hero-note:hover{opacity:.7}.hero-button{padding:.875rem 2rem;border-radius:var(--nav-corner-radius);border:none;font-size:clamp(.875rem,1.25vw,1rem);font-weight:400;font-family:Stix Two Text,serif;cursor:pointer;transition:all var(--transition-duration) ease;white-space:nowrap;min-height:56px;display:flex;align-items:center;justify-content:center}.hero-button-primary{background-color:#43578c;color:#fff;box-shadow:0 2px 8px #43578c14}.hero-button-primary:hover{background-color:#364670;transform:translateY(-2px);box-shadow:0 8px 16px #43578c26}.hero-button-secondary{background-color:var(--hero-button-bg);color:var(--hero-text-color);box-shadow:0 2px 8px #43578c14}.hero-button-secondary:hover{background-color:#d9d9d9;transform:translateY(-2px);box-shadow:0 8px 16px #43578c26}.hero-illustration{display:flex;align-items:center;justify-content:center}.illustration-image{width:100%;height:auto;max-width:100%}.policy-section{display:flex;align-items:center;justify-content:center;padding:8rem 2rem;background-color:transparent}.policy-container{width:100%;max-width:var(--container-max-width);display:grid;grid-template-columns:1fr 1.3fr;gap:6rem;align-items:center;margin:0 auto;padding:0 3rem;position:relative}.policy-content{display:flex;flex-direction:column;gap:2rem}.policy-heading{font-size:clamp(2rem,3.5vw,3rem);font-weight:600;line-height:1.2;color:var(--hero-text-color);font-family:Stix Two Text,serif;letter-spacing:-.8px}.policy-description{font-size:clamp(1.05rem,1.5vw,1.3rem);font-weight:400;color:var(--hero-text-color);font-family:Stix Two Text,serif;line-height:1.8;opacity:.85}.policy-performance{font-size:clamp(1.05rem,1.4vw,1.25rem);font-weight:400;color:var(--hero-text-color);font-family:Stix Two Text,serif;line-height:1.8}.policy-performance-highlight{font-weight:700;background:linear-gradient(135deg,#4169e1,#9370db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.15em}.policy-code-window{background:#1e1e2e;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.policy-code-header{background:#ffffff08;padding:1rem 1.5rem;display:flex;align-items:center;gap:1.25rem;border-bottom:1px solid rgba(255,255,255,.06)}.policy-code-buttons{display:flex;gap:.5rem}.policy-code-button{width:12px;height:12px;border-radius:50%;display:inline-block;opacity:.6}.policy-code-close{background:#ed6a5e}.policy-code-minimize{background:#f4bf4f}.policy-code-maximize{background:#61c554}.policy-code-title{font-size:.8rem;color:#ffffff80;font-weight:500;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Consolas,monospace;letter-spacing:.3px}.policy-code-body{position:relative;max-height:500px;overflow:hidden}.policy-code-content{margin:0;padding:2rem;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Consolas,monospace;font-size:clamp(.8rem,.95vw,.95rem);line-height:1.8;color:#e0e0e0;background:transparent;overflow-x:auto}.policy-code-content code{font-family:inherit;color:inherit}.policy-code-fade{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,#1e1e2e00,#1e1e2ecc 60%,#1e1e2e);pointer-events:none}.policy-execution-terminal{position:absolute;top:45%;left:25%;right:-10%;background:#0d1117;border-radius:10px;overflow:hidden;box-shadow:0 35px 90px #000000a6,0 0 0 1px #ffffff1f;z-index:10;transform:rotate(-2deg);transition:transform .3s ease}.policy-execution-terminal:hover{transform:rotate(-.5deg) translateY(-5px)}.policy-execution-header{background:#ffffff0d;padding:.65rem 1.1rem;display:flex;align-items:center;gap:.9rem;border-bottom:1px solid rgba(255,255,255,.08)}.policy-execution-buttons{display:flex;gap:.4rem}.policy-execution-button{width:10px;height:10px;border-radius:50%;display:inline-block;opacity:.65}.policy-execution-close{background:#ff5f56}.policy-execution-minimize{background:#ffbd2e}.policy-execution-maximize{background:#27c93f}.policy-execution-title{font-size:.7rem;color:#ffffff8c;font-weight:500;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Consolas,monospace}.policy-execution-body{padding:1rem 1.25rem;max-height:220px;overflow:hidden}.policy-execution-content{margin:0;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Consolas,monospace;font-size:.72rem;line-height:1.5;color:#c9d1d9;background:transparent}.policy-execution-content code{font-family:inherit;display:block}@media(max-width:900px){.policy-section{padding:5rem 1.5rem}.policy-container{grid-template-columns:1fr;gap:4rem;padding:0 1.5rem}.policy-code-window{order:-1}.policy-code-body{max-height:400px}.policy-code-content{font-size:.8rem;padding:1.5rem}.policy-execution-terminal{position:relative;bottom:auto;right:auto;width:100%;margin-top:2rem;transform:rotate(0)}.policy-execution-body{max-height:250px}.policy-execution-content{font-size:.7rem}}@media(max-width:480px){.policy-section{padding:4rem 1rem}.policy-container{padding:0 1rem;gap:3rem}.policy-code-body{max-height:350px}.policy-code-content{font-size:.75rem;padding:1.25rem}.policy-code-header{padding:.875rem 1.25rem}.policy-execution-terminal{position:relative;bottom:auto;right:auto;width:100%;margin-top:1.5rem;transform:rotate(0)}.policy-execution-body{max-height:220px;padding:1rem 1.25rem}.policy-execution-content{font-size:.65rem}}.loved-by-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;background-color:transparent}.loved-by-text{font-size:clamp(.9rem,1.2vw,1.1rem);color:#999;font-family:Stix Two Text,serif;margin-bottom:2rem;text-align:center}.company-logos{display:flex;gap:3rem;align-items:center;justify-content:center;flex-wrap:nowrap}@media(max-width:900px){.company-logos{gap:1.5rem}.company-logo-amazon{height:25px;max-height:25px}.company-logo-elasticsearch,.company-logo-mongodb{height:40px;max-height:40px}}.company-logo{height:35px;width:auto;max-height:35px;object-fit:contain;opacity:.6;transition:opacity .3s ease;filter:grayscale(100%)}.company-logo-amazon{height:30px;max-height:30px}.company-logo-elasticsearch,.company-logo-mongodb{height:50px;max-height:50px}.company-logo:hover{opacity:1;filter:grayscale(0%)}.policy-examples-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem 8rem;background-color:transparent;overflow:hidden;gap:2rem}.policy-examples-heading{width:100%;max-width:900px;text-align:center;display:flex;flex-direction:column;gap:1.5rem;padding:0 2rem}.policy-examples-title{font-size:clamp(2rem,4vw,3.25rem);font-weight:500;line-height:1.3;color:var(--hero-text-color);font-family:Stix Two Text,serif;letter-spacing:-.5px}.policy-examples-highlight{background:linear-gradient(120deg,#e74c3c,#e67e22,#f39c12);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600;font-style:italic}.policy-examples-subtitle{font-size:clamp(1.1rem,1.8vw,1.4rem);font-weight:400;color:var(--hero-text-color);font-family:Stix Two Text,serif;line-height:1.7;opacity:.85;max-width:800px;margin:0 auto}.policy-performance-text{font-size:clamp(1rem,1.5vw,1.2rem);font-weight:400;color:var(--hero-text-color);font-family:Stix Two Text,serif;line-height:1.7;text-align:center;max-width:900px;margin:6rem auto 0;position:relative;z-index:11}.policy-examples-actions{display:flex;align-items:center;justify-content:center;gap:2rem;margin-top:2rem;position:relative;z-index:11}.policy-read-more-button{padding:.5rem 1.25rem;background:#5a7ba8;color:#fff;border:none;border-radius:50px;font-size:.95rem;font-weight:300;font-family:Stix Two Text,serif;cursor:pointer;transition:all .2s ease;box-shadow:none;width:auto;display:inline-block;text-decoration:none}.policy-read-more-button:hover{background:#6a8ab8;opacity:.9}.policy-read-more-button:active{transform:scale(.98)}.policy-get-started-link{color:var(--hero-text-color);text-decoration:none;font-size:.95rem;font-weight:400;font-family:Stix Two Text,serif;transition:opacity .2s ease}.policy-get-started-link:hover{opacity:.7}.policy-examples-container{width:100%;max-width:var(--container-max-width);position:relative;display:flex;align-items:center;justify-content:center;min-height:600px}.code-editor{background:#1e2127;border-radius:10px;overflow:hidden;box-shadow:0 25px 70px #0006,0 0 0 1px #ffffff14;width:650px;max-width:90vw;position:relative;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease;opacity:.6}.code-editor:hover{transform:translateY(-8px);box-shadow:0 35px 90px #00000080,0 0 0 1px #ffffff1f;opacity:1}.phi-editor{position:absolute;left:10%;top:50%;transform:translateY(-50%) rotate(-3deg);z-index:1}.phi-editor:hover{transform:translateY(-50%) translateY(-8px) rotate(-1.5deg);z-index:3}.pii-editor{position:absolute;right:10%;top:50%;transform:translateY(-50%) rotate(3deg);z-index:2}.pii-editor:hover{transform:translateY(-50%) translateY(-8px) rotate(1.5deg);z-index:3}.code-editor-header{background:#2c2f36;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid rgba(0,0,0,.3)}.code-editor-buttons{display:flex;gap:.5rem}.code-editor-button{width:12px;height:12px;border-radius:50%;display:inline-block}.editor-close{background:#ff5f57}.editor-minimize{background:#febc2e}.editor-maximize{background:#28c840}.code-editor-title{font-size:.75rem;color:#fff9;font-weight:500;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Consolas,monospace;flex:1;text-align:center;margin-right:5rem}.code-editor-body{background:#282c34;max-height:500px;overflow:hidden;position:relative}.code-editor-content{margin:0;padding:1.5rem;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Consolas,monospace;font-size:.85rem;line-height:1.6;color:#abb2bf;background:transparent;white-space:pre}.code-editor-content{color:#e06c75}.code-editor-fade{position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(to bottom,#282c3400,#282c34f2 70%,#282c34);pointer-events:none}.code-editor-statusbar{background:#21252b;padding:.4rem 1rem;display:flex;justify-content:flex-end;gap:1.5rem;border-top:1px solid rgba(0,0,0,.2)}.statusbar-item{font-size:.7rem;color:#ffffff80;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Consolas,monospace}.execution-terminal{position:absolute;bottom:-10%;left:50%;transform:translate(-50%);width:750px;max-width:85vw;background:#0d1117;border-radius:10px;overflow:hidden;box-shadow:0 40px 100px #0009,0 0 0 1px #ffffff1a;z-index:10;transition:transform .3s ease}.execution-terminal:hover{transform:translate(-50%) translateY(-5px)}.execution-terminal-header{background:#161b22;padding:.7rem 1rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.execution-terminal-buttons{display:flex;gap:.5rem}.execution-terminal-button{width:12px;height:12px;border-radius:50%;display:inline-block}.terminal-btn-close{background:#ff5f57}.terminal-btn-minimize{background:#febc2e}.terminal-btn-maximize{background:#28c840}.execution-terminal-title{font-size:.75rem;color:#fff9;font-weight:500;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Consolas,monospace;flex:1;text-align:center;margin-right:5rem}.execution-terminal-body{background:#0d1117;padding:1.25rem 1.5rem}.execution-terminal-content{margin:0;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Consolas,monospace;font-size:.8rem;line-height:1.7;color:#8b949e;background:transparent}.terminal-mercator{color:#58a6ff}.terminal-policy{color:#a371f7}.terminal-detect{color:#ff9580}.terminal-action{color:#d4a72c}.terminal-success{color:#7ee787}@media(max-width:1200px){.policy-examples-section{overflow:visible;padding-bottom:12rem}.policy-examples-container{min-height:650px;padding:2rem}.phi-editor,.pii-editor{width:100%;max-width:500px;position:absolute;left:50%}.phi-editor{transform:translate(-50%) translateY(-50%) translate(15px) translateY(25px) rotate(3deg);z-index:1;opacity:.5}.pii-editor{transform:translate(-50%) translateY(-50%) translate(-10px) rotate(-2deg);z-index:2;top:50%;opacity:.5}.phi-editor:hover{transform:translate(-50%) translateY(-50%) translate(15px) translateY(20px) rotate(2deg);z-index:3;opacity:1}.pii-editor:hover{transform:translate(-50%) translateY(-50%) translate(-10px) translateY(-8px) rotate(-1deg);z-index:3;opacity:1}.execution-terminal{width:90vw;max-width:90vw;bottom:-15%}.execution-terminal-body{padding:1rem 1.25rem}.execution-terminal-content{font-size:.7rem}}@media(max-width:768px){.policy-examples-section{padding:4rem 1.5rem 14rem;gap:1rem;overflow:visible}.policy-examples-heading{padding:0 1rem;gap:1.25rem}.policy-examples-title{font-size:clamp(1.75rem,5vw,2.25rem)}.policy-examples-subtitle{font-size:clamp(1rem,3.5vw,1.15rem)}.policy-performance-text{font-size:clamp(.95rem,2.5vw,1.1rem);margin:8rem auto 0;padding:0 1rem}.policy-examples-actions{gap:1.5rem;margin-top:2rem}.policy-read-more-button{font-size:.9rem;padding:.45rem 1.15rem}.policy-get-started-link{font-size:.9rem}.policy-examples-container{min-height:600px;padding:2rem 1.5rem}.code-editor{width:100%;max-width:85vw}.phi-editor,.pii-editor{max-width:85vw}.code-editor-content{font-size:.75rem;padding:1rem}.code-editor-title{font-size:.7rem;margin-right:0}.code-editor-body{max-height:380px}.code-editor-header{padding:.65rem .85rem}.code-editor-button{width:10px;height:10px}.code-editor-fade{height:80px}.execution-terminal{width:90vw;max-width:90vw;bottom:-20%}.execution-terminal-body{padding:1rem}.execution-terminal-content{font-size:.65rem;line-height:1.6}.execution-terminal-title{font-size:.7rem;margin-right:0}.execution-terminal-header{padding:.6rem .85rem}.execution-terminal-button{width:10px;height:10px}}@media(max-width:480px){.policy-examples-section{padding:3rem 1rem 16rem;gap:.75rem;overflow:visible}.policy-examples-heading{padding:0 .5rem;gap:1rem}.policy-examples-title{font-size:clamp(1.5rem,6vw,1.9rem);letter-spacing:-.3px}.policy-examples-subtitle{font-size:clamp(.95rem,4vw,1.05rem);line-height:1.6}.policy-performance-text{font-size:clamp(.9rem,3.5vw,1rem);margin:10rem auto 0;padding:0 .5rem;line-height:1.6}.policy-examples-actions{flex-direction:column;gap:1rem;margin-top:2rem}.policy-read-more-button{font-size:.85rem;padding:.4rem 1.1rem}.policy-get-started-link{font-size:.85rem}.policy-examples-container{min-height:550px;padding:2rem 1.5rem}.phi-editor,.pii-editor{max-width:88vw}.code-editor-content{font-size:.7rem;padding:.875rem}.code-editor-body{max-height:320px}.statusbar-item{font-size:.65rem}.code-editor-statusbar{padding:.35rem .75rem;gap:1rem}.code-editor-fade{height:70px}.execution-terminal{width:92vw;max-width:92vw;bottom:-25%}.execution-terminal-body{padding:.875rem}.execution-terminal-content{font-size:.6rem;line-height:1.5}.execution-terminal-title{font-size:.65rem}.execution-terminal-header{padding:.55rem .75rem}}@media(min-width:901px){.hero-illustration{transform:scale(1);transform-origin:right center}.illustration-image{max-width:100%}.hero-description{max-width:75%}}@media(max-width:1024px)and (min-width:901px){.hero-container{gap:2rem;padding:0 1.5rem}.hero-illustration{transform:scale(1)}}@media(max-width:900px){.navbar-wrapper{padding:.75rem}.navbar-container{flex-direction:column;padding:0;gap:0}.navbar{width:100%;flex-direction:column;height:auto;padding:1rem;gap:1rem;background:#eaeaea}.navbar-brand-section{display:flex;justify-content:center;width:100%}.navbar-brand{gap:.5rem}.navbar-logo{height:28px}.navbar-nav-desktop,.cta-button{display:none}.navbar-nav-mobile{display:flex;gap:2rem;justify-content:center;width:100%}.hero-container{grid-template-columns:1fr;gap:2rem;grid-auto-flow:dense;padding:0 2rem}.hero-content{max-width:100%}.hero-illustration{order:-1}.hero-heading{font-size:2.5rem}.hero-subheading{font-size:1.5rem}.hero-buttons{gap:.5rem}.hero-button{padding:.625rem .875rem;font-size:.875rem;min-height:48px;flex:1}.terminal-window{max-width:100%}.terminal-body{font-size:.8rem;padding:1rem 1.25rem;flex-wrap:wrap;gap:.75rem}.terminal-copy-button{font-size:.7rem;padding:.3rem .5rem}.terminal-copy-icon{width:12px;height:12px}}@media(max-width:480px){.navbar{padding:.75rem;gap:.75rem}.navbar-logo{height:24px}.navbar-title{font-size:1.25rem;font-weight:700}.navbar-nav-mobile{gap:1.5rem}.nav-link-mobile{font-size:.875rem}.hero-section{padding:2rem .75rem}.hero-heading{font-size:1.75rem}.hero-subheading{font-size:1rem}.hero-buttons{flex-direction:row;gap:.75rem}.hero-button{width:100%}.hero-button-primary{background-color:#43578c;color:#fff}.hero-button-primary:hover{background-color:#364670}.hero-button-secondary{background-color:#eaeaea;color:var(--hero-text-color)}.hero-button-secondary:hover{background-color:#d9d9d9}}.footer{background:linear-gradient(180deg,var(--bg-color) 0%,rgba(229,229,229,.95) 100%);border-top:1px solid rgba(34,0,188,.1);padding:4rem 2rem 2rem}.footer-container{max-width:var(--container-max-width);margin:0 auto;display:flex;flex-direction:column;gap:3rem}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:4rem}.footer-brand-section{display:flex;flex-direction:column;gap:1.5rem}.footer-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;cursor:pointer;transition:opacity .2s ease}.footer-brand:hover{opacity:.8}.footer-logo{height:32px;width:auto}.footer-title{font-size:1.125rem;font-weight:600;letter-spacing:-.5px;color:var(--hero-text-color);font-family:"Sulphur Point",inherit}.footer-social{display:flex;gap:1rem;align-items:center}.footer-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#43578c1a;border-radius:50%;color:var(--hero-text-color);transition:all .2s ease;text-decoration:none}.footer-social-link:hover{background:#43578c33;transform:translateY(-2px)}.footer-social-icon{width:20px;height:20px}.footer-links-section{display:flex;flex-direction:column;gap:1.25rem}.footer-links-title{font-size:1rem;font-weight:600;color:var(--hero-text-color);font-family:Stix Two Text,serif;margin-bottom:.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-link{color:var(--hero-text-color);text-decoration:none;font-size:.95rem;font-weight:400;font-family:Stix Two Text,serif;transition:opacity .2s ease;opacity:.8}.footer-link:hover{opacity:1}.footer-link-disabled{cursor:default;opacity:.5}.footer-link-disabled:hover{opacity:.5}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(34,0,188,.1)}.footer-copyright{text-align:center;font-size:.85rem;color:var(--hero-text-color);font-family:Stix Two Text,serif;line-height:1.6;opacity:.7;max-width:900px;margin:0 auto}@media(max-width:768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-container{gap:2rem}.footer-content{flex-direction:column;gap:2.5rem;align-items:flex-start}.footer-brand-section,.footer-links-section{width:100%}.footer-links{flex-direction:row;flex-wrap:wrap;gap:1rem 1.5rem}.footer-bottom{padding-top:1.5rem}.footer-copyright{font-size:.8rem;text-align:center}}@media(max-width:480px){.footer{padding:2.5rem 1rem 1.5rem}.footer-container{gap:1.75rem}.footer-content{gap:2rem}.footer-brand-section{gap:1.25rem}.footer-logo{height:28px}.footer-title{font-size:1rem}.footer-social-link{width:36px;height:36px}.footer-social-icon{width:18px;height:18px}.footer-links-title{font-size:.95rem}.footer-links{flex-direction:column;gap:.65rem}.footer-link{font-size:.9rem}.footer-bottom{padding-top:1.25rem}.footer-copyright{font-size:.75rem;line-height:1.5}}.page-section{display:flex;align-items:center;justify-content:center;padding:8rem 2rem 6rem;background-color:transparent;min-height:60vh}.page-container{width:100%;max-width:var(--container-max-width);display:flex;flex-direction:column;gap:2rem;padding:0 2rem}.page-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:1.2;color:var(--hero-text-color);font-family:Stix Two Text,serif;letter-spacing:-1px}.page-description{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:400;color:var(--hero-text-color);font-family:Stix Two Text,serif;line-height:1.6;opacity:.85;max-width:800px}.page-content{font-size:clamp(1rem,1.5vw,1.25rem);font-weight:400;color:var(--hero-text-color);font-family:Stix Two Text,serif;line-height:1.8}@media(max-width:768px){.page-section{padding:6rem 1.5rem 4rem}.page-container{padding:0 1rem;gap:1.5rem}}@media(max-width:480px){.page-section{padding:5rem 1rem 3rem}.page-container{padding:0 .5rem;gap:1.25rem}}.privacy-content{display:flex;flex-direction:column;gap:2.5rem;max-width:900px}.privacy-section{display:flex;flex-direction:column;gap:1rem}.privacy-heading{font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:600;line-height:1.3;color:var(--hero-text-color);font-family:Stix Two Text,serif;letter-spacing:-.5px;margin-top:.75rem}.privacy-subheading{font-size:clamp(1.125rem,1.75vw,1.375rem);font-weight:600;line-height:1.4;color:var(--hero-text-color);font-family:Stix Two Text,serif;margin-top:.75rem;margin-bottom:.35rem}.privacy-text{font-size:clamp(.95rem,1.3vw,1.05rem);font-weight:400;color:var(--hero-text-color);font-family:Stix Two Text,serif;line-height:1.7;opacity:.9}.privacy-list{list-style-type:disc;padding-left:2rem;display:flex;flex-direction:column;gap:.6rem}.privacy-list-item{font-size:clamp(.95rem,1.3vw,1.05rem);font-weight:400;color:var(--hero-text-color);font-family:Stix Two Text,serif;line-height:1.65;opacity:.9}.privacy-list-item strong{font-weight:600;opacity:1}@media(max-width:768px){.privacy-content{gap:2rem}.privacy-section{gap:.875rem}.privacy-list{padding-left:1.5rem;gap:.55rem}}@media(max-width:480px){.privacy-content{gap:1.75rem}.privacy-section{gap:.75rem}.privacy-list{padding-left:1.25rem;gap:.45rem}}.documentation-layout{display:grid;grid-template-columns:280px 1fr;max-width:1600px;width:100%;margin:0 auto;min-height:calc(100vh - 120px)}.doc-sidebar{position:sticky;top:80px;height:calc(100vh - 100px);overflow-y:auto;border-right:1px solid rgba(34,0,188,.1);background:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.doc-sidebar-content{padding:2rem 1.5rem}.doc-sidebar-title{font-size:1.5rem;font-weight:600;color:var(--hero-text-color);font-family:Stix Two Text,serif;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--hero-text-color)}.doc-toc{display:flex;flex-direction:column;gap:.25rem}.doc-toc-item{display:block;padding:.5rem 1rem;font-size:.9rem;font-weight:400;color:var(--hero-text-color);font-family:Stix Two Text,serif;text-align:left;border:none;background:none;cursor:pointer;transition:all .2s ease;border-left:3px solid transparent;opacity:.7}.doc-toc-item:hover{opacity:1;background:#43578c0d;border-left-color:#43578c4d}.doc-toc-item.active{opacity:1;font-weight:600;background:#43578c1a;border-left-color:var(--hero-text-color)}.doc-content{padding:3rem 4rem;max-width:900px;width:100%;box-sizing:border-box;overflow-x:hidden}.doc-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(34,0,188,.1)}.doc-main-title{font-size:clamp(1.75rem,4vw,3.5rem);font-weight:600;line-height:1.2;color:var(--hero-text-color);font-family:Stix Two Text,serif;letter-spacing:-1px;margin-bottom:1rem;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.doc-meta{display:flex;gap:1.5rem;flex-wrap:wrap}.doc-version,.doc-status,.doc-updated{font-size:.875rem;color:var(--hero-text-color);font-family:Stix Two Text,serif;opacity:.7}.doc-status{padding:.25rem .75rem;background:#28c84026;border-radius:12px;color:#28c840;opacity:1;font-weight:600}.doc-section{margin-bottom:4rem;scroll-margin-top:100px;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.doc-heading{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;line-height:1.3;color:var(--hero-text-color);font-family:Stix Two Text,serif;letter-spacing:-.5px;margin-bottom:1.25rem;word-wrap:break-word;overflow-wrap:break-word}.doc-subheading{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600;line-height:1.4;color:var(--hero-text-color);font-family:Stix Two Text,serif;margin-top:2rem;margin-bottom:1rem;word-wrap:break-word;overflow-wrap:break-word}.doc-text{font-size:1rem;font-weight:400;color:var(--hero-text-color);font-family:Stix Two Text,serif;line-height:1.7;margin-bottom:1rem;opacity:.9;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.doc-text code{background:#43578c1a;padding:.2rem .4rem;border-radius:4px;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Consolas,monospace;font-size:.9em;color:#6a8ab8}.doc-list{list-style-type:disc;padding-left:2rem;margin-bottom:1.5rem;max-width:100%;box-sizing:border-box;overflow-x:hidden}.doc-list-item{font-size:1rem;font-weight:400;color:var(--hero-text-color);font-family:Stix Two Text,serif;line-height:1.7;margin-bottom:.75rem;opacity:.9;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.doc-list-item strong{font-weight:600;opacity:1}.doc-code-block{background:#282c34;border-radius:8px;overflow:hidden;margin:1.5rem 0;box-shadow:0 4px 16px #0000001a;max-width:100%}.doc-code-header{background:#21252b;padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;color:#ffffffb3;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Consolas,monospace;border-bottom:1px solid rgba(255,255,255,.1)}.doc-code{display:block;padding:1.5rem;margin:0;overflow-x:auto;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Consolas,monospace;font-size:.875rem;line-height:1.6;color:#abb2bf;background:#282c34;max-width:100%;word-wrap:break-word;white-space:pre-wrap}.doc-table-container{overflow-x:auto;margin:1.5rem 0;border-radius:8px;border:1px solid rgba(34,0,188,.1);max-width:100%;-webkit-overflow-scrolling:touch}.doc-table{width:100%;border-collapse:collapse;font-family:Stix Two Text,serif}.doc-table thead{background:#43578c1a}.doc-table th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.9rem;color:var(--hero-text-color);border-bottom:2px solid rgba(34,0,188,.2)}.doc-table td{padding:.75rem 1rem;font-size:.9rem;color:var(--hero-text-color);border-bottom:1px solid rgba(34,0,188,.05);opacity:.9}.doc-table tr:hover{background:#43578c08}.doc-info-box{background:#9370db1a;border-left:4px solid #9370db;border-radius:6px;padding:1.25rem 1.5rem;margin:1.5rem 0;max-width:100%;box-sizing:border-box;overflow-x:hidden}.doc-info-box .doc-text{margin-bottom:0;opacity:1}.doc-callout{background:#ffc1071a;border-left:4px solid #ffc107;border-radius:6px;padding:1.25rem 1.5rem;margin:1.5rem 0;max-width:100%;box-sizing:border-box;overflow-x:hidden}.doc-callout-title{font-size:1.125rem;font-weight:600;color:var(--hero-text-color);font-family:Stix Two Text,serif;margin-bottom:.75rem;word-wrap:break-word;overflow-wrap:break-word}.doc-link{color:#6a8ab8;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.doc-link:hover{border-bottom-color:#6a8ab8}.doc-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(34,0,188,.1)}.doc-footer-text{font-size:.875rem;color:var(--hero-text-color);font-family:Stix Two Text,serif;line-height:1.6;opacity:.7;margin-bottom:.5rem}@media(max-width:1200px){.documentation-layout{grid-template-columns:240px 1fr}.doc-content{padding:2.5rem 3rem}}@media(max-width:900px){.documentation-layout{grid-template-columns:1fr;width:100%;overflow-x:hidden}.doc-sidebar{position:relative;top:0;height:auto;border-right:none;border-bottom:1px solid rgba(34,0,188,.1);width:100%;overflow-x:hidden}.doc-sidebar-content{padding:1.5rem 1rem;width:100%}.doc-toc{flex-direction:row;flex-wrap:wrap;gap:.5rem;width:100%}.doc-toc-item{padding:.5rem .75rem;border-left:none;border-bottom:3px solid transparent}.doc-toc-item:hover{border-left-color:transparent;border-bottom-color:#43578c4d}.doc-toc-item.active{border-left-color:transparent;border-bottom-color:var(--hero-text-color)}.doc-content{padding:2rem 1.5rem;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.doc-section{margin-bottom:3rem;width:100%;max-width:100%;overflow-x:hidden}}@media(max-width:640px){.doc-content{padding:1.5rem 1rem;width:100%;max-width:100vw;overflow-x:hidden;box-sizing:border-box}.doc-header{margin-bottom:2rem;padding-bottom:1.5rem;width:100%;overflow-x:hidden}.doc-main-title{font-size:2rem;word-wrap:break-word}.doc-meta{flex-direction:column;gap:.5rem}.doc-toc{flex-direction:column;width:100%}.doc-toc-item{border-left:3px solid transparent;border-bottom:none;width:100%}.doc-toc-item:hover{border-left-color:#43578c4d;border-bottom-color:transparent}.doc-toc-item.active{border-left-color:var(--hero-text-color);border-bottom-color:transparent}.doc-code-block{margin:1rem 0;border-radius:8px;max-width:100%;overflow-x:auto}.doc-code{font-size:.75rem;padding:1rem;overflow-x:auto;white-space:pre;word-wrap:normal}.doc-code-header{padding:.6rem 1rem;font-size:.75rem}.doc-info-box,.doc-callout{margin:1rem 0;padding:1rem;max-width:100%;box-sizing:border-box}.doc-table-container{margin:1rem 0;width:100%;overflow-x:auto}.doc-list{padding-left:1.5rem;width:100%;box-sizing:border-box}.doc-text{width:100%;word-wrap:break-word;overflow-wrap:break-word}.doc-text code{word-break:break-all}}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Sulphur Point,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{text-decoration:inherit}button{border:none;cursor:pointer;font-family:inherit}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
