@font-face{font-family:Google Sans Text;src:url(/assets/google-sans-text-400-latin.woff2) format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Google Sans Text;src:url(/assets/google-sans-text-500-latin.woff2) format("woff2");font-style:normal;font-weight:500 700;font-display:swap}@font-face{font-family:Google Sans;src:url(/assets/google-sans-475-latin.woff2) format("woff2");font-style:normal;font-weight:100 900;font-display:swap}@font-face{font-family:Google Symbols;src:url(/assets/google-symbols-variable.woff2) format("woff2");font-style:normal;font-weight:100 700;font-display:block}:root{color-scheme:light;font-family:Google Sans Text,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*,*:before,*:after{box-sizing:border-box}html,body{width:100%;min-height:100%;margin:0;overflow:hidden}body{color:#1c1b1d;background:#fefbff;font-family:Google Sans Text,Arial,sans-serif;font-size:16px;line-height:24px}button,input,textarea,select{font:inherit}:where(button,a,input):focus-visible{outline:3px solid #7357d8;outline-offset:2px}app-root{display:block;min-height:100vh}.app{--surface: #fefbff;--surface-container: #f8f1f6;--surface-rail: #f2ecee;--surface-container-high: #eee8ee;--on-surface: #1c1b1d;--on-surface-variant: #4d4256;--outline: #7d747e;--primary: #6442d6;--on-primary: #fff;--primary-container: #dcdaf5;--search-container: #f1d3f9;--link: #5f39e8;--hover-container: #dcdaf5;--hover-on-container: #21182b;display:flex;height:100vh;overflow:hidden;color:var(--on-surface);background:var(--surface)}.app.dark{--surface: #141314;--surface-container: #1c1b1d;--surface-rail: #211f21;--surface-container-high: #2b292b;--on-surface: #e6e1e3;--on-surface-variant: #cbc4cc;--outline: #978f99;--primary: #9f86ff;--on-primary: #1a0056;--primary-container: #4d3d73;--search-container: #553f5d;--link: #9f86ff;--hover-container: #454155;--hover-on-container: #e6e1e3}.mobile-bar,.drawer-layer{display:none}.skip-link{position:fixed;z-index:50;top:0;left:0;width:2px;height:2px;overflow:hidden;color:var(--on-surface);background:var(--surface)}.skip-link:focus{width:auto;height:auto;padding:12px 18px}.symbol{display:inline-block;font-family:Google Symbols;font-size:24px;font-style:normal;font-weight:400;line-height:1;letter-spacing:0;white-space:nowrap;direction:ltr;font-feature-settings:"liga";font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.symbol.filled{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.nav-rail{position:relative;z-index:10;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:none;flex:0 0 88px;width:88px;height:100vh;background:var(--surface-rail)}.search-fab,.rail-control,.video-control,.drawer-search-through{display:grid;place-items:center;border:0;color:var(--on-surface-variant);cursor:pointer}.search-fab{text-decoration:none}.drawer-search-through{display:none;text-decoration:none}.search-fab{width:56px;height:56px;flex:0 0 56px;margin:18px 16px 0;border-radius:16px;background:var(--search-container);transition:background-color .2s cubic-bezier(.2,0,0,1)}.search-fab:hover{background:color-mix(in srgb,var(--on-surface-variant) 8%,var(--search-container))}.nav-items{display:flex;flex-direction:column;gap:12px;margin-top:22px;flex-shrink:0}.nav-item{display:flex;width:80px;height:60px;margin-inline:4px;padding:2px;flex-direction:column;align-items:center;color:var(--on-surface-variant);font-weight:500;text-decoration:none}.nav-icon-wrap{display:grid;width:56px;height:32px;place-items:center;border-radius:16px;position:relative;isolation:isolate;transition:background-color .2s cubic-bezier(.2,0,0,1)}.nav-item:hover .nav-icon-wrap{background:color-mix(in srgb,var(--on-surface-variant) 8%,transparent)}.nav-icon-wrap:before{position:absolute;z-index:-1;inset:0;border-radius:16px;background:var(--primary-container);opacity:0;transform:scaleX(.32);transition:opacity .2s linear,transform .2s linear;content:""}.nav-item.active .nav-icon-wrap:before{opacity:1;transform:scaleX(1)}.nav-item .symbol{transition:font-variation-settings .2s cubic-bezier(.2,0,0,1)}.nav-item:hover .symbol{font-variation-settings:"FILL" 0,"wght" 600,"GRAD" 0,"opsz" 24}.nav-item.active:hover .symbol{font-variation-settings:"FILL" 1,"wght" 600,"GRAD" 0,"opsz" 24}.nav-label{width:76px;margin-top:4px;font-family:Google Sans,sans-serif;font-size:12px;font-weight:500;line-height:16px;text-align:center;white-space:nowrap}.nav-item.active{color:var(--on-surface)}.rail-controls{margin:auto 20px 22px;padding-top:24px;flex-shrink:0;display:flex;flex-direction:column;gap:12px}.rail-control{width:48px;height:48px;border:2px solid transparent;border-radius:50%;outline:1px solid #787579;outline-offset:0;background:transparent;transition:background-color .18s ease,transform .18s ease}.rail-control:hover{background:var(--surface-container-high);transform:scale(1.04)}.desktop-topic-drawer{position:fixed;z-index:6;top:0;bottom:0;left:88px;display:block;width:240px;height:100vh;box-sizing:border-box;overflow:hidden;color:var(--on-surface);background:var(--surface-rail);border-left:1px solid color-mix(in srgb,var(--outline) 12%,transparent);border-radius:0 16px 16px 0;box-shadow:0 1px 2px #0000004d,0 2px 6px 2px #00000026;opacity:0;pointer-events:none;transform:translate(-240px);transition:transform .3s cubic-bezier(.2,0,0,1),box-shadow .3s cubic-bezier(.2,0,0,1),opacity .3s cubic-bezier(.2,0,0,1)}.desktop-topic-drawer-open{opacity:1;pointer-events:auto;transform:translate(0)}.desktop-topic-drawer:not(.desktop-topic-drawer-open){box-shadow:none}@starting-style{.desktop-topic-drawer-open{opacity:0;transform:translate(-240px)}}.desktop-topic-nav{display:flex;width:239px;height:100%;box-sizing:border-box;padding:8px 0 24px;flex-direction:column;align-items:stretch;overflow-x:hidden;overflow-y:auto;scrollbar-color:#8c8c8c transparent;scrollbar-width:auto}.desktop-topic-group{display:block;width:auto;margin:0 8px;box-sizing:border-box;flex:0 0 auto}.desktop-topic-group-first{padding-top:2px}.desktop-topic-group-depth-1,.desktop-topic-group-depth-2{margin:0}.desktop-topic-group-depth-1.desktop-topic-group-expandable,.desktop-topic-group-depth-2.desktop-topic-group-expandable{width:calc(100% - 8px)}.desktop-topic-children{display:grid;grid-template-rows:0fr;margin-left:10px;overflow:hidden;transition:grid-template-rows .3s cubic-bezier(.2,0,0,1)}.desktop-topic-children-open{grid-template-rows:1fr}.desktop-topic-children-inner{min-height:0;margin-inline:2px;padding:0;overflow:hidden}.desktop-topic-children-open .desktop-topic-children-inner{padding-block:2px}.desktop-topic-children:not(.desktop-topic-children-open){pointer-events:none}.desktop-topic-item{display:flex;width:100%;height:48px;box-sizing:border-box;padding:2px 16px;border:0;border-radius:24px;align-items:center;gap:8px;color:var(--on-surface-variant);background:transparent;font-family:Google Sans,sans-serif;font-size:14px;font-weight:500;line-height:24px;text-align:left;text-decoration:none;cursor:pointer;transition:background-color .18s cubic-bezier(.2,0,0,1),color .18s cubic-bezier(.2,0,0,1)}.desktop-topic-item:hover,.desktop-topic-item:focus-visible{background:var(--surface-container-high)}.desktop-topic-item.active{color:var(--on-surface);background:var(--primary-container)}.desktop-topic-toggle{appearance:none;width:100%;margin-left:2px}.desktop-topic-arrow{margin-left:auto;width:26px;height:24px;font-size:18px;line-height:24px;text-align:center;transition:transform .3s cubic-bezier(.2,0,0,1)}.desktop-topic-drawer:not(.desktop-topic-drawer-open) .desktop-topic-item{pointer-events:none}.lut-brand-mark{display:block;width:24px;height:24px;flex:0 0 24px}.lut-brand-mark-center{fill:var(--surface-rail)}.nav-item.active .lut-brand-mark-center,.drawer-item.active .lut-brand-mark-center{fill:var(--primary-container)}.topic-arrow-expanded{transform:rotate(180deg)}.desktop-topic-item>span:first-child{min-width:0}.desktop-topic-item{height:auto;min-height:48px;padding-block:12px}.desktop-topic-drawer .desktop-topic-nav{opacity:0;transition:opacity .1s cubic-bezier(.2,0,0,1)}.desktop-topic-drawer-open .desktop-topic-nav{opacity:1;transition:opacity .2s linear .2s}.nav-item:focus-visible{border-radius:18px;outline:2px solid var(--on-surface);outline-offset:-2px}.app.motion-paused .drawer-main-nav,.app.motion-paused .drawer-submenu{animation:none!important}.app.motion-paused .desktop-topic-drawer *,.app.motion-paused .drawer-layer *{transition-delay:0ms!important}@media(prefers-reduced-motion:reduce){.nav-rail *,.desktop-topic-drawer,.desktop-topic-drawer *,.drawer-layer,.drawer-layer *{animation-duration:.01ms!important;animation-delay:0ms!important;transition-duration:.01ms!important;transition-delay:0ms!important}}.page-content{flex:1 1 auto;min-width:0;height:100vh;overflow-x:hidden;overflow-y:auto;scrollbar-color:#8c8c8c transparent;scrollbar-width:auto;background:var(--surface);scroll-behavior:smooth}.search-page-view{display:none}.app.search-page{background:var(--surface-rail)}.app.search-page .page-content{display:block;background:var(--surface-rail)}.app.search-page .search-page-view{display:block;min-width:0;height:max(0px,calc(100vh - 96px));flex:0 0 max(0px,calc(100vh - 96px));overflow:visible;color:var(--on-surface);background:var(--surface-rail);font-size:14px;line-height:20px;scrollbar-color:#8c8c8c transparent}.app.search-page .page-body{padding-top:0;padding-bottom:0;background:var(--surface-rail)}.app.search-page main{display:none}.app.search-page .search-page-view.wiki-search,.app.search-page.search-results-active .search-page-view.wiki-search{display:block;width:100%;min-width:0;min-height:calc(100dvh - 96px);height:auto;flex-basis:auto;padding-bottom:72px;overflow:visible}.app.search-page .wiki-search .search-page-input-container{position:relative;width:100%;height:80px;padding:8px;background:var(--surface-rail)}.wiki-search .search-page-input{display:block;width:100%;min-width:0;height:64px;margin:0;padding:16px 68px 16px 24px;border:0;border-radius:36px;outline:0;color:var(--on-surface);background:var(--surface);font:475 24px/32px Google Sans,sans-serif;appearance:none;transition:box-shadow .2s cubic-bezier(.2,0,0,1)}.wiki-search .search-page-input::-webkit-search-cancel-button{display:none}.wiki-search .search-page-input::placeholder{color:var(--on-surface-variant);opacity:1}.wiki-search .search-page-input:focus{box-shadow:0 0 0 2px var(--primary)}.wiki-search .search-clear{position:absolute;top:16px;right:20px;display:grid;width:48px;height:48px;padding:0;border:0;border-radius:50%;place-items:center;color:var(--on-surface-variant);background:transparent;cursor:pointer}.wiki-search .search-clear:hover{background:var(--surface-container-high)}.wiki-search .wiki-search-content{width:min(100% - 64px,1120px);min-width:0;margin:40px auto 0}.wiki-search .search-help,.wiki-search .search-result-count{margin:0 0 24px;color:var(--on-surface-variant);font-size:15px;line-height:1.7}.wiki-search .search-result-count{font-size:13px}.app.search-page .wiki-search .search-suggestions,.app.search-page .wiki-search .search-history{width:100%;height:auto;min-height:0;margin:0;color:var(--on-surface)}.wiki-search .search-suggestion-group+.search-suggestion-group{margin-top:36px}.wiki-search .search-suggestion-title,.wiki-search .search-history h2{display:flex;align-items:center;gap:12px;margin:0 0 16px;font-size:16px;font-weight:500;line-height:24px}.wiki-search .search-suggestion-title>span{color:var(--on-surface-variant);font-size:13px}.wiki-search .search-suggestion-list{display:flex;width:100%;margin:0;padding:0;flex-direction:column;gap:8px;list-style:none}.wiki-search .search-suggestion-item{min-width:0}.wiki-search .search-items{display:flex;width:100%;min-width:0;padding:20px 24px;align-items:flex-start;gap:16px;border-radius:24px;color:var(--on-surface);text-decoration:none;transition:background-color .18s ease,border-radius .18s ease}.wiki-search .search-items:hover,.wiki-search .search-items:focus-visible{border-radius:30px;background:var(--surface-container-high)}.wiki-search .search-items:focus-visible,.wiki-search button:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.wiki-search .search-item-content{display:block;min-width:0;flex:1;overflow-wrap:anywhere}.wiki-search .search-items-text{display:block;color:var(--primary);font:475 24px/1.4 Google Sans,sans-serif}.wiki-search .search-item-subtitle{display:block;margin-top:4px;color:var(--on-surface-variant);font-size:12px;line-height:1.6}.wiki-search .search-item-snippet{display:block;margin-top:10px;color:var(--on-surface-variant);font-size:14px;line-height:1.8}.wiki-search .highlight{color:var(--on-surface);font-weight:600}.wiki-search .suggestion-arrow{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;color:var(--on-surface-variant);opacity:0;transform:translate(-3px,3px);transition:opacity .18s ease,transform .18s ease}.wiki-search .search-items:hover .suggestion-arrow,.wiki-search .search-items:focus-visible .suggestion-arrow{opacity:1;transform:translate(0)}.app.search-page .wiki-search .search-empty{min-height:240px;height:auto;padding:32px 0;overflow-wrap:anywhere}.wiki-search .search-empty-icon{font-size:40px;color:var(--on-surface-variant)}.wiki-search .search-empty h2{margin:20px 0 12px;font-size:28px;font-weight:475}.wiki-search .search-empty p{color:var(--on-surface-variant);font-size:16px;line-height:1.8}.wiki-search .search-query-chips{display:flex;flex-wrap:wrap;gap:12px}.wiki-search .search-query-chips button{display:inline-flex;max-width:100%;min-height:48px;padding:10px 20px 10px 16px;align-items:center;gap:8px;border:1px solid var(--outline);border-radius:28px;color:var(--on-surface);background:transparent;font:inherit;cursor:pointer;transition:background-color .18s ease}.wiki-search .search-query-chips button:hover{background:var(--surface-container-high)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:960px){.app.search-page .search-page-view.wiki-search,.app.search-page.search-results-active .search-page-view.wiki-search{min-height:calc(100dvh - 160px)}}@media(max-width:599px){.wiki-search .search-page-input{padding-left:20px;font-size:20px}.wiki-search .wiki-search-content{width:calc(100% - 32px);margin-top:28px}.wiki-search .search-items{padding:16px 12px;gap:4px}.wiki-search .search-items-text{font-size:21px}.wiki-search .suggestion-arrow{width:24px;flex-basis:24px;font-size:20px}}@media(prefers-reduced-motion:reduce){.wiki-search *{transition:none!important}}.motion-paused .wiki-search *{transition:none!important}.page-content::-webkit-scrollbar{width:15px}.page-content::-webkit-scrollbar-thumb{border:4px solid transparent;border-radius:10px;background:#8c8c8c;background-clip:content-box}.page-body{min-width:0;padding-top:8px;padding-bottom:8px}main{min-width:0}.hero{display:grid;width:calc(100% - 16px);height:544px;margin-inline:8px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.hero-copy,.hero-media{overflow:hidden;border-radius:24px}.hero-copy{display:flex;padding:56px;background:var(--surface-container)}.hero-stack{width:100%;margin-block:auto}.hero-title h1{margin:0 0 16px;font-family:Google Sans,sans-serif;font-size:96px;font-weight:475;line-height:96px;letter-spacing:0}.hero-title p{max-width:530px;margin:0;font-size:22px;line-height:30px}.get-started{display:inline-flex;width:226px;height:82px;margin-top:24px;margin-left:0;padding:1px;align-items:center;justify-content:center;border-radius:48px;color:var(--on-primary);background:var(--primary);background-clip:content-box;font-family:Google Sans,sans-serif;font-size:24px;font-weight:475;line-height:32px;text-decoration:none;transition:border-radius .28s cubic-bezier(.2,0,0,1),transform .18s ease,box-shadow .18s ease}.get-started:hover{border-radius:48px;box-shadow:none;transform:none}.hero-media{position:relative;background:var(--surface)}.hero-media video{display:block;width:100%;height:100%;max-height:542px;object-fit:cover}.video-control{position:absolute;right:4px;bottom:4px;width:40px;height:40px;border-radius:50%;color:#4d4256;background:#f1d3f9;box-shadow:0 1px 4px #0002}.video-control .symbol{font-size:20px;line-height:20px;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20}.app.dark .video-control{color:#cbc4cc;background:#553f5d}.home-content{width:min(1161px,calc(100% - 176px));margin:136px auto 0}.content-section+.content-section{margin-top:120px}.content-section h2{margin:0 25px 24px;font-family:Google Sans,sans-serif;font-size:57px;font-weight:475;line-height:64px;letter-spacing:0}.section-intro{width:760px;max-width:calc(100% - 50px);margin:0 25px 24px;color:var(--on-surface-variant);font-size:22px;line-height:30px}.expressive-intro h2{margin-bottom:8px}.section-intro a,.site-footer a,.footer-legal a{color:var(--link);text-decoration-thickness:1px;text-underline-offset:2px}.card-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.material-card{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;border-radius:24px;color:var(--on-surface);background:var(--surface-container);text-decoration:none;isolation:isolate;transition:background-color .3s cubic-bezier(.2,0,0,1),border-radius .3s cubic-bezier(.2,0,0,1),color .3s cubic-bezier(.2,0,0,1)}.material-card:hover,.material-card:focus{border-radius:24px;color:var(--hover-on-container);background:var(--hover-container)}.card-media{min-height:0;flex:0 0 auto;border-radius:24px;background-color:#dcdaf5;background-position:center;background-repeat:no-repeat;background-size:cover;transition:border-radius .3s cubic-bezier(.2,0,0,1)}.material-card:hover .card-media,.material-card:focus .card-media{border-radius:24px}.material-card:hover .card-copy p,.material-card:focus .card-copy p{color:var(--hover-on-container)}.card-copy{position:relative;z-index:1;display:flex;min-height:0;padding:24px;flex:1 1 auto;flex-direction:column}.card-copy h3,.next-card h3{margin:0;font-family:Google Sans,sans-serif;font-size:24px;font-weight:475;line-height:32px;letter-spacing:0}.card-copy p,.next-card p{margin:8px 0 0;color:var(--on-surface-variant);font-size:16px;font-weight:400;line-height:24px}.card-date{margin-bottom:8px;font-size:16px;font-weight:400;line-height:24px}.feature-card{height:298px;grid-column:1 / -1;flex-direction:row}.feature-card .card-media,.feature-card .card-copy{width:50%}.feature-card .card-copy{justify-content:center}.feature-card .card-date{margin-bottom:16px}.large-card{height:434px;grid-column:span 3}.io-section .large-card{height:450px}.large-card .card-media{height:298px}.small-card{height:392px;grid-column:span 2}.small-card .card-media,.compact-card .card-media{height:200px}.compact-card{height:368px;grid-column:span 2}.two-column-grid .material-card{grid-column:span 3}.next-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.next-card{position:relative;display:block;height:112px;overflow:hidden;padding:24px;border-radius:24px;color:var(--on-surface);background:var(--surface-container);text-decoration:none;transition:background-color .3s cubic-bezier(.2,0,0,1),border-radius .3s cubic-bezier(.2,0,0,1),color .3s cubic-bezier(.2,0,0,1)}.next-card:hover,.next-card:focus{border-radius:24px;color:var(--hover-on-container);background:var(--hover-container)}.next-card:hover p,.next-card:focus p{color:var(--hover-on-container)}.next-card:nth-child(3){grid-column:1}.hero-title h1{overflow-wrap:normal}.hero-title .hero-mission{margin-top:18px;font-size:16px;line-height:26px;color:var(--on-surface-variant)}.get-started{width:auto;min-width:226px;padding-inline:32px;background-clip:border-box}.get-started:hover{background-color:var(--link)}.dressing-scene{isolation:isolate;background:linear-gradient(130deg,#ffe2cb,#f1dded)}.dressing-scene:before,.dressing-scene:after{position:absolute;z-index:-1;aspect-ratio:1;border-radius:50%;content:""}.dressing-scene:before{top:-38%;right:-27%;width:62%;background:#e3d8f4}.dressing-scene:after{bottom:-24%;left:-13%;width:38%;background:#f5cfb6}.scene-caption{position:absolute;left:32px;color:#5f4d65;font-size:10px;line-height:14px;letter-spacing:2px;pointer-events:none}.scene-caption-top{top:28px}.scene-caption-bottom{bottom:28px}.dressing-illustration{display:block;width:100%;height:100%;object-fit:cover}.scene-layer,.scene-molecule,.scene-spark{transform-box:fill-box;transform-origin:center}.scene-layer{animation:dressing-float 6s cubic-bezier(.45,0,.55,1) infinite}.scene-layer-1{animation-delay:-1.8s}.scene-layer-2{animation-delay:-1.2s}.scene-layer-3{animation-delay:-.6s}.scene-layer-4{animation-delay:0s}.scene-molecule-a{animation:molecule-drift 9s ease-in-out infinite}.scene-molecule-b{animation:molecule-drift 11s ease-in-out -4s infinite reverse}.scene-spark{animation:spark-breathe 4s ease-in-out infinite}.scene-paused *,.scene-paused *:before,.scene-paused *:after{animation-play-state:paused!important}@keyframes dressing-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes molecule-drift{0%,to{transform:translate(0) rotate(-6deg)}50%{transform:translate(8px,-17px) rotate(8deg)}}@keyframes spark-breathe{0%,to{opacity:.45}50%{opacity:1}}.video-control{display:grid;place-items:center;border:0;cursor:pointer;background:#f0dff8}.video-control:disabled{cursor:default}.card-media{overflow:hidden}.home-art,.home-art>svg{display:block;width:100%;height:100%}.home-art>svg{overflow:hidden;object-fit:cover}.art-background{fill:#f2e0d2}.art-single .art-background{fill:#e9def3}.art-dual .art-background{fill:#f7e3d4}.art-contact .art-background{fill:#f4eac8}.art-delivery .art-background{fill:#f9e1d2}.art-absorption .art-background{fill:#d7e8cc}.art-protection .art-background{fill:#e2d9f0}.art-engineering .art-background{fill:#d9cbe8}.art-model .art-background{fill:#e0d8bd}.art-people .art-background{fill:#eadff0}.art-education .art-background{fill:#f1d6ba}.art-safety .art-background{fill:#dce9d2}.art-drawing{transform-origin:50% 50%;transition:transform .5s cubic-bezier(.2,0,0,1)}.material-card:focus,.material-card:active,.next-card:focus,.next-card:active{border-radius:48px}.material-card:focus,.next-card:focus{outline:2px solid var(--on-surface);outline-offset:0}.home-main .large-card,.home-main .small-card{height:auto}.home-main .large-card .card-copy{min-height:148px}.home-main .io-section .large-card .card-copy{min-height:178px}.home-main .small-card .card-copy{min-height:200px}.next-arrow{float:right;margin-left:8px;font-size:24px;line-height:32px;transition:transform .25s cubic-bezier(.2,0,0,1)}.next-card:hover .next-arrow{transform:translate(3px,-3px)}@media(max-width:960px){.dressing-illustration{width:100%;height:100%}}@media(max-width:600px){.scene-caption{left:20px;font-size:7px;letter-spacing:1.2px}.scene-caption-top{top:12px}.scene-caption-bottom{bottom:12px}.hero-title .hero-mission{margin-top:14px;font-size:14px;line-height:23px}.hero-copy .get-started{min-width:210px;height:64px;padding-inline:24px;font-size:20px}.home-main .card-copy,.home-main .io-section .large-card .card-copy,.home-main .large-card .card-copy,.home-main .small-card .card-copy{min-height:0}}@media(prefers-reduced-motion:reduce){.dressing-scene *,.art-drawing{animation:none!important;transition:none!important}}@media(max-width:1287px){.art-single text{text-anchor:middle;transform:translate(248px)}.art-contact text,.art-delivery text,.art-absorption text,.art-protection text{text-anchor:middle;transform:translate(266px)}}@media(min-width:601px)and (max-width:700px){.art-engineering text:last-of-type{transform:translate(12px)}}.site-footer{width:calc(100% - 16px);margin:120px 8px 0}.wave{height:8px;opacity:.55;background-image:url("data:image/svg+xml,%3Csvg width='60' height='9' viewBox='0 0 60 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4.5C7.5-1.5 7.5 10.5 15 4.5S22.5-1.5 30 4.5s7.5 6 15 0 7.5-6 15 0' fill='none' stroke='%23d7ccd8' stroke-width='1'/%3E%3C/svg%3E");background-repeat:repeat-x}.footer-content{display:grid;width:calc(100% - 41px);min-height:446px;margin-inline:20.5px;padding:64px 40px;grid-template-columns:minmax(0,3fr) repeat(3,minmax(0,1fr));grid-template-rows:auto auto;column-gap:20px;row-gap:64px}.footer-about{width:100%;max-width:none}.footer-mark{display:block;width:42px;height:42px;margin-left:0;padding:1px;color:var(--on-surface)!important;font-size:40px;line-height:40px;text-decoration:none;font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 48}.footer-about p{width:auto;margin:24px 64px 16px 0;font-size:16px;line-height:24px}.footer-column{display:flex;padding-top:24px;flex-direction:column;align-items:flex-start}.footer-column h3{margin:0 0 20px;color:var(--on-surface-variant);font-size:14px;font-weight:500;line-height:20px}.footer-column>a{height:26px;margin-bottom:20px;padding:1px;font-size:16px;font-weight:500;line-height:24px}.footer-more h3:nth-of-type(2){margin-top:4px}.footer-legal{grid-column:1 / -1;display:flex;width:100%;height:26px;min-height:0;padding:0;align-items:center;gap:0}.footer-legal a{display:inline-flex;height:26px;padding:1px;align-items:center;font-size:16px;font-weight:500;line-height:22px}.google-wordmark{width:73px;margin-right:32px;color:var(--on-surface)!important;text-decoration:none}.legal-links{display:flex;min-width:0;align-items:center;gap:24px}@media(min-width:1288px){.video-control{bottom:6px}}.google-wordmark svg{display:block;width:71px;height:23px}.motion-paused *,.motion-paused *:before,.motion-paused *:after{transition-duration:0s!important;animation-play-state:paused!important}.footer-project-mark{display:inline-flex;align-items:center;gap:12px;color:var(--on-surface)!important;font-family:Google Sans,sans-serif;font-size:24px;line-height:40px;font-weight:475;text-decoration:none}.footer-wordmark{margin-right:36px;color:var(--on-surface)!important;font-family:Google Sans,sans-serif;font-weight:600;text-decoration:none;white-space:nowrap}.footer-column>a{height:auto;min-height:26px}@media(max-width:600px){.footer-wordmark{margin-bottom:4px}}@media(max-width:600px){.site-footer .footer-content{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr) minmax(0,1fr)}.footer-column>a{max-width:100%;overflow-wrap:anywhere}}@media(max-width:1287px){.hero{height:auto;grid-template-columns:minmax(0,1fr)}.hero-copy{min-height:360px;padding-bottom:56px}.hero-media{height:542px}.hero-title h1{font-size:88px;line-height:96px}.hero-title p{max-width:none}.content-section h2{font-size:45px;line-height:52px}.home-content{width:calc(100% - 176px)}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card{grid-column:1 / -1}.large-card,.small-card,.compact-card,.two-column-grid .material-card{height:auto;grid-column:span 1}.io-section .large-card{height:auto}.large-card .card-media{height:298px}.small-card .card-media,.compact-card .card-media{height:200px}.footer-content{grid-template-columns:2fr repeat(3,1fr);column-gap:28px}}@media(min-width:1000px)and (max-width:1100px){.hero-media{height:auto;aspect-ratio:2 / 1}}@media(min-width:1000px)and (max-width:1287px){.content-section+.content-section{margin-top:104px}.card-date{margin-bottom:16px}.next-card{height:auto;min-height:0}.footer-content{width:100%;height:auto;margin:0;padding:64px 40px;grid-template-columns:3fr repeat(3,1fr);grid-template-rows:auto 26px;column-gap:20px;row-gap:64px}.footer-about{width:auto}.footer-about p{width:auto;margin:24px 64px 16px 0}.footer-column{width:auto;min-width:0}.footer-column>a:last-child{margin-bottom:0}.footer-legal{width:auto}}@media(min-width:900px)and (max-width:1287px){.hero-title h1 br{display:none}}@media(max-width:960px){.app{height:100dvh;flex-direction:column}.nav-rail,.desktop-topic-drawer{display:none}.mobile-bar{position:fixed;top:0;left:0;z-index:30;display:flex;flex:0 0 64px;width:calc(100% - 15px);height:64px;padding:0 12px;align-items:center;background:#fff}.app.dark .mobile-bar{background:var(--surface)}.mobile-bar-button{display:grid;width:48px;height:48px;padding:0;border:0;border-radius:50%;place-items:center;flex:0 0 48px;color:var(--on-surface-variant);background:transparent;cursor:pointer;text-decoration:none}.mobile-bar-button:hover{background:var(--surface-container-high)}.mobile-brand{display:flex;min-width:0;margin-right:auto;margin-left:6px;padding:0 8px;align-items:center;gap:0;color:var(--on-surface);font-family:Google Sans,sans-serif;font-size:16px;font-weight:500;line-height:24px;text-decoration:none}.mobile-brand>.symbol{font-size:22px;line-height:22px}.mobile-brand>span:last-child{margin-left:16px}.page-content{width:100%;height:100%;flex:1 1 auto}.page-body{padding-top:72px}.hero{width:calc(100% - 16px);margin-inline:8px;gap:8px}.hero-copy{height:auto}.hero-media{height:auto;aspect-ratio:2 / 1}.home-content{width:calc(100% - 16px);margin-inline:8px;margin-top:80px}.content-section+.content-section{margin-top:80px}.content-section h2{margin-inline:25px;font-size:45px;line-height:52px}.next-grid{grid-template-columns:minmax(0,1fr)}.section-intro{margin-inline:25px}.card-date{margin-bottom:16px}.drawer-layer{position:fixed;z-index:80;inset:0;display:block;pointer-events:none}.drawer-layer-open{pointer-events:auto}.drawer-scrim{position:absolute;inset:0;width:auto;height:100%;padding:0;border:0;background:#00000052;opacity:0;transition:opacity .3s cubic-bezier(.2,0,0,1);cursor:pointer}.drawer-search-through{position:fixed;z-index:3;top:8px;right:19px;display:grid;width:48px;height:48px;border-radius:50%;place-items:center;color:var(--on-surface-variant);background:transparent}.drawer-search-through:hover{background:var(--surface-container-high)}.mobile-drawer{position:absolute;top:0;bottom:0;left:0;display:flex;width:320px;max-width:calc(100% - 56px);padding-bottom:6px;padding-left:1px;flex-direction:column;color:var(--on-surface);background:var(--surface-rail);border-radius:0 16px 16px 0;box-shadow:0 8px 24px #0003;transform:translate(-100%);transition:transform .3s cubic-bezier(.2,0,0,1)}.drawer-header{display:flex;height:64px;flex:0 0 64px;padding:0 4px;align-items:center}.drawer-nav{display:flex;width:100%;padding:0 8px;flex-direction:column;gap:0}.drawer-submenu{display:flex;min-height:0;width:100%;padding:0 8px;flex:1 1 auto;overflow-x:hidden;flex-direction:column;overflow-y:auto}.drawer-submenu-nav{width:100%;padding:0}.drawer-item,.drawer-controls button,.drawer-back{display:flex;width:100%;height:48px;padding:2px 16px;border:0;border-radius:24px;align-items:center;gap:16px;color:var(--on-surface-variant);background:transparent;font-family:Google Sans,sans-serif;font-size:16px;font-weight:500;line-height:24px;text-decoration:none;cursor:pointer}.drawer-item:hover,.drawer-controls button:hover,.drawer-back:hover{background:var(--surface-container-high)}.drawer-submenu .drawer-back{width:calc(100% + 4px);margin-left:-2px;flex:0 0 48px}.drawer-submenu .drawer-subitem{width:calc(100% - 40px);height:auto;min-height:48px;padding-block:12px;margin-left:40px;padding-left:16px;flex:0 0 48px}.components-submenu .drawer-subitem{width:248px}.drawer-submenu .drawer-subitem.drawer-depth-1{width:249px;margin-left:52px}.drawer-submenu .drawer-subitem.drawer-depth-2{width:235px;margin-left:64px}.drawer-submenu.components-submenu .drawer-subitem.drawer-depth-1{width:234px}.drawer-submenu.components-submenu .drawer-subitem.drawer-depth-2{width:220px}.drawer-submenu .drawer-child-start{margin-top:2px}.drawer-submenu .drawer-child-end{margin-bottom:2px}.drawer-item.active{color:var(--on-surface);background:var(--primary-container)}.drawer-arrow{margin-left:auto;font-size:24px;flex:0 0 24px;transition:transform .3s cubic-bezier(.2,0,0,1)}.drawer-controls{display:flex;margin-top:auto;padding-top:12px;flex-shrink:0;flex-direction:column;align-items:center;gap:12px}.drawer-controls button{width:max-content;min-width:0;height:48px;padding:2px 16px;border:2px solid transparent;border-radius:32px;outline:1px solid #787579;outline-offset:0;gap:8px;font-family:Google Sans Text,sans-serif;font-size:14px;font-weight:400;line-height:20px}.footer-content{width:100%;height:auto;margin:0;padding:64px 32px;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto auto auto;column-gap:20px;row-gap:0}.footer-about{width:auto;max-width:none;grid-column:1 / -1}.footer-about p{width:auto;margin:24px 0 16px}.footer-column{width:auto;min-width:0;grid-row:2}.footer-column>a:last-child{margin-bottom:0}.footer-more{grid-column:auto}.footer-legal{width:auto;height:auto;grid-column:1 / -1;grid-row:3;margin-top:64px;padding:0;align-items:center;flex-wrap:nowrap;gap:0}.app.search-page .mobile-bar>.mobile-bar-button:last-child{display:none}.app.search-page .search-page-view{width:100%;height:max(0px,calc(100vh - 160px));flex:0 0 max(0px,calc(100vh - 160px))}.app.search-page.search-results-active .search-page-view{height:max(calc(var(--search-result-height, 562px) + 244px),calc(100vh - 160px));flex-basis:max(calc(var(--search-result-height, 562px) + 244px),calc(100vh - 160px))}.app.search-page .page-body{padding-top:64px}.app.search-page .search-page-input-container{height:80px;padding-top:16px}.app.search-page .search-page-autocorrect{top:16px}.app.search-page .search-history,.app.search-page .search-suggestions{width:92%;margin:48px 4% 0}.site-footer{margin-top:120px}}@media(max-width:960px){.drawer-layer-open .mobile-drawer{transform:translate(0)}.drawer-layer-open .drawer-scrim{opacity:1}.drawer-search-through{opacity:0;transition:opacity .1s linear}.drawer-layer-open .drawer-search-through{opacity:1;transition:opacity .2s linear .2s}.drawer-main-nav{min-height:0;overflow-y:auto;animation:drawer-main-enter .2s linear .2s both}.drawer-submenu{animation:drawer-submenu-enter .2s linear .2s both}.drawer-topic-children{display:grid;grid-template-rows:0fr;margin-left:12px;transition:grid-template-rows .3s cubic-bezier(.2,0,0,1)}.drawer-topic-children-open{grid-template-rows:1fr}.drawer-topic-children-inner{min-height:0;overflow:hidden}.drawer-topic-children-open .drawer-topic-children-inner{padding-block:2px}.drawer-item>span:not(.symbol){min-width:0}.drawer-header .mobile-brand{font-size:16px}@starting-style{.drawer-layer-open .mobile-drawer{transform:translate(-100%)}.drawer-layer-open .drawer-scrim{opacity:0}}}@keyframes drawer-main-enter{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes drawer-submenu-enter{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@media(max-width:600px){.hero-copy{min-height:0;height:auto;padding:32px}.hero-title h1 br{display:none}.hero-stack{margin-block:0}.hero-title h1{font-size:45px;line-height:52px}.hero-title p{font-size:16px;line-height:24px}.content-section h2{font-size:36px;line-height:44px}.section-intro{font-size:16px;line-height:24px}.card-date{font-size:14px;line-height:20px}.feature-card .card-media,.large-card .card-media,.small-card .card-media,.compact-card .card-media{height:200px;aspect-ratio:auto}.feature-card .card-copy,.card-copy,.next-card{min-height:0}.footer-content{padding-inline:24px;font-size:16px}.footer-about p{margin-bottom:14px;font-size:14px;line-height:20px}.footer-column h3{margin-bottom:24px}.footer-column>a{height:auto;min-height:26px;margin-bottom:24px;line-height:24px;white-space:normal}.footer-more h3:nth-of-type(2){margin-top:0}.legal-links{flex-wrap:wrap;align-items:flex-start;column-gap:24px;row-gap:18px;min-height:64px}.footer-legal{display:block;align-items:flex-start}.legal-links{margin-top:24px}.footer-legal>.google-wordmark{display:flex;flex:0 0 auto;margin-right:0}.legal-links a{height:22px;line-height:22px}.card-grid,.next-grid{display:flex;flex-direction:column}.feature-card,.large-card,.small-card,.compact-card,.io-section .large-card{width:100%;height:auto;min-height:0}.two-column-grid .material-card{height:auto}.feature-card{flex-direction:column}.feature-card .card-media,.feature-card .card-copy{width:100%}.card-copy p,.next-card p{font-size:14px;line-height:20px}.next-card{height:auto;min-height:0}.footer-content{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-column,.footer-more{grid-column:auto}.site-footer{margin-top:120px}}@media(max-width:599px){.mobile-bar{padding-inline:4px}.mobile-brand>span:last-child{display:inline;margin-left:12px}}@media(max-width:480px){.hero-title h1 br{display:block}}.category-main{margin-inline:8px}.category-hero{display:flex;align-items:center;justify-content:center;min-height:760px;height:85vh;border-radius:24px;background:#d5ff00 url(/assets/m3-category-background.jpg) center / cover;color:#1c1b1d}.category-hero-content{display:flex;flex-direction:column;align-items:center;width:calc(100% - 112px);max-width:1200px;margin:56px}.category-shapes{display:block;margin-bottom:16px}.category-hero h1{margin:0;text-align:center;font:475 96px/1 Google Sans,sans-serif}.category-description{max-width:760px;margin:0 0 24px;text-align:center;font-size:22px;line-height:30px;text-wrap:pretty}.category-toc{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;margin-top:32px}.category-card{display:block;min-width:0;padding:24px;border-radius:24px;color:var(--on-surface);background:var(--surface-container);text-decoration:none;transition:border-radius .3s cubic-bezier(.2,0,0,1),background-color .3s cubic-bezier(.2,0,0,1)}.category-card:hover,.category-card:focus-visible{border-radius:40px;background:var(--hover-container)}.category-card h2,.category-card h3{margin:0;font:475 24px/32px Google Sans,sans-serif}.category-card p{margin:8px 0 0;font-size:16px;line-height:24px}.category-toc .category-card{min-height:112px}.category-sections{margin-top:16px}.category-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-height:760px;margin-top:16px;scroll-margin-top:16px}.category-section-copy{align-self:center;padding:80px 24px 80px 8px}.category-section-text{margin-inline:24px}.category-section-text h2,.category-explore>h2{margin:0 0 16px;font:475 57px/64px Google Sans,sans-serif;text-wrap:balance}.category-section-text p{margin:16px 0 0;font-size:16px;line-height:28px}.category-section-links{display:grid;gap:8px;margin-top:40px}.category-link-card{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.category-link-card>.symbol{display:grid;flex-shrink:0;width:40px;height:40px;place-items:center;border-radius:14px;background:var(--surface)}.category-art{display:grid;position:relative;overflow:hidden;align-items:center;border-radius:16px;color:#393b06;background:#dce89a}.category-art.art-lilac{color:#463461;background:#e7dbf5}.category-art.art-peach{color:#594338;background:#ffdfc9}.category-diagram{display:block;width:100%;max-height:760px}.diagram-orbit{transform-origin:300px 310px;animation:orbit 40s linear infinite}.diagram-molecule{transform-origin:center;animation:molecule-breathe 7s ease-in-out infinite}.diagram-layer{animation:layer-breathe 5s ease-in-out infinite alternate}.layer-two{animation-delay:-1s}.layer-three{animation-delay:-2s}.layer-four{animation-delay:-3s}.category-explore{max-width:1200px;margin:120px auto 0;padding-inline:32px}.category-explore>p{margin:0 0 32px;font-size:22px;line-height:30px}.category-explore-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}@keyframes orbit{to{transform:rotate(360deg)}}@keyframes molecule-breathe{50%{transform:translateY(-9px)}}@keyframes layer-breathe{to{transform:translateY(-12px)}}@media(max-width:1287px){.category-hero h1{font-size:88px;line-height:96px}.category-section-text h2{font-size:45px;line-height:52px}}@media(max-width:960px){.category-hero{min-height:680px;height:auto}.category-hero-content{width:calc(100% - 64px);margin:56px 32px}.category-section{min-height:0}.category-section-copy{padding:56px 8px}.category-section-text{margin-inline:16px}.category-art{min-height:440px}.category-explore{margin-top:80px}}@media(max-width:700px){.category-hero-content{width:calc(100% - 48px);margin:48px 24px}.category-hero h1{font-size:56px;line-height:64px}.category-description{margin-top:8px;font-size:16px;line-height:24px}.category-toc{grid-template-columns:minmax(0,1fr);margin-top:24px}.category-card{padding:24px}.category-card h2,.category-card h3{font-size:22px;line-height:28px}.category-card p{font-size:14px;line-height:22px}.category-toc .category-card{min-height:104px}.category-section{grid-template-columns:minmax(0,1fr)}.category-section-copy{padding-block:56px 24px}.category-section-text h2,.category-explore>h2{font-size:40px;line-height:48px}.category-art{min-height:0;aspect-ratio:1.1}.category-diagram{height:100%}.category-explore{padding-inline:16px}.category-explore>p{font-size:16px;line-height:24px}.category-explore-grid{grid-template-columns:minmax(0,1fr)}}.category-hero-toc{width:100%}.category-mobile-toc{display:none}.category-sections{display:flex;align-items:flex-start;gap:8px}.category-slides{width:50%}.category-section{display:flex;flex-direction:column;justify-content:center;min-height:75vh;margin:0 0 160px}.category-section-copy{width:100%;max-width:640px;padding:24px 8px 0 0}.category-gallery{position:sticky;top:0;width:50%;height:100vh}.category-gallery-panel{position:absolute;inset:8px 0;opacity:0;transition:opacity .5s cubic-bezier(.2,0,0,1)}.category-gallery-panel.active{z-index:1;opacity:1}.category-inline-art{display:none}@media(max-width:1294px){.category-hero{min-height:unset;height:auto}.category-hero-toc,.category-gallery{display:none}.category-mobile-toc{display:block}.category-mobile-toc .category-toc{margin-top:24px}.category-description{margin-bottom:0}.category-slides{width:100%}.category-section{min-height:unset;margin-block:64px 80px}.category-section-copy{max-width:640px;margin-inline:auto;padding:24px 0 0}.category-inline-art{display:grid;order:-1;width:100%;height:auto;min-height:0;aspect-ratio:2;margin-top:32px;border-radius:24px}.category-inline-art .category-diagram{height:100%;max-height:none}}@media(max-width:600px){.category-hero-content{width:calc(100% - 64px);margin:32px}.category-hero h1{font-size:57px;line-height:64px}.category-section-text h2{font-size:36px;line-height:44px}.category-mobile-toc .category-toc{grid-template-columns:minmax(0,1fr)}.category-inline-art{aspect-ratio:1.5}}.app.wiki-reader .page-body{padding-top:8px;padding-bottom:8px}.wiki-article{min-width:0;color:var(--on-surface);animation:wiki-article-enter .2s linear .2s both}.wiki-article.wiki-fragment-entry{animation:none}.wiki-article-hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;height:544px;margin:0 8px}.wiki-article-hero-copy,.wiki-article-art{overflow:hidden;border-radius:24px}.wiki-article-hero-copy{display:flex;align-items:center;padding:48px 56px;background:var(--surface-container);container-type:inline-size}.wiki-article-hero-stack{min-width:0;width:100%}.wiki-article-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px;color:var(--on-surface-variant);font-size:14px;line-height:20px;text-decoration:none}.wiki-article-eyebrow .symbol{font-size:18px;transition:transform .2s cubic-bezier(.2,0,0,1)}.wiki-article-eyebrow:hover .symbol{transform:translate(2px,-2px)}.wiki-article-hero h1{margin:0 0 20px;font-family:Google Sans,Arial,sans-serif;font-size:clamp(52px,18cqw,96px);font-weight:475;line-height:1;letter-spacing:-2.5px;overflow-wrap:anywhere;text-wrap:balance}.wiki-article-hero h1.wiki-title-medium{font-size:clamp(44px,13cqw,72px)}.wiki-article-hero h1.wiki-title-long{font-size:clamp(44px,12cqw,64px);letter-spacing:-1.5px}.wiki-article-hero .wiki-article-subtitle{margin:0 0 14px;font-size:24px;font-weight:500;line-height:32px}.wiki-article-hero .wiki-article-description{max-width:530px;margin:0;color:var(--on-surface-variant);font-size:18px;line-height:28px}.wiki-article-status{display:inline-flex;align-items:center;gap:7px;margin-top:24px;color:var(--on-surface-variant);font-size:12px;line-height:20px}.wiki-article-status>span{width:6px;height:6px;border-radius:50%;background:var(--primary)}.wiki-article-art{position:relative;display:grid;min-width:0;min-height:0;place-items:center;color:#294936;background:#d1e4cf}.wiki-article-art[data-category=wet-lab]{color:#35244c;background:#ddd0ef}.wiki-article-art[data-category=dry-lab]{color:#47331b;background:#f2dfbd}.wiki-article-art[data-category=human-practices]{color:#523527;background:#f4ddc9}.wiki-article-art[data-category=team]{color:#354329;background:#e7edcf}.wiki-article-art[data-category=safety]{color:#254838;background:#cfe7d9}.wiki-article-art svg{display:block;width:100%;height:100%;max-height:544px}.wiki-art-label,.wiki-art-caption{position:absolute;z-index:1;left:32px;right:32px;font-size:12px;line-height:20px}.wiki-art-label{top:24px;display:flex;align-items:center;justify-content:space-between;letter-spacing:1.4px}.wiki-art-label>span{font-size:22px}.wiki-art-caption{bottom:22px;letter-spacing:.1px}.wiki-art-float{animation:wiki-art-float 8s ease-in-out infinite alternate}.wiki-article-tab-list{padding:9px 8px 0}.wiki-article-tabs{position:relative;display:flex;height:79px;overflow-x:auto;overflow-y:hidden;border-radius:40px;background:var(--surface-container);scrollbar-width:none;overscroll-behavior-x:contain}.wiki-article-tabs::-webkit-scrollbar{display:none}.wiki-article-tab{display:flex;flex:1 0 auto;align-items:center;justify-content:center;min-width:136px;min-height:79px;padding:0 28px;border-radius:40px;color:var(--on-surface-variant);font-family:Google Sans,Arial,sans-serif;font-size:16px;font-weight:500;line-height:24px;text-align:center;text-decoration:none;white-space:nowrap;transition:background-color .2s cubic-bezier(.2,0,0,1),color .2s cubic-bezier(.2,0,0,1)}.wiki-article-tab.active{color:var(--on-surface);background:var(--primary-container)}.wiki-article-tab:not(.active):hover{background:var(--surface-container-high)}.wiki-article-tab:focus-visible{outline-offset:-5px}.wiki-article-content-shell{display:grid;grid-template-columns:116px minmax(0,1fr) 24px 156px 24px;margin-top:112px}.wiki-article-body{grid-column:2;grid-row:1;min-width:0}.wiki-article-toc{grid-column:4;grid-row:1;min-width:0;align-self:stretch;color:var(--on-surface-variant)}.wiki-article-toc-nav{position:sticky;top:136px;max-height:calc(100vh - 160px);overflow-y:auto;scrollbar-width:thin}.wiki-article-toc-overline{margin:0 16px 8px;font-size:12px;line-height:16px}.wiki-article-toc h2{margin:0 16px 8px;color:var(--on-surface);font-family:Google Sans,Arial,sans-serif;font-size:24px;font-weight:475;line-height:32px}.wiki-article-toc-items{position:relative}.wiki-article-toc ul{position:relative;margin:0;padding:0;list-style:none}.wiki-article-toc li{margin:0;padding:0}.wiki-article-toc a{position:relative;display:flex;align-items:center;min-width:0;min-height:56px;height:auto;padding:8px 16px;border-radius:18px;color:var(--on-surface-variant);font-size:13px;line-height:20px;overflow-wrap:anywhere;text-decoration:none;transition:color .2s cubic-bezier(.2,0,0,1)}.wiki-article-toc a.active{color:var(--hover-on-container)}.wiki-article-toc a:hover{text-decoration:underline;text-underline-offset:3px}.wiki-article-toc-indicator{position:absolute;inset:0 0 auto;display:block;height:56px;border-radius:18px;background:var(--primary-container);opacity:1;pointer-events:none;transition:transform .5s cubic-bezier(.2,0,0,1),height .5s cubic-bezier(.2,0,0,1),opacity .2s cubic-bezier(.2,0,0,1)}.wiki-article-toc-indicator.hidden{opacity:0}.wiki-article-section{position:relative;min-width:0;padding:0 0 96px 88px;scroll-margin-top:136px;outline:none}.wiki-article-section:last-child{padding-bottom:0}.wiki-article-section h2{margin:0 0 24px;font-family:Google Sans,Arial,sans-serif;font-size:32px;font-weight:475;line-height:1.4;text-wrap:balance}.wiki-article-section:first-child h2{margin-bottom:32px;font-size:48px;line-height:1.25;letter-spacing:-1px}.wiki-article-section p{margin:16px 0 0;font-size:16px;line-height:1.9;overflow-wrap:anywhere}.wiki-article-section h2+p{margin-top:0}.wiki-article-bullets{margin:24px 0 0;padding-left:24px;font-size:16px;line-height:1.9}.wiki-article-bullets li{margin-top:12px;padding-left:4px;overflow-wrap:anywhere}.wiki-article-bullets li::marker{color:var(--primary)}.wiki-section-copy{position:absolute;top:0;left:0;display:grid;width:48px;height:48px;padding:0;place-items:center;border:0;border-radius:50%;color:var(--on-surface-variant);background:transparent;cursor:pointer;opacity:0;transition:opacity .18s ease,background-color .18s ease}.wiki-article-section:hover .wiki-section-copy,.wiki-section-copy:focus-visible,.wiki-section-copy.has-feedback{opacity:1}.wiki-section-copy:hover{background:var(--surface-container-high)}.wiki-section-copy .symbol{font-size:20px}.wiki-section-copy-tooltip{position:absolute;z-index:2;top:52px;left:0;width:max-content;padding:6px 10px;border-radius:4px;color:var(--surface);background:var(--on-surface);font-size:12px;line-height:16px;pointer-events:none;opacity:0}.wiki-section-copy:hover .wiki-section-copy-tooltip,.wiki-section-copy:focus-visible .wiki-section-copy-tooltip,.wiki-section-copy.has-feedback .wiki-section-copy-tooltip{opacity:1}.wiki-article-table-scroll{max-width:100%;margin-top:32px;overflow-x:auto;border:1px solid color-mix(in srgb,var(--outline) 28%,transparent);border-radius:20px;overscroll-behavior-x:contain;scrollbar-color:var(--outline) var(--surface-container);scrollbar-width:thin}.wiki-article-table-scroll table{width:100%;min-width:480px;border-collapse:collapse;text-align:left;font-size:14px;line-height:1.7}.wiki-article-table-scroll th,.wiki-article-table-scroll td{min-width:100px;padding:18px 20px;vertical-align:top;border-bottom:1px solid color-mix(in srgb,var(--outline) 22%,transparent)}.wiki-article-table-scroll th{color:var(--on-surface);background:var(--surface-container-high);font-weight:500}.wiki-article-table-scroll td{color:var(--on-surface-variant)}.wiki-article-table-scroll tbody tr:nth-child(2n){background:var(--surface-container)}.wiki-article-table-scroll tbody tr:last-child td{border-bottom:0}.wiki-article-note{display:flex;align-items:flex-start;gap:16px;margin-top:32px;padding:24px;border-radius:20px;color:var(--on-surface-variant);background:var(--surface-container)}.wiki-article-note .symbol{flex-shrink:0;margin-top:2px;color:var(--primary);font-size:22px}.wiki-article-note p{margin:0;font-size:14px;line-height:24px}.wiki-article-pagination{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:56px;margin-top:88px;padding:24px 100px}.wiki-article-next-card{display:flex;min-width:0;min-height:72px;align-items:center;justify-content:space-between;gap:16px;padding:12px 24px;border-radius:40px;color:var(--on-surface);background:var(--surface-container);text-decoration:none;transition:color .2s cubic-bezier(.2,0,0,1),background-color .2s cubic-bezier(.2,0,0,1),border-radius .3s cubic-bezier(.2,0,0,1)}.wiki-article-next-card:hover{color:var(--hover-on-container);background:var(--hover-container);border-radius:24px}.wiki-article-next-card>span:not(.symbol){display:flex;min-width:0;flex-direction:column}.wiki-article-next-card small{color:var(--on-surface-variant);font-size:12px;line-height:18px}.wiki-article-next-card strong{font-family:Google Sans,Arial,sans-serif;font-size:16px;font-weight:500;line-height:24px}.wiki-article-next-card .symbol{flex-shrink:0;transition:transform .2s cubic-bezier(.2,0,0,1)}.wiki-article-next-card:hover>.symbol{transform:translate(4px)}.wiki-article-next-card.wiki-article-previous:hover>.symbol{transform:translate(-4px)}.wiki-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes wiki-article-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes wiki-art-float{0%{transform:translateY(3px)}to{transform:translateY(-9px)}}@media(max-width:1287px){.wiki-article-hero{height:auto;grid-template-columns:minmax(0,1fr)}.wiki-article-hero-copy{min-height:360px;padding:48px 56px}.wiki-article-hero h1{max-width:900px;font-size:88px}.wiki-article-hero h1.wiki-title-medium{font-size:76px}.wiki-article-hero h1.wiki-title-long{font-size:64px}.wiki-article-hero .wiki-article-description{max-width:740px}.wiki-article-art{aspect-ratio:2 / 1;max-height:464px}.wiki-article-art svg{width:min(640px,100%)}.wiki-article-content-shell{display:flex;flex-direction:column;margin-top:64px}.wiki-article-toc{margin:0 40px 56px}.wiki-article-toc-nav{position:static;max-height:none;overflow:visible}.wiki-article-toc h2{display:none}.wiki-article-toc-overline{margin-bottom:12px}.wiki-article-toc-indicator{display:none}.wiki-article-toc ul{display:block}.wiki-article-toc a{height:auto;min-height:40px;padding:10px 16px;border-radius:4px;color:var(--link);font-size:16px}.wiki-article-toc a.active{color:var(--link)}.wiki-article-body{margin-inline:40px}.wiki-article-section{padding-left:64px}.wiki-article-pagination{gap:24px;padding-inline:40px}}@media(max-width:960px){.app.wiki-reader .page-body{padding-top:72px}.wiki-article-section{padding-left:0;scroll-margin-top:80px}.wiki-article-section h2{padding-right:44px}.wiki-section-copy{left:auto;right:0;width:40px;height:40px;opacity:.65}.wiki-section-copy-tooltip{left:auto;right:0;top:44px}.wiki-article-toc{margin-inline:24px}.wiki-article-pagination{gap:8px}}@media(max-width:600px){.wiki-article-hero-copy{min-height:340px;padding:32px 28px}.wiki-article-eyebrow{margin-bottom:20px;font-size:12px}.wiki-article-hero h1,.wiki-article-hero h1.wiki-title-medium,.wiki-article-hero h1.wiki-title-long{font-size:clamp(40px,13cqw,56px);letter-spacing:-1.5px}.wiki-article-hero .wiki-article-subtitle{font-size:20px;line-height:28px}.wiki-article-hero .wiki-article-description{font-size:15px;line-height:25px}.wiki-article-status{margin-top:20px}.wiki-article-art{aspect-ratio:1.65}.wiki-article-art svg{width:100%;height:125%;max-height:none}.wiki-art-label{top:16px;left:20px;right:20px;font-size:10px}.wiki-art-caption{bottom:14px;left:20px;right:20px;font-size:9px}.wiki-article-tab{min-width:124px;padding:0 22px;font-size:14px}.wiki-article-content-shell{margin-top:64px}.wiki-article-toc{margin:0 24px 72px}.wiki-article-toc a{padding:10px 16px;font-size:15px}.wiki-article-body{margin-inline:24px}.wiki-article-section{padding-bottom:64px}.wiki-article-section h2{margin-bottom:20px;font-size:25px;line-height:1.45}.wiki-article-section:first-child h2{margin-bottom:24px;font-size:34px;letter-spacing:-.5px}.wiki-article-section p,.wiki-article-bullets{font-size:15px;line-height:1.9}.wiki-article-table-scroll{margin-top:24px;border-radius:16px}.wiki-article-table-scroll th,.wiki-article-table-scroll td{padding:14px 16px}.wiki-article-note{gap:12px;padding:20px;border-radius:16px}.wiki-article-note p{font-size:13px;line-height:23px}.wiki-article-pagination{grid-template-columns:minmax(0,1fr);margin-top:56px;padding:24px 20px}}.wiki-article.wiki-motion-paused,.wiki-motion-paused *,.animations-paused .wiki-article,.animations-paused .wiki-article *{animation:none!important;transition:none!important;scroll-behavior:auto!important}@media(prefers-reduced-motion:reduce){.wiki-article,.wiki-article *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.app.dark .category-hero{color:var(--on-surface);background-image:url(/assets/m3-category-background-dark.jpg)}.app.dark .category-shapes{filter:brightness(2)}.category-main,.home-main{animation:wiki-page-enter .2s linear .2s backwards}@keyframes wiki-page-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.not-found{margin:8px;padding:96px 32px;border-radius:24px;background:var(--surface-container);text-align:center}.not-found>.symbol{font-size:64px;color:var(--primary)}.not-found h1{font:475 64px/1.1 Google Sans,sans-serif}.not-found .get-started{width:auto;padding:0 32px}.category-card:hover{border-radius:24px}.category-card:active,.category-card:focus-visible{border-radius:48px}.app.motion-paused *,.app.motion-paused *:before,.app.motion-paused *:after{animation-play-state:paused!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.app.motion-paused .category-main,.app.motion-paused .home-main,.app.motion-paused .wiki-article{animation:none!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
