.home-surface{--surface-1:247 247 244;--surface-2:239 240 236;--surface-3:231 233 229;--surface-4:255 255 252;--fill-1:219 225 231;--fill-2:205 214 223;--text-1:28 31 35;--text-2:66 73 84;--text-3:102 113 130;--text-4:145 155 170;--home-border:211 218 226;--accent-1:37 99 235;--accent-2:14 165 233;--background-elevated:#fffffc;--home-max-width:760px;--home-text-size:20px;--home-text-leading:1.7;--home-fade-top:50px;--home-fade-bottom:50px;--home-edge:20px;--home-control-bottom:20px;--home-control-height:30px;--home-control-clearance:70px;--home-dot-size:18px;--home-dot-offset:calc(var(--home-dot-size)/2);--home-grid-inset:calc(var(--home-dot-size)*2);--home-artifact-size:calc(var(--home-dot-size)*7);--home-artifact-gap:calc(var(--home-dot-size)*1.5);--home-feed-top:calc(var(--home-dot-offset) + var(--home-dot-size)*3);--home-feed-bottom:calc(var(--home-dot-size)*7);--home-rail-x:var(--home-dot-offset);--home-card-x:calc(var(--home-dot-size)*4);--home-card-radius:12px;isolation:isolate;background:rgb(var(--surface-1));position:relative;overflow:hidden}.home-surface:before,.home-surface:after{content:"";z-index:40;pointer-events:none;position:fixed;left:0;right:0}.home-surface:before{height:calc(var(--home-fade-top) + env(safe-area-inset-top,0px));background:linear-gradient(to bottom,rgb(var(--surface-1)/.98)0%,rgb(var(--surface-1)/.9)32%,rgb(var(--surface-1)/.58)64%,rgb(var(--surface-1)/0)100%);top:0}.home-surface:after{height:calc(var(--home-fade-bottom) + env(safe-area-inset-bottom,0px));background:linear-gradient(to top,rgb(var(--surface-1))0%,rgb(var(--surface-1)/.94)30%,rgb(var(--surface-1)/.56)62%,rgb(var(--surface-1)/0)100%);bottom:0}.luke-home-scroll{z-index:1;position:relative}.home-main{width:100%;max-width:var(--home-max-width);height:100dvh;padding:calc(var(--home-edge) + var(--home-control-height) + env(safe-area-inset-top,0px))20px calc(var(--home-control-bottom) + var(--home-control-height) + env(safe-area-inset-bottom,0px));flex-direction:column;gap:0;margin:0 auto;display:flex}.luke-home-header{left:calc(max(20px,(100vw - var(--home-max-width))/2 + 20px) + env(safe-area-inset-left,0px));right:calc(max(20px,(100vw - var(--home-max-width))/2 + 20px) + env(safe-area-inset-right,0px));top:calc(20px + env(safe-area-inset-top,0px));z-index:50;pointer-events:none;justify-content:space-between;align-items:center;display:flex;position:fixed}.luke-home-header>*{pointer-events:auto}.home-clock-tile{height:var(--home-control-height);background:rgb(var(--fill-1)/.24);color:rgb(var(--text-3));corner-shape:squircle;font-size:12px;line-height:var(--home-control-height);font-variant-numeric:tabular-nums;letter-spacing:0;border-radius:10px;align-items:baseline;gap:4px;padding:0 10px;display:inline-flex}.home-clock-time{color:rgb(var(--text-2));font-family:Fira Code,JetBrains Mono,ui-monospace,monospace;font-weight:450}.home-clock-zone{color:rgb(var(--text-3)/.7);font-family:Fira Code,JetBrains Mono,ui-monospace,monospace;font-size:10px;font-weight:450}.home-brand-tile{height:var(--home-control-height);background:rgb(var(--fill-1)/.24);color:rgb(var(--text-3));corner-shape:squircle;letter-spacing:0;border-radius:10px;justify-content:center;align-items:center;margin:0;padding:0 10px;font-size:12px;font-weight:400;line-height:1;display:inline-flex}.home-canvas{isolation:isolate;scrollbar-width:none;flex:1;min-height:0;position:relative;overflow:hidden auto;-webkit-mask-image:linear-gradient(#0000002e 0,#000 6% 94%,#0000002e 100%);mask-image:linear-gradient(#0000002e 0,#000 6% 94%,#0000002e 100%)}.home-canvas::-webkit-scrollbar{display:none}@keyframes home-work-spinner-pulse{0%,80%,to{opacity:.18;transform:scale(.86)}40%{opacity:.85;transform:scale(1)}}@keyframes home-work-row-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes home-work-focal-pulse{0%,to{box-shadow:0 0 0 0 rgb(var(--accent-1)/0)}50%{box-shadow:0 0 0 4px rgb(var(--accent-1)/.18)}}.home-artifact-grid{grid-template-columns:repeat(auto-fill,var(--home-artifact-size));grid-auto-rows:var(--home-artifact-size);gap:var(--home-artifact-gap);padding:var(--home-grid-inset);align-content:start;display:grid}.home-artifact-tile{aspect-ratio:1;color:rgb(var(--text-2));corner-shape:squircle;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:12px;padding:0;transition:none;position:relative;overflow:hidden}.home-artifact-tile:before,.home-artifact-tile:after{content:"";width:calc(var(--home-dot-size)*2);height:calc(var(--home-dot-size)*2);opacity:0;pointer-events:none;transition:none;position:absolute}.home-artifact-tile:before{border-top:1px solid rgb(var(--text-1)/.28);border-left:1px solid rgb(var(--text-1)/.28);top:0;left:0}.home-artifact-tile:after{border-right:1px solid rgb(var(--text-1)/.28);border-bottom:1px solid rgb(var(--text-1)/.28);bottom:0;right:0}.home-artifact-tile[data-ready=false]{cursor:default;opacity:.72}.home-artifact-tile[data-selected=true]{background:0 0}.home-artifact-tile[data-selected=true]:before,.home-artifact-tile[data-selected=true]:after{opacity:1}.home-artifact-preview{transform-origin:50%;pointer-events:none;width:100%;height:100%;display:block;position:relative;transform:scale(.84)}.home-artifact-tile:focus{outline:none}.home-artifact-tile:focus-visible:before,.home-artifact-tile:focus-visible:after{opacity:1}.home-artifact-artwork{filter:drop-shadow(0 22px 30px #19232d1a);width:100%;height:100%;display:block;overflow:visible}.home-artifact-media{object-fit:contain;width:100%;height:100%;padding:calc(var(--home-dot-size)*.78);box-sizing:border-box;filter:drop-shadow(0 22px 30px #19232d1a);display:block}.home-artifact-artwork[data-large=true]{width:min(360px,62vw);height:auto;margin:0 auto}.home-artifact-focus{min-height:calc(var(--home-dot-size)*27);box-shadow:none;background:0 0;grid-column:1/-1;place-items:start;display:grid;position:relative;overflow:visible}.home-artifact-dialog{border:1px solid rgb(var(--home-border)/.64);background:linear-gradient(rgb(var(--surface-4)/.86),rgb(var(--surface-4)/.78)),rgb(var(--surface-1));width:min(540px,100%);color:rgb(var(--text-2));corner-shape:squircle;border-radius:14px;grid-template-rows:auto minmax(0,1fr) auto;gap:16px;padding:16px;display:grid;box-shadow:inset 0 1px #ffffffd6,0 28px 70px #2d343c1f}.home-artifact-dialog-header{justify-content:space-between;align-items:flex-start;gap:18px;min-width:0;display:flex}.home-artifact-dialog-copy{gap:5px;min-width:0;display:grid}.home-artifact-dialog-date,.home-artifact-dialog-title,.home-artifact-dialog-status,.home-artifact-dialog-detail{margin:0}.home-artifact-dialog-date{color:rgb(var(--text-4));font-size:12px;line-height:1.2}.home-artifact-dialog-title{color:rgb(var(--text-1));letter-spacing:-.01em;text-wrap:pretty;font-size:17px;font-weight:400;line-height:1.2}.home-artifact-focus-figure{width:100%;min-height:calc(var(--home-dot-size)*16);place-items:center;display:grid}.home-artifact-focus-image{filter:drop-shadow(0 28px 38px #19232d1f);width:min(340px,100%);height:auto;display:block}.home-artifact-focus-genui{width:min(420px,100%)}.home-artifact-dialog-body{color:rgb(var(--text-3));text-align:left;text-wrap:pretty;justify-items:start;gap:10px;font-size:13px;line-height:1.45;display:grid}.home-artifact-dialog-status{color:rgb(var(--text-2))}.home-artifact-dialog-detail{color:rgb(var(--text-4))}.home-artifact-dialog-tags{flex-wrap:wrap;justify-content:flex-start;gap:6px;margin:2px 0 0;padding:0;list-style:none;display:flex}.home-artifact-dialog-tags li{background:rgb(var(--fill-1)/.22);min-height:22px;color:rgb(var(--text-3));corner-shape:squircle;border-radius:7px;align-items:center;padding:0 8px;font-size:11px;line-height:1;display:inline-flex}.home-artifact-focus-clear{border:1px solid rgb(var(--home-border)/.78);border-bottom-color:rgb(var(--text-4)/.32);background:linear-gradient(rgb(var(--surface-4)/.72),rgb(var(--fill-1)/.22)),rgb(var(--surface-1));min-width:34px;height:22px;box-shadow:inset 0 1px 0 #ffffffbd,0 1px 0 rgb(var(--text-1)/.08);color:rgb(var(--text-3));corner-shape:squircle;border-radius:6px;flex:none;justify-content:center;align-items:center;padding:0 8px;font-size:10px;line-height:1;display:inline-flex}.home-artifact-focus-clear:focus-visible{outline:2px solid rgb(var(--accent-1)/.52);outline-offset:3px}@media (hover:hover) and (pointer:fine){.home-artifact-tile[data-ready=true]:hover{color:rgb(var(--text-1))}.home-artifact-tile:hover:before,.home-artifact-tile:hover:after{opacity:1}}.home-live-row{color:rgb(var(--text-1));position:relative}.home-live-row:focus{outline:none}.home-row-token-strip{scroll-snap-align:start;flex:none;align-items:center;gap:.42em;display:inline-flex}.home-row-token{animation:.32s cubic-bezier(.16,1,.3,1) backwards home-feed-reveal-in;animation-delay:calc(var(--token-index,0)*.12s)}.home-row-artifact,.home-row-word-companion{color:rgb(var(--accent-1));animation:.28s cubic-bezier(.34,1.56,.64,1) backwards home-row-artifact-in,.32s cubic-bezier(.16,1,.3,1) backwards home-feed-reveal-in;animation-delay:calc(var(--token-index,0)*.12s);flex:none;justify-content:center;align-items:center;display:inline-flex}.home-row-artifact[data-kind=image]{aspect-ratio:1;background:rgb(var(--fill-1)/.12);width:clamp(46px,12vw,96px);box-shadow:inset 0 0 0 1px rgb(var(--fill-1)/.12);border-radius:8px;padding:5px}.home-row-artifact[data-kind=image] img{object-fit:contain;width:100%;height:100%;display:block}.home-row-artifact[data-kind=miniApp],.home-row-artifact[data-kind=diagram]{width:min(280px,72vw);color:rgb(var(--text-1));justify-content:stretch;align-items:stretch}.home-row-artifact[data-kind=miniApp]{max-height:220px;overflow:hidden}.home-row-artifact[data-kind=diagram]{overflow:visible}.home-row-artifact[data-kind=miniApp]>*,.home-row-artifact[data-kind=diagram]>*{transform-origin:0;width:100%;min-width:0}.home-row-artifact-fallback,.home-row-citation{background:rgb(var(--fill-1)/.12);min-width:120px;max-width:200px;box-shadow:inset 0 0 0 1px rgb(var(--fill-1)/.12);color:rgb(var(--text-2));border-radius:8px;font-size:12px;line-height:1.35}.home-row-artifact-fallback{padding:8px 10px}.home-row-citation{flex-direction:column;align-items:flex-start;gap:3px;padding:8px 10px;text-decoration:none}.home-row-citation-title{color:rgb(var(--text-1));font-weight:500}.home-row-citation-snippet{color:rgb(var(--text-3))}.home-row-word-companion{width:1.2em;height:1.2em}.home-row-word-companion svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:100%;height:100%}.home-row-word-companion[data-animation=pulse]{animation:1.5s ease-in-out infinite home-row-companion-pulse,.32s cubic-bezier(.16,1,.3,1) backwards home-feed-reveal-in}.home-row-word-companion[data-animation=spin] svg{animation:2.4s linear infinite home-row-companion-spin}.home-row-word-companion[data-animation=nudge]{animation:1.8s ease-in-out infinite home-row-companion-nudge,.32s cubic-bezier(.16,1,.3,1) backwards home-feed-reveal-in}@media (max-width:720px){.home-row-token-strip{scrollbar-width:none;max-width:100%;padding-bottom:.08em;overflow-x:auto}.home-row-token-strip::-webkit-scrollbar{display:none}}.home-new-activity-pill{top:calc(var(--home-fade-top) - 36px);z-index:42;border:1px solid rgb(var(--fill-1)/.22);background:color-mix(in srgb,rgb(var(--surface-1))78%,rgb(var(--text-1))22%);height:30px;color:rgb(var(--text-1));letter-spacing:0;opacity:0;pointer-events:none;border-radius:999px;align-self:center;padding:0 12px;font-size:12px;font-weight:500;transition:opacity .18s ease-out,transform .22s cubic-bezier(.16,1,.3,1);position:sticky;transform:translateY(-6px)scale(.98);box-shadow:0 12px 32px -22px #0000008f}.home-new-activity-pill[data-visible=true]{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}@keyframes home-feed-word-replay{0%,55%{background:rgb(var(--fill-1)/.32);box-shadow:inset 0 0 0 1px rgb(var(--fill-1)/.18)}to{background:rgb(var(--fill-1)/.08);box-shadow:inset 0 0 0 1px rgb(var(--fill-1)/0)}}@keyframes home-feed-reveal-in{0%{opacity:0;filter:blur(6px);transform:translateY(2px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes home-row-artifact-in{0%{transform:scale(.96)}to{transform:scale(1)}}@keyframes home-row-companion-pulse{0%,to{opacity:.72;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}@keyframes home-row-companion-spin{to{transform:rotate(360deg)}}@keyframes home-row-companion-nudge{0%,to{transform:translate(0)}50%{transform:translate(2px)}}@keyframes home-feed-just-typed{0%,30%{text-shadow:0 0 12px rgb(var(--accent-1)/.32)}to{text-shadow:0 0 0 rgb(var(--accent-1)/0)}}.luke-home-controls{left:calc(max(20px,(100vw - var(--home-max-width))/2 + 20px) + env(safe-area-inset-left,0px));bottom:calc(var(--home-control-bottom) + env(safe-area-inset-bottom,0px));z-index:50;pointer-events:auto;gap:8px;display:inline-flex;position:fixed}.luke-home-control,.ask-luke-trigger{height:var(--home-control-height);corner-shape:squircle;letter-spacing:0;-webkit-tap-highlight-color:transparent;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:0 10px;font-size:12px;line-height:1;transition:background-color,color;display:inline-flex}.luke-home-control{background:rgb(var(--fill-1)/.24);color:rgb(var(--text-3))}.luke-home-control-label{color:currentColor;letter-spacing:0}@media (hover:hover) and (pointer:fine){.luke-home-control:hover{background:rgb(var(--fill-2)/.36);color:rgb(var(--text-1));transition-duration:.15s}}.luke-home-control:focus-visible,.ask-luke-trigger:focus-visible{outline:2px solid rgb(var(--accent-1)/.58);outline-offset:3px}.ask-luke-trigger{right:calc(max(20px,(100vw - var(--home-max-width))/2 + 20px) + env(safe-area-inset-right,0px));bottom:calc(var(--home-control-bottom) + env(safe-area-inset-bottom,0px));z-index:50;background:color-mix(in srgb,rgb(var(--text-1))92%,rgb(var(--accent-2))8%);color:rgb(var(--surface-1));box-shadow:var(--luke-shadow-pill,0 8px 20px -14px #00000073);gap:7px;position:fixed}@media (hover:hover) and (pointer:fine){.ask-luke-trigger:hover{background:rgb(var(--text-1));transition-duration:.15s}}.ask-luke-trigger[data-open=true]{background:rgb(var(--text-1))}.ask-luke-trigger-icon{color:currentColor;opacity:.9;flex-shrink:0;width:12px;height:12px}.ask-luke-trigger-label{color:inherit;font-weight:500}.ask-luke-panel{--ask-luke-expanded-inset:24px;--ask-luke-chat-max-width:640px;--ask-luke-panel-padding:16px;--ask-luke-compact-inline:max(16px,calc((100vw - var(--ask-luke-chat-max-width))/2 - var(--ask-luke-panel-padding)));--ask-luke-panel-width:min(calc(var(--ask-luke-chat-max-width) + (var(--ask-luke-panel-padding)*2)),calc(100vw - 32px));--ask-luke-panel-height:min(560px,calc(100dvh - 104px));right:calc(var(--ask-luke-compact-inline) + env(safe-area-inset-right,0px));bottom:calc(var(--home-control-clearance) + env(safe-area-inset-bottom,0px));z-index:50;width:var(--ask-luke-panel-width);height:var(--ask-luke-panel-height);corner-shape:squircle;background:var(--background-elevated);border:1px solid rgb(var(--fill-1)/.36);box-shadow:inset 0 1px 0 0 rgb(var(--text-1)/.04),0 1px 2px 0 #0000001a,0 4px 12px -2px #0000002e,0 16px 40px -12px #00000038;transform-origin:100% 100%;will-change:width,height,right,bottom,transform,opacity;border-radius:20px;flex-direction:column;transition:right .42s cubic-bezier(.22,1,.36,1),bottom .42s cubic-bezier(.22,1,.36,1),width .42s cubic-bezier(.22,1,.36,1),height .42s cubic-bezier(.22,1,.36,1),border-radius .42s cubic-bezier(.22,1,.36,1),background-color .15s ease-out,border-color .15s ease-out;display:flex;position:fixed;overflow:hidden}.ask-luke-panel[data-expanded=true]{right:calc(var(--ask-luke-expanded-inset) + env(safe-area-inset-right,0px));bottom:calc(var(--home-control-clearance) + env(safe-area-inset-bottom,0px));width:calc(100vw - (var(--ask-luke-expanded-inset)*2) - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px));height:calc(100dvh - var(--ask-luke-expanded-inset) - var(--home-control-clearance) - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px));border-radius:24px}.ask-luke-panel-header{border-bottom:1px solid rgb(var(--fill-1)/.28);background:color-mix(in srgb,var(--background-elevated)88%,rgb(var(--fill-1))12%);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;min-height:48px;padding:9px 10px 9px 14px;display:flex}.ask-luke-panel-heading{align-items:center;gap:8px;display:inline-flex}.ask-luke-panel-title{color:rgb(var(--text-1));letter-spacing:0;font-size:13px;font-weight:500}.ask-luke-panel-actions{align-items:center;gap:2px;display:inline-flex}.ask-luke-panel-icon-button{width:24px;height:24px;color:rgb(var(--text-3));background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;transition:background-color .15s ease-out,color .15s ease-out,border-color .15s ease-out;display:inline-flex}@media (hover:hover) and (pointer:fine){.ask-luke-panel-icon-button:hover{background:rgb(var(--fill-1)/.3);border-color:rgb(var(--fill-1)/.4);color:rgb(var(--text-1))}}.ask-luke-panel-icon-button:focus-visible{outline:2px solid rgb(var(--accent-1)/.55);outline-offset:2px}.ask-luke-panel-body{min-height:0;padding:0 var(--ask-luke-panel-padding)var(--ask-luke-panel-padding);flex-direction:column;flex:1;align-items:center;gap:0;display:flex}.ask-luke-panel-body>.luke-chat-embedded{width:100%;min-height:0;max-width:var(--ask-luke-chat-max-width);z-index:1;flex:1;margin-inline:auto;position:relative}.ask-luke-panel-composer{width:100%;max-width:100%;position:relative;border-radius:16px!important;padding:5px!important}.ask-luke-panel-composer>div:first-child{border-radius:12px!important}.ask-luke-panel-composer textarea[data-os-prompt-input]{min-height:40px!important;max-height:96px!important;padding:8px 12px!important;font-size:14px!important;line-height:1.45!important}.ask-luke-panel-composer>div:last-child{padding:4px 6px 2px!important}.ask-luke-panel-suggestions .prompt-suggestion-expanded{top:auto;bottom:0}.ask-luke-panel-composer>div:last-child>button[type=submit],.ask-luke-panel-composer>div:last-child button[aria-label=Open\ capabilities]{width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important}.ask-luke-panel-composer>div:last-child>button[type=submit] svg,.ask-luke-panel-composer>div:last-child button[aria-label=Open\ capabilities] svg{width:14px;height:14px}@media (min-width:720px){.home-surface{--home-text-size:22px;--home-fade-bottom:132px}.home-main{gap:32px}}@media (max-width:720px){.ask-luke-panel{--ask-luke-expanded-inset:16px;--home-control-clearance:68px;--ask-luke-panel-height:min(560px,calc(100dvh - 96px));right:calc(16px + env(safe-area-inset-right,0px));bottom:calc(var(--home-control-clearance) + env(safe-area-inset-bottom,0px));width:calc(100vw - 32px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px));height:var(--ask-luke-panel-height)}}@media (prefers-reduced-motion:reduce){.ask-luke-panel,.ask-luke-trigger,.ask-luke-trigger:hover{transition:background-color .15s ease-out!important;animation:none!important}}.luke-hero{box-sizing:border-box;font-feature-settings:"ss01","cv11";width:100%;max-width:720px;min-height:100%;margin:0 auto;padding:clamp(96px,14vh,200px) clamp(20px,5vw,32px) 96px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.luke-hero-prose{letter-spacing:-.005em;color:rgb(var(--text-1));max-width:560px;margin:0;font-size:14px;font-weight:460;line-height:1.65}.luke-hero-prose-text{color:rgb(var(--text-1))}.luke-inline-link{color:rgb(var(--text-1));text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px;-webkit-text-decoration-color:rgb(var(--text-3)/.45);text-decoration-color:rgb(var(--text-3)/.45);text-decoration-style:dotted;transition:text-decoration-color .16s,opacity .16s;display:inline}.luke-inline-link:hover{-webkit-text-decoration-color:rgb(var(--text-1));text-decoration-color:rgb(var(--text-1));text-decoration-style:solid}.luke-inline-logo{object-fit:contain;vertical-align:-3px;width:14px;height:16px;margin-right:4px;display:inline-block}.luke-inline-link-arrow{color:rgb(var(--text-3));margin-left:2px;font-family:Fira Code,JetBrains Mono,ui-monospace,monospace;font-size:10px}
