.create-panel-backdrop{background:color-mix(in oklch, var(--ink) 26%, transparent);justify-content:flex-end;align-items:stretch;padding:0;display:flex}.create-panel-sheet{background:var(--paper);border-left:1px solid var(--line);box-shadow:none;border-radius:0;width:min(560px,100vw);min-width:0;max-width:min(560px,100vw);height:100dvh;min-height:100dvh;max-height:none;margin:0}.create-panel{background:var(--paper);grid-template-rows:auto minmax(0,1fr);width:100%;min-width:0;height:100%;max-height:100dvh;display:grid;overflow:hidden}.create-panel-header{background:var(--surface-soft);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:16px 20px;display:flex}.create-panel-heading{color:var(--ink);min-width:0;margin:0;font-size:18px;font-weight:680;line-height:1.25}.create-panel-close{border:1px solid var(--line);color:var(--muted);background:0 0;border-radius:6px;flex:none;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;padding:0;display:inline-flex}.create-panel-close:hover{background:var(--paper);border-color:color-mix(in oklch, var(--ink) 22%, var(--line));color:var(--ink)}.create-panel-close:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.create-panel>.create-form{grid-template-rows:minmax(0,1fr) auto;gap:0;min-height:0;display:grid}.create-panel-body{gap:12px;min-width:0;min-height:0;padding:18px 20px;display:grid;overflow:hidden auto}.create-panel-footer{background:var(--surface-soft);border-top:1px solid var(--line);gap:8px;min-width:0;padding:12px 20px 14px;display:grid}.create-panel-footer .form-actions{justify-content:flex-end}.create-panel-footer .form-status{min-height:20px}@media (width<=760px){.create-panel-sheet{border-left:0;width:100vw;max-width:100vw}.create-panel-header{min-height:64px;padding:10px 16px}.create-panel-close{width:44px;min-width:44px;height:44px}.create-panel-body{padding:16px}.create-panel-footer{padding:12px 16px 16px}.create-panel-footer .form-actions{justify-content:stretch}.create-panel-footer .form-actions>button{min-height:44px}}
