/* ARCHIDOT STUDIO — PROPRIETARY AND CONFIDENTIAL
Copyright (c) 2026 ArchiDot Studio. All rights reserved.

This source code is the intellectual property of ArchiDot Studio.
Unauthorized copying, modification, distribution, disclosure,
sublicensing, or commercial use is prohibited without prior
written permission from ArchiDot Studio. */
.task-create-dialog{width:min(900px,calc(100% - 32px));max-height:calc(100dvh - 40px);overflow-y:auto;border:1px solid #c9d5e4;border-radius:12px;padding:28px;color:#1c2939;background:#fff;box-shadow:0 24px 90px #09182d55}.task-create-dialog:not([open]){display:none}.task-create-dialog::backdrop{background:#101e35a6}.task-modal-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}.task-modal-heading h2{margin:0}.task-modal-open{overflow:hidden}@media(max-width:600px){.task-create-dialog{padding:20px;width:calc(100% - 20px);max-height:calc(100dvh - 20px)}.task-create-dialog .grid{grid-template-columns:1fr}.task-modal-heading{gap:12px}}
