@import "https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Geist+Mono:wght@400;500&display=swap";
:root{--bg:#fff;--bg-soft:#f1f1f1;--fg:#0a0a0a;--muted:#6b6b6b;--line:transparent;--code-bg:#f7f7f5;--code-border:#e5e5e3;--inline-code-bg:#f0efed;--link:#00e;--link-visited:#551a8b;--sans:"Geist", system-ui, -apple-system, sans-serif;--mono:"Geist Mono", ui-monospace, monospace;--site-max:960px;--site-x:32px;--reading-max:680px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#0a0a0a;--bg-soft:#1c1c1c;--fg:#f0eee8;--muted:#9a9994;--line:transparent;--code-bg:#161616;--code-border:#2a2a2a;--inline-code-bg:#1a1a1a;--link:#8ab4ff;--link-visited:#c79bff;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (max-width:720px){:root{--site-x:20px}}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg-soft);color:var(--fg);font-family:var(--sans);letter-spacing:-.025em;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-size:15px;line-height:1.5}body{flex-direction:column;min-height:100vh;display:flex}::selection{background:var(--fg);color:var(--bg)}a{color:var(--link);text-decoration:underline}a:visited{color:var(--link-visited)}.topbar .mark,.topbar .mark:visited{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}.shell{width:min(calc(100% - (var(--site-x) * 2)), var(--site-max));flex:1 0 auto;margin:0 auto;padding:32px 0 0}.shell.reading{background:var(--bg);border-radius:8px;margin-top:32px;padding:40px 32px 48px}.shell.reading>main{max-width:var(--reading-max);margin:0 auto}.topbar{background:var(--bg);z-index:10;position:sticky;top:0}.topbar-inner{width:min(calc(100% - (var(--site-x) * 2)), var(--site-max));align-items:center;gap:12px;margin:0 auto;padding:12px 0;display:flex}.topbar .mark{align-items:center;gap:10px;display:flex}.topbar .mark img,.topbar .mark svg.globe{width:auto;height:28px}.topbar .mark .label{font-family:var(--mono);text-transform:uppercase;letter-spacing:.02em;font-size:11px}.topbar .nav{gap:18px;margin-left:24px;font-size:13px;display:flex}.topbar .nav a,.topbar .nav a:visited{color:var(--muted);text-decoration:none;transition:color .12s}.topbar .nav a:hover{color:var(--fg)}.topbar .theme-toggle{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.topbar .theme-toggle:hover{background:var(--bg-soft);color:var(--fg)}.topbar .theme-toggle svg{width:16px;height:16px;display:block}.topbar .theme-toggle .icon-sun{display:none}.topbar .theme-toggle .icon-moon,:root[data-theme=dark] .topbar .theme-toggle .icon-sun{display:block}:root[data-theme=dark] .topbar .theme-toggle .icon-moon{display:none}.fade-up{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(16px)}.fade-up.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.fade-up{opacity:1;transition:none;transform:none}}.hero{padding:24px 0 8px}.hero-stamp{font-family:var(--mono);text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:18px;font-size:11px}.hero h1{font-family:var(--sans);letter-spacing:-.045em;margin-bottom:22px;font-size:clamp(2.25rem,5.5vw,3.25rem);font-weight:600;line-height:1.02}.hero-desc{color:var(--fg);max-width:56ch;margin-bottom:28px;font-size:1.0625rem;line-height:1.55}.btn-primary,.btn-primary:visited{background:var(--fg);min-height:40px;color:var(--bg);cursor:pointer;letter-spacing:0;border:0;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:0 14px;font-size:.92rem;font-weight:500;text-decoration:none;transition:opacity .12s,background .12s;display:inline-flex}.btn-primary:hover{opacity:.88}.btn-primary .discord-icon{background-color:currentColor;width:16px;height:16px;display:inline-block;-webkit-mask:url(/discord.svg) 50%/contain no-repeat;mask:url(/discord.svg) 50%/contain no-repeat}.guides-section{margin:48px 0 56px}.cat{align-items:center;gap:6px;font-weight:500;display:inline-flex}.cat:before{content:"";background:var(--cat-color,var(--muted));border-radius:50%;flex-shrink:0;width:6px;height:6px}.cat-code,.cat-securite,.cat-legal,.cat-agent,.cat-business,.cat-design-system{--cat-color:var(--muted)}.filter-chips{flex-wrap:wrap;gap:6px;margin:0 0 22px;display:flex}.filter-chips .chip{background:var(--bg);color:var(--muted);font-size:11px;font-family:var(--mono);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;border:0;border-radius:999px;align-items:center;gap:6px;padding:7px 14px;font-weight:500;transition:background .12s,color .12s;display:inline-flex}.filter-chips .chip:hover{color:var(--fg)}.filter-chips .chip.active{background:var(--fg);color:var(--bg)}.filter-chips .chip.cat-code:before,.filter-chips .chip.cat-securite:before,.filter-chips .chip.cat-legal:before,.filter-chips .chip.cat-agent:before,.filter-chips .chip.cat-business:before,.filter-chips .chip.cat-design-system:before{content:"";background:var(--cat-color);border-radius:50%;flex-shrink:0;width:6px;height:6px}.filter-chips .chip.active.cat-code:before,.filter-chips .chip.active.cat-securite:before,.filter-chips .chip.active.cat-legal:before,.filter-chips .chip.active.cat-agent:before,.filter-chips .chip.active.cat-business:before,.filter-chips .chip.active.cat-design-system:before{background:var(--bg)}.section-label{font-family:var(--mono);text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:18px;font-size:11px;font-weight:500}.guides-explorer{grid-template-columns:210px minmax(0,1fr);align-items:start;gap:22px;margin:4px 0 56px;display:grid}.guides-sidebar{flex-direction:column;gap:18px;display:flex;position:sticky;top:74px}.guides-sidebar-group{flex-direction:column;gap:6px;display:flex}.guides-sidebar-label{font-family:var(--mono);text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin:0 0 4px;font-size:10px}.guides-sidebar button{width:100%;min-height:34px;color:var(--muted);cursor:pointer;font:500 .9rem/1.2 var(--sans);text-align:left;letter-spacing:0;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:7px 9px;display:flex}.guides-sidebar button:hover,.guides-sidebar button.active{background:var(--bg);color:var(--fg)}.guides-sidebar small{color:var(--muted);font:500 .72rem/1 var(--mono)}.guides-tag-menu{flex-wrap:wrap;gap:6px;display:flex}.guides-tag-menu button{border:1px solid var(--line);background:var(--bg);width:auto;min-height:28px;font-family:var(--mono);text-transform:lowercase;border-radius:999px;justify-content:center;padding:5px 8px;font-size:.66rem}.guides-tag-menu button.active{background:var(--fg);color:var(--bg);border-color:var(--fg)}.guides-results{min-width:0}.guides-toolbar{justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.guides-toolbar p{color:var(--muted);letter-spacing:0;font-size:.9rem}.guides-sort{border:1px solid var(--line);background:var(--bg);border-radius:8px;gap:3px;padding:3px;display:inline-flex}.guides-sort button{min-height:30px;color:var(--muted);cursor:pointer;font:500 .82rem/1 var(--sans);letter-spacing:0;background:0 0;border:0;border-radius:6px;padding:6px 10px}.guides-sort button:hover,.guides-sort button.active{background:var(--bg-soft);color:var(--fg)}.guides-empty{border:1px dashed var(--line);background:var(--bg);color:var(--muted);border-radius:10px;padding:18px}.guides-empty p{letter-spacing:0}.guides-grid{grid-template-columns:1fr;gap:14px;display:grid}@media (min-width:640px){.guides-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guides-grid .guide-card.featured{grid-column:span 2}}.guide-card,.guide-card:visited{background:var(--bg);color:var(--fg);border-radius:10px;flex-direction:column;gap:10px;padding:22px 24px;text-decoration:none;transition:transform .16s,box-shadow .16s;display:flex}.guide-card:hover{transform:translateY(-2px);box-shadow:0 6px 22px #0000000f}:root[data-theme=dark] .guide-card:hover{box-shadow:0 6px 22px #0006}.guide-card.featured{padding:32px 32px 28px}.guide-card.featured .guide-card-title{letter-spacing:-.025em;font-size:1.5rem}.guide-card-meta{font-family:var(--mono);text-transform:uppercase;letter-spacing:.04em;color:var(--muted);align-items:center;gap:8px;font-size:10px;display:flex}.guide-card-meta .sep{opacity:.4}.guide-card-title{letter-spacing:-.02em;color:var(--fg);font-size:1.125rem;font-weight:600;line-height:1.2;transition:color .12s}.guide-card:hover .guide-card-title{color:var(--link)}.guide-card-desc{color:var(--muted);margin:0;font-size:.875rem;line-height:1.5}.guide-card-views{font-family:var(--mono);text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-top:auto;padding-top:6px;font-size:10px}.guide-card-views[data-empty]{display:none}.guide-tags{flex-wrap:wrap;gap:6px;margin-top:2px;display:flex}.guide-tags span{background:var(--bg-soft);min-height:24px;color:var(--muted);font-family:var(--mono);letter-spacing:.02em;text-transform:lowercase;border-radius:999px;align-items:center;padding:4px 8px;font-size:.66rem;display:inline-flex}.guide-tags-article{margin-top:14px}.guide-tags-article span{background:var(--bg-soft)}@media (max-width:820px){.guides-explorer{grid-template-columns:1fr;gap:18px}.guides-sidebar{position:static}.guides-sidebar-group{padding-bottom:2px}.guides-sidebar-group:first-child{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.guides-sidebar-group:first-child .guides-sidebar-label{grid-column:1/-1}.guides-toolbar{flex-direction:column;align-items:flex-start}.guides-sort{width:100%}.guides-sort button{flex:1}}.community-cta{margin:0 0 32px}.community-card{background:var(--bg);text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:14px;padding:48px 32px;display:flex}.community-card .discord-icon-large{background-color:var(--fg);width:36px;height:36px;margin-bottom:4px;display:inline-block;-webkit-mask:url(/discord.svg) 50%/contain no-repeat;mask:url(/discord.svg) 50%/contain no-repeat}.community-card h2{letter-spacing:-.025em;font-size:1.625rem;font-weight:600;line-height:1.1}.community-card p{color:var(--muted);max-width:44ch;margin:0;font-size:.9375rem;line-height:1.55}.community-card .btn-primary{margin-top:8px}.site-footer{background:var(--bg);margin-top:64px}.site-footer-inner{width:min(calc(100% - (var(--site-x) * 2)), var(--site-max));color:var(--muted);flex-direction:column;align-items:flex-start;gap:12px;margin:0 auto;padding:40px 0 48px;font-size:13px;display:flex}.site-footer .brand{color:var(--fg);align-items:center;gap:10px;font-weight:500;text-decoration:none;display:flex}.site-footer .brand svg.globe{width:auto;height:22px}.site-footer .links{flex-wrap:wrap;align-items:center;gap:0 14px;display:flex}.site-footer .links .sep{color:var(--line)}.site-footer .links a{color:var(--muted);text-decoration:none}.site-footer .links a:hover{color:var(--link);text-decoration:underline}.site-footer .copyright{color:var(--muted);font-size:12px}.site-footer .discord-icon{vertical-align:-2px;background-color:currentColor;width:14px;height:14px;margin-right:4px;display:inline-block;-webkit-mask:url(/discord.svg) 50%/contain no-repeat;mask:url(/discord.svg) 50%/contain no-repeat}.guide-article .back{font-family:var(--mono);text-transform:uppercase;margin-top:8px;font-size:10px;display:inline-block}.guide-article header{padding:24px 0 18px}.guide-article .stamp{font-family:var(--mono);text-transform:uppercase;color:var(--muted);margin-bottom:8px;font-size:10px}.guide-article h1{font-family:var(--sans);max-width:22ch;font-size:1.5rem;font-weight:600;line-height:1.1}.guide-article .description{color:var(--fg);margin-top:10px;font-size:.9375rem;line-height:1.55}.guide-article .meta{font-family:var(--mono);text-transform:uppercase;letter-spacing:.02em;color:var(--muted);opacity:.85;flex-wrap:wrap;align-items:center;gap:0 12px;margin-top:14px;font-size:10px;display:flex}.guide-article .meta span+span:before,.guide-article .meta span+button:before,.guide-article .meta button+span:before{content:"·";opacity:.5;margin-right:12px}.guide-article .meta .views[data-empty]{display:none}.guide-article .meta button{font:inherit;text-transform:inherit;letter-spacing:inherit;color:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:0;padding:0;text-decoration:underline;text-decoration-thickness:1px}.guide-article .meta button:hover{color:var(--link)}.guide-article .meta button.copied{color:var(--fg);opacity:.6;text-decoration:none}.guide-article .meta button.audio-toggle.playing{color:var(--fg);opacity:1;text-decoration:none}.guide-article .meta button.audio-toggle.playing:before{content:"▶ ";margin-right:4px;display:inline-block}.prose{margin-top:24px}.prose h2{font-family:var(--sans);letter-spacing:-.02em;margin:40px 0 12px;font-size:1.125rem;font-weight:600}.prose h3{font-family:var(--sans);letter-spacing:-.015em;margin:28px 0 8px;font-size:1rem;font-weight:600}.prose p,.prose ul,.prose ol{color:var(--fg);margin:12px 0;font-size:.9375rem;line-height:1.7}.prose ul,.prose ol{padding-left:1.1rem}.prose li+li{margin-top:2px}.prose a{text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.prose code{font-family:var(--mono);background:var(--inline-code-bg);border-radius:4px;padding:1px 5px;font-size:.85em}.prose pre{background:var(--code-bg);color:var(--fg);font-family:var(--mono);border-radius:6px;margin:18px 0;padding:14px 16px;font-size:.8125rem;line-height:1.55;position:relative;overflow-x:auto}:root[data-theme=dark] .prose pre,:root[data-theme=dark] .prose pre span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;-webkit-text-decoration:var(--shiki-dark-text-decoration)!important;text-decoration:var(--shiki-dark-text-decoration)!important}.prose pre code{color:inherit;background:0 0;border:0;padding:0}.prose pre .copy-btn{font-family:var(--mono);text-transform:uppercase;letter-spacing:.04em;background:var(--bg);cursor:pointer;color:var(--muted);opacity:0;border:0;border-radius:4px;padding:4px 8px;font-size:10px;transition:opacity .12s;position:absolute;top:8px;right:8px}.prose pre:hover .copy-btn{opacity:1}.prose pre .copy-btn:hover{color:var(--fg)}.prose pre .copy-btn.copied{opacity:1;color:var(--fg)}.prose table{border-collapse:collapse;width:100%;margin:18px 0;font-size:.8125rem}.prose th,.prose td{text-align:left;vertical-align:top;padding:10px 12px}.prose th{text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600;font-family:var(--mono);color:var(--muted)}.prose tbody tr:nth-child(odd) td{background:var(--bg-soft)}.prose blockquote{color:var(--muted);margin:20px 0;padding:0 0 0 4px;font-size:1.0625rem;font-style:italic}.prose .dico-index{background:var(--bg-soft);font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;border-radius:8px;flex-wrap:wrap;gap:4px 14px;margin:24px 0 40px;padding:14px 18px;font-size:.7rem;display:flex}.prose .dico-index a{color:var(--fg);border-bottom:1px solid #0000;text-decoration:none;transition:border-color .15s}.prose .dico-index a:hover{border-bottom-color:var(--fg)}.prose dl.dico{margin:0;padding:0}.prose dl.dico dt{font-family:var(--sans);letter-spacing:-.02em;border-top:1px solid var(--line);color:var(--fg);margin-top:36px;padding-top:28px;scroll-margin-top:80px;font-size:1.625rem;font-weight:600;line-height:1.1}.prose dl.dico dt:first-child{border-top:0;margin-top:0;padding-top:0}.prose dl.dico dt .pron{font-family:var(--mono);color:var(--muted);letter-spacing:.02em;vertical-align:2px;margin-left:10px;font-size:.75rem;font-weight:400;display:inline-block}.prose dl.dico dd{margin:14px 0 0;padding:0}.prose dl.dico dd p{margin:12px 0}.prose dl.dico dd p:first-child{margin-top:0}.prose dl.dico dd p:last-child{margin-bottom:0}.prose dl.dico dd code{font-size:.875em}.prose figure{margin:32px 0}.prose figure img{border-radius:6px;width:100%;height:auto;display:block}.prose figure.diagram svg{color:var(--fg)}.prose figure.diagram circle,.prose figure.diagram line,.prose figure.diagram path{vector-effect:non-scaling-stroke}.prose figure figcaption{font-family:var(--mono);letter-spacing:.02em;color:var(--muted);text-align:center;margin-top:8px;font-size:.75rem;font-style:normal}.prose figure.placeholder .placeholder-box{background:var(--bg-soft);text-align:center;font-family:var(--mono);color:var(--muted);border-radius:6px;justify-content:center;align-items:center;padding:24px;font-size:.8125rem;line-height:1.5;display:flex}.prose figure.placeholder .placeholder-box[data-aspect="16:9"]{aspect-ratio:16/9}.prose figure.placeholder .placeholder-box[data-aspect="4:3"]{aspect-ratio:4/3}.prose figure.placeholder .placeholder-box[data-aspect="1:1"]{aspect-ratio:1}.prose figure.placeholder .placeholder-box[data-aspect="21:9"]{aspect-ratio:21/9}:root[data-theme=dark] .prose figure.placeholder .placeholder-box{background:var(--bg-soft);color:var(--muted)}.audio-player{background:var(--bg-soft);border-radius:8px;align-items:center;gap:12px;margin:24px 0 0;padding:12px 14px;display:flex}.audio-player audio{flex:1;height:36px}.audio-player .audio-label{font-family:var(--mono);letter-spacing:.02em;color:var(--muted);text-transform:uppercase;white-space:nowrap;font-size:.75rem}.scroll-progress{z-index:999;pointer-events:none;background:0 0;height:2px;position:fixed;top:0;left:0;right:0}.scroll-progress .bar{background:var(--fg);width:0%;height:100%;transition:width 80ms linear}.auth-page{width:min(calc(100% - (var(--site-x) * 2)), var(--site-max));grid-template-columns:minmax(0,1fr) minmax(360px,430px);align-items:center;gap:28px;min-height:calc(100vh - 220px);margin:40px auto 0;display:grid}.auth-page-compact{justify-content:center;align-items:flex-start;min-height:auto;display:flex}.auth-page-compact .auth-panel{width:min(100%,430px)}.auth-intro{padding:24px 0}.auth-kicker,.auth-panel-header,.auth-proof,.auth-steps,.pseudo-preview span{font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase}.auth-kicker{color:var(--muted);margin-bottom:16px;font-size:.72rem;font-weight:600}:root[data-theme=dark] .auth-kicker{color:var(--muted)}.auth-intro h1{letter-spacing:0;max-width:11ch;margin:0 0 18px;font-size:3.1rem;font-weight:600;line-height:.98}.auth-intro p{max-width:48ch;color:var(--muted);letter-spacing:0;font-size:1.02rem;line-height:1.65}.auth-proof,.auth-steps{color:var(--muted);flex-wrap:wrap;gap:8px;margin-top:28px;font-size:.68rem;list-style:none;display:flex}.auth-proof span,.auth-steps li{background:var(--bg);border:1px solid var(--line);border-radius:999px;align-items:center;gap:8px;min-height:34px;padding:8px 11px;display:inline-flex}.auth-proof span:before{content:"";background:var(--fg);border-radius:999px;width:7px;height:7px}.auth-steps li span{background:var(--fg);width:18px;height:18px;color:var(--bg);border-radius:999px;justify-content:center;align-items:center;font-size:.62rem;display:inline-flex}:root[data-theme=dark] .auth-steps li span{background:var(--fg);color:var(--bg)}.auth-panel{background:var(--bg);border:1px solid var(--line);border-radius:8px;padding:18px;box-shadow:0 18px 60px #0a0a0a14}:root[data-theme=dark] .auth-panel{box-shadow:0 18px 60px #00000061}.auth-panel-header{border-bottom:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:0 0 16px;font-size:.68rem;display:flex}.auth-panel-header p{color:var(--fg);font-weight:600}.auth-card{flex-direction:column;gap:14px;display:flex}.auth-card-loading{min-height:220px;color:var(--muted);justify-content:center;align-items:center}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-form label{font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);flex-direction:column;gap:7px;font-size:.68rem;display:flex}.auth-form label .hint{text-transform:none;letter-spacing:0;font-family:var(--sans);color:var(--muted);font-size:.78rem;line-height:1.4}.auth-form input,.auth-form textarea{background:var(--bg-soft);width:100%;min-height:48px;color:var(--fg);font-family:var(--sans);letter-spacing:0;text-transform:none;border:1px solid #0000;border-radius:8px;padding:12px 13px;font-size:1rem;transition:border-color .14s,background .14s,box-shadow .14s}.auth-form textarea{resize:vertical}.auth-form input::placeholder,.auth-form textarea::placeholder{color:color-mix(in srgb, var(--muted), transparent 25%)}.auth-form input:focus,.auth-form textarea:focus{border-color:var(--fg);background:var(--bg);box-shadow:0 0 0 4px color-mix(in srgb, var(--fg), transparent 88%);outline:none}.auth-mode{background:var(--bg-soft);border:0;border-radius:8px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.auth-mode button{min-height:38px;color:var(--muted);cursor:pointer;font:600 .86rem/1 var(--sans);letter-spacing:0;background:0 0;border:0;border-radius:6px}.auth-mode button.active{background:var(--bg);color:var(--fg);box-shadow:0 1px #0a0a0a0a}.auth-divider{color:var(--muted);font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:12px;font-size:.68rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.auth-error{background:var(--bg-soft);color:var(--fg);letter-spacing:0;border:0;border-radius:8px;margin:2px 0 0;padding:10px 12px;font-size:.88rem}:root[data-theme=dark] .auth-error{color:var(--fg)}.auth-switch{text-align:center;color:var(--muted);letter-spacing:0;margin-top:4px;font-size:.9rem}.auth-switch a{color:var(--fg);text-underline-offset:3px;font-weight:600;text-decoration:underline}.auth-submit,.btn-google{cursor:pointer;width:100%;min-height:48px;font-family:var(--sans);letter-spacing:0;border:0;border-radius:8px;justify-content:center;font-size:.98rem;font-weight:500}.auth-submit:disabled,.btn-google:disabled,.btn-secondary:disabled{cursor:not-allowed;opacity:.55;transform:none}.btn-secondary{background:var(--bg-soft);width:auto;min-height:40px;color:var(--fg);cursor:pointer;font:500 .92rem/1 var(--sans);letter-spacing:0;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 14px;text-decoration:none;transition:background .12s,opacity .12s;display:inline-flex}.btn-secondary:hover{background:var(--bg)}.btn-google{background:var(--bg);color:var(--fg);border:0;align-items:center;gap:10px;padding:11px 16px;display:inline-flex}.btn-google:hover{background:var(--bg-soft)}.btn-google:before{content:"";background-image:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234285F4' d='M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z'/%3E%3Cpath fill='%2334A853' d='M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z'/%3E%3Cpath fill='%23FBBC05' d='M5.84 14.09c-.22-.66-.35-1.36-.35-2.09 0-.72.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z'/%3E%3Cpath fill='%23EA4335' d='M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;flex:none;width:18px;height:18px}.auth-success{flex-direction:row;align-items:flex-start;gap:14px;min-height:210px;padding-top:8px}.auth-success-icon{background:var(--fg);width:34px;height:34px;color:var(--bg);border-radius:999px;flex:none;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.auth-success h2{letter-spacing:0;margin-bottom:6px;font-size:1.15rem;line-height:1.2}.auth-success p{color:var(--muted);letter-spacing:0}.pseudo-preview{border:1px dashed var(--line);background:var(--bg-soft);overflow-wrap:anywhere;border-radius:8px;flex-direction:column;gap:5px;padding:12px 13px;display:flex}.pseudo-preview span{color:var(--muted);font-size:.64rem}.pseudo-preview strong{color:var(--fg);letter-spacing:0;font-size:.92rem;font-weight:600}@media (max-width:820px){.auth-page{grid-template-columns:1fr;align-items:start;gap:16px;margin-top:24px}.auth-intro{padding:0}.auth-intro h1{max-width:13ch;font-size:2.2rem;line-height:1.02}.auth-intro p{font-size:.98rem}.auth-proof,.auth-steps{margin-top:18px}.auth-panel{padding:14px}}.me-page{width:min(calc(100% - (var(--site-x) * 2)), var(--site-max));margin:28px auto 0}.me-card{background:var(--bg);border:1px solid var(--line);border-radius:8px;box-shadow:0 14px 42px #0a0a0a0d}:root[data-theme=dark] .me-card{box-shadow:0 14px 42px #0000004d}.me-grid{grid-template-columns:minmax(0,1fr) 300px;align-items:start;gap:18px;display:grid}.me-card{padding:16px}.me-side{flex-direction:column;gap:12px;display:flex}.me-form{flex-direction:column;gap:14px;display:flex}.me-form-head,.me-section-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.me-form-head h2,.me-section-head h2{letter-spacing:0;margin:0;font-size:1.35rem;line-height:1.15}.me-public-link{color:var(--muted);letter-spacing:0;margin-top:4px;font-size:.9rem;text-decoration:none;display:inline-block}.me-form-head>span,.me-section-head>span{background:var(--bg-soft);min-width:40px;min-height:32px;color:var(--muted);font-family:var(--mono);letter-spacing:0;border-radius:999px;justify-content:center;align-items:center;font-size:.72rem;display:inline-flex}.me-profile-fields{grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:12px;display:grid}.me-form-save{justify-content:space-between;align-items:center;gap:16px;padding-top:2px;display:flex}.me-form-save p{color:var(--muted);letter-spacing:0;margin:0;font-size:.86rem}.me-form-save .auth-submit{width:auto;min-width:132px}.image-upload{flex-direction:column;gap:8px;display:flex}.image-upload-copy{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.image-upload-label{font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:.68rem}.image-upload-hint,.image-upload-status{color:var(--muted);letter-spacing:0;font-size:.78rem}.image-upload-zone{border:1px solid var(--line);background:var(--bg-soft);border-radius:8px;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:14px;min-height:116px;padding:14px;transition:border-color .14s,background .14s,box-shadow .14s;display:grid;position:relative}.image-upload-zone.is-dragging{border-color:var(--fg);background:var(--bg);box-shadow:0 0 0 4px color-mix(in srgb, var(--fg), transparent 88%)}.image-upload-preview{background:var(--bg);border:1px solid var(--line);width:86px;height:86px;color:var(--fg);border-radius:50%;justify-content:center;align-items:center;font-size:1.65rem;font-weight:600;display:flex;overflow:hidden}.image-upload-logo .image-upload-preview{border-radius:8px}.image-upload-preview img{object-fit:cover;width:100%;height:100%}.image-upload-logo .image-upload-preview img{object-fit:contain;padding:10px}.image-upload-body{flex-direction:column;gap:6px;min-width:0;display:flex}.image-upload-body strong{letter-spacing:0;font-size:.98rem;font-weight:600;line-height:1.2}.image-upload-body>span{color:var(--muted);letter-spacing:0;font-size:.84rem;line-height:1.45}.image-upload-actions{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.image-upload-button{width:auto;min-height:34px;padding:7px 11px;font-size:.88rem}.image-upload-remove{border:1px solid var(--line);background:var(--bg);min-height:34px;color:var(--muted);cursor:pointer;font:500 .88rem/1 var(--sans);border-radius:8px;padding:8px 12px}.image-upload-remove:hover{color:var(--fg);background:var(--bg-soft)}.image-upload-input{opacity:0;pointer-events:none;block-size:1px;inline-size:1px;position:absolute}.me-startups-card{flex-direction:column;gap:12px;display:flex}.me-checklist-card{flex-direction:column;gap:14px;display:flex}.me-checklist{flex-direction:column;gap:4px;display:flex}.me-check-item{min-height:40px;color:var(--fg);letter-spacing:0;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;text-decoration:none;display:flex}.me-check-item.active{background:var(--bg-soft)}.me-check-item span{border:1px dashed var(--muted);width:20px;height:20px;color:var(--bg);background:0 0;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:inline-flex}.me-check-item.done span{border-style:solid;border-color:var(--fg);background:var(--fg)}.me-check-item p{margin:0;font-size:.92rem;font-weight:600}.me-check-item.done p{color:var(--muted);text-decoration:line-through}.me-check-progress{border-top:1px solid var(--line);align-items:center;gap:12px;padding-top:10px;display:flex}.me-check-progress strong{white-space:nowrap;letter-spacing:0;font-size:.82rem;font-weight:600}.me-check-progress>span{background:var(--bg-soft);border-radius:999px;flex:1;height:7px;overflow:hidden}.me-check-progress i{border-radius:inherit;background:var(--fg);height:100%;display:block}.me-startups-list{flex-direction:column;gap:10px;display:flex}.me-startup-row,.me-add-startup{color:var(--fg);border:1px solid var(--line);background:var(--bg-soft);border-radius:8px;padding:11px;text-decoration:none}.me-startup-row{flex-direction:column;gap:4px;display:flex}.me-startup-row span,.me-add-startup p{color:var(--muted);letter-spacing:0;font-size:.86rem;line-height:1.45}.me-add-startup{border-style:dashed;grid-template-columns:32px minmax(0,1fr);align-items:start;gap:10px;display:grid}.me-add-startup>span{background:var(--fg);width:32px;height:32px;color:var(--bg);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;display:inline-flex}.me-add-startup-standalone{background:var(--bg)}.me-signout{width:100%}@media (max-width:900px){.me-page{margin-top:24px}.me-grid{grid-template-columns:1fr}}@media (max-width:560px){.image-upload-zone{grid-template-columns:1fr;justify-items:start}.me-profile-fields{grid-template-columns:1fr}.me-form-save{flex-direction:column;align-items:stretch}.me-form-save .auth-submit{width:100%}}.guide-card[style*=dashed]{border-style:dashed!important}.profile-shell,.startup-shell,.settings-page{width:min(calc(100% - (var(--site-x) * 2)), var(--site-max));margin:28px auto 0}.design-system-page{--lab-x:28px;--lab-max:1180px;min-height:100vh;width:min(calc(100% - (var(--lab-x) * 2)), var(--lab-max));grid-template-columns:220px minmax(0,1fr);align-items:start;gap:34px;margin:0 auto;padding:36px 0 56px;display:grid}.design-system-page button,.design-system-page input,.design-system-page textarea,.design-system-page a,.design-system-page p,.design-system-page h1,.design-system-page h2,.design-system-page h3,.design-system-page h4,.design-system-page span,.design-system-page strong{letter-spacing:0}.design-sidebar{background:var(--bg);border:0;border-radius:8px;flex-direction:column;gap:24px;height:calc(100vh - 72px);padding:12px;display:flex;position:sticky;top:28px;overflow:auto}.design-sidebar h1{letter-spacing:0;margin:0;font-size:1.15rem;font-weight:600;line-height:1.15}.design-sidebar-nav{flex-direction:column;gap:4px;display:flex}.design-sidebar-nav a{min-height:34px;color:var(--muted);letter-spacing:0;border-radius:8px;align-items:center;padding:7px 9px;font-size:.9rem;font-weight:500;text-decoration:none;display:flex}.design-sidebar-nav a:hover{background:var(--bg-soft);color:var(--fg)}.design-theme-switcher{margin-top:auto}.design-theme-switcher>div{background:var(--bg-soft);border:0;border-radius:8px;grid-template-columns:1fr 1fr;gap:3px;padding:3px;display:grid}.design-theme-switcher button{min-height:34px;color:var(--muted);cursor:pointer;font:500 .86rem/1 var(--sans);letter-spacing:0;background:0 0;border:0;border-radius:6px}.design-theme-switcher button:hover,.design-theme-switcher button.is-active{background:var(--bg);color:var(--fg)}.design-lab-content{flex-direction:column;gap:28px;min-width:0;display:flex}.profile-page{flex-direction:column;gap:18px;display:flex}.profile-card,.profile-section{background:var(--bg);border:0;border-radius:8px}.profile-card{padding:18px}.profile-header{grid-template-columns:104px minmax(0,1fr) auto;align-items:center;gap:18px;display:grid}.profile-avatar{background:var(--bg-soft);width:104px;height:104px;color:var(--fg);border-radius:50%;justify-content:center;align-items:center;font-size:2rem;font-weight:600;display:flex;overflow:hidden}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-identity h1,.profile-edit-head h1{letter-spacing:0;margin:0;font-size:2rem;font-weight:600;line-height:1.05}.profile-identity p{max-width:62ch;color:var(--fg);letter-spacing:0;margin:8px 0 0;font-size:1rem;line-height:1.55}.profile-empty{color:var(--muted)!important}.profile-meta{color:var(--muted);letter-spacing:0;gap:12px;margin-top:12px;font-size:.88rem;display:flex}.profile-edit-button{width:auto}.profile-edit-form{flex-direction:column;gap:16px;display:flex}.profile-edit-head,.profile-edit-actions,.profile-section-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.profile-edit-fields{grid-template-columns:minmax(0,240px) minmax(0,1fr);gap:12px;display:grid}.profile-edit-actions{justify-content:flex-end;align-items:center}.profile-edit-actions .auth-error{margin-right:auto}.profile-edit-actions .auth-submit{width:auto;min-width:132px}.profile-section{padding:18px}.profile-section-head{align-items:center;margin-bottom:14px}.profile-section-head h2,.settings-head h1{letter-spacing:0;margin:0;font-weight:600}.profile-section-head a{color:var(--fg);font-weight:500;text-decoration:none}.profile-startups{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.profile-startup{background:var(--bg-soft);min-width:0;color:var(--fg);border:0;border-radius:8px;grid-template-columns:46px minmax(0,1fr);gap:12px;padding:12px;text-decoration:none;display:grid}.profile-startup img,.profile-startup>span{background:var(--bg);object-fit:contain;border-radius:8px;width:46px;height:46px}.profile-startup>span{justify-content:center;align-items:center;font-weight:600;display:inline-flex}.profile-startup strong{letter-spacing:0;font-weight:600;display:block}.profile-startup p,.profile-empty-card p{color:var(--muted);letter-spacing:0;margin:4px 0 0;line-height:1.5}.profile-empty-card{background:var(--bg-soft);border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.profile-empty-card .btn-primary{white-space:nowrap;width:auto}.settings-page{flex-direction:column;gap:16px;display:flex}.settings-head{padding:6px 0 2px}.settings-head p{color:var(--muted);margin-top:6px;font-size:.95rem}.settings-group{background:var(--bg);border:0;border-radius:10px;overflow:hidden}.settings-group .settings-row+.settings-row{border-top:0}.settings-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:64px;padding:14px 16px;display:grid}.settings-row span{color:var(--fg);font-weight:500;display:block}.settings-row p{color:var(--muted);letter-spacing:0;margin-top:2px;font-size:.92rem;line-height:1.45}.settings-profile-preview{align-items:center;gap:12px;min-width:0;display:flex}.settings-avatar{background:var(--bg-soft);width:38px;height:38px;color:var(--fg);border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:inline-flex;overflow:hidden}.settings-avatar img{object-fit:cover;width:100%;height:100%}.settings-link{background:var(--bg-soft);min-height:34px;color:var(--fg);font:500 .88rem/1 var(--sans);letter-spacing:0;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;padding:7px 11px;text-decoration:none;display:inline-flex}.settings-link:hover{background:var(--bg)}.settings-link-danger{color:var(--fg)}.design-hero{grid-template-columns:minmax(0,260px) minmax(0,1fr);align-items:start;gap:24px;padding:0 0 18px;display:grid}.design-hero h1,.design-hero h2{letter-spacing:0;max-width:14ch;margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:600;line-height:1.02}.design-hero p:not(.section-label){max-width:62ch;color:var(--muted);letter-spacing:0;margin-top:8px;font-size:1rem;line-height:1.6}.design-section{border-top:1px solid var(--line);grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:24px;padding:22px 0;display:grid}.design-section-head{min-width:0}.design-section-head h2{letter-spacing:0;margin:0;font-size:1.15rem;font-weight:600;line-height:1.2}.design-rule-list,.design-token-grid,.design-type-samples,.design-component-grid{gap:10px;min-width:0;display:grid}.design-rule-list{grid-template-columns:repeat(2,minmax(0,1fr))}.design-rule,.design-token,.design-sample,.design-type-samples>div{background:var(--bg);border:0;border-radius:8px;min-width:0;padding:14px}.design-rule{grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;display:grid}.design-rule>span{background:var(--bg-soft);border:0;border-radius:50%;width:18px;height:18px}.design-rule p,.design-token p,.design-type-samples p{color:var(--muted);letter-spacing:0;font-size:.9rem;line-height:1.5}.design-token-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.design-token>span{border:0;border-radius:8px;height:54px;margin-bottom:12px;display:block}.design-token strong{letter-spacing:0;font-size:.9rem;font-weight:600;display:block}.design-token p{font-family:var(--mono);margin-top:3px;font-size:.68rem}.design-type-samples h3,.design-type-samples h4{letter-spacing:0;margin:0;font-weight:600}.design-type-samples h3{font-size:2rem;line-height:1.05}.design-type-samples h4{font-size:1.2rem;line-height:1.2}.design-component-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.design-sample-wide{grid-column:1/-1}.design-navbar-specimen{border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;min-height:44px;display:grid}.design-navbar-brand{color:var(--fg);font-family:var(--mono);text-transform:uppercase;font-size:.78rem;font-weight:500;text-decoration:none}.design-navbar-specimen nav,.design-navbar-specimen>div{align-items:center;gap:12px;display:flex}.design-navbar-specimen nav a{color:var(--muted);font-size:.9rem;font-weight:500;text-decoration:none}.design-navbar-specimen nav a:hover{color:var(--fg)}.design-navbar-specimen>div{justify-content:flex-end}.design-navbar-pill,.design-navbar-pill:visited{background:var(--bg-soft);min-height:34px;color:var(--fg);font-family:var(--mono);text-transform:uppercase;border-radius:999px;align-items:center;padding:0 10px;font-size:.72rem;text-decoration:none;display:inline-flex}.design-navbar-icon{background:var(--bg-soft);width:34px;height:34px;color:var(--muted);cursor:pointer;font:500 .9rem/1 var(--sans);border:0;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.design-link-list{flex-direction:column;gap:8px;display:flex}.design-link-list a{width:fit-content;color:var(--fg);text-underline-offset:3px;font-size:.95rem;font-weight:500;text-decoration:underline}.design-link-list .design-link-muted{color:var(--muted)}.design-link-row,.design-link-row:visited{background:var(--bg-soft);min-height:46px;color:var(--fg);border-radius:8px;justify-content:space-between;align-items:center;gap:14px;padding:10px 12px;text-decoration:none;display:flex;width:100%!important}.design-link-row span:last-child{color:var(--muted);font-size:.86rem}.design-audit-list{background:var(--bg);border:0;border-radius:8px;overflow:hidden}.design-audit-list .settings-row+.settings-row{border-top:0}.design-button-row{flex-wrap:wrap;gap:8px;display:flex}.design-button-row .btn-primary,.design-button-row .btn-secondary{width:auto}.design-sample .startup-card,.design-sample .auth-form{margin-top:10px}.startup-shell{flex-direction:column;gap:22px;display:flex}.startup-index-head{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:18px;padding-top:8px;display:grid}.startup-index-head .section-label{margin-bottom:10px}.startup-index-head h1,.startup-compose h1{letter-spacing:0;margin:0;font-size:clamp(1.9rem,4vw,2.6rem);font-weight:600;line-height:1.05}.startup-index-head p:not(.section-label),.startup-compose header p{max-width:48ch;color:var(--muted);letter-spacing:0;margin-top:10px;font-size:.98rem;line-height:1.55}.startup-add{width:auto;min-width:104px}.builds-toolbar{justify-content:space-between;align-items:center;gap:14px;display:flex}.builds-filter{align-items:center;gap:10px;display:inline-flex}.builds-filter>span{font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:.68rem}.builds-tabs{background:var(--bg);border:0;border-radius:10px;align-items:center;gap:3px;padding:3px;display:inline-flex}.builds-tabs button{min-height:38px;color:var(--muted);cursor:pointer;font:500 .9rem/1 var(--sans);letter-spacing:0;background:0 0;border:0;border-radius:8px;align-items:center;gap:9px;padding:0 13px;display:inline-flex}.builds-tabs button:hover{color:var(--fg)}.builds-tabs button.is-active{background:var(--bg-soft);color:var(--fg)}.builds-tabs button span:last-child{min-width:22px;height:22px;color:var(--muted);border:0;border-radius:999px;justify-content:center;align-items:center;font-size:.78rem;line-height:1;display:inline-flex}.startup-list-section{margin:0 0 20px}.startup-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.startup-card{background:var(--bg);min-width:0;color:var(--fg);border:0;border-radius:10px;grid-template-columns:52px minmax(0,1fr);align-items:start;gap:14px;padding:16px;text-decoration:none;transition:transform .14s,background .14s;display:grid}.startup-card:hover{background:var(--bg);transform:translateY(-1px)}.startup-card-logo{background:var(--bg-soft);object-fit:contain;border:0;border-radius:10px;width:52px;height:52px}span.startup-card-logo{color:var(--fg);justify-content:center;align-items:center;font-size:1.2rem;font-weight:600;display:inline-flex}.startup-card-copy{min-width:0}.startup-card-copy h2{color:var(--fg);letter-spacing:0;margin:1px 0 5px;font-size:1.05rem;font-weight:600;line-height:1.25}.startup-card-copy p{color:var(--muted);letter-spacing:0;font-size:.9rem;line-height:1.45}.startup-card-copy>span{color:var(--muted);letter-spacing:0;margin-top:10px;font-size:.82rem;display:inline-flex}.startup-card-copy .startup-card-type{background:var(--bg-soft);width:fit-content;font-family:var(--mono);text-transform:uppercase;letter-spacing:.04em;border:0;border-radius:999px;margin-top:8px;padding:4px 7px;font-size:.66rem;line-height:1}.user-inline{min-width:0;color:var(--muted);letter-spacing:0;align-items:center;gap:7px;font-size:.86rem;line-height:1.2;text-decoration:none;display:inline-flex}.user-inline-avatar{background:var(--bg-soft);width:22px;height:22px;color:var(--fg);border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.72rem;font-weight:600;display:inline-flex;overflow:hidden}.user-inline-avatar img{object-fit:cover;width:100%;height:100%}.user-inline-link,.user-inline-link:visited{color:var(--muted)}.user-inline-link:hover{color:var(--fg)}.startup-detail-meta{flex-wrap:wrap;align-items:center;gap:10px 14px;display:flex}.startup-detail-meta .user-inline{font-family:var(--sans);text-transform:none;letter-spacing:0}.startup-report{border-top:0;margin-top:34px;padding-top:18px}.startup-report-trigger{color:var(--muted);font:400 .86rem/1.2 var(--sans);letter-spacing:0;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;text-decoration:underline}.startup-report-trigger:hover{color:var(--fg)}.startup-report-form{margin-top:12px}.startup-report-submit{background:var(--bg-soft);width:auto;min-height:34px;color:var(--fg);cursor:pointer;font:500 .88rem/1 var(--sans);border:0;border-radius:8px;align-self:flex-start;padding:7px 12px}.startup-report-submit:hover{background:var(--bg)}.startup-report-submit:disabled{cursor:not-allowed;opacity:.55}.startup-report-note{color:var(--muted);letter-spacing:0;border-top:0;margin-top:34px;padding-top:18px;font-size:.86rem}.startup-empty{background:var(--bg);border:0;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.startup-empty p{color:var(--muted);letter-spacing:0}.startup-empty-actions{flex-wrap:wrap;gap:8px;display:flex}.startup-empty-actions .btn-primary,.startup-empty-actions .btn-secondary{width:auto}.startup-compose{flex-direction:column;gap:20px;width:min(100%,680px);display:flex}.startup-compose .auth-form{background:var(--bg);border:0;border-radius:10px;padding:18px}@media (max-width:720px){.profile-header{grid-template-columns:72px minmax(0,1fr)}.profile-avatar{width:72px;height:72px;font-size:1.4rem}.profile-edit-button{grid-column:1/-1;width:100%}.profile-edit-fields,.profile-startups{grid-template-columns:1fr}.profile-empty-card,.profile-edit-actions{flex-direction:column;align-items:stretch}.profile-empty-card .btn-primary,.profile-edit-actions .auth-submit{width:100%}.settings-row{grid-template-columns:1fr;gap:10px}.design-system-page{--lab-x:18px;grid-template-columns:1fr;gap:24px;padding-top:22px}.design-sidebar{border:1px solid var(--line);height:auto;padding:12px;position:static;overflow:visible}.design-sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.design-hero,.design-section,.startup-index-head,.startup-grid,.design-rule-list,.design-token-grid,.design-component-grid,.design-navbar-specimen{grid-template-columns:1fr}.design-navbar-specimen nav,.design-navbar-specimen>div{flex-wrap:wrap;justify-content:flex-start}.builds-toolbar,.builds-filter{flex-direction:column;align-items:stretch}.builds-tabs{width:100%}.builds-tabs button{flex:1;justify-content:center}.startup-add,.startup-empty .btn-primary{width:100%}.startup-empty{flex-direction:column;align-items:stretch}.startup-empty-actions,.startup-empty-actions .btn-primary,.startup-empty-actions .btn-secondary{width:100%}}.topbar-right{align-items:center;gap:8px;margin-left:auto;display:flex}.topbar-login{font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;color:var(--fg);border:1px solid var(--line);white-space:nowrap;border-radius:999px;padding:6px 10px;font-size:.75rem;text-decoration:none}.topbar-login:hover{background:var(--bg-soft)}.topbar-account{position:relative}.topbar-account summary{border:1px solid var(--line);min-height:34px;color:var(--fg);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:999px;align-items:center;gap:8px;padding:3px 9px 3px 3px;list-style:none;display:inline-flex}.topbar-account summary::-webkit-details-marker{display:none}.topbar-account summary:hover{background:var(--bg-soft)}.topbar-avatar{background:var(--bg-soft);width:28px;height:28px;color:var(--fg);letter-spacing:0;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:.8rem;font-weight:600;display:inline-flex;overflow:hidden}.topbar-avatar img{object-fit:cover;width:100%;height:100%;display:block}.topbar-name{font-family:var(--mono);letter-spacing:.02em;text-transform:uppercase;font-size:.72rem}.topbar-menu{z-index:30;border:1px solid var(--line);background:var(--bg);border-radius:8px;min-width:180px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 14px 42px #0a0a0a14}:root[data-theme=dark] .topbar-menu{box-shadow:0 14px 42px #00000059}.topbar-menu a,.topbar-menu button{width:100%;min-height:34px;color:var(--fg);cursor:pointer;font:500 .9rem/1.2 var(--sans);letter-spacing:0;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;padding:8px 10px;text-decoration:none;display:flex}.topbar-menu a:hover,.topbar-menu button:hover{background:var(--bg-soft)}.theme-toggle{border:1px solid var(--line);cursor:pointer;width:34px;height:34px;color:var(--muted);background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}@media (max-width:720px){.topbar-inner{gap:10px}.topbar .nav{gap:12px;margin-left:8px;overflow-x:auto}.topbar-name{display:none}}
