@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f6f7f9;--border:#e5e7eb;--text:#1f2937;--muted:#8b93a1;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:var(--bg);color:var(--text)}button{font:inherit}.app{flex-direction:column;min-height:100vh;display:flex}.context-bar{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;height:64px;padding:0 32px;display:flex}.logo{letter-spacing:-.02em;font-size:1.35rem;font-weight:700}.context{flex:1;align-items:center;gap:18px;margin-left:42px;display:flex}.up-button{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:18px}.breadcrumbs{align-items:center;gap:10px;font-size:.95rem;display:flex}.crumb{color:var(--muted)}.current{color:var(--text);font-weight:600}.actions{gap:10px;display:flex}.actions button{cursor:pointer;background:0 0;border:none;border-radius:10px;width:38px;height:38px;transition:background .18s}.actions button:hover{background:#eef2f7}.workspace{flex:1;padding:48px}.canvas{text-align:center;justify-content:center;align-items:center;height:100%;display:flex}.empty-state{max-width:520px;margin:0 auto;transform:translateY(24px)}.eyebrow{color:var(--muted);margin-bottom:14px;font-size:1rem;font-weight:500}.empty-state h1{letter-spacing:-.04em;margin-bottom:18px;font-size:2.35rem}.create-button{color:var(--text);cursor:pointer;background:0 0;border:none;padding:0;font-size:4rem;font-weight:300;line-height:1;transition:transform .18s,color .18s}.create-button:hover{color:#111827;transform:scale(1.15)}
