.modal-layer{z-index:2147483400;padding:calc(24px + env(safe-area-inset-top,0px)) calc(24px + env(safe-area-inset-right,0px)) calc(24px + env(safe-area-inset-bottom,0px)) calc(24px + env(safe-area-inset-left,0px));background:#00000075;place-items:center;display:grid;position:fixed;inset:0}html[data-theme=light] .modal-layer{background:#171b1f29}.modal-layer--screen{background:var(--bg);place-items:stretch stretch;padding:0}html[data-theme=light] .modal-layer--screen{background:var(--bg)}.modal-shell{width:min(1280px,100%);max-height:min(900px, calc(100dvh - 48px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)));border:1px solid var(--line);background:var(--surface);color:var(--text);box-shadow:var(--shadow);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.modal-shell--full{width:min(1640px,100%)}.modal-shell--screen{background:var(--bg);width:100%;height:100dvh;max-height:none;box-shadow:none;border:0;border-radius:0}.modal-shell--screen .modal-shell__head{padding:calc(14px + env(safe-area-inset-top,0px)) calc(18px + env(safe-area-inset-right,0px)) 14px calc(18px + env(safe-area-inset-left,0px));background:var(--surface)}.modal-shell--screen .modal-shell__body{padding:16px calc(16px + env(safe-area-inset-right,0px)) calc(16px + env(safe-area-inset-bottom,0px)) calc(16px + env(safe-area-inset-left,0px))}.modal-shell--workspace .modal-shell__body{min-height:0;padding:0;overflow:hidden}.modal-shell__head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;min-height:76px;padding:16px 18px;display:flex}.modal-shell__head h2,.modal-shell__head p{margin:0}.modal-shell__head h2{letter-spacing:0;font-size:20px}.modal-shell__head p{color:var(--muted);margin-top:4px;font-size:13px}.modal-shell__actions{align-items:center;gap:10px;display:flex}.modal-shell__body{flex:1;padding:16px;overflow:auto}
