.add-integration-page{width:100%;padding-inline:var(--page-gutter);justify-content:flex-start;display:flex}.add-integration-page__pending{border:1px solid var(--border-color);background:var(--surface-raised);width:min(560px,100%);min-height:360px}
.create-project-page__note{background:var(--surface);color:var(--text-secondary);border-radius:12px;align-items:flex-start;gap:10px;margin:0 0 4px;padding:12px 14px;font-size:13px;line-height:19px;display:flex}.create-project-page__note svg{color:var(--text-subtle);flex:none;margin-top:2px}.create-project-page__note code{background:var(--surface-raised);color:var(--text-primary);border-radius:4px;padding:1px 4px;font-size:12px}
.auth-form{gap:8px;margin-top:20px;display:grid}.auth-form__fields{gap:12px;display:grid}.auth-form__field{min-width:0}.auth-form__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.auth-form__label{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.auth-form__label-row{justify-content:flex-end;align-items:baseline;gap:12px;display:flex}.auth-form .input-container{min-height:60px}.auth-form .input-error-message{margin:4px 0 0 2px;font-size:12px;line-height:16px}.auth-form .input{background:var(--surface-raised);border:1.5px solid #0000;border-radius:16px;height:60px;min-height:60px;padding-inline:18px;font-size:16px}.auth-form .input::placeholder{color:var(--text-subtle)}.auth-form .input:hover:not(:disabled):not(:focus){background:var(--surface-hover);border-color:#0000}.auth-form .input:focus-visible{border-color:var(--text-primary);background:var(--surface-raised)}.auth-form .input:disabled{background:var(--surface)}:is(.auth-form .input[type=password],.auth-form .input-wrapper:has(.input-password-control) .input){padding-inline-end:66px}.auth-form .input-password-control{background:var(--surface-hover);width:44px;height:44px;color:var(--text-secondary);transition:background .12s var(--ease-standard),color .12s var(--ease-standard);border-radius:12px;right:8px}.auth-form .input-password-control svg{width:18px;height:18px}.auth-form .input-password-control:hover:not(:disabled){background:var(--border-color);color:var(--text-primary)}.auth-form__actions{grid-template-columns:minmax(0,1fr);gap:12px;margin-top:0;display:grid}.auth-form__legal-field{padding:4px 2px}.auth-form__legal-consent{color:var(--text-secondary);cursor:pointer;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:10px;font-size:13px;line-height:20px;display:grid}.auth-form__legal-consent input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.auth-form__legal-consent-checkbox{border:1.5px solid var(--border-color);background:var(--surface-raised);color:#0a0a0a;width:18px;height:18px;transition:border-color .12s var(--ease-standard),background .12s var(--ease-standard);border-radius:4px;justify-content:center;align-items:center;margin-top:1px;display:inline-flex}.auth-form__legal-consent-checkbox svg{opacity:0;width:12px;height:12px;transition:opacity .12s var(--ease-standard);overflow:visible}.auth-form__legal-consent-checkbox path{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.25px}input:checked+.auth-form__legal-consent-checkbox{border-color:var(--text-primary);background:var(--text-primary)}input:checked+.auth-form__legal-consent-checkbox svg{opacity:1}input:focus-visible+.auth-form__legal-consent-checkbox{outline:2px solid var(--text-primary);outline-offset:2px}.auth-form__legal-consent a{color:var(--text-primary);text-underline-offset:2px;text-decoration:underline}.auth-form__legal-consent a:hover{color:var(--text-secondary)}.auth-form__legal-consent--error .auth-form__legal-consent-checkbox{border-color:var(--error)}.auth-form__submit,.auth-form__secondary{text-transform:none;border-radius:16px;width:100%;height:58px;min-height:58px;margin-top:0;font-size:16px;font-weight:500}.auth-form__pill{border:1px solid var(--border-color);width:fit-content;color:var(--text-primary);background:0 0;border-radius:999px;justify-self:center;padding:8px 14px;font-size:13px;line-height:20px;text-decoration:none}.auth-form__pill:hover:not(:disabled){border-color:var(--text-subtle);background:var(--surface)}.auth-form__pill:disabled{color:var(--text-faint);cursor:not-allowed}.auth-form__note{color:var(--text-secondary);margin:0;font-size:13px;line-height:18px}.auth-form__request-error{color:var(--error);text-align:center;margin:4px 0 0;font-size:13px;line-height:18px}.auth-form__footer{color:var(--text-secondary);text-align:center;margin:6px 0 0;font-size:14px;line-height:20px}.auth-form__link{color:var(--text-primary);text-decoration:none}.auth-form__link:hover{text-decoration:underline}.auth-form__aside-link{color:var(--text-secondary);justify-self:center;font-size:14px;line-height:20px;text-decoration:none}.auth-form__aside-link:hover{color:var(--text-primary);text-decoration:underline}.auth-form__skeleton-field{padding-bottom:18px}.auth-form__skeleton-input,.auth-form__skeleton-submit{background-image:linear-gradient(90deg, var(--surface), var(--surface-hover), var(--surface));background-size:200% 100%;border-radius:16px;height:60px;animation:1.6s linear infinite auth-form-skeleton-shimmer}.auth-form__skeleton-submit{height:58px}.auth-result{justify-items:center;gap:16px;margin-top:26px;display:grid}.auth-result__action{text-transform:none;border-radius:14px;width:auto;min-width:176px;height:48px;min-height:48px;padding-inline:24px;font-size:15px;font-weight:500}.auth-result__link{color:var(--text-secondary);background:0 0;border:0;padding:0;font-size:14px;line-height:20px;text-decoration:none}.auth-result__link:hover{color:var(--text-primary);text-decoration:underline}@keyframes auth-form-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:520px){.auth-form__row{grid-template-columns:minmax(0,1fr);gap:0}.auth-form__legal-consent{white-space:normal}}@media (prefers-reduced-motion:reduce){.auth-form__skeleton-input,.auth-form__skeleton-submit{animation:none}}
.auth-shell{min-height:100dvh;padding:32px var(--page-gutter);background:var(--background);color:var(--text-primary);grid-template-rows:auto minmax(0,1fr);display:grid}.auth-shell__header{justify-content:flex-start;align-items:flex-start;display:flex}.auth-shell__brand{align-items:center;width:144px;display:inline-flex}.auth-shell__brand img{width:100%;height:auto!important}.auth-shell__main{justify-content:center;align-items:center;min-height:0;padding:clamp(72px,11vh,132px) 0 80px;display:flex}.auth-shell__panel{width:min(100%,440px)}.auth-shell__back{background:var(--surface-raised);width:48px;height:48px;color:var(--text-primary);cursor:pointer;transition:background .12s var(--ease-standard);border:0;border-radius:14px;justify-content:center;align-items:center;margin-bottom:20px;display:inline-flex}.auth-shell__back:hover{background:var(--surface-hover)}.auth-shell__icon{background:var(--surface-raised);width:52px;height:52px;color:var(--text-secondary);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 18px;display:flex}.auth-shell__icon--success{color:var(--success)}.auth-shell__title{color:var(--text-primary);letter-spacing:-.03em;text-align:center;text-wrap:balance;margin:0;font-size:32px;font-weight:500;line-height:38px}.auth-shell__status{max-width:34ch;color:var(--text-secondary);text-align:center;text-wrap:pretty;margin:10px auto 0;font-size:14px;line-height:20px}@media (max-width:600px){.auth-shell{padding:24px var(--page-gutter)}.auth-shell__brand{width:128px}.auth-shell__back{width:44px;height:44px;margin-bottom:16px}.auth-shell__main{align-items:flex-start;padding:56px 0 40px}.auth-shell__title{font-size:28px;line-height:32px}.auth-shell__status{font-size:13px;line-height:19px}}
.dashboard{width:100%;padding:0 50px}.dashboard__title{color:var(--text-primary);margin-bottom:10px;font-size:40px;font-weight:500}.dashboard__content{justify-content:center;align-items:center;width:100%;display:flex}@media screen and (min-width:1601px) and (max-width:1920px){.dashboard{padding:0 50px}.dashboard__title{margin-bottom:10px;font-size:36px}}@media screen and (min-width:1171px) and (max-width:1600px){.dashboard{padding:0 40px}.dashboard__title{margin-bottom:10px;font-size:30px}}@media screen and (min-width:971px) and (max-width:1170px){.dashboard{padding:0 30px}.dashboard__title{margin-bottom:10px;font-size:26px}}@media screen and (min-width:481px) and (max-width:970px){.dashboard{padding:0 20px}.dashboard__title{margin-bottom:20px;font-size:22px}}@media screen and (min-width:360px) and (max-width:480px){.dashboard{padding:0 20px}.dashboard__title{margin-bottom:20px;font-size:22px}}
.project-edit-page{--project-edit-control-height:40px;width:100%;margin-top:24px}.project-edit-page__panel{flex-direction:column;gap:24px;width:min(860px,100%);display:flex}.project-edit-page__meta{border:1px solid var(--border-color);background:var(--surface-raised);justify-content:space-between;align-items:center;gap:20px;min-height:56px;padding:10px 14px;display:flex}.project-edit-page__meta-label,.project-edit-page__locked-label,.project-edit-page__field label{color:var(--text-muted);font-size:12px;font-weight:500}.project-edit-page__meta-value{color:var(--text-primary);font-family:var(--font-roboto-mono),monospace;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:400;overflow:hidden}.project-edit-page__form{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.project-edit-page__field{flex-direction:column;gap:7px;min-width:0;display:flex}.project-edit-page__field--wide,.project-edit-page__actions{grid-column:1/-1}.project-edit-page__locked-value{height:var(--project-edit-control-height);border:1px solid var(--border-color);background:var(--surface);color:var(--text-subtle);font-family:var(--font-roboto-mono),monospace;text-overflow:ellipsis;white-space:nowrap;border-radius:3px;align-items:center;padding:0 12px;font-size:13px;display:flex;overflow:hidden}.project-edit-page__actions{gap:8px;padding-top:4px;display:flex}.project-edit-page .input{height:var(--project-edit-control-height)}.project-edit-page__skeleton{background:linear-gradient(90deg,#ffffff0a 0%,#ffffff24 45%,#ffffff0a 90%) 0 0/220% 100%;animation:1.35s ease-in-out infinite project-edit-skeleton-shimmer;display:inline-block;overflow:hidden}.project-edit-page__skeleton--value{width:min(180px,55%);height:13px}.project-edit-page__skeleton--control{width:100%;height:var(--project-edit-control-height);border-radius:3px}.project-edit-page__state{min-height:56px;color:var(--text-secondary);flex-direction:column;align-items:flex-start;gap:14px;font-size:14px;display:flex}.project-edit-page__state-actions{flex-wrap:wrap;gap:10px;display:flex}@keyframes project-edit-skeleton-shimmer{0%{background-position:220% 0}to{background-position:-220% 0}}@media (max-width:680px){.project-edit-page__form{grid-template-columns:minmax(0,1fr)}.project-edit-page__actions{flex-direction:column;align-items:stretch}}
.email-verification-page{margin-top:0}.email-verification-form .input{letter-spacing:.16em;text-align:center;padding-inline:12px;font-size:18px}.email-verification-form__resend{text-align:center;margin:-2px 0 2px}.email-verification-form__resend-button{color:var(--text-primary);font:inherit;background:0 0;border:0;padding:0;text-decoration:underline}.email-verification-form__resend-button:hover:not(:disabled){color:var(--text-secondary)}.email-verification-form__resend-button:disabled{color:var(--text-faint);cursor:not-allowed}
.my-projects-page{width:100%}.my-projects-page__grid{flex-direction:column;gap:48px;width:100%;display:flex}.my-projects-page__error{border:1px solid color-mix(in srgb, var(--error) 38%, transparent);background:color-mix(in srgb, var(--error) 6%, transparent);color:var(--text-muted);justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.my-projects-page__error button{flex:none}
.reset-password-page__cancel{font:inherit;background:0 0;border:0;padding:0}
