/* Cadence studio: project knowledge and a focused production workspace. */
:root{--studio-accent:#6761d8;--studio-surface:#f8f8fa;--studio-ink:#34343e;--studio-muted:#757580}
.project-switcher{margin:0 0 23px;padding:0 7px}.project-switcher label{font-size:10px;color:#66666e}.project-switcher select{font-size:11px;margin-top:7px;padding:8px 7px;font-weight:550}.project-switcher button{width:100%;margin-top:6px;font-size:10px;background:transparent;color:#666670;border-style:dashed}.sidebar .brand{padding-bottom:24px}.studio-nav-icon{font-size:16px;width:17px;flex:none;text-align:center}.studio-overlay{width:min(920px,calc(100vw - 40px));max-height:90dvh;border-radius:10px}.studio-header{padding:20px 25px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:15px}.studio-header h2{font-size:16px;color:#34343e;font-weight:600}.studio-header p{font-size:11px;color:var(--studio-muted);margin-top:4px}.studio-header>button{font-size:20px;padding:2px 9px;border:0;box-shadow:none;color:#66666f}.studio-modal-content{padding:25px;max-height:calc(90dvh - 85px);overflow:auto}.studio-tabs{display:flex;gap:22px;border-bottom:1px solid var(--line);padding:0 25px;overflow-x:auto;flex:none}.studio-tabs button{border:0;border-radius:0;box-shadow:none;background:transparent;color:#66666f;padding:15px 0 13px;font-size:12px;position:relative}.studio-tabs button[aria-selected=true]{color:#494456;font-weight:600}.studio-tabs button[aria-selected=true]:after{content:'';position:absolute;bottom:0;height:2px;border-radius:2px;background:var(--studio-accent);left:0;right:0}.studio-modal-content:has(.studio-tabs){padding-top:0}.studio-modal-content>.studio-tabs{margin:0 -25px 24px}.studio-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.studio-field{display:block;font-size:11px;font-weight:550;color:#656572;margin-bottom:16px}.studio-field input,.studio-field select{font-size:12px;font-weight:400;padding:9px 10px;margin-top:7px}.studio-field textarea,textarea.studio-textarea{display:block;width:100%;padding:11px 12px;line-height:1.65;min-height:110px;resize:vertical;border:1px solid #e1e1e8;border-radius:6px;margin-top:7px;font-family:inherit;font-size:12px;font-weight:400;background:#fff;color:#4b4b57}.studio-field textarea:focus-visible,textarea.studio-textarea:focus-visible{outline:2px solid #817ce7;outline-offset:2px}.studio-field small{display:block;font-size:10px;font-weight:400;line-height:1.6;color:#66666f;margin-top:7px}.studio-span{grid-column:1/-1}.studio-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:18px}.studio-actions.end{justify-content:flex-end}.studio-primary{background:#6c64cf;color:white;border-color:#6c64cf}.studio-primary:hover{background:#5e57b8;border-color:#5e57b8}.studio-danger{color:#a4454e}.studio-muted{font-size:11px;line-height:1.7;color:#66666f}.studio-section{margin-bottom:25px}.studio-section>h3{font-size:12px;font-weight:600;margin-bottom:9px;color:#52525f}.studio-section>p{font-size:12px;line-height:1.8;white-space:pre-wrap}.studio-section+.studio-section{padding-top:22px;border-top:1px solid var(--line)}.studio-section>details{margin-top:12px}.studio-section code{background:#f1f0f5;padding:2px 4px;overflow-wrap:anywhere;font-size:11px}.studio-note{padding:12px 14px;background:#f6f5fc;border:1px solid #e8e5f5;border-radius:6px;font-size:11px;color:#69637b;line-height:1.75;margin:14px 0}.studio-note.warning{background:#fbf8ee;border-color:#eee5c9;color:#786432}.studio-note.success{background:#f2f7f4;border-color:#deebe2;color:#4d6e5b}.studio-note.error{background:#fcf3f3;border-color:#efd8d8;color:#98525c}.studio-empty{padding:32px 22px;background:#fafafb;border:1px dashed #dedee6;border-radius:7px;text-align:center}.studio-empty h3{font-size:13px;color:#5a5867;margin-bottom:8px}.studio-empty p{font-size:11px;color:#67656e;line-height:1.7;max-width:470px;margin:auto}.studio-empty .studio-actions{justify-content:center}.studio-step-list{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0 28px}.studio-step-list div{font-size:11px;line-height:1.65;color:#67666d;padding:14px;border:1px solid var(--line);border-radius:6px}.studio-step-list strong{display:block;color:#565362;margin-bottom:5px;font-weight:550}.studio-card{border:1px solid var(--line);border-radius:7px;padding:17px;margin-bottom:12px}.studio-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.studio-card h3{font-size:12px;font-weight:600;margin-bottom:6px;color:#53515f}.studio-card p{font-size:11px;color:#666670;line-height:1.7}.studio-card pre{max-height:260px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;font:11px/1.7 inherit;color:#666571;margin-top:14px}.studio-card details{margin-top:10px;font-size:11px}.studio-card a{font-size:11px}.studio-status{display:inline-flex;align-items:center;gap:5px;font-size:9px;line-height:1.5;padding:3px 6px;border:1px solid #e6e5ed;border-radius:4px;background:#f7f6f9;color:#696570;white-space:nowrap;text-transform:capitalize}.studio-status.grounded,.studio-status.approved,.studio-status.published,.studio-status.connected{background:#f0f7f2;border-color:#dfebe2;color:#4b6e5b}.studio-status.draft,.studio-status.scheduled{background:#f1f0fb;border-color:#e6e2f5;color:#6a618b}.studio-status.mixed,.studio-status.unverified,.studio-status.needs_context,.studio-status.unknown{background:#fcf8ec;border-color:#eee4c6;color:#776536}.studio-status.failed{background:#fbf0f0;border-color:#efd9d9;color:#905757}.post .studio-status{margin-top:9px;margin-right:4px;font-size:8px;padding:1px 4px}.post.has-production{border-color:#e1dcef}.studio-check{display:flex;gap:10px;align-items:flex-start;font-size:11px;color:#686570;line-height:1.7;margin:15px 0}.studio-check input[type=checkbox]{width:14px;min-width:14px;margin-top:3px;accent-color:#7169cf}.studio-divider{border:0;border-top:1px solid var(--line);margin:24px 0}.studio-form-hint{font-size:10px;color:#686572;margin:10px 0 16px}.studio-source-meta{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin-top:7px;font-size:10px;color:#68656e}.studio-source-list{margin-top:19px}.studio-source-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.studio-file-input{border:1px dashed #d6d2e5!important;background:#faf9fd!important;padding:14px!important;cursor:pointer}.studio-source-editor{padding:17px;background:#faf9fc;border:1px solid var(--line);border-radius:7px;margin-top:18px}.studio-provider{display:flex;align-items:center;gap:8px;font-size:11px;color:#686573}.studio-provider select{width:135px;margin:0;font-size:11px;padding:6px 8px}.studio-heading-row{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:15px}.studio-heading-row h3{font-size:13px;color:#55505e}.studio-heading-row p{font-size:11px;color:#696471;margin-top:5px}.studio-draft{min-height:360px!important;font-size:14px!important;line-height:1.9!important}.studio-caption{font-size:10px;color:#6a646f;margin-top:8px}.studio-grounding{border:1px solid #e9e4d8;border-radius:7px;padding:17px;background:#fffefb;margin-top:20px}.studio-grounding h3{font-size:11px;display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.studio-grounding h4{font-size:11px;margin:15px 0 6px;color:#71654d}.studio-grounding ul{padding-left:17px;font-size:11px;line-height:1.8;color:#706550;margin:4px 0}.studio-citation{padding:10px 0;border-bottom:1px solid #ede9de;font-size:11px;line-height:1.75;color:#6b665e}.studio-citation:last-child{border:0}.studio-citation strong{display:block;font-weight:550;color:#666158}.studio-citation q{display:block;color:#6d6658;margin-top:4px}.studio-post-panel{width:min(790px,100%)!important;display:flex;flex-direction:column}.studio-post-panel:not([open]){display:none}.studio-post-panel .detail-toolbar{padding:17px 25px;flex:none}.studio-post-panel .detail-content{padding:24px 27px;overflow:auto;flex:1}.studio-post-panel .detail-content>h2{font-size:22px;margin:10px 0 15px}.studio-post-panel .studio-post-top h2{font-size:20px;line-height:1.5;margin:10px 0 15px}.studio-post-top{padding:22px 27px 0;flex:none}.studio-post-top .studio-status{vertical-align:middle}.studio-post-panel .studio-tabs{padding:0 27px;margin-top:18px}.studio-post-panel .studio-tabs button{font-size:11px}.studio-post-panel .studio-section p{font-size:12px;white-space:pre-wrap}.studio-post-panel .studio-section .studio-muted{font-size:11px}.studio-post-panel .studio-actions p{font-size:10px}.studio-post-panel .studio-card p{font-size:11px}.studio-post-panel .studio-note{font-size:11px}.studio-post-panel .studio-section h3{font-size:12px}.studio-toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);background:#33313c;color:#fff;border:1px solid #54505f;border-radius:8px;box-shadow:0 5px 20px #29233322;font-size:12px;padding:12px 18px;max-width:min(560px,calc(100vw - 30px));z-index:1000;line-height:1.6}.studio-toast.error{background:#813e4b;color:#fff}.studio-toast:empty{display:none}.studio-connection-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.studio-connection-grid .studio-card{margin:0}.studio-connection-grid .studio-field{margin-top:14px}.studio-connection-grid .studio-actions{margin-top:10px}.studio-asset{display:flex;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line);font-size:11px}.studio-asset img{height:50px;width:60px;object-fit:cover;background:#f4f2f8;border-radius:4px}.studio-asset a{overflow-wrap:anywhere}.studio-asset small{display:block;color:#6a6470;margin-top:5px}.studio-help-link{font-size:11px}.studio-busy-banner{position:fixed;inset:0;z-index:50;background:#ffffffd9;display:grid;place-items:center;color:#6b6473;font-size:13px}.studio-busy-banner div{text-align:center;padding:25px}.studio-busy-banner button{margin:16px auto 0}.studio-revision{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);font-size:11px;gap:10px}.studio-revision small{display:block;margin-top:5px;color:#696570}.studio-save-indicator{font-size:10px;color:#6a6473;margin-left:auto}.studio-history{max-height:280px;overflow:auto}.studio-callout-title{font-weight:600;color:#514862;display:block;margin-bottom:5px}.studio-json{white-space:pre-wrap;font-size:11px;line-height:1.7;overflow-wrap:anywhere}.studio-small-btn{font-size:10px;padding:4px 7px}.studio-progress-summary{display:flex;gap:6px;flex-wrap:wrap;margin:12px 0}.studio-project-intro{margin-bottom:23px}.studio-project-intro h3{font-size:20px;color:#4b4657;letter-spacing:-.3px;margin-bottom:8px}.studio-project-intro p{font-size:12px;color:#6a6470;line-height:1.8}.studio-actions .studio-muted{margin-right:auto}.studio-code-url{display:block;margin-top:7px;word-break:break-all;font-size:10px;color:#6a6475}.studio-kicker{font-size:9px;letter-spacing:.7px;text-transform:uppercase;color:#6a6474;font-weight:550;margin-bottom:8px}.studio-project-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.studio-project-head .studio-actions{margin-top:0}
@media(max-width:760px){.project-switcher{padding:0;margin:0 0 16px}.project-switcher label{font-size:0}.project-switcher select{font-size:10px;padding:6px 0;width:44px}.project-switcher button{font-size:0;border:0;height:27px}.project-switcher button:after{content:'+';font-size:18px}.studio-nav-icon{font-size:19px}.studio-overlay{width:calc(100vw - 20px);max-height:94dvh}.studio-header{padding:17px 19px}.studio-modal-content{padding:20px;max-height:calc(94dvh - 80px)}.studio-modal-content>.studio-tabs{margin:0 -20px 20px}.studio-grid,.studio-connection-grid{grid-template-columns:1fr}.studio-step-list{grid-template-columns:1fr 1fr;gap:8px}.studio-tabs{gap:18px;padding:0 19px}.studio-tabs button{font-size:11px}.studio-post-top{padding:20px 20px 0}.studio-post-panel .studio-post-top h2{font-size:18px}.studio-post-panel .detail-content{padding:20px}.studio-post-panel .studio-tabs{padding:0 20px;gap:23px}.studio-post-panel .detail-toolbar{padding:16px 20px}.studio-heading-row{align-items:flex-start;flex-direction:column}.studio-draft{min-height:300px!important;font-size:13px!important}.studio-header h2{font-size:15px}.studio-post-top .pill-list{display:none}.studio-card-top{align-items:flex-start}.studio-source-actions{flex-wrap:wrap}.studio-project-head{align-items:flex-start;flex-direction:column}.studio-toast{bottom:10px;font-size:11px}}@media(prefers-reduced-motion:no-preference){.studio-primary{transition:background .15s}.studio-toast{animation:studio-appear .15s ease-out}@keyframes studio-appear{from{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%,0)}}}
.studio-design-slides{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:18px}.studio-design-slides figure{margin:0;border:1px solid var(--line);border-radius:6px;overflow:hidden}.studio-design-slides img{display:block;width:100%;height:auto;background:#f6f5f9;aspect-ratio:1;object-fit:contain}.studio-design-slides figcaption{display:flex;align-items:center;flex-wrap:wrap;gap:9px;padding:10px;font-size:10px}.studio-design-slides figcaption span{margin-right:auto;color:#6a6474}@media(max-width:540px){.studio-design-slides{grid-template-columns:1fr}}
/* Audit: text contrast, labels, and targets remain usable on small screens. */
.studio-muted,.studio-field small,.studio-source-meta,.studio-card p,.studio-card pre,.studio-empty p,.studio-heading-row p,.studio-revision small,.studio-caption,.studio-form-hint,.studio-save-indicator,.studio-kicker,.studio-asset small,.studio-design-slides figcaption span{color:#64616e}
.studio-status{font-size:11px}.post .studio-status{font-size:10px}.studio-field small,.studio-caption,.studio-form-hint,.studio-code-url,.studio-kicker{font-size:11px}
.studio-tabs button{min-height:44px}.studio-section,.studio-card,.studio-card-top>*{min-width:0;overflow-wrap:anywhere}.studio-tabs{scrollbar-width:thin}.studio-tabs button{flex-shrink:0}
.studio-check input[type=checkbox]{min-width:18px;width:18px;height:18px}.studio-check{font-size:12px}
.studio-note.warning,.studio-status.mixed,.studio-status.unverified,.studio-status.needs_context,.studio-status.unknown{color:#735d28}
.studio-post-panel .pill-list .studio-status{display:inline-flex}.studio-grid>*{min-width:0}
@media(max-width:760px){.studio-field input,.studio-field select,.studio-field textarea,.studio-textarea{font-size:16px!important}.studio-tabs{gap:18px}.studio-post-panel .studio-tabs{gap:18px;padding:0 16px}.studio-post-top,.studio-post-panel .detail-content{padding-left:16px;padding-right:16px}.studio-post-panel .studio-post-top h2{font-size:18px}.studio-project-intro h3{font-size:18px}.studio-status{font-size:11px}.studio-actions>button{white-space:normal}.studio-provider select{font-size:14px!important}}
/* Project entry: choose deliberately before opening a workspace. */
body[data-app-view=projects]>.sidebar,body[data-app-view=projects]>.app-shell{display:none!important}body[data-app-view=workspace]>.project-home{display:none!important}
.project-home{min-height:100dvh;background:#fbfbfc}.project-home-topbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:23px 40px;background:#fff;border-bottom:1px solid var(--line)}.project-home-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.project-home-logo strong{font-size:23px;font-weight:600;letter-spacing:-.8px;color:#303038}.project-home-logo .brand-mark{width:32px;height:32px}.project-home-account{display:flex;align-items:center;gap:10px;min-width:0}.project-home-account>div{min-width:0}.project-home-account strong{display:block;font-size:12px;font-weight:550;color:#46424f}.project-home-account div>span{display:block;font-size:11px;color:#66616f;margin-top:3px;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-home-account>button{margin-left:12px;font-size:11px;color:#5e5869;padding:7px 10px}.project-home-content{max-width:1120px;margin:auto;padding:57px 36px 50px}.project-home-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:31px}.project-home-eyebrow{font-size:10px;font-weight:550;letter-spacing:1px;color:#77717f;margin-bottom:11px}.project-home-heading h1{font-size:32px;letter-spacing:-1px;font-weight:550;color:#36313f;line-height:1.3;outline:none}.project-home-heading h1:focus-visible{outline:2px solid #817ce7;outline-offset:5px;border-radius:3px}.project-home-heading div>p:last-child{font-size:13px;color:#706979;margin-top:10px}.project-home-heading>button{font-size:12px;padding:9px 13px;min-height:39px}.project-home-toolbar{display:flex;align-items:center;gap:16px;margin-bottom:22px}.project-search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e3dfe9;border-radius:6px;padding:0 12px;max-width:360px;flex:1;min-width:180px}.project-search svg{width:15px;height:15px;color:#80778c}.project-search input[type=search]{border:0;margin:0;padding:10px 0;background:transparent;box-shadow:none;font-size:12px;min-width:0}.project-search:focus-within{outline:2px solid #817ce7;outline-offset:2px}.project-search input:focus-visible{outline:none}.project-search input::placeholder{color:#7d7489}.project-home-count{font-size:11px;color:#77707f;white-space:nowrap}.project-home-toolbar>.quiet{margin-left:auto;font-size:11px;color:#625a70}.project-home-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(255px,1fr));gap:18px;list-style:none;margin:0;padding:0}.project-home-grid>li{min-width:0}.project-home-card{display:block;text-align:left;width:100%;min-height:218px;border:1px solid #e5e0eb;background:#fff;border-radius:9px;white-space:normal;padding:20px;box-shadow:0 1px 3px #25203003}.project-home-card:hover{background:#fff;border-color:#bcb3d6;box-shadow:0 4px 16px #37234d08}.project-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.project-card-icon{display:grid;place-items:center;width:34px;height:34px;background:#efedf7;border:1px solid #e4deee;border-radius:8px;color:#76658c;font-size:14px;font-weight:550}.project-card-icon.tone-1{background:#edf3f2;border-color:#dde8e4;color:#58796f}.project-card-icon.tone-2{background:#f5eee6;border-color:#ede2d4;color:#8b7254}.project-card-icon.tone-3{background:#edf0f7;border-color:#dfe5ee;color:#697a95}.project-card-arrow{font-size:18px;font-weight:400;color:#91859b}.project-card-name{display:block;font-size:16px;font-weight:550;color:#494151;line-height:1.5;margin-bottom:7px;overflow-wrap:anywhere}.project-card-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:42px;font-size:12px;font-weight:400;color:#756b7f;line-height:1.75;overflow-wrap:anywhere}.project-card-stats{display:flex;gap:16px;flex-wrap:wrap;border-top:1px solid #eeeaf2;margin-top:18px;padding-top:13px;color:#786e83;font-size:11px;font-weight:400}.project-home-footnote{font-size:11px;color:#77707f;text-align:center;margin-top:30px}.project-home-empty{grid-column:1/-1;text-align:center;padding:60px 22px;border:1px dashed #dad3e4;background:#fff;border-radius:9px}.project-home-empty>span{display:inline-grid;place-items:center;width:46px;height:46px;border:1px solid #e4dcec;border-radius:12px;background:#f8f6fb;color:#80718f;font-size:25px;margin-bottom:18px}.project-home-empty h2{font-size:18px;font-weight:550;color:#4a4155;line-height:1.5;overflow-wrap:anywhere}.project-home-empty p{font-size:12px;color:#756a81;margin-top:9px;line-height:1.8}.project-home-empty>button{margin-top:22px;font-size:12px;padding:9px 13px}.project-home-return{margin:0 0 14px}.workspace-signout{margin:10px 0 0}.workspace-user>div{min-width:0;overflow-wrap:anywhere}.workspace-user small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:135px}.workspace-signout .studio-nav-icon{font-size:15px}
/* Sign-in uses the same quiet type, borders, and spacing as the studio. */
.auth-page{min-height:100dvh;background:#fbfbfc;color:#393440}.auth-topbar{padding:27px 38px;display:flex;align-items:center;justify-content:space-between}.auth-topbar>span{font-size:11px;color:#766d81}.auth-main{display:grid;place-items:center;padding:48px 22px 90px;min-height:calc(100dvh - 92px)}.auth-card{width:100%;max-width:430px;background:#fff;border:1px solid #e7e1ec;border-radius:12px;padding:35px;box-shadow:0 7px 30px #31213e04}.auth-symbol{display:grid;place-items:center;height:43px;width:43px;background:#f4f1fa;border:1px solid #e7e0f1;border-radius:11px;color:#807090;font-size:25px;margin-bottom:23px}.auth-card h1{font-size:26px;line-height:1.4;font-weight:550;letter-spacing:-.7px;color:#39313f;margin-bottom:11px}.auth-intro{font-size:13px;color:#73677d;line-height:1.8;margin-bottom:26px}.auth-google-button{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;gap:11px;border:1px solid #d9d1e2;border-radius:6px;background:#fff;color:#4b3f57;font-size:13px;font-weight:550;text-decoration:none;padding:11px 15px;box-shadow:0 1px 2px #23162f05}.auth-google-button:hover{background:#faf8fd;border-color:#bdb0d1}.auth-google-button svg{height:18px;width:18px}.auth-domain-note{font-size:11px;color:#72657f;text-align:center;line-height:1.8;margin-top:14px;overflow-wrap:anywhere}.auth-setup{padding:14px;border:1px solid #e6dfed;border-radius:6px;background:#faf8fd;font-size:12px;color:#72607e;line-height:1.8}.auth-divider{height:1px;background:#ece6f0;border:0;margin:26px 0}.auth-admin summary{font-size:12px;color:#65576f;min-height:28px}.auth-admin p{font-size:11px;color:#786a84;line-height:1.8;margin:10px 0 20px}.auth-admin label{display:block;font-size:12px;color:#675770;font-weight:500;margin:15px 0}.auth-admin input{font-size:13px!important;padding:10px 11px!important}.auth-admin button[type=submit]{width:100%;min-height:42px;margin-top:8px}.auth-error{padding:12px 14px;margin:16px 0;border:1px solid #ebd4de;border-radius:6px;background:#fcf4f7;color:#925366;font-size:12px;line-height:1.75}.auth-error:focus{outline:2px solid #a76d91;outline-offset:3px}.auth-status{font-size:12px;line-height:1.7;color:#72667e}.auth-footer{font-size:11px;color:#7c7088;text-align:center;line-height:1.8;margin-top:26px}.auth-retry{margin-top:14px}.auth-card button:disabled{cursor:default;opacity:.55}.auth-google-button:focus-visible{outline:2px solid #817ce7;outline-offset:3px}
@media(max-width:760px){.project-home-topbar{padding:20px 23px;gap:18px}.project-home-content{padding:35px 23px 40px}.project-home-heading h1{font-size:29px}.project-home-heading div>p:last-child{font-size:12px}.project-home-grid{grid-template-columns:repeat(auto-fill,minmax(245px,1fr))}.project-home-card{min-height:214px}.project-search input[type=search]{font-size:16px}.project-home-toolbar{gap:12px;flex-wrap:wrap}.project-search{max-width:none}.project-home-account div>span{max-width:200px}.auth-topbar{padding:23px}.auth-main{padding-top:25px;padding-bottom:45px}.auth-card{padding:29px}.auth-admin input{font-size:16px!important}}
@media(max-width:540px){.project-home-topbar{flex-wrap:wrap;padding:18px 20px}.project-home-account{width:100%}.project-home-account>div{flex:1}.project-home-account div>span{max-width:calc(100vw - 160px)}.project-home-account>button{margin-left:0}.project-home-content{padding:31px 20px 35px}.project-home-heading{align-items:flex-start;flex-wrap:wrap;gap:20px;margin-bottom:24px}.project-home-heading>button{min-height:40px}.project-home-grid{grid-template-columns:1fr}.project-search{min-width:100%;flex-basis:100%}.project-home-empty{padding:39px 20px}.project-home-empty h2{font-size:17px}.project-home-footnote{max-width:250px;margin:25px auto 0}.auth-topbar>span{display:none}.auth-card{padding:27px 24px}.auth-card h1{font-size:24px}.auth-main{padding:15px 18px 36px;min-height:calc(100dvh - 80px)}.auth-card{box-shadow:none}.auth-topbar{padding:22px}.auth-intro{font-size:12px}.auth-google-button{font-size:12px}}
.auth-admin{border-top:0;padding-top:0}
