.topbar-create-project{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:38px;white-space:nowrap;border-color:#b9c9df;background:#f4f8ff;color:#123d70;font-weight:760}
.topbar-create-project:hover{background:#e8f1ff;border-color:#7da6da}
.project-creation-dialog{width:min(680px,calc(100vw - 32px));max-height:min(820px,calc(100vh - 32px));padding:0;overflow:hidden;border:0;border-radius:24px;box-shadow:0 28px 90px rgba(8,23,47,.3);color:#111b31;background:#fff}
.project-creation-dialog::backdrop{background:rgba(8,18,35,.55);backdrop-filter:blur(4px)}
.project-creation-dialog form{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto auto auto;gap:0;max-height:min(820px,calc(100vh - 32px));margin:0;overflow:hidden}
.project-creation-header{display:flex;justify-content:space-between;gap:24px;padding:28px 30px 22px;border-bottom:1px solid #dfe7f1;background:linear-gradient(135deg,#fbfdff,#f0f7ff)}
.project-creation-header p{margin:0 0 6px;color:#17627e;font-size:.72rem;font-weight:850;letter-spacing:.13em}
.project-creation-header h2{margin:0;color:#0f1930;font-size:clamp(1.45rem,3vw,2rem);line-height:1.12}
.project-creation-header span{display:block;margin-top:8px;color:#5e6d84}
.project-creation-close{align-self:start;width:40px;height:40px;border:1px solid #cbd7e6;border-radius:12px;background:#fff;color:#33445c;font-size:1.45rem}
.project-creation-progress{display:flex;gap:14px;align-items:center;margin:22px 30px 0;padding:14px 16px;border:1px solid #cfe0f4;border-radius:15px;background:#f6faff}
.project-creation-progress>strong{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#174f88;color:#fff}
.project-creation-progress span{display:grid;gap:3px}.project-creation-progress small{color:#68778c}
.project-creation-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px;min-height:0;padding:24px 30px 12px;overflow-y:auto;overscroll-behavior:contain}
.project-creation-fields label{display:grid;gap:8px;color:#23324a;font-weight:720}
.project-creation-fields label>span{color:#9c2d35}
.project-creation-fields input,.project-creation-fields select,.project-creation-fields textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid #b9c8da;border-radius:11px;background:#fff;color:#101a2f;font:inherit}
.project-creation-fields textarea{resize:vertical}.project-creation-fields small{color:#718096;font-weight:500;line-height:1.35}
.project-creation-wide{grid-column:1/-1}
.project-creation-trust{margin:6px 30px 0;padding:14px 16px;border-left:3px solid #2a77ba;background:#f4f8fc;color:#526078;line-height:1.45}
.project-creation-message{min-height:24px;margin:12px 30px 0;color:#174f88;font-weight:720}
.project-creation-dialog footer{display:flex;justify-content:flex-end;gap:10px;padding:18px 30px 26px}
.project-creation-dialog button:focus-visible,.project-creation-dialog input:focus-visible,.project-creation-dialog select:focus-visible,.project-creation-dialog textarea:focus-visible,.topbar-create-project:focus-visible{outline:3px solid #69a8ff;outline-offset:2px}
@media(max-width:1180px){.topbar-create-project span:last-child{font-size:0}.topbar-create-project span:last-child::after{content:"Projet";font-size:.82rem}}
@media(max-width:720px){.topbar-create-project{min-width:40px;padding-inline:9px}.topbar-create-project span:last-child{display:none}.project-creation-dialog{width:calc(100vw - 20px);max-height:calc(100vh - 20px);border-radius:18px}.project-creation-dialog form{max-height:calc(100vh - 20px)}.project-creation-header{padding:22px 20px 18px}.project-creation-progress{margin:18px 20px 0}.project-creation-fields{grid-template-columns:1fr;padding:20px}.project-creation-wide{grid-column:auto}.project-creation-trust,.project-creation-message{margin-inline:20px}.project-creation-dialog footer{padding:16px 20px 22px;flex-direction:column-reverse}.project-creation-dialog footer button{width:100%;min-height:44px}}
@media(prefers-reduced-motion:reduce){.project-creation-dialog,.project-creation-dialog::backdrop{scroll-behavior:auto;transition:none}}
