@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap);*{font-family:Space Mono,monospace!important}#root,body,html{height:100%;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;color:#fff;font-family:Space Mono,monospace}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}img{display:block;height:auto;max-width:100%}a{color:inherit;text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.8}.App{background:#0a0a0a;min-height:100vh;overflow-x:hidden;width:100%}section{display:block;position:relative;width:100%}section+section:before{background:#ffffff24;content:"";display:block;height:1px;margin:0 auto 2rem;width:min(1100px,calc(100% - 4rem))}:root{--hero-background-color:#f9f8f8;--hero-headline-color:#222}.hero-section{background-color:#f9f8f8;background-color:var(--hero-background-color);border-bottom:2px solid #222;min-height:100vh;overflow:hidden}.hero-header,.hero-section{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.hero-header{min-height:0;padding:0 1rem;text-align:center}.hero-header h1{color:#fff;font-size:clamp(4rem,8vw,8rem);font-weight:900;margin:0;position:relative;text-align:center;text-transform:uppercase}.glitch-window{align-items:center;animation:crt-me 2.5s linear infinite alternate-reverse;color:#fff;display:flex;inset:0;justify-content:center;overflow:hidden;pointer-events:none;position:absolute;text-shadow:2px 0 #fff,-1px 0 #ff0,-2px 0 green}.hero-header.glitch-active .glitched{animation:flicker 2.5s linear infinite alternate-reverse}.glitch-window h1{margin:0}@keyframes crt-me{0%{clip:rect(31px,9999px,94px,0)}10%{clip:rect(112px,9999px,76px,0)}20%{clip:rect(85px,9999px,77px,0)}30%{clip:rect(27px,9999px,97px,0)}40%{clip:rect(64px,9999px,98px,0)}50%{clip:rect(61px,9999px,85px,0)}60%{clip:rect(99px,9999px,114px,0)}70%{clip:rect(34px,9999px,115px,0)}80%{clip:rect(98px,9999px,129px,0)}90%{clip:rect(43px,9999px,96px,0)}to{clip:rect(82px,9999px,64px,0)}}@keyframes flicker{0%,to{opacity:1;text-shadow:2px 0 #fff,-1px 0 #ff0,-2px 0 green;transform:translateX(0)}10%{opacity:.9;text-shadow:2px 0 #fff,-1px 0 cyan,-2px 0 #f0f;transform:translateX(-1px)}20%{opacity:.8;text-shadow:2px 0 #fff,-1px 0 lime,-2px 0 blue;transform:translateX(1px)}30%{opacity:.95;transform:translateX(-1px)}40%{opacity:.85;transform:translateX(1px)}50%{opacity:1;transform:translateX(0)}60%{opacity:.9;transform:translateX(-1px)}70%{opacity:.85;transform:translateX(1px)}80%{opacity:.95;transform:translateX(0)}90%{opacity:.9;transform:translateX(-1px)}}@media (max-width:768px){.hero-header{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:0 1rem}.hero-header h1{font-size:clamp(3rem,12vw,5rem)}}.our-artists{background:#fff;border-bottom:2px solid #222;box-sizing:border-box;color:#000;font-family:Poppins,sans-serif;padding:4rem 2rem;width:100%}.gallery-wrapper{margin:0 auto;max-width:1300px;position:relative}.info-panel{margin-bottom:3rem}.brand-title{color:#000;font-family:Poppins,sans-serif;font-size:clamp(2.5rem,4vw,4.5rem);font-weight:900;letter-spacing:.12em;line-height:1.05;margin:0 0 1rem;text-transform:uppercase}.artist-grid{display:flex;gap:2rem;overflow-x:auto;overflow-y:hidden;padding-bottom:1rem;scroll-behavior:smooth;scroll-snap-type:x mandatory}.artist-card{background:#f5f5f5;border-radius:12px;box-shadow:0 4px 12px #0000001a;cursor:pointer;height:400px;min-width:400px;overflow:hidden;position:relative;scroll-snap-align:start;transition:box-shadow .3s ease,transform .3s ease;width:400px}.artist-card:hover{box-shadow:0 12px 24px #00000026;transform:translateY(-4px)}.artist-image{display:block;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.artist-card:nth-child(3) .artist-image{object-position:left center}.artist-card:hover .artist-image{transform:scale(1.05)}.artist-card-content{background:linear-gradient(180deg,#0000,#000c 60%);display:flex;flex-direction:column;inset:0;justify-content:flex-end;opacity:0;padding:1.5rem;position:absolute;transition:opacity .3s ease}.artist-card:hover .artist-card-content{opacity:1}.artist-card-content h2{color:#fff;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;letter-spacing:.05em;line-height:1.2;margin:0 0 .75rem}.artist-card-content a{color:#fff;font-family:Space Mono,monospace;font-size:.85rem;font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.artist-card-content a:hover{opacity:.8}@media (max-width:1024px){.artist-grid{gap:1.5rem}.artist-card{height:350px;min-width:350px;width:350px}}@media (max-width:720px){.our-artists{padding:2rem 1rem}.info-panel{margin-bottom:1.25rem}.artist-grid{-webkit-overflow-scrolling:touch;display:flex;gap:1.5rem;grid-template-columns:none;overflow-x:auto;overflow-y:hidden;padding:1rem 0;scroll-behavior:smooth}.artist-grid::-webkit-scrollbar{height:6px}.artist-grid::-webkit-scrollbar-track{background:#f1f1f1}.artist-grid::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.artist-grid::-webkit-scrollbar-thumb:hover{background:#555}.artist-card{flex-shrink:0;height:300px;max-width:none;width:300px}.artist-card-content{padding:1rem}.artist-card-content h2{font-size:1rem}.artist-card-content a{font-size:.75rem}}:root{--offset:1rem}*{box-sizing:border-box;margin:0;padding:0}.our-divisions{background:#000;border-bottom:2px solid #222;color:#fff;font-family:Poppins,sans-serif;min-height:100vh;padding:4rem 2rem;position:relative;width:100%;z-index:1}.divisions-header{margin:0 auto 3rem;max-width:1300px}.divisions-header h1{margin-bottom:1rem}.divisions-header h1,.divisions-header h2{color:#fff;font-size:clamp(2.5rem,4vw,4.5rem);font-weight:900;letter-spacing:.12em;line-height:1.05;text-transform:uppercase}.divisions-header h2{margin-bottom:1.5rem}.divisions-header p{color:#fff;font-size:1.25rem;font-weight:300;letter-spacing:.05em;line-height:1.6;max-width:900px;opacity:.8}.grid{grid-gap:0;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,250px);list-style:none;margin:0 auto;max-width:1300px;padding:0}.grid,.grid li{background:#fff;overflow:hidden}.grid li{border:2px solid #000;position:relative}.our-divisions.divisions-active .grid li:after{animation:brand-border-glitch 2.5s linear infinite alternate-reverse;border:2px solid #0000;box-shadow:inset 0 0 0 1px #ffffff59,0 0 0 0 #ffffff26;content:"";inset:0;mix-blend-mode:screen;opacity:.9;pointer-events:none;position:absolute}@keyframes brand-border-glitch{0%,to{box-shadow:inset 0 0 0 1px #ffffff40,0 0 0 0 #ffffff1a;transform:translateX(0)}15%{box-shadow:inset 0 0 0 2px #ffffffa6,0 0 10px #00ffff1f;transform:translateX(-1px)}30%{box-shadow:inset 0 0 0 1px #ffffff59,0 0 6px #ff00ff14;transform:translateX(1px)}45%{box-shadow:inset 0 0 0 1px #fff3,0 0 4px #ffffff0f;transform:translateX(-.6px)}60%{box-shadow:inset 0 0 0 2px #ffffff80,0 0 12px #ffffff1f;transform:translateX(.7px)}80%{box-shadow:inset 0 0 0 1px #fff6,0 0 8px #ffffff14;transform:translateX(0)}}.grid .division-card-button,.grid a{background:#0000;border:none;cursor:pointer;display:block;height:100%;padding:0;position:relative;text-decoration:none;width:100%}.grid .division-card-button:hover,.grid a:hover{outline:none}.grid img{bottom:0;display:block;height:150px;left:0;margin:auto;object-fit:contain;position:absolute;right:0;top:0;width:150px}.grid li:hover~li:last-child:after,.grid li:hover~li:last-child:before,.grid li:last-child:hover:after,.grid li:last-child:hover:before{opacity:1;transition:1s ease}.grid li:last-child:after,.grid li:last-child:before{clip-path:polygon(1rem 1rem,1rem calc(100% - 1rem),calc(100% - 1rem) calc(100% - 1rem),calc(100% - 1rem) 1rem);clip-path:polygon(var(--offset) var(--offset),var(--offset) calc(100% - var(--offset)),calc(100% - var(--offset)) calc(100% - var(--offset)),calc(100% - var(--offset)) var(--offset));-webkit-clip-path:polygon(1rem 1rem,1rem calc(100% - 1rem),calc(100% - 1rem) calc(100% - 1rem),calc(100% - 1rem) 1rem);-webkit-clip-path:polygon(var(--offset) var(--offset),var(--offset) calc(100% - var(--offset)),calc(100% - var(--offset)) calc(100% - var(--offset)),calc(100% - var(--offset)) var(--offset));content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity 1s,transform 1s 1s,background 1s;width:100%}.grid li:last-child:after{background:#333;mix-blend-mode:multiply;z-index:10}.grid li:last-child:before{backdrop-filter:grayscale(100%) blur(2px);-webkit-backdrop-filter:grayscale(100%) blur(2px);z-index:9}.grid li:first-child:hover~li:last-child:after,.grid li:first-child:hover~li:last-child:before{transform:translateZ(0)}.grid li:nth-child(2):hover~li:last-child:after,.grid li:nth-child(2):hover~li:last-child:before{transform:translate3d(-100%,0,0)}.grid li:nth-child(3):hover~li:last-child:after,.grid li:nth-child(3):hover~li:last-child:before{transform:translate3d(-200%,0,0)}.grid li:nth-child(4):hover~li:last-child:after,.grid li:nth-child(4):hover~li:last-child:before{transform:translate3d(0,-100%,0)}.grid li:nth-child(5):hover~li:last-child:after,.grid li:nth-child(5):hover~li:last-child:before{transform:translate3d(-100%,-100%,0)}.grid li:nth-child(6):hover~li:last-child:after,.grid li:nth-child(6):hover~li:last-child:before{transform:translate3d(-200%,-100%,0)}.grid li:last-child:hover:after,.grid li:last-child:hover:before{transform:translate3d(-200%,0,0)}.description{color:#000;display:block;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700;left:2rem;letter-spacing:.08em;margin:0 auto;opacity:0;position:absolute;right:2rem;text-align:center;top:50%;transform:translate3d(0,-50%,0);transition:opacity .3s 0s;width:100px;z-index:100}.grid li:hover .description{opacity:1;transition:opacity .6s .3s}@media (max-width:1024px){.grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,250px)}:root{--offset:0.75rem}.grid li:first-child:hover~li:last-child:after,.grid li:first-child:hover~li:last-child:before{transform:translateZ(0)}.grid li:nth-child(2):hover~li:last-child:after,.grid li:nth-child(2):hover~li:last-child:before{transform:translate3d(-100%,0,0)}.grid li:nth-child(3):hover~li:last-child:after,.grid li:nth-child(3):hover~li:last-child:before{transform:translate3d(0,-100%,0)}.grid li:nth-child(4):hover~li:last-child:after,.grid li:nth-child(4):hover~li:last-child:before{transform:translate3d(-100%,-100%,0)}.grid li:nth-child(5):hover~li:last-child:after,.grid li:nth-child(5):hover~li:last-child:before{transform:translate3d(0,-200%,0)}.grid li:nth-child(6):hover~li:last-child:after,.grid li:nth-child(6):hover~li:last-child:before{transform:translate3d(-100%,-200%,0)}.grid li:last-child:hover:after,.grid li:last-child:hover:before{transform:translate3d(-100%,0,0)}}@media (max-width:720px){.our-divisions{padding:2rem 1rem}.divisions-header h1,.divisions-header h2{font-size:2rem}.divisions-header p{font-size:1rem;line-height:1.5}.grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,250px);max-height:none;min-height:auto}:root{--offset:0}.description{font-size:1rem;left:1rem;right:1rem}}.newsletter-wrapper{background:#fff;display:flex;justify-content:center;padding:2rem 1rem}.newsletter-box{align-items:center;background:#fff;border:4px solid #000;border-radius:0;box-shadow:none;display:flex;flex-direction:column;max-width:640px;padding:2rem;position:relative;width:100%}.newsletter-box:before{border:2px solid #000;bottom:18px;content:"";left:18px;pointer-events:none;position:absolute;right:18px;top:18px}.newsletter-content{position:relative;z-index:1}.newsletter-topline{font-family:IBM Plex Mono,monospace;font-size:.8rem;font-weight:700;letter-spacing:.35em;margin-bottom:.75rem;text-transform:uppercase}.newsletter-copy{color:#1f2937;font-family:IBM Plex Mono,monospace;font-size:.95rem;line-height:1.5;margin-bottom:1.25rem;margin-left:auto;margin-right:auto;max-width:560px}.footer-form{grid-gap:.75rem;align-items:center;display:grid;gap:.75rem;grid-template-columns:1fr auto;width:100%}.footer-form input,.footer-form-input-dashed{max-width:420px}@media (max-width:640px){.footer-form{grid-template-columns:1fr}.footer-form input,.footer-form-input-dashed{max-width:100%;width:100%}.hcaptcha-wrapper{display:flex;justify-content:center;width:100%}}.newsletter-content{text-align:center;width:100%}.newsletter-title{color:#0f172a;font-size:1.125rem;font-weight:700;margin:0 0 .25rem}.newsletter-subtitle{color:#475569;font-family:IBM Plex Mono,monospace;font-size:.9rem;margin:0 0 .75rem}.newsletter-cta{background:#000;border:2px solid #000;border-radius:0;color:#fff;cursor:pointer;font-family:IBM Plex Mono,monospace;font-weight:700;letter-spacing:.06em;padding:.65rem 1.25rem;text-transform:uppercase;transition:background-color .2s ease,transform .12s ease}.newsletter-cta:disabled{cursor:not-allowed;opacity:.6}.newsletter-cta:hover:not(:disabled){background:#111;transform:translateY(-1px)}.footer-form-input-dashed{background:#0000;border:none;border-bottom:2px dashed #000;font-family:IBM Plex Mono,monospace;letter-spacing:.02em;padding:.5rem 0;width:100%}.footer-form-input-dashed:focus{border-bottom-color:#000;outline:none}.newsletter-loader{align-items:center;color:#000;display:inline-flex;font-family:IBM Plex Mono,monospace;font-size:.95rem;gap:.75rem;justify-content:center;margin-top:1rem}.loader-dot{animation:loader-pulse .8s ease-in-out infinite;background:#000;border-radius:50%;height:8px;width:8px}.loader-dot:nth-child(2){animation-delay:.15s}.loader-dot:nth-child(3){animation-delay:.3s}@keyframes loader-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.hcaptcha-wrapper{display:flex;justify-content:center;margin-top:1rem;width:100%}.hcaptcha-wrapper .h-captcha{max-width:360px;width:100%}.footer{background-color:#fff;color:#000;font-size:.875rem;padding:2.5rem 1.5rem}@media (min-width:640px){.footer-form{align-items:center;flex-direction:row}}.footer-container{display:flex;flex-direction:column;gap:2.5rem;margin:0 auto;max-width:72rem;position:relative}@media (min-width:768px){.footer-container{align-items:center;flex-direction:row;justify-content:space-between}}.footer-left{flex:1 1;max-width:72rem;text-align:center;width:100%}.footer-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1rem}.footer-links a{color:#000;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#000}.footer-socials{color:#000;display:flex;gap:1.5rem;justify-content:center;margin-top:1.5rem}.footer-socials a{color:inherit;transition:color .3s ease}.footer-socials a:hover{color:#000}.footer-socials .icon,.footer-socials i,.footer-socials svg.icon{display:inline-block;height:24px;width:24px}.footer-copy{line-height:1.4;margin-top:1.5rem;text-align:center}.footer-right{align-items:center;display:flex;flex:0 0 auto;flex-direction:column}@media (min-width:768px){.footer-right{align-items:flex-end}}.footer-badge{align-items:center;display:flex;justify-content:center;width:100%}.footer-badge img{display:block;height:auto;max-width:220px;width:100%}.footer-right h4{color:#000;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.footer-cookie{display:flex;justify-content:center;margin-top:1rem}@media (min-width:768px){.footer-cookie{margin-top:0;position:absolute;right:2rem;top:2rem}}@media (min-width:640px){.footer-form{flex-direction:row}}.footer-form input,.footer-form-input-dashed{border-radius:.375rem;color:#000;font-family:IBM Plex Mono,monospace;font-size:.875rem;padding:.375rem .75rem;width:100%}.footer-form-input-dashed{border:2px dashed #d1d5db}.footer-form input{border:1px solid #000;border-radius:.375rem;padding:.375rem .75rem;width:100%}.footer-form input:focus{border-color:#000;box-shadow:0 0 0 2px #0003;outline:none}.footer-form button{background-color:#fff;border:1px solid #000;border-radius:.375rem;color:#000;cursor:pointer;font-family:IBM Plex Mono,monospace;font-size:.875rem;font-weight:500;padding:.375rem 1rem;transition:background-color .3s ease;width:100%}.footer-form button:hover{background-color:#f5f5f5}@media (min-width:640px){.footer-form button{width:auto}}.footer-note{color:#6b7280;font-size:.75rem;line-height:1.35;margin-top:.5rem;max-width:20rem;text-align:center;.footer-form-input-dashed{background:#0000;border:none;border-bottom:2px dashed #111827;padding:.35rem 0;width:220px}}@media (min-width:768px){.footer-note{text-align:right}}.footer-newsletter-success{box-sizing:border-box;color:#111827;font-family:IBM Plex Mono,monospace;margin-top:.5rem;max-width:20rem;text-align:center;width:100%}@media (min-width:768px){.footer-newsletter-success{text-align:right}}.footer-form-message,.newsletter-title{font-family:IBM Plex Mono,monospace}.footer-form-message{border-radius:.375rem;font-size:.75rem;margin-top:.5rem;padding:.5rem;text-align:center}.footer-form-message.error{background-color:#fee2e2;color:#991b1b}.footer-form-message.success{background-color:#dcfce7;color:#166534}body{background-color:none;font-family:IBM Plex Mono,monospace;margin:0;padding:0}.header{box-sizing:border-box;padding:20px;transition:all .3s ease;z-index:1000}.header,.header-container:before{left:0;position:absolute;top:0;width:100%}.header-container:before{background-color:none;border-radius:16px;content:"";height:100%;opacity:0;transform:translateX(100%) scale(.85);transition:transform .5s ease,opacity .5s ease,scale .5s ease;z-index:-1}.header.scrolled .header-container:before{opacity:1;transform:translateX(0) scale(1)}.header-container{align-items:center;-webkit-backdrop-filter:none;backdrop-filter:none;background-color:none;border-radius:0;box-shadow:none;display:flex;font-family:IBM Plex Mono,monospace;justify-content:space-between;margin:0 auto;max-width:1200px;overflow:hidden;padding:16px 24px;position:relative;transition:all .5s ease}.logo{filter:brightness(0) invert(1);flex-shrink:0;height:120px;transition:all .3s ease;width:auto;z-index:1}.button-container{align-items:center;display:none;gap:15px;position:relative;z-index:2}.desktop-nav{align-items:center;display:flex;gap:32px;margin-left:auto}.cta-button{background-color:#000;border:none;border-radius:30px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s ease;z-index:1}.cta-button:hover{background-color:#333;transform:translateY(-2px)}.hamburger{background:none;border:none;cursor:pointer;display:block;padding:10px;z-index:2}.hamburger span{background-color:#fff;display:block;height:3px;margin:6px 0;transition:all .3s ease;width:25px}.mobile-menu{align-items:center;background-color:#fffffff2;display:flex;flex-direction:column;gap:30px;height:100vh;justify-content:center;position:fixed;right:-100%;top:0;transition:right .3s ease;width:100%;z-index:999}.mobile-menu a{color:#000;font-size:24px;font-weight:500;text-decoration:none}.mobile-menu.open{right:0}.mobile-cta-button{background-color:#fff;border:none;border-radius:30px;color:#000;cursor:pointer;font-size:18px;font-weight:600;margin-top:20px;padding:15px 30px}.header.scrolled .logo{filter:brightness(0) invert(1)}.header.scrolled .desktop-nav a{color:#fff}.header.scrolled .cta-button{background-color:#fff;color:#000}.header.scrolled .hamburger span{background-color:#fff}@media (max-width:768px){.cta-button{display:none}.header-container{padding:12px 16px}.logo{height:75px;transition:all .3s ease;width:auto;z-index:1}.button-container{display:flex}.desktop-nav{display:none}}.hamburger.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.open span:nth-child(2){transform:rotate(-45deg) translate(7px,-6px)}.privacy-policy{background:#0000;color:#fff;font-family:IBM Plex Mono,monospace;line-height:1.6;margin:2rem auto;max-width:900px;padding:140px 2rem 2rem}.privacy-policy h1{font-size:2rem;margin-bottom:1rem}.privacy-policy h2{font-size:1.125rem;margin-top:1.25rem}.privacy-policy ul{margin-left:1.25rem}.privacy-policy a{color:#1a73e8}.cookie-policy{background:#0000;color:#fff;font-family:IBM Plex Mono,monospace;line-height:1.6;margin:2rem auto;max-width:900px;padding:140px 2rem 2rem}.cookie-policy h1{font-size:2rem;margin-bottom:1rem}.cookie-policy h2{font-size:1.125rem;margin-top:1.25rem}.cookie-policy ul{margin-left:1.25rem}.cookie-policy a{color:#1a73e8}.cookie-policy .effective-date{font-weight:600;margin-top:1.5rem}.terms-of-use{background:#0000;color:#fff;font-family:IBM Plex Mono,monospace;line-height:1.6;margin:2rem auto;max-width:900px;padding:140px 2rem 2rem}.terms-of-use h1{font-size:2rem;margin-bottom:1rem}.terms-of-use h2{font-size:1.125rem;margin-top:1.25rem}.terms-of-use a{color:#1a73e8}.legal-top-logo-link{display:inline-block;text-decoration:none}.legal-top-logo{filter:invert(1) brightness(2);height:auto;left:16px;width:90px}.legal-home-btn,.legal-top-logo{position:absolute;top:16px;z-index:9999}.legal-home-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:60px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:10px 20px;right:16px;transition:all .3s ease}.legal-home-btn:hover{background:#ffffff26;border:1px solid #ffffff4d}.legal-home-btn:active{transform:scale(.98)}.policy-update-banner{align-items:center;background:#000000f2;border-radius:12px;bottom:1rem;box-shadow:0 20px 70px #00000059;color:#fff;display:flex;flex-wrap:wrap;font-family:IBM Plex Mono,monospace;gap:.75rem;justify-content:space-between;left:1rem;padding:1rem 1.25rem;position:fixed;right:1rem;z-index:2000}.policy-update-message{flex:1 1 220px;font-size:.95rem;line-height:1.4}.policy-update-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.policy-update-link{background:#ffffff14;border:1px solid #ffffff2e;border-radius:999px;color:#fff;padding:.6rem 1rem;text-decoration:none;transition:background .2s ease,transform .2s ease}.policy-update-link:hover{background:#ffffff24;transform:translateY(-1px)}.policy-update-dismiss{background:#0000;border:1px solid #ffffff40;border-radius:999px;color:#fff;cursor:pointer;padding:.6rem 1rem;transition:background .2s ease,transform .2s ease}.policy-update-dismiss:hover{background:#ffffff1a;transform:translateY(-1px)}@media (max-width:640px){.policy-update-banner{bottom:.75rem;left:.75rem;padding:.9rem 1rem;right:.75rem}.policy-update-message{font-size:.9rem}}
/*# sourceMappingURL=main.83a9ed9d.css.map*/